
@font-face {
  font-family: 'GEDinarOne-Light';
  src: local('â??'), url('../fonts/GEDinarOne-Light.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'GEDinarOne-Medium';
  src: local('â??'), url('../fonts/GE_Dinar_One_MedEng.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: 'NeoSans-bold';
    src: url('../fonts/NeoSans-bold.eot');
    src: url('../fonts/NeoSans-bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NeoSans-bold.woff') format('woff'),
        url('../fonts/NeoSans-bold.ttf') format('truetype'),
        url('../fonts/NeoSans-bold.svg#NeoSans-bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'droidnaskh';
  src: local('Ã¢??'), url('../fonts/droidnaskh.woff') format('opentype');
  font-weight: normal;
  font-style: normal;
}

body{
	background: #F4F4F4;
    font-family: GEDinarOne-Medium;
}
a,a:hover{
    color: #3D5F7A;
}


.main-container {
    background: white;
    box-shadow: 1px 1px 8px #d8d8d8;
    
    max-width:1170px;margin: 14px auto 14px auto;
}






.course{
	padding:0;
	border:1px #e2e2e2 solid;
	border-radius: 0;
    
    -webkit-transition: all 0.3s linear;
		-moz-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
		-ms-transition: all 0.3s linear;
		transition: all 0.3s linear;
}
.course:hover{
    box-shadow: 0px 2px 7.36px 0.64px rgba(0, 0, 0, 0.1);
}
.course:hover .details{
	opacity: 5000;
}


.course .img{
	position: relative;
}
.course .details {
    cursor: pointer;
    opacity: 0;
    position: absolute;
    top: 0;
    background: rgba(62,183,173, 0.9);
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    z-index: 100;
    transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    -webkit-transition: opacity 0.25s ease-in-out;
}
.course .details .a {
    position: absolute;
    padding: 4px 6px;
    width: 40%;
    left: 50%;
    margin-left: -20%;
    top: 50%;
    margin-top: -7px;
    text-align: center;
    color: #333;
    background: #fff;
    border: 1px solid #fff;
}



.course .course_name{
	padding:10px;height:60px;text-align: center
}
.course .course_name a, .course .course_name a:hover{
	font-family:NeoSans-bold;color: #33a89f;font-weight: normal;font-size: 16px;
}

.course .course_coach{
	padding:4px; text-overflow:ellipsis; overflow:hidden; white-space: nowrap; background:#fff; border-top:1px solid #EEEEEE;height:40px;
}
.course .course_coach a{
	color:#333;font-size:13px;
}
.course .course_coach img{
	height:30px; width:30px; margin-right:4px; border-radius:100%;
}
.course .course_coach .pull-left, .course .course_coach .pull-right{
	font-family:GEDinarOne-Medium;color:#fff;font-size: 12px; background: #3EB7AD;padding: 4px 8px;border-radius: 2px;margin:3px 0 0 4px;
}



.header_top{
    background: #3EB7AD; color:#fff;height:40px;font-size: 16px;font-family:GEDinarOne-Medium;padding-top: 3px;
}
.header_top a{
    color:#fff;
}


.header_top .socialmedia{
    margin-top: 2px;
}
.header_top .socialmedia a{
    display: inline-block;
    cursor: pointer;
    font-size: 25px;
    color: #fff;
    text-align: center;
    margin-right: 5px;
}


.header_top .contactinfo{
	margin-top: 6px;
}
.header_top .contactinfo span{
	font-family: tahoma;font-size: 12px;font-weight:800;color:#fff;
}
.header_top .contactinfo span i, .header_top .socialmedia span i:hover{
	font-size: 13px;padding: 0 0 0 6px;width: auto;color:#fff;
}


.header{
	background:#fff;background-size: 100% 100%;height:160px;padding:0;
	
    border-bottom: 1px #dae1e6 solid;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999;
}
.navbar-brand {
    padding: 6px 0 0 0;
    margin-right: 0 !important;
    float: right;
} 
.navbar-brand img{
    max-height:100px;
}

.navbar-header{
	margin:20px 0 0 -10px;
}
div.smaller {
    margin-top:-10px;
	height: 94px; 
    
    background-size:auto;
}
div.smaller .navbar-nav{
	margin-top:10px;
}
div.smaller .navbar-nav li a{
    padding-top: 30px;
}
div.smaller .logo{
    padding-top: 59px;
}
div.smaller .logo .navbar-brand img{
    max-height:78px;
}

.bodytop{
    margin-top:0;min-height:300px;
}

@media (min-width: 767px) { 



    .navbar-nav li a:hover, .navbar-nav li.active a, .nav > li > a:focus{
        background:#284770; 
        color:#fff;  
	}


    .navbar-nav{
        float: right;
        margin: 38px 40px 0 0;
	}
	.navbar-nav > li{
		margin: 0px 4px;position: relative;text-align: right;
	}
	.navbar-nav li a, .nav > li > a:focus{
        font-size:14px;font-family:NeoSans-bold;font-weight: normal;
        background: #f2f2f2;
        color: #284770;
        padding: 10px 16px 10px 16px;
        border-radius: 0;
        
        -webkit-transition: all 0.3s linear;
		-moz-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
		-ms-transition: all 0.3s linear;
		transition: all 0.3s linear;
	}
    
    .navbar-nav > li.active > a{
		background:#284770;color:#fff;
	}
    .navbar-nav > li > a:hover{
		background:#fff;
	}
    
    
    
    .navbar-nav >li >a {
        display: inline-block;
        vertical-align: middle;
        -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;
        -webkit-transition-property: color;
        transition-property: color;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }
    .navbar-nav >li >a:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #284770;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 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;
    }
    .navbar-nav >li >a:hover, .navbar-nav >li >a:focus, .navbar-nav >li >a:active {
        color: #fff;
    }
    .navbar-nav >li >a:hover:before, .navbar-nav >li >a:focus:before, .navbar-nav >li >a:active:before {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

  
    .navbar-nav .dropdown:hover > a{
        background-color: #284770;color:#fff;
    }
    .navbar-nav .dropdown:hover .dropdown-menu{
		display: block;
	}
    
    
    /* Dropdown Menu */
    .dropdown-menu {
        min-width:200px;padding:0;border:none;border-radius: 0 0 4px 4px;z-index: 5000;
    }
    .dropdown-menu > li{
       border-top: 1px #365b8b solid;padding:0;
    }
    .dropdown-menu > li > a{
       padding: 10px 12px;
    }
    .dropdown-menu > li:first-child{
       border-top:none;
    }
    .dropdown-menu > li:last-child{
       border-radius: 0 0 4px 4px;
    }
    .dropdown-menu > li > a, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
        font-size: 12px;
        background:#284770; 
        color:#fff; 
    }
    .dropdown-menu > li > a:hover{
        background: #365b8b;padding-right:20px;
        
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; 
    }
    .dropdown-menu > li:last-child > a:hover{
        border-radius: 0 0 4px 4px;
    }
    .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
        background-color: #fff;color:#811231;
        border-color: #428bca;
    }
    /* End Dropdown Menu */
    
}
@media (max-width: 767px) {
    
    .main-container {
        margin-top: 0;
        margin-bottom: 0;
    }
    
    .header{
        height: 120px;
    }
    .navbar-header{
        margin:40px 0 0 -10px;
    }
    .navbar-brand {
        padding: 6px 0 0 0;
    } 
    div.smaller {
        margin-top:-8px;
        height: 94px; 
    }
    div.smaller .navbar-nav li a {
        padding-top: 6px;
        padding-bottom: 6px;
    }
    div.smaller .navbar-collapse {
        margin-top:16px;
    }
    
	.navbar-collapse{
		z-index:5000;position:absolute;width:100%;margin-top:-3px;
	}
	.navbar-nav {
		background:#333;padding:6px;margin-top:31px;
	}
	.navbar-nav li{
		border-top:1px #5B5B5B solid;
	}
	.navbar-nav li:first-child{
		border-top:none;
	}
	.navbar-nav li a {
		padding:6px 15px;font-size:14px;font-family:GEDinarOne-Medium;color:#fff;
	}
	.navbar-nav li a:hover {
		background:#fff;color:#333;
	}
}
@media (min-width:768px) and (max-width:993px) {
	.navbar-nav li{
		margin:0 4px 0 4px;
	}
	.navbar-nav li a, .nav > li > a:focus{
        font-size:14px;font-family:NeoSans-bold;font-weight: normal;
        
        padding: 8px;
	}
}


.search_form{
	background:#fff;border:1px #ccc solid;padding:20px;margin:0;
}
@media (min-width: 768px) {
	.search_form select, .search_form .form-group input{
		min-width:140px;
	}
}







h1{
	font-family:NeoSans-bold;color:#2A406C;padding:0;margin:0 0 6px 0;font-weight: normal;
    text-shadow: 1px 1px 1px #fff, -1px -1px 1px #fff;
}
.ajax_loader_small{
	background:url(../pic/layout/ajax_loader_small.gif) no-repeat 20px 10px;
}
.well_title{
	font-size:14px;font-family:GEDinarOne-Medium;
	
	position: relative;
    font-weight: normal;
    font-size: 18px;
    background-image: url(../pic/layout/bg_box_title.png);
    background-repeat: repeat-x;
    background-position: 0 -70px;
	margin-top:20px;
}
/* twichiya lfo9 fiha +8-32-72-112-152-192-232-272-312 */
.well_title span {
    background-color: #fff;padding-left:4px;
}
.well {
	font-family:GEDinarOne-Medium;font-size:13px;
}
.well a{
	color:#000;
}

@media (min-width: 768px) {
	.col-md-8, .col-md-4{
		max-width:650px;
		margin-right:auto;
		margin-left:auto;
	}
	
	
}
@media (max-width: 768px) {
	.col-md-8, .col-md-4{
		max-width:650px;
		margin-right:auto;
		margin-left:auto;
	}
}


@media (max-width: 768px) {
	.container {
		max-width: 600px;
	}
}



.btn:hover{
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.thumblink{
	padding-right: 10px;
	padding-left: 10px;
}


/*    To Top    */
#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:60px;
	right:20px;
	overflow:hidden;
	width:51px;
	height:51px;
	border:none;
	text-indent:-999px;
	background:url('../pic/layout/gototop.png') no-repeat left top;
}
#toTop:active, #toTop:focus {
	outline:none;
}




