﻿html{width: 100%;}
body{
	color: #222222;
	/*font-family: 'Work Sans', sans-serif;*/
	font-family: 'Kanit', sans-serif;
	font-size: 16px;
	font-weight:300;
	overflow-x: hidden;
    width: 100%;
    overflow-x: hidden;
    height: 100%;
}

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

a:hover {
	color: inherit;
	text-decoration: none;
}
a:active, a:hover, a:focus {
	outline: 0 none;
}
button{
	cursor: pointer;
}

.btn-round{
	background: transparent;
	height: 40px;
	line-height: 40px;
	border: 1px solid #FFF;
	width: 180px;
	text-align: center;
	color: #FFF;
	display: inline-block;
	padding: 0;
	border-radius: 20px;
}

ul {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}

hr {
    margin: 30px 0;
    border-top: 1px solid #ddd;
}


.container{padding-left: 10px; padding-right: 10px;}
.row {margin-left: -10px; margin-right: -10px;}
.card-deck{margin-left: -10px; margin-right: -10px;}
.card-deck .card{margin-right: 10px; margin-left: 10px;}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-left: 10px;
    padding-right: 10px;
}


header{position: absolute;width:100%; z-index:2;padding:20px 0;}
.promo-filter {
	width:100%;
	height:800px;
	position: absolute;
	z-index:1;
	background: rgba(0,0,0,0.6);
	/*background: -moz-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0.6) 40%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.6) 40%, rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.6) 40%, rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#000',GradientType=0 );*/
}


header nav.navbar{padding:0;}
header .navbar-brand{padding:0; margin:10px 0 0 40px;}
header .navbar-brand img{width:100%;}
header nav.navbar .nav-item{padding: 0 10px;}
header nav.navbar .nav-item .nav-link{
	font-size: 13px;
	line-height:30px;
	padding: 0;
	position: relative;
	color:#fff;
}
header nav.navbar .nav-item .nav-link::after{
	content: "";
	border-top: none;
	border-right: none;
	border-bottom:2px solid #b10832;
	border-left: none;
	height: 1px;
	bottom: -2px;
	width: 0%;
	position: absolute;
	left: 0;
	margin: 0;
	-webkit-transition : width 0.1s ease-in-out;
	   -moz-transition : width 0.1s ease-in-out;
		-ms-transition : width 0.1s ease-in-out;
		 -o-transition : width 0.1s ease-in-out;
		 	transition : width 0.1s ease-in-out;
}


header nav.navbar .nav-item.navSearch{padding-right:30px;  }
header nav.navbar .nav-item.navSearch .nav-link{
	background-color: transparent;
	border: none;
	border-radius:15px;
	background:#fff;
	color:#b10832;
	line-height:30px;
	margin-left:15px;
	width:30px;
	height:30px;
}
header nav.navbar .nav-item.navSearch .nav-link::after {border-bottom:0px;}
header nav.navbar .nav-item.active .nav-link::after,
header nav.navbar .nav-item .nav-link:hover::after{
	width: 100%;
}

header nav.navbar a.call{
	width:160px;
	display: inline-block;
	border-radius:15px;
	padding:0 10px;
	background:#b10832;
	color:#fff;
	line-height:30px;
	height:30px;
	text-align: center;
	position: relative;
}
header nav.navbar a.call span {font-weight:600; letter-spacing:1px;}
#footerphone > div {
	width: 160px;
    position: absolute;
    left:50%;
    top: 0;
    transform: translateX(-50%)
}
header nav.navbar .dropdown-menu{
	background-color: rgba(0, 102, 179, 0.7);
	border-radius: 0;
	border: none;
	left: 10px;
	padding: 0;
	top: 102%;
}

header nav.navbar .dropdown-menu .dropdown-item{
	color: #FFF;
	font-size: 14px;
	line-height: 40px;
	margin-bottom: 1px;
	padding: 0 20px;
}
header nav.navbar .dropdown-menu .dropdown-item span{border-top: 1px solid #FFF;margin-top: -1px;display: inline-block;width: 100%;}
header nav.navbar .dropdown-menu .dropdown-item:first-child span{border: none;}
header nav.navbar .dropdown-menu .dropdown-item:hover{background-color: rgba(0, 102, 179, 1);}


.cs-hidden {height: 1px;opacity: 0;filter: alpha(opacity=0);overflow: hidden;}
#mainPromo{height: 800px; overflow-y: hidden;}
#mainPromo ul li{width: 100%; height: 800px; background-repeat: no-repeat; background-position: center center; background-size: cover; position: relative;}
#mainPromo ul li>a{display: inline-block; width: 100%;}
#mainPromo ul li img{width: 100%; object-fit: cover;}
#mainPromo ul li .content{
	top:50%;
	max-width:100%;
	margin: 0 auto;
	position: relative;
	text-align: left;
	z-index:2;
}

