/* GOOGLE FONTS */
@import "http://fonts.googleapis.com/css?family=Acme";
@import "http://fonts.googleapis.com/css?family=Open+Sans:300,700";
@import url(http://fonts.googleapis.com/css?family=Felipa);

/* Global properties ======================================================== */
a[href^="tel:"] { color: inherit; text-decoration: none;}
::selection{ background:#888888!important; color:#fff}
::-moz-selection{ background:#888888!important; color:#fff}

a{ color:#1A79BE; text-decoration: underline; outline:none}
a:hover{ color:#65AADF; text-decoration: none; outline:none}

body{ 
	background: url(../images/cork-wallet.png) repeat; 
	border:0; 
	font: 13px Arial, Helvetica, sans-serif; 
	color:#4b3e33 ; 
	line-height:18px; 
	min-width:320px;
}

#main{
	max-width: 1054px; 
	background: #024570; 
	margin: 0 auto; 
	position: relative;
}

#inner{max-width: 1000px; margin: 0 auto; position: relative;}


/* ============================= header ====================== */
header{
	display: block;
    position: relative;
    height: 60px;
    line-height: 60px;
    background: #024570;
    z-index: 1;
    padding-bottom: 0px;
}

.top1{
	display: block;
    position: relative;
	float: left; 
	text-align: left;
}
.logo{
	display: block;
    position: relative;
    float: left;
    font-size: 40px;
    text-decoration: none;
    padding: 0px 25px 0px 25px;
    transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
a.logo {color: #fff;}
a.logo:hover [color: #fff;]


.top2{float: right; padding-top: 20px; padding-right: 30px;text-align: right;}
.social_wrapper{}
.social{ display: inline-block; margin: 0 0px; padding-top: 0px; list-style: none; white-space: nowrap;}
.social li{display: inline-block; margin: 0 2px; float: left;}

.phone1{padding-top: 10px; font-family: 'Acme'; font-size: 24px; line-height: 30px; color: #9a7d5b; text-shadow:0px 2px 1px rgba(0, 0, 0, 0.75);}
.phone1 span{color: #d5b596;}

/* ============================= content ====================== */
.content{
	background: #fff; 
	padding-top: 30px; 
	padding-bottom: 30px;
}

/* ============================= footer ====================== */
footer{position: relative; z-index: 1; }

.bot1{height: 64px; background: #5080c2; position: relative; z-index: 1; text-align: center;}


.bot2{position: relative; z-index: 1; }
.copyright{color:#fff; padding: 15px 0; margin: 0; font-size: 11px;}


/* ============================= main menu ====================== */
.navbar { 
    display: block;
    position: relative;
	margin: 0;
    padding: 0;
    float: right;
    z-index: 30;
}

.navbar .navbar-inner { 
	padding: 0; 
	margin: 0; 
	border: none; 
	min-height: inherit; 
	background: none; 
	border-radius:0px; 
	-moz-border-radius:0px; 
	-webkit-border-radius:0px; 
	box-shadow: none; 
	moz-box-shadow: none; 
	-webkit-box-shadow: none; 
	filter:none; 
}

.navbar .btn-navbar { 
	background: #4d2f14; 
	border: none;
	box-shadow: none; 
	moz-box-shadow: none; 
	-webkit-box-shadow: none; 
	margin-top: 20px; 
	margin-bottom: 15px;
}

.navbar .btn-navbar:hover{
	background: #71461f;
}

.navbar .btn-navbar .icon-bar{
	background-image: none;
}

.nav-collapse.collapse{ 
	position:relative; 
	display:block; 
	text-align: center;
}

.navbar .nav{ 
	display: block; 
	position: relative; 
	float: none; 
	margin: 0; 
	padding: 0; 
	left: auto;
}

.navbar .nav > li{
	position: relative; 
	display: block; 
	float: left; 
	padding-right: 2px; 
	white-space: nowrap; 
}

.navbar .nav > li:first-child{}

.navbar .nav > li > a{
	display: block;
    text-decoration: none;
    background: none;
    font-weight: 400;
    font-size: 16px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    text-shadow: 0px 0px 3px #000;
    padding: 0px 25px;
    border: none;
    margin: 0;
    transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    -webkit-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
}

.navbar .nav > li.active > a, .navbar .nav > li.active > a:hover, 
.navbar .nav > li.active > a:focus, .navbar .nav > li > a:hover, 
.navbar .nav > li > a:focus, .navbar .nav > li:hover > a {
	color: #efeae4; 
	text-decoration: none; 
	box-shadow: none; 
	moz-box-shadow: none; 
	-webkit-box-shadow: none;
}


/* ============================= menu bot ====================== */
.menu_bot { 
	display:inline-block; 
	position: relative; 
	z-index:10; 
	text-align:center; 
	white-space:nowrap; 
	padding-top: 20px; 
}

#menu_bot { list-style: none; display:inline-block; white-space:nowrap;  padding: 0; margin: 0;}
#menu_bot > li { list-style: none; display: inline-block; height:24px; line-height: 24px; margin-left: 35px; position:relative; float:left; white-space:nowrap;}
#menu_bot > li:first-child{ margin-left: 0;}

#menu_bot > li > a{ 
	display:block; 
	height:100%; 
	text-decoration:none; 
	position:relative; 
	font-weight: 400; 
	font-size: 25px; 
	color: #c0d1e9;
    transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

#menu_bot > li.active > a, #menu_bot > li > a:hover, #menu_bot > li > a:focus{
	color: #fff; 
	text-decoration: none;
}

/* ============================= search-form ====================== */
.navbar-form { float: right; position:relative; z-index: 11; margin:11px 0px 0 0 ; padding: 0; }
.navbar-form input { width: 190px; height: 20px; font-size: 14px; line-height: 20px; color:#827b6c; background: #1b140f; border: none; border-bottom: 1px solid #505050; margin: 0; padding: 10px 50px 10px 10px; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; -moz-box-shadow: inset  0px 3px 20px 3px  #1b140f; -webkit-box-shadow: inset  0px 3px 20px 3px  #1b140f; box-shadow: inset  0px 3px 20px 3px  #1b140f; }
.navbar-form input:focus {color: #fff; border-color: #898989;-moz-box-shadow: inset  none; -webkit-box-shadow: none; box-shadow: none;}
.navbar-form a {text-decoration: none; margin: 0; display: inline-block; border-left: 1px solid #2f2f2f; width: 42px; height: 28px; background: url(../images/search.png) left top no-repeat; position:absolute; right:0; top: 7px; }
.navbar-form a:hover { background-position: right;}

/* ============================= main layout ====================== */
h1{ font-family:""; font-weight:400; font-size:35px; color:#725240; line-height:35px; padding:25px 0 20px 0; margin: 0; }
h1 span{font-size: 30px; line-height: 28px;}
h2{ font-family:""; font-weight:400; font-size:28px; color:#024570; line-height:28px; padding:25px 0 20px 0; margin: 0;}
h3{ font-family:""; font-weight:400; font-size:24px; color:#024570; line-height:24px; padding:25px 0 20px 0; margin: 0;}
h4{ font-weight: bold; color:#024570; padding:0px 0 10px 0; margin: 0px 0px 0px 0px;font-size: 16px;}

h6{ font-family:""; font-weight:400; font-size:20px; line-height: 25px; color:#1A79BE; padding:0px 0 10px 0; margin: 0px 0px 0px 0px;}


.upper { text-transform:uppercase;}

.color1{ color:#fff;}

.line1 { height:1px; background:#b9b2a2; margin:5px 0;}

.radius1{border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px;}

.pad_bot1{padding-bottom: 20px;}


/* === */
.vl1{background: url(../images/vl1.gif) right top repeat-y;}
.pr1{padding-right: 20px;}
.box_inner{padding-bottom: 20px;}

.items{ 
	padding-top: 30px; 
	padding-bottom: 0px;
}

.items .banner{ 	
	margin-bottom: 20px;
}

.items .banner:hover{}

.items .txt{
	padding: 20px 0px 0 0; 
}

.items .txt1{
	font-weight: 800; 
	font-size: 28px; 
	line-height: 30px; 
	color: #024570; 
	padding-bottom: 15px;
}

.items .txt2{
	color: #000; 
	padding-bottom: 15px;
}

.items img{
	width: 100%; 
	border: 5px solid #146096;
}

.more1{ 
	display: inline-block;
    height: 35px;
    line-height: 35px;
    position: relative;
    text-decoration: none;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 300;
    color: #fff;
    white-space: nowrap;
    letter-spacing: 0px;
    background: #a78a6c;
    padding: 0 15px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.more1:hover { 
	color:#fff; 
	background: #725240;
}

.button1{ 
	display: inline-block;
    line-height: 18px;
    text-decoration: none;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 400;
    color: #5080c2;
    white-space: nowrap;
    letter-spacing: 0px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    border-left: 2px solid;
    border-right: 2px solid;
    padding: 0px 15px;
}

.button1:hover { 
	color:#024570;
}

.date1{ display:inline-block; line-height:14px; margin-bottom:10px; font-size:14px; font-family:'Acme'; font-weight: 400; color:#fff; letter-spacing:0px; background:#5080c2; padding:8px 15px; width: 100%}

.page_title{ }
.page_title .txt1{ font-weight: 400; font-size: 33px; line-height: 40px; color: #fff; padding: 30px 0px 30px 15px; background: url(../images/page_title.png) 0px 20px no-repeat;}

.button2{ display:inline-block; line-height:30px; height: 30px;  text-decoration: none; margin-top:5px; margin-bottom:10px; font-size:12px; color:#fff; white-space:nowrap; letter-spacing:0px; background: #1A79BE; padding:0px 15px; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.button2:hover { color:#faa709;}

.date2{padding-bottom: 20px;}
.date2.last{padding-bottom: 0px;}
.date2 .txt1{float: left; width: 25px; padding-right: 5px; font-weight: bold; color: #a78a6c; font-size: 30px; line-height: 30px;}
.date2 .txt2{overflow: hidden; }

.google_map{ position: relative; overflow: hidden; margin: 0 0 20px 0; padding: 10px; background: #e7e0d7;border: 1px solid #c4bdab;}
.google_map iframe{position: relative; width: 100%; height: 250px; border: none;}

.newcopy
{
	position: absolute;
    z-index: 1000;
    bottom: 20px;
    left: calc(50% - 20px);
    text-align: right;
    color: #fff;
    font-size: 11px;
    width: 50%;
}




/* ============================= thumbnail ====================== */
.img-polaroid{position: relative; padding: 5px; background: #A6D8FF; border: 1px solid #c4bdab;box-shadow: none; moz-box-shadow: none; -webkit-box-shadow: none;}
.img-polaroid.w1{padding: 10px;}
.thumbnail .caption{padding: 0; color: #4b3e33}

.thumb1 .thumbnail{padding: 0; border: none; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; box-shadow: none; moz-box-shadow: none; -webkit-box-shadow: none;}
.thumb1 figure{margin: 0; float: none; margin:0px 0px 20px 0px;}
.thumb1 figure img{width: 100%;}
.thumb1 .caption{}

.thumb2 {margin-bottom: 20px;}
.thumb2.last {margin-bottom: 0px;}
.thumb2 .thumbnail{padding: 0; border: none; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; box-shadow: none; moz-box-shadow: none; -webkit-box-shadow: none;}
.thumb2 figure{margin: 0; float: left; margin:0px 20px 20px 0px; display: inline-block;}
.thumb2 figure img{width: auto;}
.thumb2 .caption{overflow: hidden;}

.thumb3 .thumbnail{padding: 0; border: none; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; box-shadow: none; moz-box-shadow: none; -webkit-box-shadow: none;}
.thumb3 figure{margin: 0; float: left; margin:0px 20px 20px 0px; display: inline-block;}
.thumb3 figure img{width: auto;}
.thumb3 .caption{}

.thumb4 {margin-bottom: 20px;}
.thumb4.last {margin-bottom: 0px;}
.thumb4 .thumbnail{padding: 0; border: none; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; box-shadow: none; moz-box-shadow: none; -webkit-box-shadow: none;}
.thumb4 figure{margin: 0; float: left; margin:0px 20px 20px 0px; display: inline-block;}
.thumb4 figure img{width: auto;}
.thumb4 .caption{}

.thumb5 {margin-bottom: 0px;}
.thumb5.last {margin-bottom: 0px;}
.thumb5 .thumbnail{padding: 0; border: none; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; box-shadow: none; moz-box-shadow: none; -webkit-box-shadow: none;}
.thumb5 figure{margin: 0; float: none; margin:0px 0px 20px 0px;}
.thumb5 figure img{width: 100%;}
.thumb5 .caption{}

.thumb6 {margin-bottom: 0px;}
.thumb6.last {margin-bottom: 0px;}
.thumb6 .thumbnail{padding: 0; border: none; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; box-shadow: none; moz-box-shadow: none; -webkit-box-shadow: none;}
.thumb6 figure{margin: 0; float: left; margin:0px 20px 10px 0px; display: inline-block;}
.thumb6 figure img{width: auto;}
.thumb6 .caption{}

.thumb7 .thumbnail{padding: 0; border: none; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; box-shadow: none; moz-box-shadow: none; -webkit-box-shadow: none;}
.thumb7 figure{margin: 0; float: left; margin:0px 20px 10px 0px; display: inline-block;}
.thumb7 figure img{width: auto;}
.thumb7 .caption{}

.thumb8 {margin-bottom: 20px;}
.thumb8.last {margin-bottom: 0px;}
.thumb8 .thumbnail{padding: 0; border: none; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; box-shadow: none; moz-box-shadow: none; -webkit-box-shadow: none;}
.thumb8 figure{margin: 0; float: left; margin:0px 20px 10px 0px; display: inline-block;}
.thumb8 figure img{width: auto;}
.thumb8 .caption{}

.thumb9 {margin-bottom: 20px;}
.thumb9.last {margin-bottom: 0px;}
.thumb9 .thumbnail{padding: 0; border: none; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; box-shadow: none; moz-box-shadow: none; -webkit-box-shadow: none;}
.thumb9 figure{margin: 0; float: none; margin:0px 0px 20px 0px;}
.thumb9 figure img{width: 100%;}
.thumb9 .caption{}

.thumb-isotope {}
.thumb-isotope .thumbnail{padding: 0; border: none; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; box-shadow: none; moz-box-shadow: none; -webkit-box-shadow: none;}
.thumb-isotope figure{position: relative; margin: 0; float: none; margin:0px 0px 20px 0px; padding: 10px; background: #A6D8FF; border: 1px solid #c4bdab;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.thumb-isotope .thumbnail a{position: relative;  display: block;}
.thumb-isotope .thumbnail a:hover figure{background: #fff;}
.thumb-isotope .thumbnail a img{width: 100%;}
.thumb-isotope .thumbnail a em{position: absolute; width: 100%; height: 100%; left: 0; top: 0; z-index: 2; background: url(../images/photo1.png) center center no-repeat; opacity: 0; filter: alpha(opacity=0);
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
.thumb-isotope .thumbnail a:hover em{opacity: 1; filter: alpha(opacity=100);}
.thumb-isotope .caption{}





/* ============================= accordion ====================== */
.accordion{ margin-bottom: 20px;}
.accordion-group{ margin-bottom: 2px; border: none; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px;}
.accordion-heading{border-bottom: 0;}

.accordion-heading .accordion-toggle{
	text-decoration: none; 
	display: block; 
	padding: 12px 12px 12px 12px;
	cursor: pointer; 
	font-size: 16px; 
	line-height: 22px; 
	font-weight: bold; 
	color: #fff; 
	background: #5080c2;
}
	
.accordion-heading .accordion-toggle:hover{ 
	text-decoration: none; 
	color: #fff; 
	background: #024570;
}

.accordion-inner{ 
	background: #99b5db; 
	border-top: none; 
	padding: 10px 15px;
}





/*================= Contacts =========================*/
#note{ }
.notification_error{ color:#f00; padding-bottom:10px; }
.notification_ok{ text-align: left; padding-bottom:10px; }
#fields{padding-bottom: 20px;} 

#ajax-contact-form .control-group{margin-bottom: 10px;}
#ajax-contact-form .control-label{display: none;}
#ajax-contact-form .controls{margin-left: 0;}
#ajax-contact-form input, #ajax-contact-form textarea{background: #e4dcd3; border: 1px solid #d2c2b5; color: #fff; padding-top: 10px; padding-bottom: 10px; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px; -moz-box-shadow: inset  0px 3px 20px 3px  #e4dcd3; -webkit-box-shadow: inset  0px 3px 20px 3px  #e4dcd3; box-shadow: inset  0px 3px 20px 3px  #e4dcd3;}
#ajax-contact-form input:focus, #ajax-contact-form textarea:focus{border-color:#8e8878; }
#ajax-contact-form textarea{height: 124px;}
#ajax-contact-form .control-group.capthca{margin-bottom: 0px;}
#ajax-contact-form .capthca input{width: 136px; float: left; margin-right: 20px;margin-bottom: 10px;}
#ajax-contact-form img{float:left; width:130px; height:42px;margin-bottom: 10px;}
#ajax-contact-form .submit{border: 0; margin: 0; display: inline-block;height: 33px; line-height:33px;  text-decoration: none;font-size:18px; font-family:""; font-weight: 400; color:#fff; white-space:nowrap; letter-spacing:0px; background:#5080c2; padding:0px 20px;border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px;
transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
#ajax-contact-form .submit em{display: none;}
#ajax-contact-form .submit:hover{ color:#fff; background: #024570;}





/*----- media queries ------*/
/* Large desktop */
@media (min-width: 1200px) {
	#main{max-width: 1284px; }
	#inner{max-width: 1230px; }
	.pr1{padding-right: 30px;}
	#ajax-contact-form textarea{width: 326px;}
	
}
/* Default landscape and desktop to large desktop */
@media (max-width: 1199px) {
	
}
@media (min-width: 980px) and (max-width: 1199px) {
	#ajax-contact-form textarea{width: 266px;}
	
}
/* Portrait tablet to landscape and desktop */
@media (max-width: 979px) {	
	.phone1{font-size: 18px;}
	.menu_bot{display: none;}
	#toTop{display: inline-block;}	
	
}
@media (min-width: 768px) and (max-width: 979px) {
	#main{max-width: 838px; }
	#inner{max-width: 784px; }
	#search-form input { width: 390px;}
	.nav-collapse.collapse{height: auto!important; overflow: visible!important;}
	.navbar .btn-navbar{display: none;}
	.navbar .nav > li > a{font-size: 14px;}
	#ajax-contact-form textarea{width: 194px;}

	
	
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {	
	body{padding-left: 0; padding-right: 0;}
	.container{padding: 0 20px;}
	.top1{float: none; text-align: center;}
	.top2{float: none; text-align: center; padding-right: 0;}
	.navbar {float: none;}
	.navbar .nav{display: block; background: #4d2c10;}
	.navbar .nav > li{float: none; padding-right: 0; background: none; border-bottom: 1px solid #361907;}
	.navbar .nav > li.active > a, .navbar .nav > li.active > a:hover, .navbar .nav > li.active > a:focus, .navbar .nav > li > a:hover, .navbar .nav > li > a:focus, .navbar .nav > li.sfHover > a, .navbar .nav > li.sfHover > a:hover{background: #633b19;}
	.sub-menu ul{position: relative; left: 0; top: 0;}
	.pr1{padding-right: 0;}
	.vl1{background: none;}
		
}
@media (min-width: 481px) and (max-width: 767px) {
	#main{max-width: 534px; }
	#inner{max-width: 480px; }
	
}
/* Landscape phones and down */
@media (max-width: 480px) {
	#main{max-width: 374px; }
	#inner{max-width: 320px; }
	#toTop{display: inline-block; float: none;}
	#search-form{display: none;}
	.logo img{width: 100%;}

	.thumb2 figure{float: none; margin-right: 0;}
	.page_title .txt1{font-size: 25px;}

	.page-404 .txt1{font-size: 150px; line-height: 150px;}
	.page-404 .txt2{font-size: 50px; line-height: 50px;}
	
}

.newcopy a
{
	color: #5080c2;
	text-decoration: none;
}

.newcopy a:hover {
    color: #93b0d9;
    text-decoration: none;
}

.banner {
	display: block;
	position: relative;
	width: 100%;
	height: 600px;
	background: url(../images/banner.jpg) no-repeat center top 0px;
	background-size: cover;
	line-height: 1;
}


.banner-content {
    position: absolute;
    left: 0;
    bottom: 15px;
    display: inline-block;
    color: #fff;
    padding: 20px 35px 50px 35px;
    margin: 0;
    width: 35%;
    background: rgba(0, 0, 0, 0.59);
    border-bottom: 5px solid #a78a6c;
}

.banner-content .txt1 {
    font-family: 'Open Sans';
    font-weight: 300;
    font-size: 45px;
    line-height: 45px;
    color: #c0ac98;
    padding-bottom: 10px;
}

.banner-content .txt2 {
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    color: #c0ac98;
    padding-bottom: 10px;
}

.banner-content .txt3 {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

.box {
	display: block;
	position: relative;
	margin: 30px 30px;
	
}

.box .txt1 {
    font-weight: 800;
    font-size: 28px;
    line-height: 30px;
    color: #5080c2;
    padding-bottom: 15px;
}

ul.list-st {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.list-st li a {
	display: block;
    position: relative;
	padding: 5px 0px;
	color: #337ab7;
	text-decoration: none;
}	

ul.list-st li a:hover {
	color: #a78a6c;
	text-decoration: none;
}	

ul.list-st .fa {
	margin-right: 5px;
}

a.line-btn {
	display: inline-block;
	position: relative;
	margin-left: 0px;
	color: #a78a6c;
	text-decoration: none;
	font-size: 18px;
    transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

a.line-btn:hover {
	color: #725240;
	text-decoration: none;
}		

a.line-btn .fa {
	margin-left: 5px;
    transition: margin-left .3s ease-in-out;
	-webkit-transition: margin-left .3s ease-in-out;
    -moz-transition: margin-left .3s ease-in-out;
    -ms-transition: margin-left .3s ease-in-out;
    -o-transition: margin-left .3s ease-in-out;
}

a.line-btn:hover .fa {
	margin-left: 25px;
}

.accordion-toggle .fa {
	width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    background: #88B9E1;
    font-size: 18px;
	margin-right: 10px;
}

.date2 a, .date2 a:hover {
	display: block;
	position: relative;
	color: #4b3e33;
	text-decoration: none;
}


.date2 a .txt1 {
    transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}	

.date2 a:hover .txt1 {
    color: #725240;
	text-decoration: none;
}

.bot2 a {
	color: #5080c2;
	text-decoration: none;	
}

.bot2 a:hover {
	color: #a4bddf;
	text-decoration: none;	
}

a#toTop {
    display: none;
    margin-right: 0!important;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border-radius: 50%;
    overflow: hidden;
    background: #024570;
    position: fixed;
    right: 5%!important;
    bottom: 60px;
    z-index: 999;
    color: #FFFFFF;
	text-decoration: none;
	font-size: 25px;
	opacity: 0.5;
    transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

a#toTop:hover {
	opacity: 1;
}	
		