body,div,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0}
table{border-collapse:collapse;border-spacing:0}
fieldset,img{border:0}
ul{list-style:none}
a{outline:none}

.clearfloat{font-size:1px;height:0;line-height:0;clear:both;}
.clear{clear:both;}

body {
	margin: 0;
	padding: 0;
	text-align: left;
	
	color: #31353D;
	font: 15px "Open Sans", Arial, sans-serif;
	background: #E7E8E2;
}
header {
	box-shadow: 0 0 5px #CCC;
	margin-bottom: 30px;
}
.header-slider {
}
.logo {
	float: left;
	margin: 15px 0;
}
main {
	margin-bottom: 60px;
}
.home main {
	margin-bottom: 20px;
}
.content > .container {
}
/*-----------------------------------LANGUAGE SELECTION---------------------------*/
.languages {
	margin: 4px 0 4px -40px;
	float: left;
}
@media(max-width:767px) {
	.languages {
		margin-left: 0;
	}
}
.languages a {
	display: block;
	text-align: center;
	margin: 4px;
	padding: 0;
	color: #FFF;
	font-size: 11px;
	line-height: 16px;
	width: 22px;
	height: 16px;
	background: url(../img/langs.png);
	text-indent: -5000px;
	overflow: hidden;
	transition: none;
}
.languages .bs {
	background-position: right top;
}
.languages .bs.active, .languages .bs:hover {
	background-position: left top;
}
.languages .en {
	background-position: right bottom;
}
.languages .en.active, .languages .en:hover {
	background-position: left bottom;
}
/*---------------------------------------MAIN MENU---------------------------------*/
.main-menu-wrapper {
	float: right;
	margin: 40px 0 0;
}
.navbar.main-menu-wrapper {
	margin: 40px 0 0;
	border: none;
}
.main-menu {
	margin: 30px 0 0;
	margin-right: -15px;
}
.main-menu li {
	position: relative;
}
.main-menu a {
	display: block;
	color: #032F63;
	float: left;
}
.main-link {
	float: left;
	margin: 0 10px;
}
.main-link>a {
	font-size: 16px;
	line-height: 18px;
	padding: 5px 15px 5px 5px;
	text-align: center;
	
	border: solid transparent;
	border-width: 0 0 2px;
	background: url(../img/bg_link.png) right center no-repeat;
	color: #000e26;
}
.main-link:nth-child(2)>a, .main-link:nth-child(3)>a, .main-link>a {
	background-image: none;
	padding-right: 5px;
}
.main-link>a:hover, .main-link>a.active,.main-link:hover>a {
	border-color: #000e26;
	text-decoration: none;
	color: #000e26;
}
.main-link:first-child>a {
	background: none;
	padding-right: 5px;
}
.sub-menu {
	position: absolute;
	left: 0;
	top: 100%;
	width: 150px;
	z-index: 1000;
	display: none;
	/*overflow: hidden;*/
}
.sub-menu li {
	float: none;
}
.sub-menu .sub-menu {
	left: 150px;
	top: 100%;
}
.sub-menu a {
	padding: 5px;
	color: #FFF;
	background: #1C497D;
	margin: 0 2px 2px 0;
	font-size: 13px;
	width: 150px;
}
.sub-menu a:hover, .sub-menu li:hover>a {
	text-decoration: none;
	background: #000A1B;
	color: #FFF;
}
@media(max-width: 800px) {
	.main-link > a {
		font-size: 16px;
	}
}
@media(max-width: 767px) {
	#main-menu {
		position: relative;
		height: auto !important;
		top: 50px;
		overflow: visible;
	}
	.main-menu-wrapper {
		float: none;
	}
	.main-link {
		float: none;
	}
	.main-menu {
		background: #FFF;
		border: 3px solid #DDD;
		border-radius: 10px 4px 10px 10px;
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
		padding: 10px 10px 20px;
		position: absolute !important;
		right: 18px;
		z-index: 1000;
		width: 235px;
	}
	.main-menu a {
		float: none;
		color: #056839;
	}
	.main-link > a {
		text-align: left;
		padding: 6px 9px;
		border-width: 2px 0;
		font-size: 16px;
	}
	.main-link>a:hover, .main-link>a.active,.main-link:hover>a {
		border-width: 2px 0;
		background: #056839;
	}
	.sub-menu {
		position: static;
		width: auto;
	}
	.sub-menu a {
		width: auto;
	}
}
/*---------------------------------------FOOTER----------------------------------*/
/*sticky footer*/
/*
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 310px;
}
*/
footer {
	/*position: absolute;
	bottom: 1px;
	width: 100%;
	height: 310px;*/
	background: #000A1B;
	color: #FFF;
	font-size: 12px;
}
footer a, footer a:hover {
	color: #307FBF;
}
.footer-menu {
	text-align: center;
	margin: 0;
	padding: 15px 0;
	float: right;
}
.footer-menu li {
	margin: 0;
	padding: 0;
	display: inline;
}
.footer-menu a {
	display: inline-block;
	font-size: 16px;
	line-height: 20px;
	padding: 0 15px;
	text-transform: uppercase;
}
.copyright {
	padding: 15px 0 0;
	line-height: 20px;
	color: #FFF;
	border-top: 1px solid #1A273D;
}
.copyright a, .copyright a:hover {
	color: #FFF;
	float: right;
}


