@import url(fontiran.css);
@import url(../fonts/opensans/OpenSans.css);

/* ============================================================== */
/* 1. Base Styles (From style.css)                                */
/* ============================================================== */
body { 
    padding:0;
	color:#747474;
    font-size:14px;
    line-height:1.5;
	background:#ffffff;
    font-family: "IRANSans", Arial, sans-serif;
}
.sticky-wrapper {overflow: visible}
p, a, li {
	line-height:1.5;
}

p {
    color: #414141;
    line-height: 32px;
    margin: 0 10px 20px 10px;
	text-align:justify;
}
p. margin-bottom-5 {
    margin: 0 0 5px;
}
a {
    color:#009acd;
}

a,
a:focus, 
a:hover, 
a:active {
    outline:0 !important;
    text-decoration:none;
}
a:hover {
	color:#0099E6;
	text-decoration:none;
}

a, a:hover {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

h1, h2, h3, h4, h5 {
	color:#121214;
	margin-top:0px;
    font-family: "IRANSans", Arial, sans-serif;
    font-weight: 300;
} 
h1 i, h2 i, h3 i, h4 i, h5 i {
	margin-right:7px;
}

h2 {
    font-size: 32px;
    font-weight: 500;
    line-height: 54px;
    margin: 0 0 32px;
	color:#008485;
}

h3.size-25 {
    color: #009acd;
    font-size: 25px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 24px;
    margin-bottom: 33px;
    text-transform: uppercase;
}

hr {
    border: 0 none;
    background: url("../images/divider.png") no-repeat scroll center 0 transparent;
    height: 6px;
    margin: 22px 0;
}

hr.tall {
    margin:44px 0;
}
@media (max-width: 1023px) {
    hr.tall {
        background: url("../images/divider-medium.png") no-repeat scroll center 0 transparent;
    }
}
@media (max-width: 639px) {
    hr.tall {
        margin:22px 0;
        background: url("../images/divider-small.png") no-repeat scroll center 0 transparent;
    }
}

label {
    font-weight: normal;
}

.black {
    color:#000000;
}
.margin-top-10 {
    margin-top:10px;
}
.margin-top-20 {
    margin-top:20px;
}
.margin-top-30 {
    margin-top:30px;
}
@media (max-width:767px) {
    .empty-xs {
        display:none;
    }
}
@media (max-width:1023px) {
    .margin-sm {
        margin-bottom: 30px;
    }
}
/*reset BS form:focus color*/
.form-control {
    border-color: #ccc;
}
.form-control:focus {
    border-color: #aaa;
    box-shadow: 0 0 8px 2px #ebebeb;
}

/*Block headline*/
.heading {
	padding:5px 20px 5px 20px;
	border-left:4px solid #D97000;
}

.headline {
	display:block;
	margin:0px 0 14px 0;
}
.headline h3, 
.headline h4 {
	color:#009acd;
	margin:0;
	display:inline-block;
}

/*Purchase*/
.purchase {
    background-color: #171717;
    margin-bottom: 60px;
    overflow: hidden;
    padding: 20px 0 10px;
    position: relative;
    text-align: left;
}
.purchase p {
    color: #FFFFFF;
    display: inline-block;
    font-size: 20px;
    font-weight: 300;
    max-width: 800px;
    padding-top: 5px;
}
.purchase p em {
    color: #00AAFF;
    font-family: "Shadows Into Light",cursive;
    font-size: 31px;
}
.purchase span {
    color: #999999;
    display: block;
    font-size: 16px;
    padding-top: 5px;
}
.purchase .col-md-4 {
    text-align: right;
}
.purchase a.btn-m-blue {
    margin-bottom: 15px;
    margin-top: 15px;
    margin-right: 15px;
    position: relative;
    display: inline-block;
}
@media (max-width:767px) {
    .purchase .col-md-4,
    .purchase {
        text-align: center;
    }
}
/* Intro part */
.intro {
    text-align: center;
}
.intro h2{
    margin-bottom: 15px;
}
.intro h2 span{
    background-color: #009acd;
    color: #FFFFFF;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
}
.intro p{
    font-size: 22px;
    font-weight: 200;
    line-height: 34px;
    margin-bottom: 0;
}
/* Features */
.features-icon {
    background-color: #009acd;
    border-radius: 35px 35px 35px 35px;
    color: #FFFFFF;
    display: inline-block;
    float: left;
    height: 35px;
    line-height: 35px;
    margin-right: 10px;
    position: relative;
    text-align: center;
    top: 5px;
    width: 35px;
}
.features-info {
    padding-left: 50px;
}
.features-info h4{
    color: #009acd;
}
/*Service*/
.service { 
	margin-bottom:10px;
	padding:15px 15px 10px;
}
.service:hover {
	border-radius:2px;
	box-shadow:0 0 8px #ddd;
	background:#fcfcfc;
    -webkit-transition:box-shadow 0.2s ease-in-out;
    -moz-transition:box-shadow 0.2s ease-in-out;
    -o-transition:box-shadow 0.2s ease-in-out;
    transition:box-shadow 0.2s ease-in-out;
}
.service:hover i {
	color:#656565;
}
.service i {
	float:left;
	padding:10px;
	color:#009acd;
	font-size:45px;  
	text-align:center;
    -webkit-transition:all 0.4s ease-in-out;
    -moz-transition:all 0.4s ease-in-out;
    -o-transition:all 0.4s ease-in-out;
    transition:all 0.4s ease-in-out;
}
.service i.icon-cogs {
	font-size:37px;
}
.service .desc {
	width:75%;
	float:right;
}
.service .desc h4 {
	font-size:22px;
	line-height:25px;
}

.ie7 .service .circle i  {
	padding-bottom:45px !important; /*ie7*/
}

/*Blockquote*/
blockquote,
blockquote:hover {
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}
blockquote:hover {
    border-left-color:#0099E6;
}
.hero {
	padding:5px;
	margin:5px 5px 25px 5px;
	color: #00609d;
	font-size:20px;
	background:#fcfcfc;
    background: url("../images/bg.jpg");
	border-radius: 5px;
	border-right:4px solid #009acd;
	font-family:'IRANSans', sans-serif;
}
.hero h1, .hero p { 
	text-shadow:1px 1px 0 #ffffff;
}

.hero-cryo p {
	font-size:13px;
	line-height:20px;
}

/* Recent Work  */
.recent-work li, .framed {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #DDDDDD;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    padding: 4px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    width:23%;
}
.framed {
    width:100%;
    overflow: hidden;
    margin:0;
}
@media (min-width: 767px) and (max-width: 1025px) {
    .recent-work li {
        width: 22.9%;
    }
}
@media (max-width: 766px){
    .recent-work li {
        width: 46%;
    }
}
@media (max-width: 360px){
    .recent-work li {
        width: 100%;
    }
}
.recent-work a {
	text-align:center;
	background:#fcfcfc;
	display:block;
    position: relative;
    overflow: hidden;
}

.recent-work a:hover {
	text-decoration:none;
}

.recent-work a:hover strong {
	color:#555;
}

.recent-work em.overflow-hidden {
	display:block;
}

.recent-work a span,
.thumbnail-style .thumbnail-img span {
    background: none repeat scroll 0 0 rgba(36, 27, 28, 0.8);
    bottom: 20%;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 700;
    left: 0;
    letter-spacing: -1px;
    padding: 9px 11px;
    position: absolute;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    z-index: 100;
}
@media (min-width: 767px) and (max-width: 1025px) {
    .recent-work a span,
    .thumbnail-style .thumbnail-img span {
       font-size: 14px;
    }
}
.recent-work a strong,
.thumbnail-style .thumbnail-img strong {
    display: block;
    transition: all 0.3s ease 0s;
    white-space: nowrap;
}

.recent-work a i,
.thumbnail-style .thumbnail-img .link {
    background-color: #009acd;
    border-radius: 2px 2px 2px 2px;
    display: inline-block;
    float: left;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    margin: 8px -2px -15px;
    padding: 2px 9px;
    text-transform: none;
}
.thumbnail-style .thumbnail-img .link{
    color:#fff;
    line-height: 20px;
    text-transform: uppercase;
}
.recent-work a img {
   -webkit-transition: all 0.8s ease-in-out;
   -moz-transition: all 0.8s ease-in-out;
   -o-transition: all 0.8s ease-in-out;
   -ms-transition: all 0.8s ease-in-out;
   transition: all 0.8s ease-in-out;
    width:100%;
    height:auto;
}

.recent-work a:hover img {
	opacity:0.8;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.0);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.recent-work a:hover span strong{
    color:#ffffff;
}

.recent-work a .thumb-info-action {
    background: none repeat scroll 0 0 rgba(36, 27, 28, 0.9);
    bottom: 0;
    color: #FFFFFF;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: 88;
    overflow: hidden;
}

.recent-work a .thumb-info-action-icon {
    background-color: #009acd;
    border-radius: 0 0 25px;
    display: inline-block;
    font-size: 25px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    left: -100px;
    text-align: center;
    top: -100px;
    transition: all 0.3s ease 0s;
    width: 50px;
}

.recent-work a .thumb-info-action-icon i {
    font-size: 24px;
    left: -5px;
    position: relative;
    bottom: 7px;
    color: #ffffff;
}

.recent-work a:hover .thumb-info-action-icon {
    left: 0;
    top: 0;
}
.recent-work a:hover .thumb-info-action {
    opacity: 0.8;
}
/* Work */
.work {
	margin-top:6px;
}
.work .details {
	padding:10px;
}
.work .caption {
	display:block;
	padding-top:5px;
	color:#585f69 !important;
	font-size:18px !important;
}
.work .caption:hover {
	cursor:pointer;
	color:#444 !important;
	text-decoration:underline;
}

/* Testimonials */
.testimonial-body {
	padding:10px;
	margin-top:5px;
	background:#fcfcfc;
	border:1px solid #f5f5f5;
}
.testimonial-author{
	padding-top:15px;
	padding-left:20px;
}
.testimonial-author .arrow {
  width:0;
  height:0;
  position:absolute;
  margin-top:-16px;
  margin-left:20px;
  border-top:15px solid #fcfcfc;
  border-bottom:15px solid transparent;
  border-right:15px solid transparent;
}

.testimonial-author .name {
	color:#585f69;
	font-weight:bold;
}

.testimonal-arrow a {
	margin:0;
	top:-22px;
	float:right;
	color:#009acd;
	font-size:25px;
	position:relative;
	display:inline-block;
	text-decoration: none;
	padding:0 9px !important;
}
.testimonal-arrow a:hover {
	color:#fff;
	text-decoration:none;
	background:#009acd !important;
}

/*Carousel Arrow */
.carousel-caption,
.carousel-caption h1,
.carousel-caption h2,
.carousel-caption h3,
.carousel-caption h4,
.carousel-caption h5,
.carousel-caption p {
    color: #ffffff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.9);
}
.carousel-arrow a.carousel-control {
	font-size:40px;
	height:inherit;
}
.carousel-arrow a.left {
	left:0;
}
.carousel-arrow a.right {
	right:0;
}

/*Clients (Flexslider)*/
.clients {
	box-shadow:none !important;
	margin-bottom:0 !important;    
}
.clients li {
	float:left;
	overflow:hidden;
	margin-left:1px;
	position:relative;
	background:#fafafa;
}
.clients li:hover {
	background:#f6f6f6;
}
.clients li img.color-img {
	top:0;
	left:0;
	display:none;
	position:absolute;
}
.clients li:hover img.color-img { 
	display:block;
}
.clients li img {
    filter:gray; /* IE6-9 */
	float:none !important;
	margin:0 auto !important;
}
.clients li img:hover {
    filter:none;
}
.clients, 
.flexslider.home {
    border:0px;
    overflow:hidden;
    margin-top:10px;      
    margin-bottom:30px;      
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
}

.flexslider { 
	margin-top:10px !important;
}
.flexslider .flex-direction-nav a {
	margin-top:-10px !important;
}

/*Pegination*/
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #009acd;
    border-color: #009acd;
}

.pagination-m {
    margin-top: -10px;
}

.pagination-m > li > a,
 .pagination-m > li > span {
     background-color: #FFFFFF;
     border:1px solid #DDDDDD;
     float: left;
     font-size: 17.5px;
     line-height: 20px;
     padding: 11px 19px;
     text-decoration: none;
 }

@media (max-width:600px) {
    .pagination-m > li > a,
    .pagination-m > li > span {
        padding: 8px 15px;
    }
}

@media (max-width:400px) {
    .pagination-m > li > a,
    .pagination-m > li > span {
        padding: 3px 7px;
        font-size:14px;
    }
}

.pagination-m > li > a > i {
    line-height: 18px;
}

.pagination-m > li:first-child > a {
    -moz-border-radius: 6px 0 0 6px;
    -webkit-border-radius: 6px 0 0 6px;
    border-radius: 6px 0 0 6px;
}
.pagination-m > li:last-child > a {
    -moz-border-radius: 0 6px 6px 0;
    -webkit-border-radius: 0 6px 6px 0;
    border-radius: 0 6px 6px 0;
}


.pagination-m > li > a:hover,
.pagination-m > li > span:hover,
.pagination-m > li > a:focus,
.pagination-m > li > span:focus {
    background-color: #f5f5f5;
    color: #0099e6;
}

.pagination-m > .active > a,
.pagination-m > .active > span,
.pagination-m > .active > a:hover,
.pagination-m > .active > span:hover,
.pagination-m > .active > a:focus,
.pagination-m > .active > span:focus {
    background-color: #f5f5f5;
    color: #999999;
    border-color:#dddddd;
}

/*Map section*/
.map-section {
    background:transparent url("../images/map-top.png") no-repeat scroll center 0;
    margin-top: 40px;
    padding-top: 630px;
    margin-bottom: -70px;
}
.map-section section {
    background: none repeat scroll 0 0 #F0F0ED;
    border-top: 0 none;
    margin: 0;
    padding: 50px 0;
}