.course_details{
    margin:20px 0 40px 0;
}







.content_inner{
	min-height:300px;
    margin-top: 20px;
    font-size: 15px;
}



.btn-success, .btn-success:hover{
    color: #fff;
    background-color: #2A406C;
    border-color: #2A406C;
    font-family: GEDinarOne-Medium;
}


.course-table-info{
    
}
.course-table-info table td{
    padding: 4px 0;font-size: 13px
}
.course-table-info  a{
    color:#333;
}

.course-table-info table td:first-child{
    width:110px;font-size: 14px
}














.course_menu{
    margin-top: 40px;
    background: #284770;
}
.course_menu .nav-tabs {
    border-bottom: 0;
    padding-top: 4px;
}
.course_menu .nav-tabs > li > a {
    margin-left: 2px;
    line-height: 1.428571429;
    border: none;
    color:#fff;
    padding:12px 14px;
    font-size: 14px;
    font-family: NeoSans-bold;
}
.course_menu .nav-tabs > li > a:hover, .course_menu .nav-tabs > li > a:focus {
    border: none;
    color:#fff;
    background: none;
    font-size: 14px;
    font-family: NeoSans-bold;
}
.course_menu .nav-tabs > li {
    margin-bottom: 0;
}
.course_menu .nav-tabs > li:first-child {
    margin-right: -14px;
}
.course_menu .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background-color: #ededed;
    color:#333;
    border: none;
}