/*------------------------DEFUALT TAG STYLES-----------------------*/
a{
	color: #3080BF;
	text-decoration: none;
	transition: all .3s ease-in;
}
a:hover{
	text-decoration: underline;
}
.content-inner {
	padding: 0 15px;
}
.content h1{
	font-size: 30px;
	font-weight: normal;
	margin: 0 0 20px;
	text-align: left;
	color: #444;
}
.content h2{
	font-size: 23px;
	font-weight: normal;
	margin: 0 0 10px;
	text-align: left;
	color: #3f3d59;
}
.content h3{
	font-size: 21px;
	font-weight: normal;
	margin: 0 0 10px;
	text-align: left;
	color: #000;
}
.content p{
	margin:0 0 20px;
}

.content ul{
	margin:0 0 15px;
}
.content ul ul {
	margin-left: 25px;
}
.content ol{
	margin:0 0 15px 25px;
}
.content li{
	margin:0 0 5px 10px;
	padding-left:12px;
	background: url(../img/base/li_bg.gif) left 7px no-repeat;
}
.content ol li {
	margin-bottom: 5px;
	padding-left: 0;
	background: none;
}
.content blockquote {
}
input, textarea, select {
	border-style: solid;
}
/*
input[type="text"], input[type="password"], textarea {
	border: 1px solid #B5B5B5;
	color: #000;
	font: 12px Arial, Helvetica, sans-serif;
	padding: 3px;
	width: 175px;
	color: #666;
}
textarea {
	width: 330px;
}
select {
	border: 1px solid #B5B5B5;
	color: #666;
	font: 12px Arial, Helvetica, sans-serif;
	padding: 3px;
}
*/
hr {
	color: #E5E5E5;
	border: none;
	background: #E5E5E5;
	height: 1px;
	margin: 10px auto 20px;
}
/*-----------------------------SIDEBAR-------------------------*/
.sidebar-box {
	margin: 30px 0 0;
}
.sidebar-box h2 {
	text-transform: uppercase;
	color: #444;
	background: #e4e4e4;
	border-left: 3px solid #8BC53E;
	padding: 10px;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 15px;
}
.sidebar-box h2 a {
	color: #444;
	font-size: 20px;
}
.sidebar-box h2 a:hover {
	color: #000;
}
.sidebar-banners {
	margin-top: 60px;
}
.banner {
	text-align: center;
	display: block;
	margin-top: 20px;
	border: 1px solid #DDD;
}
.banner img {
	/*border: 1px solid #DDD;*/
	/*box-shadow: 0 0 5px #999;
	-moz-box-shadow: 0 0 5px #999;
	-webkit-box-shadow: 0 0 5px #999;*/
	margin: 0 auto;
	/*max-width: 300px;*/
}
/*--------------------------MISC-----------------------*/
.title, .subtitle, .content .title, .content .subtitle {
	font-size: 19px;
	line-height: 25px;
	color: #3f3d59;
	font-weight: bold;
	margin-top: 30px;
}
.title:first-child, .subtitle:first-child {
	margin-top: 0 !important;
}
.subtitle, .content .subtitle {
	font-size: 15px;
	line-height: 22px;
}
.vip{
	color:#525B67;
}
.dugme{
	background: #307FBF;
	color: #FFF !important;
	padding: 7px 5px;
	float: right;
	text-align: center !important;
	min-width: 80px;
	font-size: 12px;
	border: none;
	line-height: 14px;
	display: block;
	margin-left: 10px;
	transition: all .3s ease-in;
}
.dugme.left {
	float: none;
	display: inline-block;
	margin-left: 10px;
}
input.dugme {
	padding: 5px 0;
	cursor: pointer;
}
.dugme:hover {
	color: #FFF; 
	background: #F6BD34;
	text-decoration: none;
}
.error {
	color: #F00 !important;
	border-color: #F00 !important;
}
label.error {
	margin-bottom: 0;
	display: inline;
}
.share-actions {
	float: right;
	margin-top: -10px;
	/*margin-right: -40px;*/
}
.share-button {
    width: auto;
    float: left;
    margin-left: 10px;
}
.fb-share-button span {
  height: 22px !important;
}
/*
.fb-like {
	position: relative;
	top: -2px;
}
*/
.contact-table th, .contact-table td {
	padding: 5px 0 0;
	vertical-align: top;
}
.contact-table th {
	vertical-align: top;
	padding-right: 10px;
}
.ui-datepicker-trigger {
	margin-left: 5px;
	vertical-align: middle;
	cursor: pointer;
}
.loading {
	/*background: url(../img/base/ajax-loader.gif) center center no-repeat;
	min-height: 11px;
	margin: 10px 0;
	display: none;*/
}
/*--------------------------------------DATE STYLES---------------------------*/
.date {
	font-size: 10px;
	color: #CCC;
}
.date-stamp {
	background: url(../img/base/date-stamp.png) left top no-repeat;
	width: 50px;
	height: 50px;
	text-align: center;
	color: #FFF;
	z-index: 1000;
}
.date-stamp-d {
	display: block;
	line-height: 32px;
	font-size: 25px;
}
.date-stamp-my {
	display: block;
	line-height: 18px;
	font-size: 12px;
}
/*---------------------------------MEDIA GALLERY--------------------------*/
.media-link {
	position: relative;
	display: block;
	float: left;
}
.photo-icon {
	position: absolute;
	right: 0;
	bottom: 4px;
	background: url(../img/base/photo.png) center center no-repeat;
	width: 38px;
	height: 30px;
}
.video-icon {
	position: absolute;
	right: 0;
	bottom: 3px;
	background: url(../img/base/video.png) center center no-repeat;
	width: 38px;
	height: 30px;
}
/*--------------------------------PAGE FORMS-------------------------------*/
.fields-group {
	background: #F7F7F7;
	padding: 10px 20px;
	margin: 0 0 20px;
}
.fields-group-title {
	text-align: right;
	margin-bottom: 5px !important;
	font-size: 19px;
	line-height: 23px;
	color: #3f3d59;
	font-weight: bold;
}
.page-form table {
	width: 100%;
}
.page-form td, .page-form th {
	padding: 5px 0 5px 5px;
	border: solid #FFF;
	border-width: 1px 0;
}
.page-form th {
	width: 150px;
	background: #FFF;
	border-color: #EEE;
}
.page-form .spacer td, .page-form .spacer th {
	border-bottom: none;
}
/*
input[type="text"].wide, input[type="password"].wide, textarea.wide {
	width: 370px;
}
input[type="text"].narrow, input[type="password"].narrow, textarea.narrow {
	width: 100px;
}
input[type="text"].medium, input[type="password"].medium, textarea.medium {
	width: 200px;
}
.page-form select {
	min-width: 200px;
}
*/
.fields-group .form-group {
	border-bottom: 1px solid #fff;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.fields-group .form-group.spacer {
	border: none;
	margin-bottom: 10px;
}
.fields-group .required {
	background: #FFF url(../img/base/icon_asterisk.png) right center no-repeat;
}
form .fields-group label {
	line-height: 13px;
}
/* PAGINATION */
#pagination{margin-top:16px;text-align:right;font-weight:bold;font-size:13px;clear:both;}
#pagination a{color:#665874;background:#F0F2F5;}
#pagination a:hover{background:#3080BF;color:#fff;text-decoration:none;}
#pagination a,#pagination span{display:inline-block;margin-right:5px;margin-bottom:0;line-height:28px;width:28px;text-align:center; border-radius: 2px}
#pagination .current{background:#3080BF;color:#fff;}
#pagination .current.prev,#pagination .current.next{color:#fff;margin-top:0;background:#F0F2F5;visibility:hidden;}

