@charset "utf-8";
/* CSS Document */

.fleft{float:left;}
.fright{float:right;}

.int{ margin: 0 auto; width: 980px;}
.pr{ position: relative;}

body{
	background:#f4e6de url(../images/bkg-body.jpg) top repeat-x;
	font-size: 12px;
	color: #1d1414;
	font-family:  "proxima-nova", Verdana, Geneva, sans-serif;
}

p{
	margin-bottom: 30px;
	line-height: 26px;
	letter-spacing:0.1px;
	font-size: 13px;
}

p a{
	color: #4ba390;
	font-weight:bold;
	padding:1px;
	background: rgba(75,163,144,0); text-decoration:none; transition:all .2s ease-out !important;  -moz-transition:all .2s ease-out !important; -ms-transition:all .2s ease-out !important; -webkit-transition:all .2s ease-out !important; -o-transition:all .2s ease-out !important;
	
	
	
}

/*p.title{ background-image:url(../images/bkg-title.jpg); background-repeat:repeat-x; background-position: bottom; color:#1d1414; font-family:"chennai-slab-1","chennai-slab-2", Verdana, Geneva, sans-serif; font-size:28px; font-weight:lighter; height: 40px; letter-spacing:1px; line-height:40px; margin-bottom: 20px; padding-bottom: 9px;}*/

p a:hover{ background: rgba(75,163,144,1); text-decoration:none; transition:all .2s ease-out !important;  -moz-transition:all .2s ease-out !important; -ms-transition:all .2s ease-out !important; -webkit-transition:all .2s ease-out !important; -o-transition:all .2s ease-out !important;
color:#fff;
/*background:#4ba390; */}

h1, h2, h4{font-family:"chennai-slab", Verdana, Geneva, sans-serif;}

h1{
	font-size: 19px;
	font-weight:400;
	color: #1d1414;
	height: 40px;
	line-height: 40px;
	letter-spacing:1px;
	margin-bottom: 20px;
	background-image:url(../images/bkg-title.jpg);
	padding-bottom: 9px;
	background-repeat:repeat-x;
	background-position: bottom;
}

/*h1{
	font-family:  "proxima-nova-1","proxima-nova-2", Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color: #1d1414;
	letter-spacing:1px;
	margin-bottom: 15px;
}*/

h2{
	font-size: 14px;
	font-weight:500;
	color: #1d1414;
	height: 40px;
	letter-spacing:0.6px;
	line-height: 46px;
	margin-bottom: 20px;
	background-image:url(../images/bkg-title.jpg);
	padding-bottom: 9px;
	background-repeat:repeat-x;
	background-position: bottom;
	text-transform:uppercase;
}


#logo{ background: url(../images/logo.png) no-repeat; display: block; float: left; height: 170px; position: relative; top:-10px; width:228px; z-index: 9;
-webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;}
#logo span{ display: none;}
#logo:hover{ top:0;}

#main{
	text-align: left;
	margin: 0 auto;
	width: 1020px;
}

/* LAYOUT */

#main{
	text-align: left;
}

#top_navbar{
	/*background:url(../images/bkg-navbar.png) repeat-x;*/
	background: #1b1f3d;
	height: 40px;
	position: relative;
	width: 100%;
	z-index: 9;
}

#top_navbar ul{
	display: block;
	float: right;
	padding: 0 0px;
	height: 50px;
	line-height: 40px;
}

#top_navbar ul li{
	float: left;
	height: 18px;
	line-height: 18px;
	padding: 10px 0;
}

#top_navbar ul li a{
	border:none;
	color: rgba(255, 255, 255, 1);
	font-size: 13px;
	text-decoration: none;
	padding: 10px;
	transition: all .2s ease-out !important; 
	-moz-transition: all .2s ease-out !important;
	-ms-transition: all .2s ease-out !important; 
	-webkit-transition: all .2s ease-out !important; 
	-o-transition: all .2s ease-out !important;
}

#top_navbar ul li span{ color: #fff;}
#top_navbar ul li a:hover,
#top_navbar ul li a.nav_active{
	color:rgba(29, 112, 183, 1);
}

#top_navbar ul li.last a{
	border-bottom: none;
	border-right: none;
	padding-right: 0;
}

#header {overflow: hidden;}

#header .header-top{
	height: 416px;
	margin-top: -3px;
	position: relative;
	z-index: 1;
}


/*MAIN NAV*/
#main_nav{ background: #2c4b68; border-bottom: 8px solid #1d1314; overflow: hidden;}
#main_nav ul{ overflow: hidden; margin: 0 0 0 -14px;}
#main_nav ul li{ background: url(../images/sep.png) no-repeat left center; display: block; float: left; }
#main_nav ul li:first-child{ background: none;}
#main_nav ul li a{ color: rgba(255, 255, 255, 1); display: block; font-size: 13px; text-decoration: none; text-transform: uppercase; padding: 14px;
	transition: all .2s ease-out !important; 
	-moz-transition: all .2s ease-out !important;
	-ms-transition: all .2s ease-out !important; 
	-webkit-transition: all .2s ease-out !important; 
	-o-transition: all .2s ease-out !important;
	text-shadow: 0px 0px 2px #333333;
    }