.carousel-control.left, .carousel-control.right {
    background-image: none;
    filter: auto;
}





.nicescroll-rails{
    z-index: 5000 !important;
}





.no_results{
    text-align: center;
    margin-top:60px;
    font-family: GEDinarOne-Medium;
    font-size: 24px;
    color:#818181;
}

#coach .social_media{
	margin-top: 10px;
}
#coach .social_media i{
	font-size: 18px;
    width:20px;
    
    color: #909090;
    
    margin-right: 4px;
    border-radius: 2px;
}
#coach .social_media i:hover{
    color: #333;text-decoration: none;
}









.album {
	border: 0;
}
.album .img{
	padding:0;border-radius: 0;margin-bottom: 0;
	position: relative;
	overflow: hidden;
    
    border:4px #fff solid;

	-moz-box-shadow: 1px 1px 3px #888;
	-webkit-box-shadow: 1px 1px 3px #888;
	box-shadow: 1px 1px 3px #888;
}
.album img{
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}
.album img:hover{ 
	-webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
    transform:scale(1.25);
}
.album .name{
    padding: 10px 6px;
	height:60px;
}
.album .name a{
    color:#333;
}
.album .thumbnail{
    background: none;
    border: 0;
	padding:0;
	border-radius: 0;
}




.news{
	padding:10px;
    margin: 10px 0 14px 0;
    background: #fff;
	border:1px #e2e2e2 solid;
	border-radius: 0;
}
.news:hover{
	-moz-box-shadow: 1px 1px 6px #888;
	-webkit-box-shadow: 1px 1px 6px #888;
	box-shadow: 1px 1px 6px #888;
}