#mainPromo ul li .content h2{
	color: #FFF;
	font-size: 48px;
	font-weight: 600;
	margin-bottom: 40px;
	padding-bottom:10px;
	padding-top:10px;
	position: relative;
	border-bottom:2px solid rgba(255, 255, 255, 0.5);
}
#mainPromo ul li a.more {
	width:80px;
	height: 80px;
	right:0;
	bottom:-2px;
	border-bottom:2px solid #b10832;
	position: absolute;
	background:url(../images/icon-plus.png) no-repeat center center;
	background-size:24px;
}

#mainPromo ul li .content p{
	color: #FFF;
	font-size: 16px;
}

.lSAction > a{
	font-family: 'simple-line-icons';
	background-image: none;
	background-color: #b10832;
	color: #fff !important;
	opacity: 1;
	border-radius: 50%;
	width: 42px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	margin: 0;
	transform: translateY(-50%);
}
.lSAction > a:hover{opacity:0.7;}
.lSAction > .lSPrev{left: 30px;}
.lSAction > .lSNext{right: 30px;}
.lSAction > .lSPrev::after{content: "\e605";}
.lSAction > .lSNext::after{content: "\e606";}

.fsImage,
.fsImageContact{background-repeat: no-repeat; background-position: center center; background-size: cover; height:500px; position: relative;}
.fsImage h1{
	color: #FFF;
	font-size: 36px;
	font-weight: 100;
	text-align: center;
	letter-spacing:10px;
	margin: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index:2;
}

.fsImageContact .content{position: relative; top: 150px;}
.fsImageContact h2{
	font-size: 36px;
	font-weight:100;
	margin-bottom: 30px;
	text-align: center;
}
.fsImageContact .card{
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #DDD;
	border-radius: 0;
	text-align: center;
	margin-bottom:20px;
}
.fsImageContact .card .card-body{padding: 0 0 10px 0;}
.fsImageContact .card h5{font-size: 14px; font-weight: 600; margin-bottom: 5px;}
.fsImageContact .card p{font-size: 14px;}

.fsImageNews{background-repeat: no-repeat; background-position: center center; background-size: cover; height:500px; position: relative;}

.news-filter {
	width:100%;
	height:500px;
	position: absolute;
	z-index:1;
	background: rgba(0,0,0,0.6);
}


#content{padding:0;}
#content h1{font-size: 2em; }
#content h2{font-size: 36px; margin: 0 0 60px 0; letter-spacing:10px; font-weight:100;}

#content h2.title::after{width:40px; height:1px; background-color: #222; position: absolute; top:80px; left:50%; margin-left:-20px;content: ""}

#content h3{font-size: 20px; font-weight:600;}
#content p{font-size: 14px; line-height:1.8em;}
#content .col-6{
	display: flex;
	align-items: center;
	justify-content: center;
}
#content .fsBgImage{
	background-color: #F6F0F4;
	background-image: url('../images/bg_newsletter.svg');
}

#content .general {}
#content .general img{width:100%;}

#content .general h4 {font-weight:300; font-size:18px; color:#b10832;}


#services{margin-bottom: 60px;}
#services .sidebar{padding:20px 20px 40px 20px; background:#f8f8f8;margin:-180px 0 40px 0;}
#services h2{font-size: 32px; margin:40px 0 40px 0; letter-spacing:2px; font-weight:200; color:#b10832;}
#services h3{font-size:24px; font-weight:600; margin-top:40px;}
#services .thumb {width:100%; margin-bottom:20px;}
#services p{font-size: 16px; line-height:1.8em;
}

#accordion {}
#accordion .card{border:none;border-radius:none;}
#accordion .card-header{padding:0;margin-bottom: 0;background-color:transparent;border-bottom:1px solid #eee;}
#accordion .card-header .btn{width:100%; padding:10px 0 10px 50px;line-height:50px; line-height:28px; }
#accordion .card-header .btn-link{width:100%; text-align: left; color:#222; white-space: normal;}
#accordion .card-header .btn-link:hover{color:#b10832;}
#accordion .card-header .btn::after{position: absolute; width:50px;height:51px; top:0; left:0;content: ""; background: url(../images/icon-plus.svg) no-repeat center center; background-size:18px;}

#accordion .card-body{color:#999; padding:10px 0 20px 50px;}


.fullBg-Content {width:100%; margin:60px 0; background-repeat: no-repeat;
	background-position: center center;
    background-size: auto auto;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;}