/* Map - article */
.carousel {
    margin-bottom: 30px;
}
.map-section #myCarousel,
.map-section #myCarousel1 {
    clear:both;
    margin-bottom: 40px;
}
.map-section .carousel-inner {
    background: none;
    border: none;
    box-shadow: none;
}
.map-section article .date {
    float: left;
    margin-right: 10px;
    margin-top: 8px;
    text-align: center;
}
.map-section article .date span.day {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #009acd;
    display: block;
    font-size: 18px;
    font-weight: bold;
    padding: 8px;
}
.map-section article .date span.month {
    background: none repeat scroll 0 0 #009acd;
    border-radius: 0 0 2px 2px;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.07) inset;
    color: #FFFFFF;
    font-size: 0.9em;
    padding: 0 10px 2px;
}
.map-section article h4 {
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 2px;
}
.map-section article h4 a:hover {
    text-decoration: underline;
}
.map-section article p a {
    font-weight: 300;
}
@media (max-width:1023px) {
    .map-section .btn-m-blue {
        margin-bottom: 20px;
    }
}
/* Map - review */
.review .carousel-inner blockquote:before, .review .carousel-inner blockquote:after {
    color: #FFFFFF;
    content: "“";
    font-size: 80px;
    font-style: normal;
    line-height: 1;
    position: absolute;
}
.review .carousel-inner blockquote:before {
    left: 10px;
    top: 0;
}
.review .carousel-inner blockquote:after {
    bottom: -0.5em;
    content: "”";
    right: 10px;
}
.review .carousel-inner blockquote {
    background: none repeat scroll 0 0 #0099E6;
    border: 0 none;
    border-radius: 10px 10px 10px 10px;
    color: #666666;
    font-family: Georgia,serif;
    font-style: italic;
    margin: 0;
    padding: 10px 50px;
    position: relative;
}

.review .carousel-inner blockquote p {
    color: #FFFFFF;
    font-family: Georgia,serif;
    font-size: 17px;
    font-style: italic;
    line-height: 22px;
    font-weight: 300;
    margin-bottom: 0;
}
.review .carousel-inner .arrow-down {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #0099e6;
    height: 0;
    margin: 0 0 0 25px;
    width: 0;
}
.review .carousel-inner .author {
    margin: 8px 0 0 8px;
}

.review .carousel-inner .author .thumbnail {
    background-color: transparent;
    float: left;
    margin-right: 10px;
    border: 1px solid #DDDDDD;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    display: block;
    line-height: 20px;
    padding: 4px;
    position: relative;
    transition: all 0.2s ease-in-out 0s;
}
.review .carousel-inner .author .thumbnail img{
    height:60px;
    width: 60px;
}
.review .carousel-inner .author p {
    color: #999999;
    margin: 0 0 0 25px;
    text-align: left;
}

.review .carousel-inner .author strong {
    color: #111111;
    display: block;
    padding-top: 7px;
}

.review .carousel-inner .author span {
    color: #666666;
    display: block;
    font-size: 12px;
}
.review .direction-nav {
    position: absolute;
    right: 0px;
    top: 6px;
}

.review .direction-nav a {
    position: absolute;
    top: -44px;
    outline: 0;
    width: 26px;
    height: 26px;
    text-indent: -9999px;
    z-index: 9999;
}
.review .direction-nav .left {
    right: 28px;
    background: url("../images/controls.png") no-repeat -1px 0px;
    opacity: 0.75;
    border-radius: 24px;
}
.review .direction-nav .right {
    right: 0;
    background: url("../images/controls.png") no-repeat -31px 0px;
    opacity: 0.9;
}

.review .direction-nav .left:hover,
.review .direction-nav .right:hover {
    opacity: 0.9;
}


/* Map END */
/*Home Testimonials*/
.home-testimonials #myCarousel {
    clear:both;
    margin-bottom: 0px;
    margin-top:70px;
}
.home-testimonials .carousel-inner {
    background: none;
    border: none;
    box-shadow: none;
}

/*Home Testimonials END*/
/*Footer*/
.footer {
    background: none repeat scroll 0 0 #121214;
    border-top: 4px solid #1F1F1F;
    margin-top: 70px;
    padding: 40px 0 40px;
    position: relative;
}

/*ribbon start*/
.footer div.footer-ribon {
    margin: -100px 0 0 20px;
    padding: 5px 20px;
    position: absolute;
    background: none repeat scroll 0 0 #009acd;
}

.footer div.footer-ribon:before {
    border-right: 10px solid #646464;
    border-right-color: #005580;
    border-top: 16px solid transparent;
    content: "";
    display: block;
    height: 0;
    left: -10px;
    position: absolute;
    top: 0;
    width: 7px;
}

.footer div.footer-ribon span {
    color: #FFFFFF;
    font-family: "Shadows Into Light",cursive;
    font-size: 1.6em;
}
/*ribbon end*/

.footer .widgets {
    color: #AEAEAE;
}

.footer .widgets a {
    color:#ffffff;
}
.footer .widgets a:hover {
    text-decoration: underline;
}

.footer a,
.footer a:hover {
    -webkit-transition:all 0.2s ease;
    -moz-transition:all 0.2s ease;
    -o-transition:all 0.2s ease;
    transition:all 0.2s ease;
}

.footer .headline h3,
.footer .headline h4 {
    color: #fff;
    padding: 0;
    font-size: 18px;
    line-height: 27px;
    font-weight: 200;
}

.footer .form-control::-moz-placeholder {
    color:#555;
}
@media (max-width:900px) {
    .footer .blog-twitter,
    .footer .input-group-sm > .form-control,
    .footer .input-group-sm > .input-group-btn > .btn {
        margin-bottom: 20px;
    }
}