.news .img{
	padding: 0;
}

.news .info{
	
}
.news .info h2{
	font-size:24px;padding: 0;margin: 0;
}
.news .info .date{
	color:#6c6c6c;font-size:12px;margin:6px 0 10px 0;
}
.news .info .text{
	
}




#myslide {
    border: 1px #d8d8d8 solid;
}
#myslide .glyphicon{
    border-radius: 30px;
    background: #333;font-size:14px;
}
#myslide .glyphicon-chevron-left{
    padding: 14px 16px 14px 12px ;
}
#myslide .glyphicon-chevron-right{
    padding: 14px 14px 14px 14px ;
}

.carousel-control, .carousel-control:focus {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=100);
    outline: none;
    opacity: 1;
}



@media (max-width: 767px) {
    
    .about-us h2{
        margin-bottom: 16px;
    }
    .about-us .img{
        margin:20px 0 20px 0;
        text-align: center;
    }
    .about-us .img img{
        max-height: 150px;
    }
    
    .news .info{
        margin-top: 10px;
    }
}




@media (min-width: 500px) {
	.youtube_ifram{
		height:350px;width:100%;
	}
}
@media (max-width: 500px) {
	.youtube_ifram{
		height:200px;width:100%;
	}
}





.welecome{
	background:#F5F5F5;color:#2A406C;margin-top:30px;position: relative;font-size: 14px;
}

.welecome .container {
    position: relative;
    z-index: 0;
}
.welecome >.container > div > div{
	padding:20px 0;font-size: 17px;
}
.welecome a {
    margin-top: 16px;
    background: #2A406C;
    padding: 10px 30px;
    border: 1px #fff solid;
    border-radius: 2px;
    color:#fff;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.welecome a:hover {
    background: #17625c;
    color:#fff;
}



.why-choose-us {
    padding:50px 0;
}

.why-choose-us .icon {
    font-size: 35px;
    height: 80px;
    width: 80px;
    line-height: 80px;
    padding-top: 6px;
    border: 1px solid #efefef;
    background: #fff;
    display: inline-block;
    border-radius: 4px;
}
.why-choose-us .icon i {
  color: #2A406C;
}
.why-choose-us h4 {
    font-family: NeoSans-bold;
  margin: 15px 0 14px 0;
  color: #525252;
}
.why-choose-us h4:after {
    content: '';
    display: block;
    max-width: 2em;
    height: 2px;
    margin: 10px auto 0 auto;
    background: #525252;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.why-choose-us .service:hover > h4 {
    color: #2A406C;
}
.why-choose-us .service:hover > h4:after {
    background: #2A406C;
    max-width: 5em;
}