.fullBg-Content .col-md-6 {padding:0;}
.content-dark {width:100%; background:#222; padding:60px;}

.content-dark h3{font-size: 42px; margin: 0; letter-spacing:10px; font-weight:100; color:#fff;}
.content-dark p {font-size:18px; font-weight:200; line-height:32px;}

.separator {
	position: relative;
	display: inline-block;
	vertical-align: baseline;
	height: 1px;
	width: 60px;
	margin: 30px 0;
	border: 0;
}
.sep-white {background:#fff;}

table tr td:first-child {font-weight:400; text-align: right; width:50%;}
table tr td {font-weight:200; text-align: left; width:50%;}
.table-striped tbody tr:nth-of-type(2n+1) {background:transparent;}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


#appointment{margin: 60px 0 40px;}
#appointment .wrapper{border-bottom: 1px solid #AFD4E5; padding-bottom: 40px;}
#appointment i{font-size: 92px; color: #b10832;}
#appointment h2{font-size: 26px; font-weight: 300; margin: 0 0 10px 0;}
#appointment p{font-size: 16px; margin: 0;}
#appointment .btn-round{color: #b10832; border-color: #b10832; width: 100%;}
#appointment .col-2{align-items: center;justify-content: center;display: flex;}


#product{margin-top: -140px; padding:0 5%; margin-bottom:60px;}
#product .card{border-radius: 0; border: none; background-color: #E8E8E8;color:#777777; margin:0;
	-webkit-transition : all 0.3s ease-in-out;
	   -moz-transition : all 0.3s ease-in-out;
		-ms-transition : all 0.3s ease-in-out;
		 -o-transition : all 0.3s ease-in-out;
		 	transition : all 0.3s ease-in-out;
}
#product .card:hover{color:#000; background:#222222; color:#999; margin-top:-10px;}
#product .card .card-body{padding:0 10px; text-align: center;position: relative;}
#product .card .card-body h5{font-size: 18px; font-weight: 600; position: relative; margin: 0; padding:20px 0;}
#product .card .card-body h5 span{font-size: 14px; font-weight: 300;}
#product .card a.img-wrapper{position: relative;}
#product .card a.img-wrapper::after{
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 10;
	content: "";
	opacity:0;
	transition: all 0.3s ease-in-out;
}
#product .card img{width:100%;}
#product .card img.icon{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 42px;
	height: 42px;
	z-index: 11;
	transition: all 0.3s 0.3s ease-in-out;
	opacity: 0;
}
#product .card:hover img.icon{
	opacity: 1;
}
#product .card:hover a.img-wrapper::after{
	opacity: 1;
}


#news{}
#news h2{color: #27031B; font-size: 24px; text-align: center; padding: 30px 0;}
#news ul li{margin-bottom: 30px;}
#news ul li a{display: inline-block; width: 100%;}
#news ul li img{width: 100%;}
#news ul li h3{font-size:16px; font-weight: 600; margin-top: 16px; position: relative; padding-bottom: 10px;}
#news ul li p{font-size: 14px; margin: 0;}
#news ul li p.date{font-size: 14px; color:#b10832; margin-top:10px; position:relative; background-color:#FFF; padding:10px 0;}
#news ul li p.date::after{content: ""; border-bottom:2px solid #DDDDDD; position: absolute; left: 0; right: 0; bottom: 0;}
#news ul li a.more {
	width:40px;
	height:40px;
	right:0;
	bottom:0px;
	border-bottom:2px solid #b10832;
	position: absolute;
	background:url(../images/icon-plus.svg) no-repeat center center;
	background-size:18px;
	z-index:2;
}


#newsDetail{padding:0 0 50px 0;margin-top:60px;}
#newsDetail h1{font-size: 24px; text-align: center; margin-bottom: 30px;}
#newsDetail p{font-size: 14px;}
#newsDetail p.share{
	text-align: center;
	margin-top: 20px;
	position: relative;
}

.fsImage .date{
	color: #b10832;
	font-size: 18px;
	line-height:50px;
	font-weight:200;
	text-align: center;
	letter-spacing:2px;
	margin: 0;
	position: absolute;
	left: 50%;
	top: 60%;
	transform: translate(-50%,-50%);
	z-index:2;
}

.fsImage p.date::after {
	border-top: 1px solid #ddd;
	content: "";
	left: 0;
	right: 0;
	position: absolute;
	width: 100%;
}