.footer .input-group-sm > .form-control {
    font-size: 14px;
    background-color: #dcdcdc;
}
.footer .input-group-sm > .form-control	{
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

.footer .input-group-sm > .form-control:focus	{
    border-color:#aaaaaa;
    box-shadow: none;
}

.footer .input-group-sm > .input-group-btn > .btn {
    font-size: 14px;
    line-height: 20px;
    padding-top:3px;
}

/*Footer list services*/
.footer ul.list-services li {
    color:#777777;
    line-height: 36px;
    list-style: none;
}

.footer ul.list-services li span {
    font-weight: 700;
}
.footer ul.list-services li i {
    margin: 4px 5px 10px 0;
}
/*Blog Posts*/
.footer .blog-list {
	margin:0;
	padding:0;
	color:#dadada;
	list-style:none;
}
.footer .blog-list li {
	padding:0 0;
	margin-bottom:7px; 
}
.footer .blog-list li span {
	color:#818488;
}
.footer .media,
.footer .media:hover {
	border:none !important;
	background:none !important;
}
.footer .media a {
	color:#dadada;
}
.footer .media a:hover {
	color:#D97000 !important;
}
.footer .media .media-object {
	border-color:#888 !important;
}

.tooltip-inner {
    background-color: #000000 !important;
    color: #ffffff;
}
/*Comments*/
.comments {
    border-top: 1px solid #DDDDDD;
    margin: 15px 0 0;
    padding: 20px 0 15px;
}
.comments h3 {
    color:#009acd;
    font-size: 25px;
    font-weight: 200;
    margin: 0 0 20px;
    text-transform: none;
}
.comments .media {
    margin-top:20px;
}
.comments .media div.thumbnail {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 10px;
    max-width:90px;
}
.comments .media div.thumbnail img {
    top:0;
    width:80px;
    height:80px;
}
@media (max-width:479px){
    .comments .media div.thumbnail img {
        top:0;
        width:50px;
        height:50px;
    }
}
.author .media div.thumbnail {
    margin-right: 20px;
}
.comments.author h4 {
    font-size: 14px;
    font-weight: 700;
}
.comments.author h4 a:hover{
    text-decoration: underline;
}
.comments p {
    font-size: 13px;
    line-height: 21px;
    margin-bottom: 0px;
}
@media (max-width:479px){
    .comments p{
        line-height: 16px;
    }
}
.comments .comments-block {
    background: none repeat scroll 0 0 #F4F4F4;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    padding: 20px 20px 30px;
    position: relative;
    margin-left:15px;
}
@media (max-width:479px){
    .comments .comments-block {
        padding: 10px 10px 30px;
    }
}
.comments .comment-arrow {
    border-bottom: 15px solid transparent;
    border-right: 15px solid #F4F4F4;
    border-top: 15px solid transparent;
    height: 0;
    left: -15px;
    position: absolute;
    top: 28px;
    width: 0;
}
.comments .comments-block h4{
    line-height:21px;
    font-size:14px;
    font-weight: 700;
}
.comments span.date{
    font-size:13px;
    color:#999999;
}
@media (max-width:479px){
    .comments span.date{
        font-size:10px;
    }
}
.post-comment {
    margin-top: 25px;
    padding-top: 45px;
    border-top: 1px solid #DDDDDD;
}
.post-comment h3{
    color:#009acd;
}
.post-comment label {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}
.post-comment .btn-m-blue {
    font-weight:400;
}
/*Copyright*/

.copyright > .container > .row {
    margin-bottom: 25px;
}
.copyright {
    background: none repeat scroll 0 0 #0C0C0C;
    border-top: 4px solid #111111;
    font-size: 11px;
    margin-top: 0px;
    padding: 30px 0 10px;
}

.copyright p {
    color: #555555;
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 24px;
}
.copyright a {
	color:#fff;
    font-size: 13px;
    line-height: 13px;
}
.copyright a:hover {
	text-decoration: underline;
    -webkit-transition:all 0.4s ease-in-out;
    -moz-transition:all 0.4s ease-in-out;
    -o-transition:all 0.4s ease-in-out;
    transition:all 0.4s ease-in-out;
}

.copyright ul li {
    border-left: 1px solid #505050;
    display: inline-block;
    line-height: 12px;
    margin: 0;
    padding: 0 8px;
}
.copyright ul li:first-child {
    border: none;
}


.copyright .social-icons {display: inline-block;}
.copyright .copyright-text {text-align: left;}
.copyright .copyright-social {text-align: right;}
@media (max-width: 991px) {
    .copyright .copyright-social {text-align: left;}
}
@media (max-width: 767px) {
    .copyright .copyright-text {text-align: center;}
    .copyright .copyright-social {text-align: center;}
}

#logo-footer {
    border: 0 none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

@media (max-width:767px) {

    .copyright {
        text-align:center;
    }

    #logo-footer.pull-right,
    .copyright ul.pull-right {
        float:none !important;
    }
    .copyright ul{
        margin-top:10px;
    }

}
/*Home Page "Main page" (Default)
------------------------------------*/
.thumbnail,
.thumbnail-style,
.thumbnail-kenburn {
    margin-bottom: 20px;
}
/*Thumbnail*/
.thumbnail-style {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    display: block;
    line-height: 20px;
    padding: 4px;
    transition: all 0.2s ease-in-out 0s;
    border: 1px solid #DDDDDD;
}
.thumbnail-style:hover { 
    -webkit-transition:box-shadow 0.2s ease-in-out;
    -moz-transition:box-shadow 0.2s ease-in-out;
    -o-transition:box-shadow 0.2s ease-in-out;
    transition:box-shadow 0.2s ease-in-out;
}
.thumbnail-style h3 {
	margin:0;
}
.thumbnail-style h3{
	font-size:12px;
	font-weight:700;
}
.thumbnail-style h3 a {
	font-size:15px;
	font-weight:700;
}
.thumbnail-style h3 a:hover {
	color:#009acd;
	text-decoration:none;
}
.thumbnail-style p{
    font-size: 13px;
    line-height: 20px;
    margin:0 0 8px;
    padding:10px;
}
.thumbnail-style .overlay-zoom img {
    display: block;
    height: auto;
    max-width: 100%;
}
.thumbnail-style .thumbnail-img {
	position:relative;
    transition: all 0.2s ease-in-out 0s;
}
.thumbnail-style img,
.thumbnail-style .thumbnail-img img {
    display: block;
    height: auto;
    max-width: 100%;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.thumbnail-style a.btn-more {
	right:-10px;
	bottom:10px;
	color:#fff;
	padding:1px 6px;
	position:absolute;
	background:#009acd;
	display:inline-block; 
}
.thumbnail-style a.btn-more:hover {
	text-decoration:none;
	background-color: #0099e6;
}
.thumbnail-style:hover a.btn-more {
	right:10px;
}

.thumbnail-kenburn{
	text-align:justify;
	min-height:250px;
}
.thumbnail-kenburn img {
	left:0px;
	margin-left:0px;
	position:relative;
   -webkit-transition: all 0.8s ease-in-out;
   -moz-transition: all 0.8s ease-in-out;
   -o-transition: all 0.8s ease-in-out;
   -ms-transition: all 0.8s ease-in-out;
   transition: all 0.8s ease-in-out;
    display: block;
    height: auto;
    max-width: 100%;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.thumbnail-kenburn:hover img {
   -webkit-transform: scale(1.1, 1.1);
   -moz-transform: scale(1.1, 1.1);
   -o-transform: scale(1.1, 1.1);
   -ms-transform: scale(1.1, 1.1);
   transform: scale(1.1, 1.1);
}
.thumbnail-style:hover img,
.thumbnail-style:hover .thumbnail-img img {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.thumbnail-style .thumb-social {
    border-top: 1px dotted #DDDDDD;
    display: block;
    margin: 0 10px;
    padding: 5px;
}
.thumbnail-style .thumb-social a i {
    color: #FFFFFF;
    font-size: 0.9em;
    font-weight: normal;
}
.thumbnail-style .thumb-social a span {
    display: none;
}
/*Welcome Block*/
.servive-block .servive-block-inner {
    padding:30px 30px 10px;
    background-image: -webkit-gradient(linear, left 0, left 100%, from(#fff), to(#F9F9F9));
    background-image: -webkit-linear-gradient(top, #fff, 0%, #F9F9F9, 100%);
    background-image: -moz-linear-gradient(top, #fff 0, #F9F9F9 100%);
    background-image: linear-gradient(to bottom, #fff 0, #F9F9F9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff9f9f9', GradientType=0);
    border-bottom: 1px solid #DFDFDF;
    border-left: 1px solid #ECECEC;
    border-right: 1px solid #ECECEC;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
    margin: 20px auto;
    min-height: 100px;
    position: relative;
    text-align: center;
    z-index: 1;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
.servive-block .servive-block-inner.red {
    border-top:4px solid #E05048;
}
.servive-block .servive-block-inner.green {
    border-top:4px solid #4EB25C;
}
.servive-block .servive-block-inner.blue {
    border-top:4px solid #009acd;
}
.servive-block .servive-block-inner.violet {
    border-top:4px solid #734BA9;
}
.servive-block .servive-block-inner.yellow {
    border-top:4px solid #f8bb0f;
}
.servive-block .servive-block-inner div{
    height:90px;
    width:90px;
    margin: 10px auto 16px;
    text-align: center;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}
.servive-block .servive-block-inner div i {
    color: #FFFFFF;
    font-size: 40px;
    line-height: 90px;
    -webkit-transition:all 0.4s ease-in-out;
    -moz-transition:all 0.4s ease-in-out;
    -o-transition:all 0.4s ease-in-out;
    transition:all 0.4s ease-in-out;
}

.servive-block .servive-block-inner.red div{
    background-color: #E05048;
}
.servive-block .servive-block-inner.green div{
    background-color: #4EB25C;
}
.servive-block .servive-block-inner.blue div{
    background-color: #009acd;
}
.servive-block .servive-block-inner.violet div{
    background-color: #734BA9;
}
.servive-block .servive-block-inner.yellow div{
    background-color: #f8bb0f;
}
.servive-block .servive-block-inner h4 {
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    letter-spacing: -0.7px;
    margin-top: 5px;
    margin-bottom: 14px;
    text-transform: uppercase;
}
.servive-block .servive-block-inner.red h4{
    color: #E05048;
}
.servive-block .servive-block-inner.green h4{
    color: #4EB25C;
}
.servive-block .servive-block-inner.blue h4{
    color: #009acd;
}
.servive-block .servive-block-inner.violet h4{
    color: #734BA9;
}
.servive-block .servive-block-inner.yellow h4{
    color: #ad8000;
}
.servive-block .servive-block-inner p a {
    display: block;
    margin-top: 10px;
}
.servive-block .servive-block-inner p a:hover {
    text-decoration: underline;
}


/*Services Accordion*/
.panel-group .panel + .panel {
    margin-top: 2px;
}
.panel-default > .panel-heading {
    background-color: #ffffff;
    border-color: #DDDDDD;
    color: #333333;
}

.panel-default > .panel-heading .accordion-toggle {
    color:#009acd;
    font-size: 14px;
    line-height: 22px;
}
.panel-default > .panel-heading .accordion-toggle:hover {
    color:#0099e6;
    text-decoration: underline;
}
/*Breadcrumbs*/
.breadcrumbs {
    color: #FFFFFF;
    background-color: #008485;
    border-bottom: 5px solid #CCCCCC;
    border-top: 5px solid #275e5e;
    margin-bottom: 35px;
    min-height: 12px;
    padding: 0px 20px 0px 20px;
    position: relative;
    text-align: right;
}

.breadcrumb li {
    line-height: 24px;
    text-shadow: none;
}
.breadcrumb > li + li:before {
    content: "/";
}
.breadcrumbs h1 {
    border-bottom: 5px solid #009acd;
    color: #FFFFFF;
    display: inline-block;
    font-weight: 200;
    margin: 0 0 -25px;
    min-height: 37px;
    padding: 0 0 17px;
    position: relative;
    font-size:39px;
    line-height: 54px;
}
.breadcrumbs .container {
	padding:0 15px;
}

.breadcrumb {
    background: none repeat scroll 0 0 transparent;
    margin: -3px 0 0;
    padding: 0;
}
.breadcrumb a {
	font-size: 14px;
}

/*Home Page "Options"
------------------------------------*/
/*Accardion*/

.acc-home .panel-heading {
    padding: 0;
}
.acc-home a.accordion-toggle {
    padding:5px 15px;
    display: block;
}
.faq .panel {
    box-shadow: none;
    border:0;
}

.faq .panel-default > .panel-heading .accordion-toggle {
    color: #009acd;
    font-size: 15px;
    line-height: 20px;
}
.faq .panel-default > .panel-heading {
    background: none repeat scroll 0 0 #F4F4F4;
    border-color: #F4F4F4 #F4F4F4 #F4F4F4 #009acd;
    border-image: none;
    border-radius: 8px 8px 8px 8px;
    border-style: solid;
    border-width: 1px 1px 1px 3px;
    display: block;
    font-size: 1.1em;
    min-height: 20px;
    padding: 7px 20px 7px 10px;
    position: relative;
    transition: all 0.15s ease-out 0s;
}
.faq .panel-default > .panel-heading a{
    font-weight:400;
}
.faq .panel-heading + .panel-collapse .panel-body,
.faq .panel-default > .panel-body {
    border:0;
}
/*Posts*/
/* start nav */
.posts ul.nav-list > li {
    margin: 0;
    padding: 0;
}


.posts ul.nav-list > li a {
    border-bottom: 1px solid #6d6d6d;
    padding: 8px 10px;
    transition: all 0.3s ease 0s;
    color: #666666;
    font-size: 14px;
}

.posts ul.nav-list > li:last-child a {
    border-bottom: none;
}
.posts ul.nav-list > li a i{
    padding-right:7px;
}

/* end nav */

.posts .media {
    margin-bottom: 0px;
}
.posts .media > a{
    margin-bottom: 20px;
    border:solid 1px #dddddd;
    background-color: #FFFFFF;
    padding: 4px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.posts .media .media-object {
	width:50px; 
	height:50px; 
}
.posts .media .media-body p {
	margin:0;
}
.posts .media a:hover {
	color:#009acd;
	text-decoration:underline;
}
.posts .media .post-meta {
    color: #888888;
    font-size: 11px;
    line-height: 24px;
}
.posts .media:hover .media-object,
.posts .media:hover .media-body a {
	color:#009acd;
	border-color:#009acd !important;
}

.posts .media,
.posts .media:hover,
.posts .media .media-object,
.posts .media:hover .media-object,
.posts .media .media-body a,
.posts .media:hover .media-body a {
    -webkit-transition:all 0.2s ease-in-out;
    -moz-transition:all 0.2s ease-in-out;
    -o-transition:all 0.2s ease-in-out;
    transition:all 0.2s ease-in-out;
}

/*Slider*/
.slider-inner .da-slider {
	box-shadow:none;
}

/*Carousel*/
.carousel-control { 
	color:#fff; 
	border:none; 
	margin-top:0;
    border-radius:2px;
}
.carousel-control .icon-prev, .carousel-control .icon-next {
    -moz-border-radius:15px;
    -webkit-border-radius:15px;
    border-radius:15px;
    background-color: #333333;
    line-height: 25px;
    line-height: 35px \9;
    font-size: 30px;
}
.carousel-control:hover {
    background-color: #000000;
	opacity:0.8;
}
.carousel-control.left, .carousel-control.right {
    background: none;
}
.carousel-inner {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 4px solid #FFFFFF;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.carousel-indicators {
    bottom: -40px;
}
.carousel-indicators li {
    border-color:#777777;
    background-color: #777777;
    height:11px;
    width:11px;
    border-radius: 15px;
    border: none ;
    margin:0 4px;

}
.carousel-indicators li:hover {
    border-color:#4c4c4c;
    background-color: #4C4C4C;

}
.carousel-indicators .active {
    border-color:#191919;
    background-color:#191919 ;
    height:11px;
    width:11px;
    margin:0 4px;
}
/*Tabs*/

.nav-tabs {
    border: none;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #009acd;
    background-color: #ffffff;
    border-color: #EEEEEE;
    border-top-color: #009acd;
    border-bottom-width: 0px;
    border-top-width: 3px;
}
.nav-tabs > li > a:hover {
    border-color: #009acd;
}

.nav-tabs > li > a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-bottom-width: 2px;
}

.nav-tabs {
	background:none !important;
}
.nav-tabs a {
	font-size:13px;
	padding: 9px 7px 8px 7px !important;
}
.nav-tabs li.active a,
.nav-tabs li.active a:hover,
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
    border-top-color: #009acd;
    color: #009acd;
	background:#ffffff;
}

.nav-tabs > li > a,
.nav-tabs > li > a:hover {
    -moz-border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
    border-color: #ccc;
    border-image: none;
    border-left: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;
    border-style: solid solid none;
    border-width: 2px 1px 0;
    color: #009acd;
    font-size: 13px;
    background-color: #f4f4f4;
}

.nav-tabs > li > a:hover {
    border-top-color: #009acd;
}

.tab-content {
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    border:1px solid #eeeeee;
    border-top-color: #dddddd;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
    padding: 15px;
}

.tab-content ul.simple-post-list {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.tab-content ul.simple-post-list li {
    border-bottom: 1px dotted #E2E2E2;
    min-height: 62px;
    padding: 15px 0;
    line-height: 24px;
    clear: both;
}

.tab-content ul.simple-post-list li:last-child {
    border-bottom: none;
}

.tab-content ul.simple-post-list div.post-image {
    float: left;
    margin-right: 12px;
}

.tab-content ul.simple-post-list div.post-image img{
    width:50px;
    height:50px;
}
.tab-content ul .thumbnail {
    border-radius: 8px 8px 8px 8px;
    position: relative;
}

.tab-content ul.simple-post-list .post-info a {
    font-size:14px;
    line-height: 24px;
}
.tab-content ul.simple-post-list .post-info a:hover {
    text-decoration: underline;
}
.tab-content ul.simple-post-list div.post-meta {
    color: #888888;
    font-size: 11px;
}
/*Sidebar
------------------------------------*/
@media (max-width: 1023px) {
    .sidebar {
        margin-top: 30px;
    }
}
.sidebar > section {
    margin-top: 15px;
    margin-bottom: 25px;
    background: url("../images/divider-small.png") no-repeat scroll center 100% transparent;
    padding-bottom:25px;
}

.sidebar > section:first-child {
    margin-top:0;
}

.sidebar section .headline h3,
.sidebar section .headline h4 {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 27px;
    margin: 0 0 14px;
}

.sidebar .form-search .form-control {
    -moz-border-radius: 14px 0 0 14px;
    -webkit-border-radius: 14px 0 0 14px;
    border-radius: 14px 0 0 14px;
    font-size:14px;
    line-height:16px;
    font-weight:400;

}
.sidebar .form-search .form-control::-moz-placeholder  {
    color:#555;
}

.sidebar .form-search .btn-m-blue {
    -moz-border-radius: 0 14px 14px 0;
    -webkit-border-radius: 0 14px 14px 0;
    border-radius: 0 14px 14px 0;
    padding:0px 12px;
}
.sidebar .form-search .btn-m-blue i{
    font-size:14px;

}

/*Right Sidebar*/
.who li { 
	margin-bottom:0px;
    line-height: 24px;
}
.who li i { 
	color:#009acd;
	position:relative; 
	top:2px; 
	margin-right:7px; 
	font-size:18px;
}
.who li:hover i, 
.who li:hover a { 
	color:#0099e6;
}
.who li:hover a:hover {
    text-decoration: underline;
}

/*Service Blocks*/
.service-alternative .service:hover { 
	background:#D97000;
    -webkit-transition:all 0.4s ease-in-out;
    -moz-transition:all 0.4s ease-in-out;
    -o-transition:all 0.4s ease-in-out;
    transition:all 0.4s ease-in-out;
}
.service-alternative .service:hover i,
.service-alternative .service:hover p,
.service-alternative .service:hover h4 { 
	color:#fff;
}

/*About Page
------------------------------------*/
.team ul { 
	text-align:right;
}
.team ul li {
	padding:0 !important;
	margin:0 !important;
}
.team ul li a,
.team ul li a:hover {
	text-decoration:none;
}
.team ul li i {
	color:#aaa;
	font-size:20px;
	padding:4px;
	background:#f7f7f7;
}
.team ul li i.icon-facebook {
	padding:4px 10px;
}
.team ul li i:hover {
	color:#fff;
	background:#009acd;
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}
.team .thumbnail-style {
	padding:12px;
}
.team .thumbnail-style small {
	display:block; 
	font-size:12px;
}
.team .thumbnail-style h3 {
	margin-bottom:10px;
}
.team .thumbnail-style:hover h3 a {
	color:#009acd !important;
}

/*Icons Page
------------------------------------*/
.icon-page li { 
	color:#555; 
	margin:5px 0;
	font-size:14px; 
	font-family:Arial; 
}
.icon-page li i { 
	font-size:14px; 
	margin-right:5px;
}
.icon-page li:hover { 
	color:#009acd;
}

/*Pricing Page
------------------------------------*/
.no-space-pricing .col-md-3,
.no-space-pricing .col-md-4 {
    padding-right: 0px;
    padding-left: 0px;
}
@media (max-width:1023px) {
    .no-space-pricing .col-md-3,
    .no-space-pricing .col-md-4 {
        padding-right: 15px;
        padding-left: 15px;
    }
}

/*Pricing Head*/
.pricing {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #333333;
    margin-bottom: 35px;
    padding: 20px;
    position: relative;
    -moz-text-shadow: 0 1px rgba(255, 255, 255, 0.8);
    -webkit-text-shadow: 0 1px rgba(255, 255, 255, 0.8);
    text-shadow: 0 1px rgba(255, 255, 255, 0.8);
    text-align: center;
}
.pricing-head h3, .pricing h3 {
    background-color: #EEEEEE;
    background-image: -webkit-gradient(linear, left 0, left 100%, from(#FAFAFA), to(#EEEEEE));
    background-image: -webkit-linear-gradient(top, #FAFAFA, 0%, #EEEEEE, 100%);
    background-image: -moz-linear-gradient(top, #FAFAFA 0, #EEEEEE 100%);
    background-image: linear-gradient(to bottom, #FAFAFA 0, #EEEEEE 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffFAFAFA', endColorstr='#ffEEEEEE', GradientType=0);
   -moz-border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
    font-size: 20px;
    font-weight: normal;
    margin: -20px -20px 50px;
    padding: 20px;
    letter-spacing: normal;
    line-height: 24px;
    text-transform: uppercase;
    color: #009acd;
}
.pricing-head h3 span, .pricing h3 span {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 5px solid #FFFFFF;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    -moz-box-shadow: 0 5px 20px #DDDDDD inset, 0 3px 0 #999999 inset;
    -webkit-box-shadow: 0 5px 20px #DDDDDD inset, 0 3px 0 #999999 inset;
    box-shadow: 0 5px 20px #DDDDDD inset, 0 3px 0 #999999 inset;
    color: #777777;
    display: block;
    font: bold 25px/100px Georgia,Serif;
    height: 100px;
    margin: 20px auto -65px;
    width: 100px;
}
/*Pricing Content*/
.pricing .btn-m {
    display: inline-block;
}

.pricing  ul {
    list-style: none outside none;
    margin: 20px 0 0;
    padding: 0;
}
.pricing li {
    border-top: 1px solid #DDDDDD;
    padding: 10px 0;
}

/*Priceing Active*/
.price-active {
    box-shadow: 11px 0 10px -10px rgba(0, 0, 0, 0.1), -11px 0 10px -10px rgba(0, 0, 0, 0.1);
    z-index: 2;
    border-color: #009acd;
    margin-top:-10px;
}

.price-active h3 {
    background-color: #009acd;
    background-image: linear-gradient(to bottom, #009acd, #005580);
    background-image: -webkit-gradient(linear, left 0, left 100%, from(#009acd), to(#005580));
    background-image: -webkit-linear-gradient(top, #009acd, 0%, #005580, 100%);
    background-image: -moz-linear-gradient(top, #009acd 0, #005580 100%);
    background-image: linear-gradient(to bottom, #009acd 0, #005580 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff009acd', endColorstr='#ff005580', GradientType=0);
    background-repeat: repeat-x;
    color: #FFFFFF;
    padding-top: 30px;
    text-shadow: 0 1px #555555;
}

.price-active .plan-ribbon-wrapper {
    height: 88px;
    overflow: hidden;
    position: absolute;
    right: -5px;
    top: -5px;
    width: 85px;
}

.price-active .plan-ribbon:before, .price-active.plan-ribbon:after {
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    bottom: -3px;
    content: "";
    position: absolute;
}

.price-active .plan-ribbon:before {
    left: 0;
}

.price-active .plan-ribbon:after {
    right: 0;
}

.price-active .plan-ribbon:before, .price-active .plan-ribbon:after {
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    bottom: -3px;
    content: "";
    position: absolute;
}

.price-active .plan-ribbon {
    background-color: #BFDC7A;
    background-image: -webkit-gradient(linear, left 0, left 100%, from(#009acd), to(#8EBF45));
    background-image: -webkit-linear-gradient(top, #BFDC7A, 0%, #8EBF45, 100%);
    background-image: -moz-linear-gradient(top, #BFDC7A 0, #8EBF45 100%);
    background-image: linear-gradient(to bottom, #BFDC7A 0, #8EBF45 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffBFDC7A', endColorstr='#ff8EBF45', GradientType=0);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    color: #333333;
    font-size: 14px;
    left: -5px;
    padding: 7px 0;
    position: relative;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    top: 15px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 120px;
}

/*Gallery Page
------------------------------------*/
.gallery .thumbnail,
.gallery .thumbnail:hover {
	padding:0;
	border:none;
	box-shadow:none;
}
.gallery .thumbnails a.thumbnail{
    margin-bottom:0px;
    border: 1px solid #DDDDDD;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    padding: 4px;
    transition: all 0.2s ease-in-out 0s;
}

.gallery .thumbnails .col-md-3 {
    padding-bottom: 30px;
}

/*Registration and Login Page
------------------------------------*/
.reg-page,
.login-page  {
	overflow:hidden;
	margin:0 auto;
	background:#fcfcfc;
	border:solid 1px #eee;
	box-shadow:0 0 7px #eee;
}

/*Registration*/
.reg-page {
    max-width: 400px;
	padding:30px 50px 30px;
}
.reg-page h3 {
	margin-bottom:25px;
}

/*Login*/
.login-page {
	min-width:25%;
	max-width:25%;
	padding:35px 30px 30px;
}
.login-page h3 {
	margin:0 0 25px 0;
}
.login-page input.login-inputs {
	width:86%;
}
.login-page .checkbox {
	margin-top:7px;
}
.login-page .checkbox input {
	margin-right:6px !important;
}
.login-page button {
	margin:0 0 5px 0;
}

/*Login Page v1.1*/
.log-page {
    max-width: 400px;
	padding: 30px 50px;
	margin: 0 auto;
	background:#fcfcfc;
	border:solid 1px #eee;
	box-shadow:0 0 7px #eee;
}

/*404 Page
------------------------------------*/
@media (max-width: 767px) {
    .page-404 {
        margin-bottom:20px;
        top:0;
    }
}
.page-404 p {
	top:40px;
	color:#121214;
	font-size:140px;
	line-height:180px;
	text-align:center;
	position:relative;
}
.page-404 p i {
	font-style:normal;
	text-shadow:0 0 3px;
}
.page-404 p span {
	display:block;
	font-size:20px;
    line-height: 36px;
    color: #777777;
	position:relative;
}

/*Clients Page
------------------------------------*/
.clients-page { 
	overflow:hidden;
}
.clients-page p { 
	overflow:auto;
}
.clients-page p a { 
	overflow:auto;
	text-decoration:underline;
}
.clients-page a.img-hover {
	display:block;
	position:relative;
}
.clients-page img { 
	float:left;
	margin-right:20px;
	background:#fafafa;
	border:solid 1px #eee;
	width:120px;
	height:120px;
}
.clients-page img.img-colorful {
	display:none;
}
.clients-page a:hover img.img-colorful,
.clients-page:hover img.img-colorful {
	top:0; 
	left:0;
	display:block;
	position:absolute;
}

/*Privacy Page
------------------------------------*/
.privacy {}
.privacy a {
	text-decoration:underline;
}
.privacy a:hover {
	color:#009acd;
	text-decoration:none;
}

/*Portfolio Page
------------------------------------*/
.portfolio-columns .col-md-3 {
    margin-bottom:30px;
}
.portfolio-columns .col-md-4 {
    margin-bottom:30px;
}
.portfolio-columns .col-md-6 {
    margin-bottom:30px;
}
@media (min-width: 767px) and (max-width: 1025px) {
    .portfolio-columns .col-md-3,
    .portfolio-columns .col-md-4,
    .portfolio-columns .col-md-6 {
        padding-left:10px;
        padding-right:10px;
        margin-bottom:20px;
    }
}
/*Portfolio Item Page
------------------------------------*/
.portfolio-item h4 {
    color: #009acd;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 27px;
    margin: 0 0 14px;
}
@media (max-width:1023px) {
    .portfolio-item h4 {
        margin: 30px 0 14px;
    }
}
.portfolio-item li {
	padding:3px 0;
}
.portfolio-item .recent-work li {
    padding:4px;
}
.portfolio-item p a {
	text-decoration:underline;
}
.portfolio-item p a:hover {
	text-decoration:none;
}
.portfolio-item ul.list-unstyled li {
    margin-bottom: 13px;
}

/*Blog Tags*/
.sidebar section ul.blog-tags {
    margin-bottom: 0;
}
ul.blog-tags a {
    font-size:13px;
    padding:2px 5px;
    margin:0 2px 5px 0;
    display:inline-block;
    text-shadow:0 1px 0 #fff;
}
ul.blog-tags a:hover,
ul.blog-tags a:hover i {
    color:#0099E6;
    text-decoration: underline;
}
ul.blog-tags a i {
    color:#777;
}

ul.blog-tags a,
ul.blog-tags a i,
ul.blog-tags a:hover,
ul.blog-tags a:hover i {
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}

.sidebar ul.blog-tags li {
    padding-left: 0;
    padding-right: 0;
}
.sidebar ul.blog-tags a {
    background-color: #FFFFFF;
    border: 1px solid #dddddd;
    border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

ul.list-unstyled li {
    margin:10px;
	font-size:15px;
}
/*Blog Page
------------------------------------*/
.blog {
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 50px;
    padding-bottom: 10px;
}
.blog.blog-single {
    border-bottom: 0px solid #DDDDDD;
    margin-bottom: 40px;
    padding-bottom: 0px;
}

.blog h2 {
	color:#008485;
    margin-bottom: 5px;
}

.blog ul {
	color:#777;
	font-size:12px;
}

.blog ul.blog-tags i,
.blog ul.blog-info i {
    color:#777;
}

.blog ul.blog-tags a:hover,
.blog ul.blog-info a:hover {
    color:#0099E6;
    text-decoration:underline;
}

.blog ul.blog-info {
    margin-bottom: 7px;
    font-size: 13px;
}
.blog .post-content ul.blog-info {
    margin-bottom: 20px;
}
.blog ul.blog-info li {
    padding-left: 0;
    padding-right: 8px;
}
.blog ul.blog-info li i{
    margin-right: 5px;
}

.blog .blog-img, .pagebar .blog-img {
	margin:0px 0 20px 0;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border:4px solid #ffffff;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
}
.blog .blog-img img, .pagebar .blog-img img {
    display: block;
    height: auto;
    max-width: 100%;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.blog a.btn-m-blue {
    font-size: 11px;
    line-height: 20px;
    padding: 0 6px;
}

/*Blog Post Date*/
.pagebar .post-date {
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    text-align: center;
}

.pagebar .post-date .day {
    color: #009acd;
    background: none repeat scroll 0 0 #F4F4F4;
    -moz-border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
}
.pagebar .post-date .month {
    background-color: #009acd;
    -moz-border-radius: 0 0 2px 2px;
    -webkit-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.07) inset;
    color: #FFFFFF;
    font-size: 0.9em;
    padding: 0 10px 2px;
}
@media (max-width:981px){
    .pagebar .post-date .day {
        padding:10px 5px;
    }
    .pagebar .post-date .month {
        padding:0 6px 2px;
    }
}
@media (max-width:767px){
    .pagebar .post-date .day {
        padding:5px 2px;
    }
    .pagebar .post-date .month {
        padding:0 1px 2px;
    }
}
@media (max-width:639px){
    .pagebar .post-date {
        box-shadow: none;
    }
    .pagebar .post-date .day{
        background: none;
    }
}
@media (max-width:479px){
    .pagebar .post-date {
        display:none;
    }
}
/*Blog Ads*/
.blog-ads {
    margin: 0;
    padding: 0;
}
.blog-ads li {
	display:inline;
    margin: 0;
    padding: 0;
}
.blog-ads li img {
	opacity:0.6;
    display: block;
    height: auto;
    max-width: 100%;
    border: 1px solid #DDDDDD;
    border-radius: 4px 4px 4px 4px;
    padding: 3px;
}
.blog-ads li a {
    display: block;
    margin:0 2px 4px;
}
.blog-ads li img {
    position: relative;
}
.blog-ads li img:hover {
	opacity:1;
    border-color: #009acd;
}

/*Blog Latest Tweets*/
.blog-twitter p {
}
.blog-twitter p span {
	color:#777;
	display:block;
	font-size:11px; 
}
.blog-twitter p a {
	color:#666;
    text-decoration: underline;
}
.blog-twitter p a:hover {
    color: #777;
    text-decoration: none;
}

.blog-twitter p:last-child {
    margin-bottom: 0;
}

/*Blog Item Page
------------------------------------*/
.blog-item .media img {
	top:3px;
	width:54px;
	height:54px;
	position:relative;
}
.blog-item h4.media-heading {
	position:relative;
}
.blog-item h4.media-heading span {
	top:3px; 
	right:0;
	color:#777;
	font-size:14px;
	position:absolute;
    line-height: 21px;
}
.blog-item h4.media-heading span a {
	color:#009acd;
    font-weight: 400;
}
.blog-item h4.media-heading span a:hover {
    color:#0099e6;
}
@media (max-width:479px){
    .blog-item h4.media-heading span {
        position: relative;
        float:left;
        font-size:12px;
        margin-right:10px;
        clear: both;
    }
}
/*Contact Page
------------------------------------*/
.map {
	width:100%; 
	height:350px;
	border-top:solid 1px #eee;
	border-bottom:solid 1px #eee;
    margin:-35px 0 30px;
}

.map-box {
	height: 250px;
}

.map-box-space {
	margin-top: 15px;
}

/*Coming Soon Page
------------------------------------*/
.coming-soon-page {
	background: #585f69;
}

.coming-soon-border {
	border-top: solid 3px #009acd;
}

.coming-soon-logo  {
	margin-top: 10px;
	padding-top: 15px;
	border-top: solid 1px #4c5159;
}

.coming-soon-logo a {
	display: block;
	text-align: center;
}

.coming-soon,
.coming-soon-plugin {
	padding: 20px;
	text-align: center;
	margin-top: 20px;
}  

.coming-soon-plugin {
	min-height: 260px;
}

.coming-soon h1,
.coming-soon p {
	color: #fff;
}

.coming-soon h1 {
	font-size: 50px;
	line-height: 50px;
	margin-bottom: 15px;
	text-shadow: none;
}

.coming-soon p {
	font-size: 16px;
	line-height: 22px;
}

.coming-soon input {
	box-shadow: none;	
	-moz-box-shadow: none;	
	-webkit-box-shadow: none;	
}

.coming-soon-copyright {
	padding: 5px 0;
}

.coming-soon-copyright p {
	color: #fff;
	text-align: right;
}

/*One Page
------------------------------------*/
.one-page {
	padding-left: 0;
	padding-right: 0;
}

.one-page h1,
.one-page h2 {
	color: #fff;
	font-size: 30px;
	text-shadow: none;
	margin-bottom: 20px;
}

.one-page p {
	color: #fff;
}

.one-page .one-default p,
.one-page .one-default h1,
.one-page .one-default h2,
.one-page .one-grey p,
.one-page .one-grey h1,
.one-page .one-grey h2 {
	color: #555;
}

.one-page .one-page-inner {
	padding: 30px 20px;
	min-height: 300px;
}

.one-page .one-page-btn {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.one-page .btn-m {
	margin-bottom: 15px;	
}

.one-page .one-default {
	background: #fff;
}
.one-page .one-grey {
	background: #fafafa;
}
.one-page .one-blue {
	background: #3498db;
}
.one-page .one-red {
	background: #e74c3c;
}
.one-page .one-orange {
	background: #e67e22;
}
.one-page .one-green {
	background: #2ecc71;
}

/*Search Page
------------------------------------*/
.search-page h2 {
	font-size: 28px;
	margin-bottom: 20px;
}

.booking-blocks {
	overflow: hidden;
	padding: 15px 20px;
	margin-bottom: 25px;
	background: #fafafa;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

.booking-blocks:hover {
	border-radius:2px;
	background: #fafafa;
	box-shadow:0 0 8px #ddd;
}

.booking-blocks p a {
	color: #009acd;
}

.booking-blocks .booking-img {
  width: 140px;
  margin-right: 10px;
}

.booking-blocks .booking-img li {
  color: #777;
}

.booking-blocks .booking-img li i {
  color: #78ccf8;
  font-size: 12px;
  margin-right: 5px;
}

.booking-blocks .booking-img img {
  float: left;
  width: 140px;
  height: auto;
  margin: 5px 10px 10px 0;
}

.booking-blocks h2 {
  margin-top: 0;
  font-size: 20px;
  line-height: 20px;
}

.booking-blocks ul.inline li {
  padding: 0;
}

.booking-blocks ul.inline li i {
  color: #f8be2c;
  cursor: pointer;
  font-size: 16px;
}

.booking-blocks ul.inline li i:hover {
  color: #f8be2c;
}

/*Others (Global classes)
------------------------------------*/
.color-red { color:#c00;}
.color-green { color:#009acd;}
.color-blue { color:#3498db;}

.rgt-img-margin { margin:4px 0 5px 8px;}
.lft-img-margin { margin:5px 20px 5px 0;}

.overflow-hidden { overflow:hidden;}
.padding-left-5 { padding-left:5px;}
.img-width-200 { width:200px;}

.simple-image {
    border: 1px solid #DDDDDD;
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    border-radius: 8px 8px 8px 8px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    padding: 4px;
    transition: all 0.2s ease-in-out 0s;
}
/*Image Border*/
.img-border {
	border:solid 3px #fff;
}

/*Background light-style*/
.bg-light { 
	padding:10px 15px; 
	border-radius:3px;
	margin-bottom:10px; 
	background:#fcfcfc; 
}
.bg-light:hover { 
	padding:9px 14px;
	border:solid 1px #e5e5e5;
}

/*Link read-more*/
a.read-more {
	font-weight:bold;
	text-decoration:none;
}
a.read-more:hover { 
	color:#009acd;
	text-decoration:none;
}

/*Link color-green-style*/
.linked:hover {
	color:#009acd;
	text-decoration:none;
}

/*CSS3 Hover Effects*/
.hover-effect {
	-webkit-transition:all 0.4s ease-in-out;
	-moz-transition:all 0.4s ease-in-out;
	-o-transition:all 0.4s ease-in-out;
	transition:all 0.4s ease-in-out;
}
.hover-effect-kenburn {
	left:10px;
	margin-left:-10px;
	position:relative;
   -webkit-transition: all 0.8s ease-in-out;
   -moz-transition: all 0.8s ease-in-out;
   -o-transition: all 0.8s ease-in-out;
   -ms-transition: all 0.8s ease-in-out;
   transition: all 0.8s ease-in-out;
}
.hover-effect-kenburn:hover {
	-webkit-transform: scale(2) rotate(5deg);
	-moz-transform: scale(2) rotate(5deg);
	-o-transform: scale(2) rotate(5deg);
	-ms-transform: scale(2) rotate(5deg);
	transform: scale(2) rotate(5deg);
}

/*Spaces*/
.margin-bottom-5, 
.margin-bottom-10, 
.margin-bottom-20, 
.margin-bottom-25, 
.margin-bottom-40, 
.margin-bottom-50, 
.margin-bottom-60 { 
	clear:both;
}   
.margin-bottom-5 {
	margin-bottom:5px;
}
.margin-bottom-10 {
	margin-bottom:10px;
}
.margin-bottom-20 {
	margin-bottom:20px;
}
.margin-bottom-25 {
	margin-bottom:25px;
}
.margin-bottom-30 {
	margin-bottom:30px;
}
.margin-bottom-40 {
	margin-bottom:40px;
}
.margin-bottom-50 {
	margin-bottom:50px;
}
.margin-bottom-60 {
	margin-bottom:60px;
}

.top-2 {
	top:2px;
}

/*Button Style*/
.btn-m {
    color:#ffffff;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    -moz-transition: background-position 0.1s linear 0s;
    -webkit-transition: background-position 0.1s linear 0s;
    transition: background-position 0.1s linear 0s;
}
.btn-m:focus,
.btn-m:hover {
    color:#ffffff;
}

/*Buttons Color*/
.btn-m-default {
    color: #000000;
    text-shadow: 0 1px 0 #fff;
    background-image: -webkit-gradient(linear, left 0, left 100%, from(#fff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #fff, 0%, #e6e6e6, 100%);
    background-image: -moz-linear-gradient(top, #fff 0, #e6e6e6 100%);
    background-image: linear-gradient(to bottom, #fff 0, #e6e6e6 100%);
    background-repeat: repeat-x;
    border-color: #e0e0e0;
    border-color: #ccc;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
}

.btn-m-default:hover {
    color: #000000;
    background-image: none;
    background-color: #e6e6e6;
}

.btn-m-default:active,
.btn-m-default.active {
    background-color: #e6e6e6;
    border-color: #e0e0e0
}

/*btn blue*/
.btn-m-blue {
    background-color: #006DCC;
    background-image: -webkit-gradient(linear, left 0, left 100%, from(#009acd), to(#0044cc));
    background-image: -webkit-linear-gradient(top, #009acd, 0%, #0044cc, 100%);
    background-image: -moz-linear-gradient(top, #009acd 0, #0044cc 100%);
    background-image: linear-gradient(to bottom, #009acd 0, #0044cc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff009acd', endColorstr='#ff0044cc', GradientType=0);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-style: solid;
    border-width: 1px;
    color: #FFFFFF;
    -moz-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    -webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-m-blue:hover,
.btn-m-blue:active,
.btn-m-blue.active {
    background-image: none;
    background-color: #0044cc;
}


/*btn red*/
.btn-m-red {
    background-image: -webkit-gradient(linear, left 0, left 100%, from(#d9534f), to(#c9302c));
    background-image: -webkit-linear-gradient(top, #d9534f, 0%, #c9302c, 100%);
    background-image: -moz-linear-gradient(top, #d9534f 0, #c9302c 100%);
    background-image: linear-gradient(to bottom, #d9534f 0, #c9302c 100%);
    background-repeat: repeat-x;
    border-color: #c12e2a;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
}

.btn-m-red:hover {
    background-image: none;
    background-color: #c9302c;
}

.btn-m-red:active,
.btn-m-red.active {
    background-color: #c9302c;
    border-color: #c12e2a
}

/*btn orange*/
.btn-m-orange {
    background-image: -webkit-gradient(linear, left 0, left 100%, from(#f0ad4e), to(#ec971f));
    background-image: -webkit-linear-gradient(top, #f0ad4e, 0%, #ec971f, 100%);
    background-image: -moz-linear-gradient(top, #f0ad4e 0, #ec971f 100%);
    background-image: linear-gradient(to bottom, #f0ad4e 0, #ec971f 100%);
    background-repeat: repeat-x;
    border-color: #eb9316;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
}
.btn-m-orange:hover {
    background-image: none;
    background-color: #ec971f;
}
.btn-m-orange:active,
.btn-m-orange.active {
    background-color: #ec971f;
    border-color: #eb9316
}

/*btn aqua*/
.btn-m-aqua  {
    background-image: -webkit-gradient(linear, left 0, left 100%, from(#5bc0de), to(#31b0d5));
    background-image: -webkit-linear-gradient(top, #5bc0de, 0%, #31b0d5, 100%);
    background-image: -moz-linear-gradient(top, #5bc0de 0, #31b0d5 100%);
    background-image: linear-gradient(to bottom, #5bc0de 0, #31b0d5 100%);
    background-repeat: repeat-x;
    border-color: #2aabd2;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
}

.btn-m-aqua:hover {
    background-image: none;
    background-color: #31b0d5;
}

.btn-m-aqua:active,
.btn-m-aqua.active {
    background-color: #31b0d5;
    border-color: #2aabd2
}

/*btn green*/
.btn-m-green {
    background-image: -webkit-gradient(linear, left 0, left 100%, from(#5cb85c), to(#449d44));
    background-image: -webkit-linear-gradient(top, #5cb85c, 0%, #449d44, 100%);
    background-image: -moz-linear-gradient(top, #5cb85c 0, #449d44 100%);
    background-image: linear-gradient(to bottom, #5cb85c 0, #449d44 100%);
    background-repeat: repeat-x;
    border-color: #419641;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
}

.btn-m-green:hover {
    background-image: none;
    background-color: #449d44;
}

.btn-m-green:active,
.btn-m-green.active {
    background-color: #449d44;
    border-color: #419641
}

/*btn yellow*/
.btn-m-yellow {
    background-image: -webkit-gradient(linear, left 0, left 100%, from(#f1c40f), to(#f39c12));
    background-image: -webkit-linear-gradient(top, #f1c40f, 0%, #f39c12, 100%);
    background-image: -moz-linear-gradient(top, #f1c40f 0, #f39c12 100%);
    background-image: linear-gradient(to bottom, #f1c40f 0, #f39c12 100%);
    background-repeat: repeat-x;
    border-color: #f39c12;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
}
.btn-m-yellow:hover {
    background-image: none;
    background-color: #f39c12;
}
.btn-m-yellow:active,
.btn-m-yellow.active {
    background-color: #f39c12;
    border-color: #f39c12
}


/*Social Icons*/
.social-icons li {
	float:left;
	display:inline;
	list-style:none;
	margin-right:5px;
	margin-bottom:5px;
	text-indent:-9999px;
}
.social-icons li a, a.social-icon {
	width:28px;
	height:28px;
	display:block;
	background-position:0 0;
	background-repeat:no-repeat;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
}
.social-icons li:hover a {
	background-position:0 -38px;
}

.social-icons li a,
.social-icons li:hover a {
    transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}

.social_amazon {background: url(../images/icons/social/amazon.png) no-repeat;}
.social_behance {background: url(../images/icons/social/behance.png) no-repeat;}
.social_blogger {background: url(../images/icons/social/blogger.png) no-repeat;}
.social_deviantart {background: url(../images/icons/social/deviantart.png) no-repeat;}
.social_dribbble {background: url(../images/icons/social/dribbble.png) no-repeat;}
.social_dropbox {background: url(../images/icons/social/dropbox.png) no-repeat;}
.social_evernote {background: url(../images/icons/social/evernote.png) no-repeat;}
.social_facebook {background: url(../images/icons/social/facebook.png) no-repeat;}
.social_forrst {background: url(../images/icons/social/forrst.png) no-repeat;}
.social_github {background: url(../images/icons/social/github.png) no-repeat;}
.social_googleplus {background: url(../images/icons/social/googleplus.png) no-repeat;}
.social_jolicloud {background: url(../images/icons/social/jolicloud.png) no-repeat;}
.social_last-fm {background: url(../images/icons/social/last-fm.png) no-repeat;}
.social_linkedin {background: url(../images/icons/social/linkedin.png) no-repeat;}
.social_picasa {background: url(../images/icons/social/picasa.png) no-repeat;}
.social_pintrest {background: url(../images/icons/social/pintrest.png) no-repeat;}
.social_rss {background: url(../images/icons/social/rss.png) no-repeat;}
.social_skype {background: url(../images/icons/social/skype.png) no-repeat;}
.social_spotify {background: url(../images/icons/social/spotify.png) no-repeat;}
.social_stumbleupon {background: url(../images/icons/social/stumbleupon.png) no-repeat;}
.social_tumblr {background: url(../images/icons/social/tumblr.png) no-repeat;}
.social_twitter {background: url(../images/icons/social/twitter.png) no-repeat;}
.social_vimeo {background: url(../images/icons/social/vimeo.png) no-repeat;}
.social_wordpress {background: url(../images/icons/social/wordpress.png) no-repeat;}
.social_xing {background: url(../images/icons/social/xing.png) no-repeat;}
.social_yahoo {background: url(../images/icons/social/yahoo.png) no-repeat;}
.social_youtube {background: url(../images/icons/social/youtube.png) no-repeat;}

/*Revolution Slider*/
.bg-black-opacity {
	background: url(../images/sliders/revolution/bg-text.png) repeat;
	padding: 7px;
	text-shadow: none !important;
}

/*Search form
------------------------------------*/

.form-search {
    position: relative;
	right:10px;
	top:10px;
}
.form-search .form-control {
    background-color: #ffffff;
}
.form-search .btn-search {
    position: absolute;
    left: 0;
    top: 0;
    background-color: transparent;
    border-color: transparent;
}
.form-search .btn-search:hover {
    color: #009acd;
}
.form-search .btn-search,
.form-search .btn-search:hover {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/*Back to top*/
#topcontrol {
    width: 50px;
    height: 50px;
    overflow: hidden;
    -webkit-border-radius: 7px 7px 0  0;
    -moz-border-radius: 7px 7px 0  0;
    border-radius: 7px 7px 0  0;
    background-color: #404040;
    color: #ffffff;
    text-align: center;
    z-index: 9999;
}
#topcontrol:hover {
    color: #0099e6;
}

#topcontrol,
#topcontrol:hover {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#topcontrol:before {
    font-family: fontawesome;
    content: "\f077";
    position: absolute;
    display: inline-block;
    width: 50px;
    height: 50px;
    font-size: 12px;
    line-height: 40px;
    top: 0;
    left: -1px;
    text-align: center;
}
#topcontrol span {
    display: inline-block;
    position: absolute;
    bottom: 12px;
    right: 0;
    width: 50px;
    text-align: center;
    font-size: 9px;
    line-height: 1;
}

/*For Portfolio Page*/
@media (max-width: 1200px) {
    .portfolio-responsive .col-md-4 p {
        display:none;
    }
}
@media (max-width: 767px) {
    .portfolio-responsive .col-md-4 p {
        display:block;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .portfolio-responsive .col-md-3 h2 {
        display:none;
    }
}
@media (min-width: 768px) {
    .portfolio-responsive .col-md-3 p {
        display:none;
    }
}

/*
 * Glyphicons
 *
 * Special styles for displaying the icons and their classes in the docs.
 */

.bs-glyphicons {
    padding-left: 0;
    padding-bottom: 1px;
    margin-bottom: 20px;
    list-style: none;
    overflow: hidden;
}
.bs-glyphicons li {
    float: left;
    width: 25%;
    height: 115px;
    padding: 10px;
    margin: 0 -1px -1px 0;
    font-size: 12px;
    line-height: 1.4;
    text-align: center;
    border: 1px solid #ddd;
}
.bs-glyphicons .glyphicon {
    display: block;
    margin: 5px auto 10px;
    font-size: 24px;
}
.bs-glyphicons li:hover {
    background-color: rgba(86,61,124,.1);
}

@media (min-width: 768px) {
    .bs-glyphicons li {
        width: 12.5%;
    }
}


/**/

@media (max-width: 980px) {
    /*Image hover*/
    .da-thumbs li article em {
        display:none !important;
    }
}

@media (max-width: 900px) {
    /*Slider Sequence*/
    #sequence-theme .info {
        top:80px !important;
        width:60% !important;
        margin-right:50px;
    }

    /*Slider Parallax*/
    .da-slide .da-img {
        display:none;
    }
}

@media (max-width: 450px) {
    /*Slider Sequence*/
    #sequence-theme .info {
        top:70px !important;
        width:70% !important;
        margin-right:25px;
    }
    #sequence-theme h2 {
        font-size:30px !important;
    }
    #sequence-theme .info p {
        font-size:18px !important;
    }

    /*Slider Parallax*/
    .da-slide p {
        display:none;
    }
}

/***/


/*Coming Soon Page*/

@media (max-width: 767px) {
    .coming-soon-copyright p {
        text-align: left;
    }
}

@media (max-width: 480px) {

    .coming-soon,
    .coming-soon-plugin {
        margin-top: 50px;
        padding: 10px;
    }
    .coming-soon input {
        width: 50%;
    }
    .coming-soon-copyright p {
        text-align: left;
    }
}

@media (min-width: 1440px) {
    .coming-soon-plugin {
        min-height: 330px;
    }
}

@media (min-width: 1680px) {
    .coming-soon-plugin {
        min-height: 410px;
    }
}

@media (min-width: 1920px) {
    .coming-soon-plugin {
        min-height: 560px;
    }
}

/*Sidebar contacts*/
.contacts section {
    margin-bottom: 22px;
    padding-bottom: 22px;
    background: url("../images/divider-medium.png") no-repeat scroll center 100% transparent;
}
.contacts section:first-child {
    margin-top: 20px;
}
.contacts section p{
    margin-bottom: 5px;
}





/*Carousel*/
.archive { 
	margin-top:5px;
    border-radius:7px;
}



.container_shadow{
    box-shadow: 0px 20px 50px #1c1c1c;
	margin-top:-10px;
	padding-top:10px;
	border-radius: 10px 10px 10px 10px;
}


.main h3{
	margin:10px 20px 10px;
}


.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

.daily li{
margin:5px 0 20px 0;
font-size:16px;
}


.lead {
text-align:justify;
line-height:1.5;	
font-size:18px;
}

.post {
text-align:justify;
line-height:1.5;	
font-size:18px;
}



.slide img{
	width:100px;
	height:100px;
	border-radius: 50%;
	border:1px solid rgba(39, 94, 94, .5);
	box-shadow: 0 0 8px 2px #ebebeb;
}


.blog-page{
	min-height:600px;
}

h5{
    font-size: 15px;
    font-weight: 500;
}

.btn-archive {
	padding:7px;
	margin:1px 2px 5px 2px;
	}


    @media (min-width:1030px) {
        .top_img {
            margin-top: 150px;
        }
    }    

.post-content {
    padding: 12px;
    max-width: 100%;
}


.post-content p{
	font-size:16px;
    margin: 2px 10px 2px 10px;
}

.post-content h2{
    margin: 2px 10px 2px 10px;
}


.sidebar img {
	margin:0px 0 20px 0;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border:4px solid #ffffff;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);

    display: block;
    height: auto;
    max-width: 100%;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.ui-autocomplete { 
	position: absolute;
	cursor: default;
	z-index:99999 !important;
}  


.ui-autocomplete {
    max-width: 90vw !important; /* جلوگیری از خروج کادر از صفحه در موبایل */
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 4px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}
/* اعمال افکت Ellipsis (سه نقطه) برای متون طولانی */
.ui-autocomplete .ui-menu-item a,
.ui-autocomplete .ui-menu-item .ui-corner-all {
    display: block !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    font-size: 13px;
    padding: 6px 12px;
    line-height: 1.8;
}

.popover-title {
  color:#008485;
  padding:3px;
}
.popover-content {
  color:#414141;
  font-size:14px;
  text-align:justify;
  padding:3px;
}


/* ============================================================== */
/* یکپارچه‌سازی استایل لیست‌ها با پاراگراف‌ها در متن مقالات */
/* ============================================================== */
.article-text ul, 
.article-text ol {
    margin: 15px 15px 20px 0;
    padding-right: 25px;
}

.article-text li {
    font-size: 16px;
    color: #414141;
    line-height: 2.2;
    text-align: justify;
    margin-bottom: 12px;
}

.article-text li p {
    margin: 0;
}

/* ============================================================== */
/* 2. Header Styles (From header.css)                             */
/* ============================================================== */

/*Top Bar (login, search etc.)
------------------------------------*/
.top {
    background-color: #f6f6f6;
    border-top: 5px solid #EDEDED;
    color: #ffffff;
}

.top .submenu {
    text-align: right;
}

.top .submenu .form-search {
    float:right;
}
@media (max-width:470px) {
    .top .submenu .form-search {
        display: none;
    }
}
.top .submenu .form-search .form-control{
    margin: 0px 0 0 5px;
    margin: 10px 0 0 5px \9;
    padding-left: 10px;
    padding-right: 30px;
    transition: all 0.2s ease-in 0.2s;
    width: 190px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    font-size:13px;
}

.top .submenu .form-search .form-control::-moz-placeholder {
    color: #555555;;
}

.top .submenu .form-search .form-control:focus {
    width: 220px;
}

.top .submenu .form-search .btn-m-default {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 6px;
    top: 12px;
    filter: none;
}

.top .submenu .form-search .btn-m-default i {
    color: #BCBCC4;
}

.top .submenu .form-search .btn-m-default:focus i,
.top .submenu .form-search .btn-m-default:hover i {
    color:#000000;
}
@media (max-width: 767px) {
    .top .contact,
    .top .submenu {
        text-align: center;
    }
    .top .contact {
        line-height: 20px;
        font-size: 11px;
        background-color: #3F3F3F;
    }
    .loginbar > li a {

    }
}

.loginbar {
	margin:0;
	padding:0;
	z-index:9999;
	list-style:none;
	position:relative;
    display: inline-block;
    height: 46px;
    width: 100%;
}
.loginbar li:first-child {
    position: relative;
}
.loginbar > li a {
    display: inline-block;
    padding: 5px 12px;
    border-radius: 5px 5px 5px 5px;
}

.loginbar li {
    margin:0;
    line-height: 50px;
	display:inline;
	list-style:none;
    text-align: left;
}

.loginbar li a, 
.loginbar li a:hover {
	color: #999;
	font-size:13px;
}

.loginbar li a:hover {
    background-color: #eee;
}

.loginbar i {
    color: #999999;
    cursor: pointer;
    font-size: 14px;
    margin-right: 6px;
    margin-top: 3px;
}
/*Lenguages*/
.loginbar li ul { 
	top:24px;
    left:2px;
	margin:0;
	display:none; 
	padding-top:4px;
	position:absolute;
	padding-bottom:4px;
	background:#ffffff;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

.loginbar li:hover ul { 
	display:block; 
}

.loginbar li ul li { 
	padding-bottom:0;
	display:list-item;
	position:relative;
	margin-bottom:1px;
}

.loginbar li ul li a { 
	color:#555;
	display:block;
	min-width:85px; 
	font-size:12px;
	padding:2px 12px;
	background:#ffffff;
	text-decoration:none;
    line-height: 20px;
    height: auto;
}

.loginbar li ul li a:hover, 
.loginbar li ul li.active a {
	opacity:1 !important;
	color:#555 !important;
	font-size:12px !important;
	text-shadow:none !important;
	background:#fafafa !important;
}

.loginbar li ul li.active i {
	top: 4px;
	right: 5px;
	font-size:14px;
	cursor:default;
	position:absolute;
	text-shadow:0 1px 0 #e9e9e9;
}

.loginbar i.icon-globe {
	color:#bbb;
	font-size:13px;
	margin:3px 3px 0 0;
}

.loginbar li i.icon-sort-up {
	top:21px; 
	left:-1px;
	color:#ffffff;
	display:none;
	font-size:14px;
	cursor:default;
	position:absolute;
}

.loginbar li:hover i.icon-sort-up {
	display:block;
}

.loginbar li:hover i.icon-ok {
	top:-2px;
	color:#aaa;
}

/*Header (logo and menu)
------------------------------------*/
.header {
	z-index:999;
	position:relative;
    background-color: #F6F6F6;
    background-image: -webkit-gradient(linear, left 0, left 100%, from(#F6F6F6), to(#FFFFFF));
    background-image: -webkit-linear-gradient(top, #F6F6F6, 0%, #FFFFFF, 100%);
    background-image: -moz-linear-gradient(top, #F6F6F6 0, #FFFFFF 100%);
    background-image: linear-gradient(to bottom, #F6F6F6 0, #FFFFFF 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffF6F6F6', endColorstr='#ffffffff', GradientType=0)
}

.header .container {
	position:relative;
}

.navbar > .container .navbar-brand {
    margin-top: 0px;
}
.is-sticky .navbar > .container .navbar-brand {
    margin-top: 0px;
}
@media (max-width:690px) {
    .navbar > .container .navbar-brand {
        margin-top: 0px;
    }

    .navbar > .container .navbar-brand img{
        width:80%;
        height:80%;
    }
}
.logo {
    padding-left: 0;
    padding-right: 0;
    padding-top: 5px;
    padding-bottom: 5px;

	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	
}


/* ======================================================= */
/* اصلاح چیدمان هدر موبایل (هم‌راستا کردن لوگو و دکمه‌ها) */
/* ======================================================= */
@media (max-width: 767px) {
    .custom-mobile-header { 
        display: flex !important; 
        align-items: center !important; 
        justify-content: space-between !important; 
        width: 100% !important; 
        min-height: 130px !important; 
    }
    
    /* 🌟 دادن حداکثر فضای ممکن به لوگو */
    .custom-mobile-logo { 
        flex-grow: 1 !important; 
        max-width: calc(100% - 85px) !important; /* کل عرض گوشی منهای فضای دقیق دکمه‌ها */
        padding: 0 5px !important; /* حذف پدینگ اضافی برای باز شدن فضا */
        height: 120px !important; 
        display: flex !important;
        align-items: center !important;
    }
    
    .custom-mobile-logo img { 
        height: 120px !important; 
        min-height: 120px !important; 
        width: auto !important; 
        max-width: none !important; /* 🌟 جلوگیری از کوچک شدنِ اجباریِ تصویر */
        object-fit: contain; 
    }
    
    /* 🌟 تراز کردن عکس برای جلوگیری از ایجاد فضای خالی در لبه‌ها */
    html[dir="rtl"] .custom-mobile-logo img { object-position: right center !important; }
    html[dir="ltr"] .custom-mobile-logo img { object-position: left center !important; }

    .custom-mobile-controls { 
        display: flex !important; 
        align-items: center !important; 
        padding: 0 !important;
        min-width: 85px !important; /* قفل کردن فضای دکمه‌ها */
        justify-content: flex-end !important;
    }
    
    .custom-mobile-controls .navbar-toggle { 
        margin: 0 !important; 
        display: block !important; 
    }
}

/*Menu*/
.header .navbar {
    margin-bottom: 0;
    min-height: 20px;
    margin-bottom: -1px;
}

.header .navbar-collapse.navbar-right {
    margin: 8px -15px 14px 0;
    padding-right: 0;
}
@media (max-width: 767px) {
    .header .navbar-collapse.navbar-right {
        padding-left: 0;
    }
}

.navbar-inner {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.navbar .nav > li { 
	display:block; 
	position:relative;
}
.header .navbar .nav > li > a {
    color:#0088cc;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    margin: 2px 3px 0px;
    padding-bottom: 8px;
    padding-top: 8px;
    text-transform: uppercase;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    -webkit-transition:all 0.2s ease-in-out;
    -moz-transition:all 0.2s ease-in-out;
    -o-transition:all 0.2s ease-in-out;
    transition:all 0.2s ease-in-out;
}

@media (max-width: 991px) {
    .header .navbar .nav > li > a {
        padding:8px 5px;
    }
}

.header .navbar .nav > li.open > a {
    border-radius: 5px 5px 0 0;
}

.collapse.in ul { 
	margin-top:10px !important;
}

.collapse.in li a { 
	padding:0 10px;
	border-bottom:solid 1px #eee;
	background:none;
}

.collapse.in li a:hover,
.collapse.in li a.dropdown-toggle { 
	border-bottom:solid 1px #FF8400 !important;
	background:none;
}

.collapse.in ul.dropdown-menu {
	margin-bottom:5px;
}

.collapse.in ul.dropdown-menu a {
	padding:5px;
	border-bottom:solid 1px #bbb; 
}

.nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a {
	margin:0 !important;
	border-radius:0 !important;
}

.header .nav > li > a:hover {
    color: #0099E6;
}

.header .navbar .nav > li > a:focus {
    background-color: #f4f4f4;
    color: #0077B3;
}

.header .navbar .nav > .active > a,
.header .navbar .nav > .active > a:focus,
.header .navbar .nav > .active > a:hover,
.header .navbar .nav > li.open > a {
  	color:#ffffff;
    background-color: #0088CC;
}

/*Arrow for menu*/
.header .navbar .nav > li > a .caret {
  margin:0 !important;
  border-top-color: #747474 !important;
  border-bottom-color: #747474 !important;
}

.header .navbar .nav > li.active > a > .caret,
.header .navbar .nav > li.active:hover > a > .caret,
.header .navbar .nav > li > a:hover .caret {
    border-top-color: #ffffff !important;
    border-bottom-color: #ffffff !important;
}

/*Dropdown Menu*/
.navbar-nav > li > .dropdown-menu {
    background-color: #006DCC;
    background-image: -webkit-gradient(linear, left 0, left 100%, from(#0088CC), to(#0044CC));
    background-image: -webkit-linear-gradient(top, #0088CC, 0%, #0044CC, 100%);
    background-image: -moz-linear-gradient(top, #0088CC 0, #0044CC 100%);
    background-image: linear-gradient(to bottom, #0088CC 0, #0044CC 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088CC', endColorstr='#ff0044CC', GradientType=0);
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    -moz-border-radius: 6px 0 6px 6px;
    -webkit-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0px 6px 6px;
    -moz-box-shadow: 0 5px 4px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 5px 4px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 4px 0 rgba(0, 0, 0, 0.3);
    margin: 0 3px 0 0;
    padding: 5px;
    border:0;
}

.dropdown-menu li {
    line-height: 24px;
}

.dropdown-menu li a {
	color:#ffffff;
    font-size:13px;
    font-weight:400;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 8px 10px 8px 5px;
    position: relative;
    text-transform: none;
}
.dropdown-menu li:last-child a{
    border: none;
}

.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
  color:#ffffff;
  background:#0088cc !important;
    -webkit-transition:all 0.2s ease-in-out;
    -moz-transition:all 0.2s ease-in-out;
    -o-transition:all 0.2s ease-in-out;
    transition:all 0.2s ease-in-out;
	filter:none !important;
}

.dropdown-menu .active > a {
	color:#ffffff !important;
  	background: #0088cc !important;
	filter:none !important;
}
.dropdown-menu .active:hover > a {
    color:#ffffff !important;
}

.navbar .btn-navbar {
	padding:10px 15px;
	margin-top:1px;
	margin-right:0;
	background:#72c02c;
	border:none !important;	
}
.navbar .btn-navbar:hover {
	background:#5fb611;
}
.navbar .btn-navbar span, 
.navbar .btn-navbar:hover span { 
	background:#fff !important;
	box-shadow:none !important;
}

/*Serach*/
.navbar .search-open {
	right:0; 
	top:41px;
	display:none;
	padding:15px; 
	position:absolute; 
	background:#fcfcfc; 
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
    .navbar .search-open {
        top: auto;
        bottom: 1px;
        background: transparent;
        border: none;
        padding: 11px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
}

.header .navbar .search-open form,
.header .navbar .search-open .input-append {
	margin:0 !important;	
}

.header .navbar a.search i.icon-remove {
	top:2px;
	font-size:17px;
	position:relative;
}

.header .navbar .nav > li > a.search {
	color:#aaa;
	cursor:pointer;
	background:#f7f7f7;
	padding:8px 12px 10px;
	border-bottom-color:#aaa;
}
.header .navbar .nav > li > a.search .icon-remove {
    line-height: 1;
}
@media (max-width: 767px) {
    .header .navbar .nav > li > a.search i {
        display: block;
        width: 18px;
        line-height: 18px;
        font-size: 18px;
        height: 18px;
        text-align: center;
    }
    .header .navbar .nav > li > a.search .icon-search {
        font-size: 14px;
        line-height: 23px;
    }
    .header .navbar .nav > li > a.search .icon-remove {
    }
    .header .navbar .nav > li > a.search:hover {
        color:#FF8400;
        border-bottom-color:#FF8400;
    }
}

/* Navbar soc icons */
.header .navbar .social-icons {
    margin-top: 4px;
    margin-left:10px;
}
.header .navbar .social-icons li{
    -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
    -moz-border-radius:100%;
    -webkit-border-radius:100%;
    border-radius:100%;
}

.header .navbar .social-icons .social_rss {
    background: url("../img/icons/social/rss_light.png") no-repeat scroll 0 0px transparent;
}
.header .navbar .social-icons .social_facebook {
    background: url("../img/icons/social/facebook_light.png") no-repeat scroll 0 0 transparent;
}
.header .navbar .social-icons .social_twitter {
    background: url("../img/icons/social/twitter_light.png") no-repeat scroll 0 0 transparent;
}
.header .navbar .social-icons .social_rss:hover {
    background: url("../img/icons/social/rss_light.png") no-repeat scroll 0 -38px transparent;
}
.header .navbar .social-icons .social_facebook:hover {
    background: url("../img/icons/social/facebook_light.png") no-repeat scroll 0 -38px transparent;
}
.header .navbar .social-icons .social_twitter:hover {
    background: url("../img/icons/social/twitter_light.png") no-repeat scroll 0 -38px transparent;
}

/*Fancybox for gallery page*/
.fancybox-overlay.fancybox-overlay-fixed {
	z-index:9999;
}

.header .navbar-toggle {
    border: 1px solid #dddddd;
}
.header .navbar-toggle:hover {
    background-color: #dddddd;
}
.header .navbar-toggle .icon-bar {
    background-color: #cccccc;
}
@media (max-width: 767px) {
    .navbar-nav {
        margin-left: 0;
        margin-right: 0;
    }
}

/* Sticky */
.is-sticky .header{
    width:100%;
    border-bottom: 1px solid #E9E9E9;
    border-top: 0 none;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    z-index:9999;
}

/* ============================================================== */
/* 3. Extracted Inline Styles (From index)                    */
/* ============================================================== */

/* استایل منوی اصلی */
.custom-nav-margin {
    margin-top: 15px !important;
}

/* استایل فرم جست‌وجو در هدر */
.custom-search-form {
    max-width: 300px; 
    margin-top: -8px;
}
.custom-search-form .form-control,
.custom-search-form .btn {
    height: 35px;
}


/* ============================================================== */
/* اصلاحات یکپارچه فرم جستجوی هدر (راست‌چین)                       */
/* ============================================================== */
.custom-search-form { max-width: 300px; margin-top: -8px; }

/* هم‌ارتفاع کردن دقیق کادر جست‌وجو و دکمه */
.custom-search-form .form-control {
    height: 36px !important;
    border-radius: 0 4px 4px 0 !important; 
    border-left: none !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
}
.custom-search-form .btn {
    height: 36px !important;
    border-radius: 4px 0 0 4px !important;
    margin: 0 !important;
    position: relative !important; /* جلوگیری از بیرون پریدن دکمه */
    right: auto !important;
    left: auto !important;
}

/* فاصله استاندارد فرم از پایین در حالت منوی همبرگری (موبایل) */
@media (max-width: 767px) {
    .custom-search-form {
        margin-right: 15px !important;
        margin-bottom: 15px !important; 
    }
}

/* استایل مربوط به پنجره تغییر زبان (در صورت فعال شدن در آینده) */
#langModal {
    z-index: 9999999;
}
.lang-btn {
    font-size: 20px;
}


/* --- main --- */
.home-khorramshahr-img { border: 1px solid #275d5d; border-radius: 4px; padding: 5px; max-width: 100%; }
.home-about-btn { margin-top: -25px; margin-left: 15px; }

/* --- post --- */
#reading-progress { position: fixed; top: 0; left: 0; width: 0%; height: 4px; background-color: #d9534f; z-index: 9999; transition: width 0.1s; }
.ref-link { vertical-align: super; font-size: 80%; color: #009acd; font-weight: bold; margin: 0 2px; }
/*.ref-link { color: #009acd; margin: 0 2px; }*/
#content .blog-single { width: 100% !important; }
@media (max-width: 991px) {
    #right-sidebar .sidebar__inner { border-right: none !important; padding-right: 0 !important; margin-top: 40px; position: relative !important; transform: none !important; width: 100% !important; }
}
.empty-state-wrapper { text-align: center; width: 100%; clear: both; padding-top: 20px; }
.empty-state-card { padding: 50px 20px; background: #fdfdfd; border: 1px dashed #d0d0d0; border-radius: 12px; margin: 0 auto 30px auto; width: 100%; max-width: 700px; box-shadow: 0 4px 15px rgba(0,0,0,0.02); display: inline-block !important; float: none !important; }
.empty-state-icon { width: 80px; height: 80px; border-radius: 50%; display: block; margin: 0 auto 20px auto !important; font-size: 35px; line-height: 80px; text-align: center; }
.empty-state-icon i { line-height: 80px; vertical-align: middle; }
.empty-state-icon-edit { background: #fcf8e3; color: #d58512; }
.empty-state-icon-file { background: #e4f4f9; color: #2a6496; }
.empty-state-card h3.edit-title { color: #8a6d3b; font-weight: bold; margin-bottom: 15px; }
.empty-state-card h3.file-title { color: #31708f; font-weight: bold; margin-bottom: 15px; }
.empty-state-text { font-size: 14px; max-width: 550px; margin: 0 auto 30px; line-height: 1.8; }
.modern-modal .modal-content { border-radius: 12px; border: none; box-shadow: 0 10px 40px rgba(0,0,0,0.2); overflow: hidden; }
.modern-modal .modal-header { background: #f4f8f9; border-bottom: 1px solid #e1ecec; padding: 12px 25px; }
.modern-modal .modal-title { font-weight: bold; font-size: 15px; color: #275d5d; }
.modern-modal .close { color: #275d5d; opacity: 0.5; font-size: 24px; font-weight: normal; margin-top: 2px; }
.modern-modal .close:hover { opacity: 1; }
.modern-modal .modal-body { padding: 20px 25px 5px 25px; background: #fff; }
.modern-modal .form-control { background: #fcfcfc; border: 1px solid #e0e0e0; border-radius: 6px; padding: 12px 15px; height: auto; box-shadow: none; font-size: 13px; transition: all 0.3s ease; }
.modern-modal .form-control:focus { background: #fff; border-color: #275d5d; box-shadow: 0 0 0 2px rgba(39, 93, 93, 0.1); }
.modern-modal .modal-footer { background: #fafafa; border-top: 1px solid #f0f0f0; padding: 15px 25px; display: flex; justify-content: space-between; align-items: center; }
.modern-modal .btn-rounded { border-radius: 25px; padding: 8px 25px; font-size: 14px; transition: all 0.2s; }
@media (max-width: 500px) { .modern-modal .modal-footer { flex-direction: column; gap: 15px; } .modern-modal .btn-rounded { width: 100%; } }
.post-redirect-info { font-size:13px; color:#777; margin-bottom:15px; }
.post-redirect-info i { transform: scaleX(-1); margin-left:3px; color:#999; }
.post-meta-stats { text-align:left; color:#1498da; font-size:13px; }
    .post-article-text { line-height: 2.2; }
.post-ref-title { color:#275d5d; }
.post-ref-list { background:#f9f9f9; padding:15px; border-radius:8px; font-size:13px; line-height:1.8; border:1px solid #eee; }
.post-bottom-well { margin-top:20px; border-radius:8px; }
.post-sidebar-inner { border-right: 1px dotted #e0e0e0; padding-right:15px; }
.post-sidebar-cal-container { transition: opacity 0.3s; }
.post-sidebar-img-section { margin-bottom: 20px; }
.post-sidebar-img { width:100%; border-radius:8px; }
.post-sidebar-img-caption { color:#555; margin-top:10px; }
.post-sidebar-janebi { background: #fdfdfd; border: 1px solid #eee; padding: 12px; border-radius: 8px; font-size: 13px; line-height: 1.8; margin-bottom: 20px; }
.feedback-alert-info { font-size:13px; padding:12px; border-radius: 8px; margin-bottom: 20px; }
.captcha-box { display: flex; align-items: center; gap: 10px; }
.captcha-box span { font-size:13px; color:#555; }
.captcha-box input { width: 80px; text-align: center; height: 35px; padding: 5px; }
.captcha-icon { color: #275d5d; font-size: 18px; }

/* --- sidebar_calendar --- */
.mini-cal-wrapper { background:#fff; border:1px solid #e3e3e3; border-radius:5px; padding:15px; box-shadow:0 2px 4px rgba(0,0,0,0.05); margin-bottom:20px; }
.mini-cal-header { margin-bottom:15px; color:#275d5d; font-weight:bold; }
.mini-cal-row { margin-bottom:15px; }
    .mini-cal-col-left { padding-left:5px; }
    .mini-cal-col-right { padding-right:5px; }
.mini-cal-selects { background:#f9f9f9; }
.mini-cal-table { width:100%; text-align:center; font-size:13px; }
.mini-cal-table th { text-align:center; }
.mini-cal-table tr.header-row { background:#f1f1f1; color:#555; }
.mini-cal-table td { vertical-align:middle; padding:5px 0; }
.mini-cal-table td.empty-cell { background:#fcfcfc; }
.mini-cal-day-current { background:#d9534f; color:#fff; border-radius:50%; width:24px; height:24px; line-height:24px; margin:0 auto; font-weight:bold; box-shadow:0 1px 3px rgba(0,0,0,0.3); }
.mini-cal-day-event { font-weight:bold; display:block; text-decoration:underline; }
.mini-cal-day-event.holiday { color: red; }
.mini-cal-day-event.normal { color: #008485; }
.mini-cal-td-event { background:#e8f4f4; }
.mini-cal-day-empty { color: #999; }
.mini-cal-day-empty.holiday { color: #ff9999; }

/* --- archive --- */
.letter-btn { transition: background-color 0.3s ease, border-color 0.3s ease; }
.archive-alert-box { width:400px; max-width:90%; }
.archive-erja-text { color:#777; }
.sticky-alphabet-filter { 
display: flex; flex-wrap: wrap; justify-content: center; gap: 4px; padding: 12px 10px; border-radius: 5px; margin-bottom: 30px; border: 1px solid #e3e3e3; box-shadow: 0 2px 4px rgba(0,0,0,0.05); transition: all 0.3s ease; }
@media (min-width: 768px) { .sticky-alphabet-filter {     position: -webkit-sticky;     position: sticky;     top: 0;   z-index: 90;     background-color: rgba(249, 249, 249, 0.95);     backdrop-filter: blur(5px);     } }
.sticky-alphabet-filter .btn,
.sticky-alphabet-filter .letter-btn {     margin: 0 !important;     transition: background-color 0.3s ease, border-color 0.3s ease;}
html[lang="ur"] .sticky-alphabet-filter .btn,
html[lang="ur"] .sticky-alphabet-filter .letter-btn {    padding: 4px 6px !important;  font-size: 13px !important;  min-width: 26px; }

/* --- attach --- */
.attach_thmb { display: flex; flex-wrap: wrap; justify-content: space-between; margin-bottom: 15px; }
.attach_thmb a.fancybox { width: 48%; margin-bottom: 4%; display: block; }
.attach_thmb a.fancybox img {     width: 100%;     aspect-ratio: 1 / 1;     object-fit: cover;     border: 1px solid rgba(39, 94, 94, .5);     box-shadow: 0 0 8px 2px #ebebeb;     border-radius: 4px;     transition: transform 0.2s ease; }
.attach_thmb a.fancybox:hover img { transform: scale(1.03); }
.attach-media-wrapper, .attach-download-link-box {     width: 100%;     display: block;}
.attach-download-link-box a {     display: block;     width: 100%;     text-decoration: none; }

/* --- calendar --- */
.mainCalendar .dayHeader{margin-bottom:6px;box-shadow:inset 0 0 0 1px #e2edf7;background:#fdfdfd;background:linear-gradient(to bottom,#fdfdfd 0,#ecf0f4 100%);border-radius:4px;font-size:100%;color:#575757} 
.mainCalendar .dayHeader div{display:inline-block;padding:4px 0;text-align:center} 
.mainCalendar .dayList{margin:0 auto;vertical-align:top} 
.mainCalendar .dayList .today{background:#e3ecf8;background:linear-gradient(to bottom,#e3ecf8 0,#b0c4de 100%);border:1px solid #e3ecf8} 
.mainCalendar .dayList>div{display:inline-block;text-align:center;} 
.mainCalendar .dayList>div>div{border:2px solid #e2e5ed;text-align:center;background:#fdfdfd;background:linear-gradient(to bottom,#fdfdfd 0,#f2f7fa 100%);margin:2px;padding:1px;border-radius:4px} 
.mainCalendar .dayList>div>div:hover{background:#fdfdfd;background:linear-gradient(to bottom,#fdfdfd 0,#e2e6e8 100%);border:2px solid #e2e5ed} 
.mainCalendar .dayList .spacer{border-color:transparent!important;background:none!important} 
.mainCalendar .dayList .spacer:hover{background:none!important;border-color:transparent!important} 
.mainCalendar .dayList>div>div div{padding:0 2px} 
.mainCalendar .dayList .jalali{font:normal normal 100%/1 'IRANSans';color:#4c4c4c;padding-top:3px} 
.mainCalendar .dayList .qamari{font:normal normal 100%/1 IRANSans;color:#868686;padding-top:3px} 
.mainCalendar .dayList .miladi{font-family:verdana, arial; color:#00b6d1;padding-top:3px;padding:0 3px 3px 0} 
.mainCalendar .dayList .holiday *{color:#f00!important} 
.mainCalendar .dayList .small{font-size:55%} 
.mainCalendar .dayList .jalali.small{font-size:70%;padding:0 3px 3px 0} 
.mainCalendar .dayList .miladi.small{padding:0 13px 3px 0} 
.mainCalendar .dayList .qamari.small{font-size:70%;padding:1px 0 3px 3px} 
@media screen and (max-width:768px){
    .mainCalendar .dayList .jalali{margin-bottom:6px} 
    .mainCalendar .dayList .small{font-size:75%!important;padding:0!important} 
} 
@media(max-width:550px){
    .mainCalendar .dayList .small{font-size:12px!important;padding:0!important} 
    .mainCalendar .dayList .miladi.small{font-size:14px!important} 
    .mainCalendar .dayList>div>div{border:1px solid #e2e5ed} 
    .mainCalendar .dayList>div>div:hover{border:1px solid #e2e5ed} 
    .mainCalendar .dayList .today>div{border:1px solid #ed1c24!important;padding:4px 2px!important;margin:0!important} 
    .mainCalendar .dayList>div,.mainCalendar .dayList>div>div{padding:4px 2px!important;margin:0!important} 
    .eventCalendar{padding:5px!important} 
} 
.mainCalendar .dayList{margin:0 auto;vertical-align:top} 
.mainCalendar .dayList .small{font-size:55%} 
.mainCalendar .dayList .jalali{font:normal normal 100%/1 'IRANSans';color:#4c4c4c;padding-top:3px;padding-bottom:8px;font-weight:bold!important;font-size:22px!important} 
.mainCalendar .dayList .miladi{font:normal normal 85%/1 arial;color:#969696;font-family:IRANSans!important;padding-top:3px;padding:0 3px 3px 0} 
.mainCalendar .dayList .miladi.small{padding:2px 3px 1px 0;font-size:70%; font-family:verdana;} 
.mainCalendar .dayList .holiday{background-color:#F8F8F8!important} 
.mainCalendar .dayList>div{display:inline-block;text-align:center;} 
.mainCalendar .dayList>div>div{border:2px solid transparent;margin:2px!important;padding:4px!important;background:none!important;background-image:none} 
.mainCalendar .dayList .today{border:0;background:0} 
.mainCalendar .dayList .today>div{padding:6px 8px;margin:2px!important;border:2px solid #ed1c24!important;border-radius:4px;background:0} 
@media(max-width:414px){
    .mainCalendar .dayList .miladi{margin-top:1px!important} 
    .mainCalendar .dayList .small{font-size:12px!important;padding:0!important} 
    .mainCalendar .dayList .jalali{font-size:14px!important;margin-bottom:0!important;padding-bottom:3px!important} 
} 
.dayHeader{background:#555!important;color:#fff!important;box-shadow:none!important} 
.miladi {font-family:verdana}
.cal-mah-container { min-height:400px; }
.cal-day-box { width:14.28%; }
.cal-day-blue { color:blue; }

/* --- entries --- */
.search-container { margin-bottom: 25px; position: relative; }
.search-container input { height: 50px; border-radius: 25px; padding: 0 25px 0 50px; font-size: 16px; border: 2px solid #e0e0e0; transition: all 0.3s ease; box-shadow: 0 2px 5px rgba(0,0,0,0.05); }
.search-container input:focus { border-color: #275d5d; box-shadow: 0 4px 10px rgba(39, 93, 93, 0.15); outline: none; }
.search-icon { position: absolute; left: 20px; top: 15px; color: #aaa; font-size: 18px; }
.entries-btn-group { margin-bottom: 30px; padding-bottom: 20px; border-bottom: 1px dashed #eee; }
.entries-btn-group a { margin: 5px; min-width: 170px; transition: all 0.3s ease; border-radius: 8px; }
.entries-btn-group a.inactive-tab { opacity: 0.5; background-color: #f1f1f1 !important; color: #777 !important; border-color: #ddd !important; }
.entries-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px 25px; padding: 0; list-style: none; margin-top: 20px; }
.entries-list li.entry-item { background: #fff; padding: 10px 15px; border: 1px solid #f0f0f0; border-radius: 6px; transition: all 0.2s; display: flex; align-items: center; margin-bottom: 0; }
.entries-list li.entry-item:hover { background: #f4f9f9; border-color: #275d5d; transform: translateX(-5px); }
.entries-list li.entry-item a { color: #333; text-decoration: none; font-weight: 600; flex: 1; }
.entries-list li.entry-item a:hover { color: #d9534f; }
.entries-list li.entry-item span.inactive-text { color: #666; }
.entries-list li.entry-item i.list-icon { color: #ccc; margin-left: 10px; font-size: 12px; }
.timeline-divider { grid-column: 1 / -1; text-align: center; background: transparent; margin: 35px 0 20px; color: #275d5d; font-size: 16px; font-weight: bold; border-bottom: 2px dashed #275d5d; padding-bottom: 10px; }
.entries-top-img { margin-bottom: 20px; }
.entries-top-img img { border-radius: 4px; width: 100%; height: auto; }
.entries-tab-header { color: #275d5d; margin-bottom: 25px; }
.entries-no-result { grid-column: 1 / -1; margin-top:15px; }
@media (max-width: 991px) { .entries-list { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 767px) { .entries-list { grid-template-columns: 1fr; } .entries-btn-group a { width: 100%; display: block; margin: 5px 0; } }

/* ============================================================== */
/* 5. استایل‌های صفحات ثابت (Static Pages)                         */
/* ============================================================== */

/* استایل تصویر شاخص بالای صفحات */
.static-page-img {
    border-radius: 4px;
    width: 100%;
    height: auto;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/* رنگ آیکون تیترهای صفحات */
.static-page-icon {
    color: #275d5d;
}

/* استایل بدنه متن در صفحات ثابت */
.static-page-text {
    line-height: 2.2;
    font-size: 15px;
    text-align: justify;
}

/* فاصله‌گذاری بخش‌های پایانی صفحات */
.static-page-footer-space {
    margin-top: 40px;
    margin-bottom: 20px;
}

/* استایل اختصاصی نقشه در صفحه تماس */
.contact-map-img {
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

/* --- downloadfile.php --- */
.download-error-msg {
    text-align: center;
    padding: 40px;
    font-family: "IRANSans", tahoma, sans-serif;
    direction: rtl;
    color: #d9534f;
    background: #fff;
    border: 1px solid #f0ca4e;
    border-radius: 8px;
    max-width: 500px;
    margin: 10% auto;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    font-size: 16px;
    line-height: 1.8;
}

/* 🌟 اصلاح فونت و راست‌چین کردن زیرنویس‌های Fancybox */
.fancybox-title, 
.fancybox-title-float-wrap .child, 
.fancybox-title-outside-wrap {
    font-family: "IRANSans", tahoma, sans-serif !important;
    line-height: 1.8 !important;
    text-align: center !important;
    direction: rtl !important;
    font-size: 14px !important;
}

/* ۱. وسط‌چین و تمام‌عرض کردن عکس‌های اسلایدر در موبایل */
@media (max-width: 991px) {
    #homeSlider .item img, 
    #homeSlider .item a img {
        width: 100% !important;
        height: auto !important;
        max-height: 220px; /* جلوگیری از کشیدگی بیش از حد در تبلت‌ها */
        margin: 0 auto;
    }
}

/* ۲. استایل‌های پایه متن خوش‌آمدگویی */
.welcome-text-wrapper {
    text-align: justify;
    margin-bottom: 20px;
}

.home-read-more-btn {
    margin-top: -25px; /* حالت پیش‌فرض برای دسکتاپ */
}

/* ۳. استایل‌های جمع‌شونده متن (فقط برای موبایل) */
@media (max-width: 991.98px) {
    /* ۱. تنظیم ارتفاع و تمام‌عرض شدن اسلایدر */
    #homeSlider .item img, 
    #homeSlider .item a img {
        height: 220px !important; /* ارتفاع بیشتر و زیباتر برای تبلت/موبایل */
        object-fit: cover !important;
    }

    /* ۲. مخفی شدن متن و ایجاد افکت سایه‌روشن */
    .welcome-text-wrapper {
        max-height: 105px !important; /* ارتفاع ۳ خط */
        overflow: hidden !important;
        position: relative !important;
        transition: max-height 0.5s ease-in-out !important;
        margin-bottom: 5px !important;
    }
    
    .welcome-text-wrapper.expanded {
        max-height: 2000px !important; /* باز شدن کامل */
    }
    
    .welcome-text-wrapper:not(.expanded)::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 50px;
        background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
    }

    /* ۳. نمایش دکمه کمتر/بیشتر */
    .toggle-welcome-mobile {
        display: block !important;
        margin-bottom: 20px !important;
        position: relative;
        z-index: 10;
    }

    /* ۴. مخفی کردن دکمه ادامه مطلب در حالت بسته */
    .home-read-more-btn {
        display: none !important; 
        margin-top: -65px !important;
    }
    
    .home-read-more-btn.show-in-mobile {
        display: inline-block !important;
        animation: fadeIn 0.5s ease;
    }
}

/* ============================================================== */
/* استایل‌های مخصوص دسکتاپ (از ۹۹۲ پیکسل به بالا)                   */
/* ============================================================== */
@media (min-width: 992px) {
    .welcome-text-wrapper {
        max-height: none !important; 
        overflow: visible !important;
    }
    
    /* اطمینان از حذف سایه‌روشن متن در دسکتاپ */
    .welcome-text-wrapper::after {
        display: none !important; 
    }
    
    /* مخفی کردن دکمه فلش در دسکتاپ */
    .toggle-welcome-mobile {
        display: none !important;
    }
    
    /* نمایش همیشگی دکمه ادامه مطلب در دسکتاپ */
    .home-read-more-btn {
        display: inline-block !important;
        margin-top: -25px !important;
    }
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
