/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */




/*
@media only screen and (min-width: 1921px){
.avia-fullscreen-slider{margin:0 auto;max-width:1920px;height:750px !important;}
.avia-fullscreen-slider .avia-slideshow{height:100% !important;}
}
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
	 .avia-fullscreen-slider {

    display: block;
    width: 100%;
    height:auto !important;

}
.av-single-slide slide-1  active-slide{
	 width: 100% !important;
    height:auto !important;
}


  /* Add your Desktop Styles here */

}



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
	
  /* Add your Mobile Styles here */
  .our.tutors {
  padding: 1em 0;
}
  .avia-fullscreen-slider {

    display: block;
    width: 100%;
    height:auto !important;

}
.av-single-slide slide-1  active-slide{
	 width: 100% !important;
    height:auto !important;
}

}
@media(max-width:320px){
	  .our.tutors {
  padding: 0 0 1em;
}
}
.author_bio_section{
background: none repeat scroll 0 0 #F5F5F5;
padding: 15px;
border: 1px solid #ccc;
}

.author_name{
font-size:16px;
font-weight: bold;
}

.author_details img {
border: 1px solid #D8D8D8;
border-radius: 50%;
float: left;
margin: 0 10px 10px 0;
}

/*tagcloud*/
.tagcloud br{display:none;}
.tagcloud a{
font-size:13px !important;
padding:2px 8px;
margin:0 1px 1px 0;
display:block;
float:right;
border-style: solid;
border-width: 1px;
text-decoration: none;

}

#top input[type="checkbox"] {
		display: none;  }

.ac-container{
    margin: 37px auto 28px auto;
    text-align: right;
    width: 99%
}
.ac-container label{
        padding: 10px 20px;
    position: relative;
    z-index: 20;
    display: block;
    height: 40px;
    cursor: pointer;
    color: #fff;
    line-height: 33px;
    font-size: 16px;
    background: #66cc99;
    border: 1px solid rgba(221, 221, 221, 0.8);
    font-weight: 600;
	direction:rtl;
	text-align:right;
	
	
}
.ac-container label:hover{
	background: #29cb6d;
}
.ac-container input:checked + label,
.ac-container input:checked + label:hover{
	background: #29CB6D;
    color: #fff;
    border: 1px solid #29CB6D;
}
.ac-container label:hover:after,
.ac-container input:checked + label:hover:after{
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 7px;
	
}
.ac-container input:checked + label:hover:after{
	
}
.ac-container input{
	display: none;
}
.ac-container article{
	background: rgba(255, 255, 255, 0.5);
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}
.ac-container article p{
	    line-height: 27px;
    font-size: 17px;
    padding: 31px 20px;
    background-color:#fff;
	direction:rtl;
	text-align:right;
	font-family:"BYekan";
}
.ac-container input:checked ~ article{
	-webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
}
.ac-container input:checked ~ article.ac-small{
	height: 380px;
}
.ac-container input:checked ~ article.ac-medium{
	height: 210px;
}
.ac-container input:checked ~ article.ac-large{
	height: 300px;
}