/*----------------------------------------TABS---------------------------------*/
.tabs-nav{margin:10px 0 0;padding:0;float:left;width:100%;}
.tabs-nav li{margin:0;padding:0;background:none;float:left;margin-right:2px;min-width:100px}
.tabs-nav a{display:block;padding:5px 10px;border-radius:3px 3px 0 0;}
.tabs-nav .active {background: #b6c2c9 !important; border-color: #b6c2c9 !important;}
.tabs-wrapper{clear:both;}
.tab{display:none;border:2px solid #b6c2c9;padding:20px;min-height:475px}
.tab:first-child{display:block;}
.tab.orange{border-color:#dc9b01}
.tab.light{border-color:#008dca}
.tab.dark{border-color:#002d60}


/* GALLERY SLIDER */
.scroll-pane { overflow: auto; width:100%; float:left; margin-bottom:10px}
.scroll-content { width: 2440px; float: left; padding:0 0 0 10px}
.scroll-content-item {float: left; font-size: 3em; height: 110px; line-height: 116px; margin: 10px 7px 20px 0; position: relative; text-align: center; width: 165px;}
.scroll-content-item img {border: 3px solid #F0F0F0;position:absolute;left:0;top:0}
.scroll-content-item:hover img {border-color: #CCC}
* html .scroll-content-item { display: inline; } /* IE6 float double margin bug */
.scroll-bar-wrap {background:#F0F0F0; clear: left; padding: 0 13px 0 10px; margin:0 0 20px 0; }
.scroll-bar-wrap .ui-slider { background: none; border:0; height:10px; margin: 0 auto 10px;  }
.scroll-bar-wrap .ui-handle-helper-parent { position: relative; width: 100%; height: 100%; margin: 0 auto; }
.scroll-bar-wrap .ui-slider-handle { top:.2em; height: 1.5em; }
.scroll-bar-wrap .ui-slider-handle .ui-icon { margin: -8px auto 0; position: relative; top: 50%; }

/*OVERRIDE CSS*/
/*
.main-link > a {
	background: none;
}
.main-link:last-child > a {
	background: url("../img/bg_link.png") no-repeat scroll right center rgba(0, 0, 0, 0)
}
.main-link a:hover, .main-link a.active {
	color: #032f63;
	border-color: transparent;
}
*/