#newsDetail p.share span{
	background-color: #FFF;
	display: inline-block;
	padding: 0 30px;
	position: relative;
	z-index: 99;
}
#newsDetail p.share::after{
	border-bottom: 1px solid #ddd;
	content: "";
	left: 0;
	right: 0;
	top: 50%;
	position: absolute;
	width: 100%;
}
#newsDetail p.social a{display: inline-block; margin: 0 10px; font-size: 28px;}


.navPagination{margin: 0 auto 30px;}
.navPagination .pagination li.page-item{margin: 0 5px;}
.navPagination .pagination li.page-item .page-link{
	border: 1px solid #ddd;
	border-radius: 0;
	color: #27031B;
	height: 32px;
	width: 32px;
	line-height: 32px;
	text-align: center;
	padding: 0;
	display: inline-block;
}
.navPagination .pagination li.page-item.active .page-link{background-color: #ddd;}


#branches{padding: 50px 0;}
#branches h1{font-size: 32px; letter-spacing:0px;}
#branches h2{font-size: 26px; margin: 0 0 30px 0; color:#b10832; text-align: center;}


#branches h4{font-size: 14px; font-weight: 600; text-align: center;}
#branches p{font-size: 14px; text-align: center; margin: 0;}
#branches .mapWrapper{width: 100%; position: relative; margin-top: 30px; height: 401px; border-bottom: 1px solid #b10832; text-align: center;}
#branches .mapWrapper #brancMap{height: 400px;}
#branches .mapWrapper>a{
	border: 1px solid #b10832;
	border-radius: 50%;
	display: inline-block;
	margin-top: -55px;
	position: relative;
	z-index: 9999;
}
#branches .mapWrapper>a span{
	background-color: #b10832;
	border: 10px solid #FFF;
	border-radius: 50%;
	color: #FFF;
	font-size: 12px;
	font-weight: 600;
	text-align: center;
	display: inline-block;
	width: 110px;
	height: 110px;
	padding: 13px 0;
}
#branches .mapWrapper>a span i{font-size: 24px;}


ul.sideMenu,
ul.sideMenu li{width: 98%; margin-bottom: 1px;}
ul.sideMenu li a{
	width: 100%;
	padding-left:0px;
	font-size:14px;
	line-height:50px;
	min-height:50px;
	border-bottom:1px solid #ddd;
	display: inline-block;
	position: relative;
}
ul.sideMenu li a::after{
	content: "\e606";
	font-family: 'simple-line-icons';
	font-size:12px;
	position: absolute;
	right:0;
	color:#ddd;
}
ul.sideMenu li.active a::after{color:#b10832;}
ul.sideMenu li a:hover{color: #b10832;}
ul.sideMenu li.active a{font-weight:600; color: #b10832;}

#team{padding: 50px 0;}
#team .row{margin-bottom: 30px;}
#team ul.row{margin-bottom: 0;}
#team ul li{
	-webkit-transition : opacity 0.6s ease-in-out;
	   -moz-transition : opacity 0.6s ease-in-out;
		-ms-transition : opacity 0.6s ease-in-out;
		 -o-transition : opacity 0.6s ease-in-out;
		 	transition : opacity 0.6s ease-in-out;
}
#team ul li.deactive{opacity: 0.2;}
#team ul li a{display: inline-block; font-size: 14px; margin-bottom: 10px;}
#team ul li span{display: block; color:#b10832;}
#team ul li img{width: 100%; border-bottom:2px solid #f1f1f1;}
#team ul li .img {position: relative;}
#team ul li .img::after{position: absolute; width:80px; height:2px; background:#b10832; left:0; bottom:0; content:""; z-index:1;}
#team .content{padding: 20px 0;}
#team h2{font-size: 24px; border-bottom:1px solid #ddd; padding-bottom:10px;}
#team .content h3{font-size: 24px; color: #b10832;;}
#team .content p{font-size: 14px;}
#team .content p a{color: #b10832;;}


#contact {width:100%; position: relative; }
#contact h2{font-size: 36px; margin: 60px 0 60px 0; letter-spacing:10px; font-weight:100;}
#contact h4{font-size: 20px; font-weight:400; margin-bottom:20px; padding:0;}
#contact p{font-weight:400; min-height:60px; margin-bottom:20px; padding:0; border-bottom:1px solid #e9ecef; font-weight:200;}


#contact form{width: 100%; max-width: 600px; margin: 50px auto; text-align: center;}
#contact form h3{font-size: 20px; margin: 0 0 20px 0; letter-spacing:10px; padding: 0; text-align: center;}
#contact form input,
#contact form textarea{
	margin-bottom: 20px;
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: transparent;
	border-bottom: 1px solid #e9ecef;
	border-left: none;
	border-right: none;
	border-top: none;
	text-align: center;
	font-size: 14px;
}
#contact form button{margin-top: 30px;}
#contact form .btn{width:240px; font-size:16px; position: relative; margin:0 auto; padding:0 40px 0 0; line-height:40px; border-bottom:2px solid #ddd; border-radius:0; background: transparent;}
#contact .send {
	width:40px;
	height:40px;
	right:0;
	bottom:-2px;
	border-bottom:2px solid #b10832;
	position: absolute;
	background:url(../images/icon-send.svg) no-repeat center center;
	background-size:12px;
	z-index:2;
}
#contactMap{width:100%; height:500px; display: block; position: relative;}