.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #7a8eb9;
	-webkit-box-shadow:inset 0px 1px 0px 0px #7a8eb9;
	box-shadow:inset 0px 1px 0px 0px #7a8eb9;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #637aad), color-stop(1, #5972a7));
	background:-moz-linear-gradient(top, #637aad 5%, #5972a7 100%);
	background:-webkit-linear-gradient(top, #637aad 5%, #5972a7 100%);
	background:-o-linear-gradient(top, #637aad 5%, #5972a7 100%);
	background:-ms-linear-gradient(top, #637aad 5%, #5972a7 100%);
	background:linear-gradient(to bottom, #637aad 5%, #5972a7 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#637aad', endColorstr='#5972a7',GradientType=0);
	background-color:#637aad;
	border:1px solid #314179;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	padding:6px 12px;
	text-decoration:none;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5972a7), color-stop(1, #637aad));
	background:-moz-linear-gradient(top, #5972a7 5%, #637aad 100%);
	background:-webkit-linear-gradient(top, #5972a7 5%, #637aad 100%);
	background:-o-linear-gradient(top, #5972a7 5%, #637aad 100%);
	background:-ms-linear-gradient(top, #5972a7 5%, #637aad 100%);
	background:linear-gradient(to bottom, #5972a7 5%, #637aad 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5972a7', endColorstr='#637aad',GradientType=0);
	background-color:#5972a7;
}
.myButton:active {
	position:relative;
	top:1px;
}

.ajax_search_response h4{
	display:none !important; 
}
.ajax_search_entry h4{
	display:none !important;
}

@charset "utf-8";
/* CSS Document */
/*--content-top--*/
/*----*/
.top-grid{
	padding:0;
	position: relative;
}
.top-grid2  h5{
	font-size:2em;
	  font-family: 'Quattrocento-Bold';
}
.top-grid1 {
  padding: 1.5em;
}
.top-grid2  h5 a{
	color: #7C644D;
	text-decoration: none;
}
.top-grid2 span{
	color: #000;
	font-size: 1.3em;
  padding: 0.5em 0 0;
  display: block;
  line-height: 1.4em;
}
.top-grid2 p{
	color: #9E9E9E;
	font-size:1.1em;	
	padding: 0.5em 0;
	line-height: 1.7em;
}
a.more{
	color: #FA7C13;
	font-size:1.3em;
	text-decoration: none;
}
a.more:hover{
  color: #7C644D;
}
.content-top {
  margin: 5em 0;
  border: 1px solid #E5E2E2;
}

/*-----------------------------------------------------------------------------------*/
.b-link-stripe{
	position:relative;
	display:inline-block;
	vertical-align:top;
	font-weight: 300;
	overflow:hidden;
	width: 100%;
}
.b-link-stripe .b-wrapper{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	text-align:center;
	color:#ffffff;
	overflow:hidden;
}

/*-----------------------------------------------------------------------------------*/
/*	Animation effects
/*-----------------------------------------------------------------------------------*/
.b-animate-go{
	text-decoration:none;
}
.b-animate{
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	visibility: hidden;
	font-size:1.1em;
	font-weight:700;
}
.b-animate img{
	margin-top: 4%;
	display: -webkit-inline-box;
}
.b-animate span{
	display:block;
	font-size: 2em;
	padding-top: 4.5em;
	display: block;
}
.b-animate button:hover{
	background:#3B3B43;
	color:#fff;
}
/* lt-ie9 */
.b-animate-go:hover .b-animate{
	visibility:visible;
}
.b-from-left{
  position: relative;
  left: -100%;
  background: rgba(124, 100, 77, 0.63);
  background-size: 100% 100%;
  top: 0px;
  margin: 0;
  min-height: 320px;
}
.b-animate-go:hover .b-from-left{
	left:0;
}

/*--//content-top--*/


/*--start-footer1--*/
.footer1{
	padding:1.2em 0px;
	background:none;
	text-align:center;
	padding-bottom:1em !important;
}
.footer1-text ul{
	padding:0px;
	margin-bottom:1em;
}
.footer1-text ul li{
	list-style:none;
	display:inline-block;
	margin:0 12px;
}
.footer1-text ul li span:hover{
	opacity: 0.4;
  	filter: alpha(opacity=40);
  	transition: 0.5s all;
  	-webkit-transition: 0.5s all;
  	-moz-transition: 0.5s all;
  	-o-transition: 0.5s all;
  	-ms-transition: 0.5s all;
}
.footer1-text ul li span{
	background:url('http://cyfco.ir/wp-content/themes/cyfco/images/social.png') no-repeat;
	width:70px;
	height:70px;
	display:block;
	opacity: 1.0;
  	filter: alpha(opacity=100);
}
.footer1-text ul li span.fb{
	background-position:0px 0px;
}
.footer1-text ul li span.p{
	background-position:-70px 0px;
}
.footer1-text ul li span.d{
	background-position:-140px 0px;
}
.footer1-text ul li span.s{
	background-position:-210px 0px;
}
.footer1-text ul li span.t{
	background-position:-280px 0px;
}
.footer1-text ul li span.twt{
	background-position:-350px 0px;
}

.footer1-text p{
	color:#006666;
	font-size:15px;
	letter-spacing:1px;
	font-weight:400;
}
.footer1-text p a{
	color:#fff;
}
.footer1-text p a:hover{
	color:#009999;
	text-decoration:none;
	transition: 0.5s all;
  	-webkit-transition: 0.5s all;
  	-moz-transition: 0.5s all;
  	-o-transition: 0.5s all;
  	-ms-transition: 0.5s all;
}
/*--end-footer-1-*/


.slide-entry-excerpt {
	height:200px !important;
	direction:rtl;
	text-align:justify !important;
	
}

#top #wrap_all .all_colors h3 {
    line-height: 1.3em;
}




.banner {
  background: url(banner.jpg) no-repeat;
  background-size:cover;
  -webkit-background-size:cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  height:auto;
  padding: 0em;
  margin-right:0 !important;
  margin-left:0 !important;
}
.banner-info h3 {
  color: #f5af02;
  font-size: 3.5em;
  font-weight: 700;
  margin: 0;
  text-align: center;
  padding:0;
 font-style:italic;
 font-family: '', serif;
}
.banner-top {
  border: 10px solid #0064D2;
  padding: em 0;
}
.banner-info p {
  font-size: 1.2em;
  color: #fff;
  line-height: 1.8em;
  width: 70%;
  margin: 1em auto;
  text-align: center;
}
.banner-info {
  text-align: center;
}
.footer h3 {
  color: #fff;
  font-size: 1.5em;
  font-weight: 600;
  margin: 0 0 1em;
  border-bottom: 2px solid #fff;
  padding: 0 0 1em;
  font-family: '', serif;
}
i.scroll {
  width: 64px;
  height: 64px;
  background: url(down.png)no-repeat -0px -0px;
  display:inline-block;
  vertical-align: middle;
}
.sc-ic {
  text-align: center;
  margin: 7em 0 0;
}
a.read {
  display: inline-block;
  vertical-align: middle;
     padding: 0.9em 2.3em;
    color:#fff;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background:#3399cc;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  text-decoration:none;
  margin:1em 0 0;
}
a.read:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #006666;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  text-decoration:none;
}
a.read:hover, a.read:focus, a.read:active {
  color: #fff;
}
a.read:hover:before, a.read:focus:before, a.read:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}


.logo h1 {
  color: #fff;
  background-color: #0064d2;
  padding: 0.5em 0;
  width: 10%;
  margin: 0.5em auto;
  height: 6%;
  text-align: center;
  border-radius: 50%;
  font-size: 4em;
}
.logo a{
	text-decoration: none;
}
.logo h2 {
  color: #f5af02;
  font-size: 6em;
  font-weight: 700;
  margin: 0;
  padding: 0.3em 0;
  font-family: 'Playfair Display', serif;
}










.l-grids h4 {
	font-size:1.4em;
  font-weight:400;
  color: #fff;
}
.l-grids figure {
	position: relative;
	float: left;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
	width:100%;
}
.l-grids figure img {
	position: relative;
	display: block;
}

.l-grids figure figcaption {
	padding: 2em;
	color: #fff;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.l-grids figure figcaption::before,
.l-grids figure figcaption::after {
	pointer-events: none;
}

.l-grids figure figcaption{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
figure.effect-bubba {
	  background-color:rgba(249, 72, 119, 0.54);
}
figure.effect-bubba:hover img {
	opacity: 0.3;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

figure.effect-bubba figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

figure.effect-bubba h4 {
	padding-top: 8%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
	opacity:0;
	padding-bottom: 0;
}

figure.effect-bubba p {
	padding: 15px 1em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
	  font-size: 0.8em;
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-bubba:hover h4,
figure.effect-bubba:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.av-special-heading-h3 .special-heading-border {
    height: 2.3em !important;
}

.avia-icon-list .iconlist_icon {
    height: 34px !important;
    width: 34px !important;
    line-height: 34px !important;
    font-size: 20px !important;
    text-align: center;
    border-radius: 500px;
    position: relative;
    float: right !important;
    margin-right: 30px;
    margin-left: 2px;
    z-index: 5;
    color: #fff;
}
.main_color {
   
    background-color: #fff;
    
    border-radius: 5px;
    border: none;
	
	
width:100% !important;
height:auto !important;


	
	
	
}

#top #wrap_all .all_colors h2 {
    font-size: 26px !important;
	
}
.special-heading-border{
	
}
.main_color .special-heading-inner-border {
    border-bottom: 2px solid #66cc99 ;
}
.special-heading-border{
	
	color:#0C0 !important;
	
	
}

.hr {
    clear: both;
    display: block;
    width: 100%;
    height: 25px;
    line-height: 15px !important;
    position: relative;
    margin: 30px 0;
    float: left;
	color:#096 !important;
}

span.avia_iconbox_title{
	font-size:16px !important;
}

#top .main_color .avia-color-theme-color {
    display: inline-block;
vertical-align: middle;
padding: 0.9em 2.3em;
color: #fff;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
position: relative;
background: #14b0bf;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
text-decoration: none;
margin: 1em 0 0;

}

#top .main_color .avia-color-theme-color:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #006666;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  text-decoration:none;
}
#top .main_color .avia-color-theme-color:hover, #top .main_color .avia-color-theme-color:focus, #top .main_color .avia-color-theme-color:active {
  color: #fff;
}
#top .main_color .avia-color-theme-color:hover:before, #top .main_color .avia-color-theme-color:focus:before, #top .main_color .avia-color-theme-color:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.hr.avia-builder-el-last{
	margin: 10px 0 !important;
	height:3px !important;
	color:#3399cc !important;
}

.av-masonry-outerimage-container {
	box-shadow: 0 3px 10px 2px rgba(0,0,0,.15);
	border: none;
margin-bottom: 20px;
padding: 0px;
}


.slide-entry flex_column  .post-entry post-entry-9737 .slide-entry-overview slide-loop-1 slide-parity-odd  av_one_fourth first real-thumbnail{
	box-shadow: 0 3px 10px 2px rgba(0,0,0,.15);
}
    
	
	
	
	.our.tutors li {
  display: inline-block;
  float: right;
  

  
   width: 23%;
  margin: 1%;
}
	
.our.tutors {
  padding: 3em 0;
}

.h4{
	text-align:center !important;
}
	
	
/*-- mask --*/
.view {
   width:auto;
   height: 238px;
   margin: 0px;
   float: right;
   padding-right:1em;
   
  
   overflow: hidden;
   position: relative;
   text-align: center;
   -webkit-box-shadow: 0px 0px 0px #e6e6e6;
   -moz-box-shadow: 0px 0px 0px #e6e6e6;
   box-shadow: 0px 0px 0px #e6e6e6;
   cursor: default;
   background: #fff url(../images/bgimg.jpg) no-repeat center center;
}

.view .mask,.view .content {
   width: 100%;
   height: 238px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}




.view img {
   display: block;
   position: relative;
}

.view h4 {
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 17px;
   padding: 10px;
   background: rgba(0, 0, 0, 0.8);
   margin: 20px 0 0 0;
}

.view p {
   
   font-style: italic;
   font-size: 12px;
   position: relative;
   color: #fff;
   padding: 10px 20px 20px;
   text-align: center;
}

.view a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background:#14b0bf;
   color: #222;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 1px #14b0bf;
   -moz-box-shadow: 0 0 1px #14b0bf;
   box-shadow: 0 0 1px #14b0bf;
}

.view a.info: hover {
   -webkit-box-shadow: 0 0 5px #339999;
   -moz-box-shadow: 0 0 5px #339999;
   box-shadow: 0 0 5px #339999;
}

/*-- mask-7 --*/
.view-fifth img {
   -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;
}


.view-fifth .mask {
   background-color: #eeeeee;
   -webkit-transform: translateX(-300px) !important;
   -moz-transform: translateX(-300px) !important;
   -o-transform: translateX(-300px) !important;
   -ms-transform: translateX(-300px) !important;
   transform: translateX(-300px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 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;
   -ms-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}


.view-fifth h4 {
   background: rgba(255, 255, 255, 0.5);
   color: #222222;
   -webkit-box-shadow: 0px 1px 3px rgba(159, 141, 140, 0.5);
   -moz-box-shadow: 0px 1px 3px rgba(159, 141, 140, 0.5);
   box-shadow: 0px 1px 3px rgba(159, 141, 140, 0.5);
}
.view-fifth p {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   color: #222222;
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.view-fifth:hover .mask {
   -webkit-transform: translateX(0px) !important;
   -moz-transform: translateX(0px) !important;
   -o-transform: translateX(0px) !important;
   -ms-transform: translateX(0px) !important;
   transform: translateX(0px) !important;
}
.view-fifth:hover img {
   -webkit-transform: translateX(300px);
   -moz-transform: translateX(300px);
   -o-transform: translateX(300px);
   -ms-transform: translateX(300px);
   transform: translateX(300px);
}
.view-fifth:hover p {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}







 
 .image-overlay {

 -webkit-transform: translateX(300px) !important;

}

a:hover .image-overlay .image-overlay-inside {

    
    animation: avia_pop_small 0.5s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275) ;

}


a:hover .image-overlay .image-overlay-inside {

    animation: avia_pop_small 0.5s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);

}
.caption_framed .slideshow_caption .avia-caption-title{
	background: rgba(1, 153, 154, 0.5);

display: inline-block;

margin: 0 0 1px 0;

padding: 10px 15px;
}
.slideshow_caption {

   
    width: 50%;
}
.avia-caption-content  {
		background: rgba(1, 153, 154, 0.5);
}
.slideshow_align_caption {
	font-size:3em !important;
}

.av-menu-button{
	 	-moz-box-shadow:inset 0px 1px 0px 0px #7a8eb9 !important;
	-webkit-box-shadow:inset 0px 1px 0px 0px #7a8eb9 !important;
	box-shadow:inset 0px 1px 0px 0px #7a8eb9 !important;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #637aad), color-stop(1, #5972a7)) !important;
	background:-moz-linear-gradient(top, #637aad 5%, #5972a7 100%);
	background:-webkit-linear-gradient(top, #637aad 5%, #5972a7 100%);
	background:-o-linear-gradient(top, #637aad 5%, #5972a7 100%);
	background:-ms-linear-gradient(top, #637aad 5%, #5972a7 100%);
	background:linear-gradient(to bottom, #637aad 5%, #5972a7 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#637aad', endColorstr='#5972a7',GradientType=0);
	background-color:#637aad !important;
	border:1px solid #314179 !important;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	
	font-size:13px;
	font-weight:bold;
	padding:6px 12px;
	text-decoration:none;
}
.phone-info {
	color:#3399cc !important;
}

#moshtari{
	
}

.avia-image-container-inner, .avia_image, .av-image-caption-overlay {

}
.avia-content-slider .slide-image img{
	
}

.avia-fullscreen-slider {

    display: block;
    width: 100%;
    height:auto !important;

}
.av-single-slide slide-1  active-slide{
	 width: 100% !important;
    height:auto !important;
}
.av-special-heading .av-special-heading-tag {

    float: none !important;
	text-align:center !important;

}
h3.team-member-name{
	text-align:center !important;

}



/*--gallery--*/
.gallery {
    padding: 6em 0;
}
#gallery {
  padding: 5em 0;
}
#portfolio p {
  line-height: 1.8em;
  margin: 25px 0 0 0;
  font-size:1.1
  color: #ffffff;
  font-weight: 300;
}
.gallery-section h3{
   margin: 0;
  color: #ffffff;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 18px;
}
.gallery-grid {
  padding: 0;
}
.gallery1 {
position:relative;
}
.gallery1 .textbox {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	-webkit-transform: scale(0);
	transform: scale(0);
   background-color:rgba(0, 0, 0, 0.62);
}
.gallery1:hover .textbox {
	-webkit-transform: scale(1);
	transform: scale(1);
}
.gallery-grid img{
		width:100%;
}

.textbox {
-webkit-transition: all 0.7s ease;
transition: all 0.7s ease;
text-align:center;
}
.textbox h4 {
      font-size: 2em;
    color: #fff;
    margin-top: 3em;
}
.textbox p {
     font-size: 15px !important;
    color: #fff;
    font-weight: 500 !important;
    margin: 22px 0 0 0!important;
}
.gallery-grids {
  margin-top: 50px;
}
.col-md-3{
	width:23% !important;
}
#text{
	text-align:center;
	color:#222;
}