.why-choose-us p {
  color: #888;
}
.why-choose-us .service {
  padding: 5px;
  margin-bottom: 10px;
  cursor: pointer;
}
.why-choose-us .service:hover > .icon {
    background: #2A406C;
    border: 1px solid #2A406C;
    color: #fff;

    -webkit-transition:all .3s;
    transition:all .3s;
}
.why-choose-us .service:hover > .icon i {
  color: #fff;
  transition: all .85s;
}
.why-choose-us a:hover{
    text-decoration: none;
}



.home_courses{
    padding:80px 0;
    background: #fff url(../pic/layout/dbg.jpg);
}
.home_courses .last{
    margin: 0;font-family: NeoSans-bold;font-size: 14px;
}
.home_courses h2{
    font-size: 24px;margin:0;padding: 0;color: #2A406C;
}
.home_courses .pull-right a{
    border:1px #2A406C solid;
    background: #2A406C;
    color: #fff;
    padding: 6px 8px;
    font-size:13px;
    border-radius: 0;
}
.btn-next{
    padding: 3px 10px 4px 10px;
    font-size: 14px;
    background: #ccc;
    border:1px #ccc solid;
    border-radius: 0;
    color:#555555;
}
.btn-next:hover, .btn-next:focus, .btn-success:active{
    color: #fff;
    background-color: #767676;
    border:1px #767676 solid;
}
.btn-next span{
    font-size: 11px;
}

.home_courses .items{
	height:300px;margin-top:15px;
}
.home_courses .items ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.home_courses .items li {
	display: block;
	float: left;
    margin:0 5px;
    width:300px;
}
.home_courses .items li .course_name, .home_courses .items li .course_coach img, .home_courses .items li .course_coach a{
    text-align: right;
}
.home_courses .items li .course_coach img, .home_courses .items li .course_coach a{
    float: right;
}
.home_courses .items li .course_coach a{
    margin:6px 6px 0 0;
}


.cat-1{
    background: #44b8cb;
    position: relative;
    z-index: 2;
}
.cat-2{
    background: #f1b136;
}
.cat-3{
    background: #2fa278;
}
.cat-4{
    background: #44b8cb;
}
.cat-5{
    background: #ff4f58;
}
.cat-6{
    background: #449987;
}
.cat-7{
    background: #44b8cb;
}
.cat-8{
    background: #f1b136;
}

.cat-1:hover{
    background: #3ca1b1;

}
.cat-2:hover{
    background: #ce9830;
}
.cat-3:hover{
    background: #267f5f;
}
.cat-4:hover{
    background: #3692a1;
}
.cat-5:hover{
    background: #d7444c;
}
.cat-6:hover{
    background: #357567;
}
.cat-7:hover{
    background: #3ca1b1;

}
.cat-8:hover{
    background: #ce9830;
}






















/* ========================================================================
 1.4 Hover animation by hover.css http://ianlunn.github.io/Hover/
 ========================================================================== */