#main_nav ul li a:hover, #main_nav ul li a.nav_active{ color: rgba(29, 112, 183, 1); text-shadow:none;}

/*MAIN CONTENT*/
#main_content{ margin: 0 auto; overflow: hidden; padding: 40px 0 0 0; width: 980px;}
.main_col{ float: left; width: 669px;}
.main_col p a:hover { background:none;}
.sidebar{ float: right; width: 269px;}
.sidebar a{ display: block; margin: 0 0 20px 0; overflow: hidden; position: relative; }
.more{ background: #2c4b68; bottom: 5px; color: #fff; left: -210px; padding: 10px 15px; position: absolute; text-align: right; width: 239px; 
	transition: all .2s ease-out !important; 
	-moz-transition: all .2s ease-out !important;
	-ms-transition: all .2s ease-out !important; 
	-webkit-transition: all .2s ease-out !important; 
	-o-transition: all .2s ease-out !important;
	text-shadow: 0px 0px 2px #333333;
    }
.sidebar a:hover .more{  color: #201813; left: -200px; text-shadow:none;}

ul.gallery{ list-style:none; margin:0 0 20px 0; overflow:hidden; text-align:center;}
ul.gallery li{ background:none; float:left; margin:0; padding:0; width: 81px;}
ul.gallery li a.thumb{ border:3px solid #e0541d; display:block; -webkit-box-shadow: inset 0px 0px 9px  #000000; -moz-box-shadow: inset 0px 0px 9px #000000; box-shadow: inset 0px 0px 9px #000000;  }
ul.gallery li a.thumb:hover{ border:3px solid #392929;}
ul.gallery li a.thumb img{ border:3px solid #fff;}


#footer{
	background:url(../images/bkg-navigator.jpg) repeat;
	border-top: 8px solid #907152;
	height: auto;
	margin: 50px auto 0;
	padding: 30px 0px;
	position: relative;
	text-align: center;
	width: 100%;
}

#footer > .inner{
	width: 900px;	
	margin: 0 auto;
	text-align: left;
}

#footer .wpr-top-button{
	height: 0;
	text-align: right;
	position:relative;
}

#footer .wpr-top-button > a{
	position: absolute;
	top: -50px;
	z-index:9999;
	right:0px;

}

#footer ul.footer-submenu{
	height:40px;
	border-top: 1px solid #f3e5de;
	border-bottom: 1px solid #f3e5de;	
	margin: 30px 0 35px 0;	
	text-align:center;
	text-transform:uppercase;
}

#footer ul.footer-submenu li{
	display: inline-block;
}

#footer ul.footer-submenu li a{
	font-weight:lighter;
	margin: 0 17px;
	height: 40px;
	line-height: 40px;
	color: #f3e5de;
	text-decoration: none;
	transition: all .2s ease-out !important; 
	-moz-transition: all .2s ease-out !important;
	-ms-transition: all .2s ease-out !important; 
	-webkit-transition: all .2s ease-out !important; 
	-o-transition: all .2s ease-out !important;
}

#footer ul.footer-submenu li a:hover, #footer ul.footer-submenu li a.nav_active{ color:#e64302;}


.ui-datepicker, #ui-datepicker-div { display: none; z-index:9999999 !important; }

/* Nivo Slider */

#slider_container { width: 1020px; height: 515px; position:relative; }

#slider {
    margin:0 auto;
    width:1400px; /* Make sure your images are the same size */
    height:416px; /* Make sure your images are the same size */
}


.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}