#contact a.route {width:200px; line-height:50px; position: absolute; z-index:9; text-align:center; transform: translateX(-50%); left:50%; bottom:40px; color:#fff; background:#b10832; border-radius:25px; letter-spacing:1px; font-weight:600;}
#contact a.route:hover {background:#8a0024; color:#fff;}
#contact a.route i {width:50px;line-height:50px;float: left;background:#8a0024; color:#fff; border-radius:25px 0 0 25px; }

#newsletter {padding:60px 0 0 0;}
#newsletter img {width:100%;}

#newsletter form{width: 100%; max-width: 600px; margin: 0 auto; text-align: center;}
#newsletter h3{font-size:24px; font-weight: 300; margin:30px 0 20px 0; padding: 0; text-align: center;}
#newsletter p{font-size:14px; text-align: center;}
#newsletter form input{
	margin-bottom: 20px;
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: transparent;
	border-bottom: 1px solid #ddd;
	border-left: none;
	border-right: none;
	border-top: none;
	color: #999;
	text-align: center;
	font-size: 14px;
}
#newsletter form button{margin-top: 30px;}

#newsletter form .btn{width:240px; font-size:16px; position: relative; margin:0 auto; padding:0 40px 0 0; line-height:40px; border-bottom:2px solid #ddd; border-radius:0; background: transparent;}

#newsletter .link{width:240px; font-size:14px; font-weight: 600; position: relative; margin:0 auto; padding:0 40px 0 0; line-height:40px; border-bottom:2px solid #ddd; border-radius:0; text-align: center; background: transparent;}

#newsletter .send {
	width:40px;
	height:40px;
	right:0;
	bottom:-2px;
	border-bottom:2px solid #b10832;
	position: absolute;
	background:url(../images/icon-send.svg) no-repeat center center;
	background-size:12px;
	z-index:2;
}
#newsletter .more {
	width:40px;
	height:40px;
	right:0;
	bottom:-2px;
	border-bottom:2px solid #b10832;
	position: absolute;
	background:url(../images/icon-plus.svg) no-repeat center center;
	background-size:18px;
	z-index:2;
}


#whatsapp{padding: 60px 0 60px; text-align: center;}
#whatsapp .wrapper{width: 100%; max-width: 800px; margin: 0 auto;}
#whatsapp h4{font-size: 36px; font-weight: 600; margin-bottom: 20px;}
#whatsapp a{
	background-image: url('../images/whatsapp.svg');
	background-repeat: no-repeat;
	background-position: 20px center;
	border: 1px solid #42AE64;
	color: #051932;
	font-weight: 600;
	position: relative;
	width: auto;
	min-width: 240px;
	font-size: 20px;
	padding: 0 20px 0 50px;
	height: 60px;
	line-height: 60px;
	border-radius: 30px;
	display: inline-block;
}
#whatsapp p {font-size:14px; text-align: center;}


footer{background:url(../images/footer-bg.jpg) repeat; background-size:200px; padding:10px 0; position: relative;}
footer a.logo{width: 100%; position: relative; display: inline-block; left: 50%; padding:10px 0; transform: translateX(-50%);}
footer a.logo img{width: 100%;}

footer .ona {color:#b10832;}

footer ul.nav {min-width:320px; padding:0;margin:10px 0;}
footer ul li {list-style:none;}
footer ul li a{min-width:50px;padding:5px 20px;color:#fff;font-size:14px;font-weight: 300;display:inline-block; letter-spacing:2px;}
footer ul li a:hover{color:#b10832;}

footer .left{float: left;}
footer .right{float: right;}


footer h6{font-size: 14px;font-weight: 300;padding-bottom:0; text-align:center; color:#fff;letter-spacing:2px;}
footer p{font-size: 14px; font-weight: 300; margin: 0;text-align: center; color:#999; letter-spacing:2px; }

footer .social {margin:60px 0;}
footer .social a{display: inline-block; margin:0 10px; font-size: 16px;color:#999;}
footer .social a:hover{color:#fff;}