@-webkit-keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
@keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.hvr-pulse {
  display: inline-block;
  vertical-align: middle;
  -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;
}
.hvr-pulse:hover,
.hvr-pulse:focus,
.hvr-pulse:active {
  -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
/* Rectangle Out */
.hvr-rectangle-out {
  display: inline-block;
  vertical-align: middle;
  -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;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-rectangle-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(231, 76, 60, 0.9);
  -webkit-transform: scale(0);
  transform: scale(0);
  -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;
}
.hvr-rectangle-out:hover,
.hvr-rectangle-out:focus,
.hvr-rectangle-out:active {
  color: white;
}
.hvr-rectangle-out:hover:before,
.hvr-rectangle-out:focus:before,
.hvr-rectangle-out:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* Grow */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -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;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/* General button style (reset) */
.portfolio-wrapper .button {
  padding: 20px 60px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border: 3px solid #fff;
  color: #fff;
  overflow: hidden;
}
.portfolio-wrapper .button:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border: 3px solid #fff;
  color: #fff;
  width: 100%;
  height: 0;
  top: 50%;
  left: 50%;
  background: #fff;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.portfolio-wrapper .button:hover,
.button:active {
  color: #e74c3c;
}
.portfolio-wrapper .button:hover:after {
  height: 260%;
  opacity: 1;
}
.portfolio-wrapper .button:active:after {
  height: 400%;
  opacity: 1;
}










.HomeCard{background: #F7F7F7; height: 280px;margin-bottom: 20px;overflow: hidden;  }
.HomeCard:hover{box-shadow:0 2px 10px rgba(0,0,0,.25)}
    
.HomeCard > a:hover{
    text-decoration: none;
}
.HomeCard .HomeCard_title{
    color:#33a89f;font-size: 19px;font-weight: normal;font-family: NeoSans-bold;
    -webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1
}
.HomeCard:hover .HomeCard_title{-webkit-box-flex:0;-webkit-flex:none;-ms-flex:none;flex:none}
    
.HomeCard_image{height:157px;background-size:cover;width:100%;background-position: 50%;background-repeat: no-repeat;}
.HomeCard:hover .HomeCard_image{height:60px;}
    
.HomeCard_content{padding: 14px 10px; -webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;overflow:hidden}

.HomeCard_description{display:none;color:#333;font-size: 13px;}
.HomeCard:hover .HomeCard_description{display:block;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}

.HomeCard_content button{display:none;color:#333;font-size: 13px;

    padding: 3px 8px;
    margin-top: 10px;
    background: #33a89f;
    color: #faedd8;
    border-radius: 0;
}
.HomeCard:hover .HomeCard_content button{display:block;color: #faedd8; -webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}

.t-t { 
    -webkit-transition: all .7s ease;
	-moz-transition: all .7s ease;
	-ms-transition: all .7s ease;
	-o-transition: all .7s ease;
	transition: all .7s ease;
}

.pagination .active a{background:#33A89F;color:#fff;border:1px #33A89F solid;}
.pagination li a, .pagination li a:hover{color:#33A89F;}


.footer{
    background: #2A406C ;
    color: #fff;
    margin-top: 50px;
    padding-top: 20px;
    font-family: GEDinarOne-Medium;
}
footer {
    background: #f2f2f2;
	padding: 20px 0;
	width: 100%;min-height:100px;
	color:#777;font-size:12px;font-weight:normal;font-family:droidnaskh;
}
.footer .text{
	font-size: 14px;
}
.footer_info div{
	margin-top:10px;
}
.footer_links {
	margin:0 0 10px 0;
}
footer a,footer a:hover{
	color:#fff;font-size: 14px;
}
footer h4{
    color: #3EB7AD;
    font-family: droidnaskh;
    font-weight: bold;
    font-size: 16px;
}
footer h4:after {
    content: '';
    display: block;
    max-width: 2em;
    height: 2px;
    margin: 8px 0 8px 0;
    background: #3EB7AD;
    
    
    -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
footer ul{
	padding:0;margin:0;font-size:12px;list-style:none;
}
footer ul li{
	margin-bottom: 4px;
}


.footer_bottom{
	border-top: 1px solid #39548b;padding:10px 0 0 0;margin-top: 30px;
    color:#d3cdcd;
}
.footer_bottom a{
    color:#d3cdcd;font-family: tahoma;text-decoration: underline;
}

footer .social_media a:hover{
    text-decoration: none
}
footer .social_media i{
    padding: 4px 6px 4px 12px;
	font-size: 20px;
    width:30px;
    
    color: #F3F3F3;
    background-color: #3EB7AD;
    border: 1px solid #3EB7AD;
    
    border-radius: 4px;
    margin-left: 2px;
}
footer .social_media i, .social_media i:hover{
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
footer .social_media i:hover{
    color: #F3F3F3;
    background-color: #207b73;
    border: 1px solid #207b73;
}