table { background:#ecd3c5; margin:-20px 0 20px 0;}
table tr{ border:1px solid #96795c;}
table td{ border:1px solid #96795c; padding: 5px 10px;}
table td p{ margin:0;}

.main_col form{ background: #f0dcd1; border:1px solid #f8f0eb; padding: 10px;}
.main_col form div{ clear:both; display:block; overflow:hidden; padding:5px;}
.main_col form div.white{ border-bottom:1px solid #f8f0eb; border-top: 1px solid #f8f0eb; clear:both; display:block;}
.main_col form div label{ color:#4e4a43; float:left; font-size:12px;}
.main_col form div label.error{ color:red;}
.main_col form div label span{ color:red;}
.main_col form div input, .main_col form div textarea, .main_col form div select{ float:right; padding: 10px; width:300px;}
.main_col form div input{ /*font-family:Arial, Helvetica, sans-serif; font-size:12px;*/}
.main_col form div textarea{ /*font-family:Arial, Helvetica, sans-serif; font-size:12px;*/ }
.main_col form div select{ width: 320px;}
.main_col form div select#day_from, 
.main_col form div select#day_to, 
.main_col form div select#month_from, 
.main_col form div select#month_to, 
.main_col form div select#year_from, 
.main_col form div select#year_to{ margin:0 0 0 5px; width:104px;}
.main_col form div input.submit{ background: #E0541D; border: 1px solid #d14e1b; -webkit-border-radius: 5px; border-radius: 5px; color: #fff; cursor:pointer; font-weight: bold; text-transform: uppercase; text-shadow: 0px 0px 2px #111; width: 320px;
	-webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;}
.main_col form div input.submit:hover{ background: #e35f2a; color: #201813; text-shadow: none;}


#footer a.top{
	background:url(../images/top.png);
    height: 101px;
	left: 440px;
	font-family:"chennai-slab", Verdana, Geneva, sans-serif;
	position: absolute;
    text-align: center;
    text-decoration: none;
	top: -85px;
    width: 101px;
}
#footer a.top span{ color: #fff; display: block; font-size: 16px; font-weight: 600; line-height: 103px; text-transform: uppercase; 
	-webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
	text-shadow: 0px 0px 2px #111;}
#footer a.top:hover span{ color: #e0541d; text-shadow:none;}

#footer .wpr-gallery{
	padding-top: 50px;
	text-align: center;
}

#footer .wpr-gallery h3{
	color: #ecc6a0;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

#footer .wpr-gallery ul.gallery{
	padding: 20px 0 34px;
	border-bottom: 1px solid #CCC;
}

#footer .wpr-gallery li{
	display: inline;
}

#footer .wpr-gallery li.first a img{
	margin-left: 0px;
}

#footer .wpr-gallery li a {
	text-decoration: none;
}

#footer .wpr-gallery li a img{
	border: 1px solid #000;
	background:#FFF;
	padding: 4px;
	height: 64px;
	margin-left: 10px;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

#footer .wpr-gallery li a:hover img{
    background:#e0541d;
}

#footer a{
	font-weight: normal;
	text-decoration: underline;
	color: inherit;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

#footer p a{ border-bottom:1px solid rgba(75, 163, 144, 1); color: #4ba390; font-weight: normal; text-decoration: none;}
#footer p a:hover, #footer p a.nav_active{ border-bottom:1px solid rgba(75, 163, 144, 0); color: #fff;}

#footer-nav a.innfinite {
    border-bottom:1px solid rgba(27, 12, 1, 1);
	color: #1b0c01;
	text-decoration: none;
}
#footer-nav a.innfinite:hover{ border-bottom: 1px solid rgba(27, 12, 1, 0);}

#footer p{
	color: #f3e5de;
	font-size: 12px;
	font-weight:lighter;
	line-height:20px;
	letter-spacing:0.4px;
	text-align: center;
}

/*#footer p a{ font-weight:normal; padding:0; border-bottom:1px solid rgba(75,163,144,1); text-decoration:none; transition:all .2s ease-out !important;  -moz-transition:all .2s ease-out !important; -ms-transition:all .2s ease-out !important; -webkit-transition:all .2s ease-out !important; -o-transition:all .2s ease-out !important;}
#footer p a:hover{ background:none; color:#4BA390; border-bottom:1px solid rgba(75,163,144,0); text-decoration:none; transition:all .2s ease-out !important;  -moz-transition:all .2s ease-out !important; -ms-transition:all .2s ease-out !important; -webkit-transition:all .2s ease-out !important; -o-transition:all .2s ease-out !important;}
*/
#footer p span{
	color: #ba886b;
}

#footer .r_separator, #footer-nav .r_separator {
	margin: 0 6px;
	font-weight: bold;
	color: #710042;
}

#footer-nav .r_separator {
	color: #ffffff;
}

#footer p {
    margin: 0;
    padding: 14px 0;
	text-align: center;
}

#footer-nav{
	background: #2c4b68;
    color: #fff;    
    font-size: 13px;
    line-height: 36px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    width: 100%;
}
body.thin #footer-nav { padding: 0 10px; width: 980px;}

#footer-nav span{
	height: 36px;
	line-height: 36px;
}

#footer-nav a{
	color: inherit;
	text-decoration: none;
	color: #fff;
    border-bottom:1px solid rgba(255, 255, 255, 1);
    font-weight: normal;
}

#footer-nav p {
	color: #fff;
	margin: 0;
	text-transform: uppercase;
}

#footer-nav a:hover, #footer-nav a.nav_active{
	background: none;
    border-bottom:1px solid rgba(255, 255, 255, 0);
}

.image_gallery{ margin-left: -6px; overflow: hidden; width: 1010px;}
.image_gallery li{ float: left; height: 127px; margin: 6px; padding: 5px; width: 226px;}
.image_gallery li:hover{ background: #e0541d;}
.image_gallery li a{ display: block;}
