@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
@import "lightslider.min.css";
@import "custom.css?v=1.0";
html { height: 100%; }

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}


a {
	color: #555;
	text-decoration: none;
}

.containe {
	width: 100%;
	position: relative;
}

.section.mltrs-1 {
	height: 100vh;
    width: 100%;
	position: relative;
}

.clr {
	clear: both;
	padding: 0;
	height: 0;
	margin: 0;
}

.main {
	width: 90%;
	margin: 0 auto;
	position: relative;
}
header{
	position: fixed;
    width: 100%;
    height: 150px;
	background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
    z-index: 10;
	padding-top: 10px;
}


header .logo{
	position: relative;
    width: 100%;
    height: 120px;
    background-image: url(../images/logo7.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;	
	-webkit-transition: all 0.4s ease;-moz-transition: all 0.4s ease;transition: all 0.4s ease;
}

.navm{
	position: relative;
    width: 100%;
    height: 80px;
    padding-top: 40px;
	text-align: right;
	-webkit-transition: margin 0.4s ease;-moz-transition: margin 0.4s ease;transition: margin 0.4s ease;
}
.navm a{
	text-decoration: none;
    color: #bfbfbf;
    padding: 5px 10px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
}
.navm a:hover{
	color: #fff;
}
.navm a.act{
	color: #d8c607;font-weight: 600;
}

header.header{
	background: rgba(0, 0, 0, 0.6);
    border-bottom: 1px solid rgba(217, 198, 7, 0.3);
	height: 80px;
	z-index:2001;
}

header.header .logo{
	height: 60px;
}

header.header .navm{
	padding-top: 15px;
}
.bs{
	min-height: 350px;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	border-bottom: 1px solid #d7c508;
	position: relative;
	text-align: center;
}
.bs-bs{
	position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -25%;
    width: 50%;
    height: 60px;
    background: rgba(215, 197, 8, 0.55);
}
.bs-bs span{}
.bs h1{
	color: #ffffff;
    text-shadow: 1px 1px 2px #000;
    text-transform: capitalize;
    font-size: 45px;
    padding-top: 150px;
    padding-bottom: 82px;
}
.bs ul{
	border-radius: 3px;
    background: rgba(0, 0, 0, 0.3);
    display: inline-block;
    padding: 15px 200px;
    margin: 0;
}
.bs ul li{
	display: inline-block;
    position: relative;
	color: #b3b3b3;
}
.bs ul li a{
	text-decoration: none;
    color: #fff;
    padding: 0 5px;
}
.bs ul li a:hover{
	color: #d7c508;
}
.h-ilt{
	background-color: #d7c508;
    text-align: center;
    padding: 15px 0;
}

.h-ilt i{font-size: 44px;}
.h-ilt h3{font-size: 18px;padding-top: 15px;}
.h-ilt p{font-size: 14px;}
.h-ilt ul{
	list-style: none;
    padding: 0;
    margin: 0;
	width:100%;
}
.h-ilt ul li{
	display: inline-block;
    width: 13%;
}
.h-ilt img{}
.h-ilt .col-sm-3{border-right: 1px solid #c3b40d;}
.h-ilt .col-sm-3:last-child{border-right: none;}
.h-ilt .col-sm-3:hover{background-color: #c3b40d;}
.h-ilt2 .col-sm-4{display: inherit;}
.h-alan{
	background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
    position: relative;
    z-index: 1;
    transition: all .5s ease-in-out;
    box-shadow: 0 20px 150px rgba(22, 22, 22, 0.12);
    margin-bottom: 25px;
	text-align:center;
	padding-bottom: 10px;
}
.h-alan .h-img{
	position: relative;
    width: 100%;
}
.h-alan img{
	width: 100%;
}
.h-alan h3{
	font-size: 22px;
    line-height: 1.3em;
	padding: 10px;
}
.h-alan p{
	font-size: 14px;
	padding: 0 10px;
}
.h-bs{
	text-align:center;
}
.h-bs h2{
	font-size: 40px;
}
.h-bs p{
	padding-bottom: 20px;font-size: 20px;
}
.h-bs span {
	position:relative;
	display:block;
    background: #F3B200 none repeat scroll 0 0;
    height: 3px;
    margin: 0 auto;
    width: 30px;
	margin-bottom:20px;
}
.h-bs span::after,
.h-bs span::before {
    background: #e2e2e2 none repeat scroll 0 0;
    content: "";
    height: 2px;
    position: absolute;
    top: 0.5px;
    width: 30px;
}
.h-bs span::before {
    left: -48px;
}
.h-bs span::after {
    right: -48px;
}
.h-avip{
	background-image: url(../images/genel/avip.jpg);
    background-position: left;
    background-repeat: no-repeat;
    height: 300px;
    background-color: #000;
}

.h-avip p{color: #d9c506;
    font-size: 40px;
    text-align: center;
    padding-top: 60px;font-weight: 500;}
.h-tuv{
	background-image: url(../images/slide/2.jpg);
	background-attachment: fixed;
    min-height: 300px;
    background-color: #fff;
}
.h-tuv p{color: #f6f6f6;
    text-shadow: 1px 1px 5px #000;
    font-size: 36px;
    font-weight: 500;
    text-align: center;
    padding-top: 40px;}
.h-tuv .t-img{text-align: right;
    padding-top: 40px;}
.k-hzm{
	min-height: 200px;
    padding: 80px 10px;
    background-color: #f6f6f6;
    text-align: center;
}
.k-hzm img{
	max-width: 50%;
}
.k-hzm h4{
	padding-top: 10px;
    font-size: 18px;
    color: #545454;
}
.k-hzm p{
	font-size: 13px;
    color: #545353;
}
.k-hzm h2{
	
}
.k-hzm span{margin-bottom:30px;}
.k-mtn{
	min-height: 200px;
    padding: 80px 10px;
    /*background-image: url(../images/s/00001.jpg);*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.k-hza{
	border: 1px solid #dadada;
    border-radius: 5px;
    padding: 10px;width:100%;
    background: #fff;
    box-shadow: 0px 0px 6px 0px #d6d6d6;
}
.k-hza:hover{border-color:#deca06;}
.k-hza span{
	margin-bottom: 5px;
    font-size: 50px;color: #deca06;
}
.k-hzm .col-sm-4{display: inherit;padding-bottom: 25px;}
.lightbox-thumbnail {
  border: 5px solid #fff;
  box-shadow: 0 1px 2px #bbb;
  transition: all 0.3s; max-height: 200px;
    max-width: 100%;
    margin-bottom: 5px;}
  .lightbox-thumbnail:hover {
    box-shadow: 0 0 6px #29e; }
.mnav-icon{
	color: #ffffff;
	height: 50px;
	font-size:25px;
	text-align: center;
	float:right;
	width: 50px;
	margin-top: 30px;
	position: relative;
	display:none;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}
header.header .mnav-icon{margin-top: 0;}
.mnav-icon:hover{
	color: #DECA06;
	cursor: pointer;
}
.mnav-icon span{
	position: absolute;
	left: calc((100% - 25px) / 2);
	top: calc((100% - 1px) / 2);
	width: 25px;
	height: 1px;
	background-color: rgba(255,255,255,1);
}
.mnav-icon span:nth-child(1){
transform: translateY(4px) rotate(0deg);
	}
.mnav-icon span:nth-child(2){
transform: translateY(-4px) rotate(0deg);
	}
	



	
.mnav-icon-click span:nth-child(1){
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clickfirst;
	}		
.mnav-icon-click span:nth-child(2){
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clicksecond;
	}
	


@keyframes clickfirst {
  0% {
	  transform: translateY(4px) rotate(0deg);
	  
  }

  100% {
    transform: translateY(0) rotate(45deg);
  }
}	



@keyframes clicksecond {
  0% {
	  transform: translateY(-4px) rotate(0deg);
  }

  100% {
    transform: translateY(0) rotate(-45deg);
  }
}	

.mnav-icon-out span:nth-child(1){
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outfirst;
	}		
.mnav-icon-out span:nth-child(2){
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outsecond;
	}

@keyframes outfirst {
  0% {
    transform: translateY(0) rotate(-45deg);
  }

  100% {
    transform: translateY(-4px) rotate(0deg);
  }
}	



@keyframes outsecond {
  0% {
    transform: translateY(0) rotate(45deg);
  }

  100% {
    transform: translateY(4px) rotate(0deg);
  }
}
.h-mrk{background-color: #d7c508; text-align: center; padding: 20px 0;font-size: 30px;color: #000000;text-shadow: 0 0 1px black;}
.h-mrk	b{color: #ffffff;}
.h-mrk	p{margin:0;}
.lSSlideOuter .lSPager.lSpg{display:none;}
.sl-slider-wrapper {
	width: 800px;
	height: 400px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.sl-slider {
	position: absolute;
	top: 0;
	left: 0;
}
footer{
	position: relative;
    width: 100%;
    background-color: #1b1b1b;
}
footer img{
	max-width: 200px;
}
footer .col-sm-8{
	text-align:right;
}
.whicn span{font-size:20px;overflow:hidden;width:100%;}
.whicn{
	position:fixed;
	width:45px;
	height:45px;
	bottom:15px;
	right:15px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 1px 1px 6px #292929;
  z-index:2000;
  text-decoration:none;
  overflow:hidden;
  transition: width .35s ease-in-out;
}
.whicn:hover{

	width:225px;
	height:45px;
	padding:0px 10px;
	color:#FFF;
	text-decoration:none;
}
/* Slide wrapper and slides */
.sl-slide,
.sl-slides-wrapper,
.sl-slide-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
} 

.sl-slide {
	z-index: 1;
}

/* The duplicate parts/slices */

.sl-content-slice {
	overflow: hidden;
	position: absolute;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	background: #fff;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	opacity : 1;
}

/* Horizontal slice */

.sl-slide-horizontal .sl-content-slice {
	width: 100%;
	height: 50%;
	left: -200px;
	-webkit-transform: translateY(0%) scale(1);
	-moz-transform: translateY(0%) scale(1);
	-o-transform: translateY(0%) scale(1);
	-ms-transform: translateY(0%) scale(1);
	transform: translateY(0%) scale(1);
}

.sl-slide-horizontal .sl-content-slice:first-child {
	top: -200px;
	padding: 200px 200px 0px 200px;
}

.sl-slide-horizontal .sl-content-slice:nth-child(2) {
	top: 50%;
	padding: 0px 200px 200px 200px;
}

/* Vertical slice */

.sl-slide-vertical .sl-content-slice {
	width: 50%;
	height: 100%;
	top: -200px;
	-webkit-transform: translateX(0%) scale(1);
	-moz-transform: translateX(0%) scale(1);
	-o-transform: translateX(0%) scale(1);
	-ms-transform: translateX(0%) scale(1);
	transform: translateX(0%) scale(1);
}

.sl-slide-vertical .sl-content-slice:first-child {
	left: -200px;
	padding: 200px 0px 200px 200px;
}

.sl-slide-vertical .sl-content-slice:nth-child(2) {
	left: 50%;
	padding: 200px 200px 200px 0px;
}

/* Content wrapper */
/* Width and height is set dynamically */
.sl-content-wrapper {
	position: absolute;
}

.sl-content {
	width: 100%;
	height: 100%;
	background: #fff;
}

/* Default styles for background colors */
.sl-slide-horizontal .sl-slide-inner {
	background: #ddd;
}

.sl-slide-vertical .sl-slide-inner {
	background: #ccc;
}
/***************************************************/
.main_footer .copyright a:hover,footer .contact_address .web>a:hover,footer .single_tweet .twitter_text li a:hover,footer .twitter_post .single_tweet a.tweet_link:hover{
    text-decoration:underline
}
footer .single_widget .footer_logo{
    width:160px
}
footer .single_widget .widget_title{
    font-weight:700;
    text-transform:uppercase
}
footer .single_widget .widget_txt{
    color:#666;
    font-size:14px;
    line-height:26px;
    margin-top:29px
}
footer .contact_address{
    margin-top:33px
}
footer .twitter_post .tweet_txt{
    color:#666
}
footer .contact_address p{
    margin-bottom:7px;
    padding-left:30px;
    position:relative
}
footer .contact_address p.address{
    border-bottom:1px dashed #dbdbdb;
    padding-bottom:15px
}
footer .contact_address p.phone{
    margin-top:15px
}
footer .contact_address p span{
    margin-right:3px;color: #ab9c0d;
}
footer .contact_address p,footer .single_tweet .twitter_text li a,footer .single_widget .quick_link li a,footer .single_widget .tags.d_inline a{
    color:#666;
    font-size:14px;
    line-height:24px;
    display:block
}
footer .contact_address p i{
    position:absolute;
    left:0;
    top:0
}
.footer_widget1.dark .contact_address .web>a{
    color:#9e9e9e
}
.footer_widget1 .contact_address .web>a:hover,footer .contact_address .web>a{
    color:#69902A
}
footer .twitter_post .single_tweet a.tweet_link{
    color:#666;
    margin-left:3px
}
footer .twitter_post .single_tweet a.tweet_link:hover{
    color:#222
}
footer .twitter_post .single_tweet{
    border-bottom:1px solid #dbdbdb;
    padding:12px 0
}
footer .twitter_post .single_tweet:first-child{
    padding-top:0
}
footer .twitter_post .single_tweet:last-child{
    padding-bottom:0;
    border-bottom:none
}
footer .twitter_post{
    margin-top:35px
}
footer .twitter_post .single_tweet .post_time{
    color:#727a81;
    font-size:12px;
    margin-top:8px
}
footer .twitter_post .single_tweet .post_time i{
    color:#69902A;
    font-size:15px;
    vertical-align:middle;
    margin-right:6px
}
.main_footer{
    background:#dedddd;
    padding:28px 0
}
.main_footer .copyright,.main_footer .social_link li a{
    color:#666;
    font-size:15px
}
.main_footer .copyright a{
    color: #d7c508;
    font-weight:700
}
.main_footer .social_link li a{
    margin-left:9px;
    padding:2px
}
.main_footer .social_link li a:hover{
    color:#69902A
}
.main_footer.footer3{
    background:#f7f7f7;
    border-bottom:1px solid #e0e0e0;
    border-top:1px solid #e0e0e0
}
.footer3 .footer_menu{
    width:100%
}
.footer3 .footer_menu li a{
    color:#777;
    font-size:14px;
    font-weight:700;
    padding:0 12px
}
.footer3 .footer_menu li a:hover{
    color:#027AEC
}
.main_footer.footer9{
    background:#eff0f5;
    border-bottom:none;
    border-top:none
}
.ce_footer .footer_logo{
    display:block;
    margin:0 auto;
	max-width:200px;
	height:auto;
}
.ce_footer .contact_address p.address{
    border-bottom:medium none;
    padding-bottom:25px
}
.ce_footer .contact_address p.phone{
    margin-top:0
}
.ce_footer .contact_address{
    align-items:flex-start;
    display:flex;
    flex-flow:row wrap
}
.ce_footer .contact_address>p{
    border-top:1px solid #ddd;
    padding:25px 0 25px 30px;
    width:48.2%;
    margin-bottom:0
}
.ce_footer .contact_address>p:nth-child(2n){
    padding-left:50px
}
.ce_footer .contact_address>p:nth-child(2n) i{
    padding-left:22px
}
.ce_footer .contact_address>p:nth-child(2n+1){
    padding-right:20px;
    border-right:1px solid #ddd
}
.ce_footer .contact_address>p:nth-child(1),.ce_footer .contact_address>p:nth-child(2){
    border-top:0
}
.ce_footer .contact_address p i{
    top:25px
}
footer.dark .single_widget .widget_title{
    color:#fff
}
.main_footer.dark .copyright,.main_footer.dark .social_link li a,footer.dark .contact_address p,footer.dark .single_widget .quick_link li a,footer.dark .single_widget .tags.d_inline a,footer.dark .single_widget .widget_txt{
    color:#a1b1bc
}
footer.dark .twitter_post .single_tweet a.tweet_link:hover{
    color:#3884cc
}
footer.dark .single_widget .tags.d_inline a:hover{
    color:#fff
}
.main_footer.dark{
    background:#0e0e11
}
footer.dark .contact_address p.address,footer.dark .twitter_post .single_tweet{
    border-bottom-color:#2d3137
}
footer.dark .single_widget .tags a{
    border-color:#2d3137
}
footer.dark .twitter_post .single_tweet:last-child{
    border-bottom:medium none
}
footer.dark .single_tweet .twitter_text li a:hover,footer.dark .single_widget .quick_link li a:hover{
    color:#69902A
}
.main_footer.dark .social_link li a:hover{
    color:#69902A!important
}
.footer3.dark .footer_menu li a,.footer_widget3.dark .contact_address p,.footer_widget3.dark .single_widget .quick_link li a,.footer_widget3.dark .single_widget .tags.d_inline a,.footer_widget3.dark .single_widget .widget_txt,.footer_widget3.dark .twitter_post .post_time .comments,.footer_widget3.dark .twitter_post .post_time .comments i,.footer_widget3.dark .twitter_post .single_tweet a,.footer_widget3.dark .twitter_post .tweet_txt,.main_footer.footer3.dark .copyright,.main_footer.footer3.dark .social_link li a{
    color:#a1a4c1
}
.footer3.dark{
    border:none
}
.footer3.dark .footer_menu li a:hover{
    color: #d7c508;
}
.footer_widget9.dark .single_widget .quick_link li{
    border-bottom:1px dashed #2d3137
}
.ce_footer.dark,.footer_widget13.dark{
    background:#17161e
}
.ce_footer.dark .contact_address p{
    color:#9592a1
}
.ce_footer.dark .contact_address p.address,.ce_footer.dark .twitter_post .single_tweet{
    border-bottom:none
}
.ce_footer.dark .contact_address>p,.ce_footer.dark .contact_address>p:nth-child(2n+1){
    border-color:#2d3137
}
.d_inline,.d_inline li {
  display: inline-block;
}

.uppercase>li>a {
  text-transform: uppercase;
}

.capitalize>li>a {
  text-transform: capitalize;
}
.pt_100 {
  padding-top: 100px;
}
.pb_80 {
  padding-bottom: 80px;
}
.unalweb{
	color: #717382;font-size: 14px;
}
.unalweb a{
	text-decoration: none;
    color: #bfbfbf;
}
.unalweb a:hover{
	color: #f70808;
}
#ldr{
	position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
	align-items: center;
	flex-direction: column;
    z-index: 3000;
    background-color: rgba(0, 0, 0, 0.79);
}
#ldr span{color: #DECA06;font-size: 18px;padding-top: 20px;}
.lds-roller {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 32px 32px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  margin: -3px 0 0 -3px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 50px;
  left: 50px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 54px;
  left: 45px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 57px;
  left: 39px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 58px;
  left: 32px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 57px;
  left: 25px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 54px;
  left: 19px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 50px;
  left: 14px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 45px;
  left: 10px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (min-width:1400px){
    footer .single_widget .footer_logo{
        width:auto
    }
}
@media (max-width:1199px){
    .footer3 .footer_menu li a{
        font-size:13px
    }
    .main_footer .copyright{
        font-size:14px
    }
}
@media (max-width:991px){
    .main_footer.footer3 .copyright{
        text-align:center;
        margin-bottom:3px
    }
    .main_footer.footer3 .social_link{
        float:none!important;
        text-align:center;
        width:100%;
        margin-top:4px
    }
    .ce_footer{
        padding-top:70px
    }
    .main_footer.footer9 .footer_menu{
        text-align:center
    }
}
@media (max-width:767px){
    footer .contact_address{
        margin-top:15px
    }
    .main_footer .copyright{
        text-align:center
    }
    .main_footer .social_link{
        float:none;
        text-align:center;
        width:100%
    }
    footer .contact_address{
        margin-bottom:40px
    }
    .ce_footer{
        padding-top:70px
    }
	.navm{
	background-color: rgba(0,0,0,0.9);
	width: 100%;
	height:auto;
	position: fixed;
	top: 80px;
	left: 0px;
	padding-top: 30px;
	padding-bottom: 80px;
	text-align:left;
	display: none;
	overflow: hidden;
}
.navm a{
	display: block;
	line-height: 50px;
	text-decoration: none;
	width: 80%;
	margin-left: 10%;
	color: #FFFFFF;
	border-bottom: solid 1px rgba(255,255,255,0.3);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	font-weight:300;
}
.navm a:hover{
	color: rgba(255,255,255,0.4);
	border-bottom: solid 1px rgba(255,255,255,0.2);
}
.navm a{
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: resize;
	animation-name: resize;
}
.mnav-icon{display:block;}
header.header{height:60px;padding-top: 0;}
header.header .navm{top:60px;}
	
@-webkit-keyframes resize {
from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
  0% {
	opacity: 0;
    -webkit-transform: scale(5,5);
    transform: scale(5,5);
}
  100% {
	opacity: 1;
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
} 
}

@keyframes resize {
from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
  0% {
	opacity: 0;
    -webkit-transform: scale(5,5);
    transform: scale(5,5);
}
  100% {
	opacity: 1;
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
}
}
	.h-tuv .t-img{text-align:center;}
	.lightbox-thumbnail{max-height:100%;}
	.langselect{display: block;
    line-height: 50px;
    width: 80%;height:50px;
    margin-left: 10%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;}
}
@media (max-width:479px){
    .ce_footer .contact_address,.footer_widget6 .contact_address{
        display:block
    }
    .ce_footer .contact_address p{
        border:0!important;
        margin-bottom:7px;
        padding:0!important;
        position:relative;
        width:100%
    }
    .ce_footer .contact_address p i{
        left:initial;
        position:relative;
        top:initial;
        padding:0!important;
        margin-right:10px
    }
    .ce_footer{
        padding-bottom:20px
    }
	.h-mrk{display:none;}
	.h-ilt .col-sm-3{border-bottom: 1px solid #c3b40d;border-right:none;}
	.h-ilt .col-sm-3:last-child{border-bottom: none;}
	.bs ul{ padding: 10px;}
}
/******************************************/
