/*************
* GLOBAL
*/

html {
	overflow-y: scroll;
}

body {
	
}

html, body {
	min-height: 100%;
	height: auto;
}

body, td {
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	color: #333;
}

h1,
h2,
h3 {
    font-weight: 600;
    line-height: 1.2em;
    color: #CD7471;
}

h1#content-title {
	line-height: 1.2em;
	margin-top: 0px;
	margin-bottom: 20px;
}

h1 { font-size: 40px; font-weight: normal; }
h2 { font-size: 22px; }
h3 { font-size: 19px; }

a { color: #4cb59b; }
a:hover { color: #339e83; }

img {
	max-width: 100%;
}

hr {
	display: block;
    height: 10px;
    border: none;
    background: url(/images/divider.png) top center no-repeat;
    height: 20px;
    background-size: 100% auto;
    margin: 20px 0px;
}

input[type=text], input[type=password], input[type=email], select, textarea {
    padding: 8px 8px;
    border-radius: 4px;
    border: solid 1px #ddd;
    width: 100%;
}


/*************
* HEADER
*/

#header {
	position: relative;
	margin: 20px 0px 0px 0px;
	padding: 0px;	
}

#header .slogan {
	display: inline-block;
	margin-top: 30px;
	margin-left: 10px;
	font-size: 23px;
	color: #6c96a9;
	font-weight:400;
}

#header .row > div {
	padding: 0px 10px;
}

#header .logo {
	display: inline-block;
	height: 89px;
	width: 288px;
	max-width: 100%;
	background: url(../images/logo.png) center no-repeat;
	background-size: 100% auto;
}



#responsive-header {
	margin: 10px 0px;
	text-align: center;
}

#responsive-header .logo {
	display: inline-block;
	height: 89px;
	width: 288px;
	background: url(../images/logo.png) center no-repeat;
	background-size: 100% auto;
}

#cart-widget #text {
    font-weight: bold;
}

#cart-widget #text a {
    color: #d50023;
    text-decoration: underline;
}
#cart-widget #text a:hover {
	text-decoration: none;
}

#firstpage .rslides .slide-title {
	text-align: center;
	top: inherit;
	height: 100%;
	
}

#firstpage  .rslides .slide-title .wrap {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	padding: 15px 25px;
	background: rgba(192,56,56, 0.8);
	font-size: 38px;	
	line-height: 1.4em;
	
}


#header .header-right {
	margin-top: 35px;
	margin-right: 15px;
	line-height: 22px;
}


#lang-flags {
	display: inline-block;
	vertical-align: middle;
}

#lang-flags a {
	display: inline-block;
	margin-left: 5px;
	font-size: 0px;
}

#lang-flags a:hover {
	opacity: 0.8;
}

#lang-flags img {
	outline: solid 1px #aaa;
}

#header .social-icons {
	display: inline-block;
	position: relative;
	bottom: -10px;
	right: 7px;
}

#header .social-icons a {
	display: inline-block;
	width: 22px;
	height: 22px;
	margin-right: 3px;
}

#header .social-icons a:hover {
	opacity: 0.8;
}

#header .social-icons a.twitter {
	background: url(../images/icon-tw.png) center no-repeat;
}
#header .social-icons a.facebook {
	background: url(../images/icon-fb.png) center no-repeat;
}

/*************
* MENU
*/

#menu.normal {
	border-top: solid 1px #6c96a9;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
}

#menu.normal ul.level-1 {
	width: 100%;
	display: table;
}

#menu.normal ul.level-1 > li {
	display: table-cell;
	float: none;
	text-align: center;
	vertical-align: bottom;
}

#menu.normal ul.level-1 > li > .item > a {
	font-size: 14px;
	text-transform: none;
	padding: 10px 3px;
	color: #6c96a9;
	font-weight: 400;
}

#menu.normal ul.level-1 > li > .item > a::after {
	display: none;
}

#menu.normal ul.level-1 > li {
	
}
#menu.normal ul.level-1 > li:first-child {
	border: none;
}

#menu.normal ul.level-1 > li:hover > .item > a,
#menu.normal ul.level-1 > li.active > .item > a {
	color: #CD7471;
}

#menu.normal ul ul li:hover > .item > a,
#menu.normal ul ul li a:hover {
	
}

#menu.normal ul.level-1 > li > ul {
	padding-top: 10px;
}

#menu.normal2222 ul.level-1 > li > ul::before {
	display: inline-block;
	content: '';
	position: absolute;
	bottom: 100%;
	left: 10px;
	z-index: 100;
	margin-bottom: -10px;
	width: 0; 
	height: 0; 
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	
	border-bottom: 6px solid #f3f3f3;
}


#menu.responsive {
	background: #f9f9f9;
}

#menu.responsive .menu-bar {
	background: #6c96a9;
	color: #fff;
	font-size: 15px;
	border-radius: 5px 5px 0px 0px;
	text-align: right;
}

#menu.responsive .menu-bar a {
	color: #fff;
}

#menu.responsive .menu-bar a .fa {

}

#menu.responsive .menu-bar a.cart-button span {
	color: #98AAB9;
}

#menu.responsive .menu-bar a.lang-button span {
	position: relative;
	right: -4px;
}
#menu.responsive .menu-bar a.lang-button .fa {
	font-size: 12px;
}

#menu.responsive ul.level-1 {
	border-bottom: solid 1px #eee;
	margin-bottom: 5px;
	box-shadow: #ccc 0px 5px 10px;
}



#menu ul ul li a {
    color: #6c96a9;
    background: #fff;
}

#menu ul ul li .item:hover a {
	background: #eef9fe;
}

/*************
* SEARCH
*/

.search_form {
	position: relative;
	clear: both;
}	
	
.search-box {
	position: relative;
	margin: 0px 0px 20px 0px;
	text-align: left;
	padding: 0px;
}

.search-box input {
	margin: 0px;
	padding: 0px;
}

.search-box input[type="text"] {
	padding: 7px 10px;
	width: 100%;
	color: #bbb !important;
	border: solid 1px #ddd;
	margin: 0px;
	border-radius: 5px;
}
.search-box .searchsubmit {
	padding: 8px 15px;
	border: none;
	border-radius: 0px 5px 5px 0px;
	color: #fff;
	background: #6c96a9;
	position: absolute;
	right: 0px;
	top: 0px;
}

.search-box .searchsubmit:hover {
	opacity: 0.9;
}

#responsive-search .search-box {
	margin: 10px 0px;
}

#responsive-search .search {
	width: 100%;
	padding: 10px;
}
#responsive-search .searchsubmit {
	padding: 11px 15px;
}


/*************
* MAIN CONTENT
*/
#main {
	position: relative;
	background: #f3f3f3;
	padding: 40px 0px;
	margin: 0px 0px 0px 0px;
}

body.firstpage #main {
	padding: 0px;
}

#content-area {
	position: relative;
}

#content {
	padding-bottom: 20px;
	line-height: 1.8em;
}

#content table {
	width: 100% !important;
}


/****
* JOIN NEWSLETTER 
*****/

#join-newsletter {
	padding: 120px 30px 30px 30px;
	text-align: center;
	min-height: 531px;
	background: url(../images/bg-join-newsletter.jpg) center repeat;
	color: #fff;
	background-size: cover;
}

#join-newsletter h3 {
	font-weight: 500;
	font-size: 50px;
	line-height: 1em;
	margin-top: 0px;
	margin-bottom: 0px;
	color: inherit;
}

#join-newsletter h4 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 25px;
	line-height: 1.5em;
	font-weight: 300;
	text-transform: uppercase;
	color: inherit;
}

#join-newsletter form {
	margin: 0 auto;
	max-width: 550px;
}

#join-newsletter form input,
#join-newsletter form .btn {
	margin-top: 20px;
}

#join-newsletter form input {
	padding: 25px;
	font-size: 1.4em;
}

#join-newsletter form .btn {
	text-transform: uppercase;
	width: 100%;
	max-width: 300px;
	font-weight: bold;
	font-size: 22px;
}



/*************
* ACTIVITIES
*/

#activities {
	background: #f3f3f3;
	padding: 30px 0px;
	color: #6c96a9;
}

#activities h3 {
	text-align: center;
	font-weight: 300;
	color: inherit;
	font-size: 45px;
	margin-bottom: 30px;
}

#activities .banners {
	font-size: 0px;
	text-align: center;
	margin: 0px -15px;
}

#activities .banner {
	text-transform: uppercase;
	display: inline-block;
	margin: 13px 15px 13px 15px;
	max-width: 262px;
	vertical-align: top;
}

#activities #images_activities {
    max-width: 870px;
    margin: 0 auto;
}

#activities .banner:hover img {
	opacity: 0.8;
}

#activities .banner .title {
	display: block;
	padding: 10px 10px 0px 10px;
	font-size: 17px;
	line-height: 1.4em;
	font-weight: 500;
	text-decoration: none;
}

#activities .banner .title a {
	color: inherit;
}




/****
* UPCOMING EVENTS
*****/

#upcoming-events {
	background: #fff;
	padding: 40px 0px;
}

#upcoming-events h3 {
	text-align: center;
	font-size: 40px;
	font-weight: 300;
	margin: 0px;
}

#upcoming-events #_e_content {
	margin-top: 30px;
}

#_e_content {
 	background: none !important;
}

#_e_content h1 {
	background: none !important;
	padding: 0px !important;
	margin: 0px 0px 15px 0px !important;
	color: inherit !important;
	font-weight: 700; 
}

#_e_content ._e_contentblock_inner {
	margin-left: 30px !important;
}

#_e_content ._e_btn {
	background: #d9534f !important;
}
#_e_content ._e_btn:hover {
	background: #d2322d !important;
}

#_e_content ._e_date {
	margin-right: 20px !important;
}

#_e_content ._e_date_inner {
	width: 130px !important;
	background: #6c96a9 !important;
}

 #_e_itemList li {
	background: #ffffff !important;
}
#_e_itemList li:hover {
	background: #f9f9f9 !important;
}

#upcoming-events #_e_itemList li {
	background: #f3f3f3 !important;
}
#upcoming-events #_e_itemList li:hover {
	background: #eeeeee !important;
}

#_e_content ._e_more_link {
	padding: 10px 15px !important;
	background: #d9534f !important;
}

#_e_content ._e_more_link:hover {
	background: #d2322d !important;
}

._e_description div,
._e_description p {
	font-size: inherit !important;
	line-height: 1.4em !important;
}

/*************
* SIDEBAR
*/

#sidebar {
	position: relative;
}

#sidebar .banners {
	margin-top: 20px;
}

#sidebar .banner {
	text-align: center;
	margin-bottom: 20px;
}

.sidebar .menu-container {
	position: relative;
	margin: 0px 0px 10px 0px;
}

.sidebar .menu-container ul.level-1 > li:first-child {
	border: none !important;
}

.sidebar .menu-container ul li a {
	padding: 12px 10px 12px 0px;
	color: #6c96a9;
	text-transform: none;
	font-size: 16px;
	font-weight: 600;
}

.sidebar .menu-container ul li .item:hover > a,
.sidebar .menu-container ul li.active > .item > a {
	color: #CD7471;
}

.sidebar .menu-container.vertical ul ul li a {
	padding: 10px 20px 10px 35px;
	font-size: 14px;

}

.sidebar .menu-container .submenu-button {
	height: 36px;
	line-height: 36px;
	border-left: solid 1px #eee;
	color: #6c96a9;
	opacity: 0.6;
}

.sidebar .menu-container .submenu-button::before,
.sidebar .menu-container .submenu-button::after {
	margin-top: -7px;
	background: #55690D;
}

.sidebar h3 {
	display: none;
	text-transform: none;
	font-weight: 400;
	font-size: 28px;
	margin-top: 0px;
}

/*************
* FOOTER
*/


#footer {
	position: relative;
	padding: 20px 0px;
	margin-top: 20px;
	color: #6c96a9;
	line-height: 1.6em;
}

#footer .block-title {
	padding: 0px;
	margin: 0px 0px 20px 0px;
	text-align: left;
	background: none;
}

#footer ul {
	list-style: none;
	padding: 0px;
}

#footer #newsletter-widget .row > div {
	margin-bottom: 15px;
}





/*************
* GENERAL STYLES / default styles
*/

.lang-select#lang-codes {
	font-size: 0px;
}

.lang-select#lang-codes a {
	display: inline-block;
	font-size: 14px;
	line-height: 1em;
	padding: 0px 8px;
	border-left: solid 1px #ccc;
}

.lang-select#lang-codes a:first-child {
	padding-left: 0px;
	border: none;
}

.lang-select#lang-codes a:last-child {
	padding-right: 0px;
}

.modal {
	overflow-x: hidden !important;
}
 
#modal-lang {
	text-align: center;
} 
 
#modal-lang a {
	display: inline-block;
	margin: 5px;
	border: solid 1px #ccc;
	border-radius: 4px;
	padding: 10px 20px;
	background: #fff;
	box-shadow: inset #ccc 0px 0px 10px;
	text-align: center;
	text-decoration: none;
}

#modal-lang a img {
	border: solid 1px #ccc;
}

#modal-lang a span {
	display: block;
	margin-top: 2px;
}

.user-area {
	margin: 20px;
}

#login-box {

}

#login-box .links {	
	margin: 0px 0px 20px 0px;
}

#login-box .links a {
	display: inline-block;
	margin-right: 10px;
	font-weight: bold;
}

#login-box .inputs #email,
#login-box .inputs #password {
	padding: 6px;
	border-radius: 5px;
	border: solid 1px #ddd;
	width: 100%;
}

#login-box .auto-login {
	text-align: left;
	margin: 10px 0px 0px 10px;
}
 
#login-box .auto-login label {
	font-weight: normal;
} 

#login-box .btn {
	margin-top: -2px;
	color: #fff;
}

#ajax-loader.fullscreen  {
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 32px;
	min-height: 32px;
	z-index: 1000000000000000;
	text-align: center;
	max-width: 300px;
	background: url(../../../images/ajax-loader.gif) center no-repeat;
}

#ajax-loader.regional  {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 32px;
	min-height: 32px;
	z-index: 1000000000000000;
	text-align: center;
	max-width: 300px;
	background: url(../../../images/ajax-loader.gif) center no-repeat;
}
	
#ajax-loader-message {
	display: block;
	position: relative;
	top: 50px;
	min-width: 300px;
	background: #fff;
	background: rgba(255, 255, 255, 0.9);
	padding: 5px 10px;
}	
	
#ajax-loader-overlay {
	position: absolute;
	display: table;
	top: 0px;
	left: 0px;
	min-height: 100%;
	min-width: 100%;
	background: rgba(255, 255, 255, 0.7);
	z-index: 100000000000000000;
}

#ajax-loader-overlay.nobg { background: none !important; }

.pagination {
	padding:2px;
	margin: 10px 0px;
	position: relative;
}

.pagination ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.pagination li {
	display: inline-block;
}

.pagination a {
	color: #666666 !important;
	background-color: #eee !important;
	border-radius: 0px !important;
	border: none !important;
}
.pagination a:hover,
.pagination a.active {
	background-color: #63C4FF !important;
	color: #fff !important;
}

.pagination a,
.pagination .page_numbers a {
	display: inline-block;
	padding: 3px 6px;
	min-width: 25px;
	margin: 0px 5px;
	text-align: center;
	border-radius: 3px;
	font-size: 12px;
	line-height: 14px;
}



.clear,
.clearfix {	
	display: block;
	clear: both;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
}  


.clear-left {
	display: block;
	float: left;
	clear: left;
}
.clear-right {
	display: block;
	float: left;
	clear: right;
}



/* 
CUSTOMIZE JQUERY UI 
*/

.ui-dialog {
	position:absolute;
	overflow:hidden
}

.ui-dialog a {
	text-decoration: underline;
}

.ui-widget-content {
	background: #fff;
	border: none;
	border-radius: 2px;
	padding: 0px;
}

.ui-dialog .ui-widget-content {
	padding: 30px;
}

.ui-dialog .ui-dialog-titlebar {
	padding: 10px 15px;
}

.ui-dialog .ui-dialog-titlebar-close {
	display: inline-block;
	right: 20px;
	font-size: 18px;
	height: 18px;
	width: 18px;
	line-height: 18px;
	color: inherit;
	text-decoration: none;
	padding: 0px;
}

.ui-dialog .ui-dialog-titlebar-close.ui-state-hover {
	background: none!important;
	border: none !important;
	font-weight: normal;
	opacity: 0.8;
}

.ui-dialog .ui-dialog-titlebar-close::before {
	font-family: FontAwesome;
	content: "\f00d";
}

.ui-dialog .ui-dialog-titlebar-close span {
	display: none;
}

.ui-dialog .ui-widget-header {
	background: #9e9c9c;
	color: #fff;
	border-radius: 0;
	border: none;
	font-weight: normal;
	font-size: 20px;
}



.case-lower { text-transform: lowercase; }
.case-upper { text-transform: uppercase; }

.align-left { text-align: left; }
.align-center { text-align: center; }
.align-right { text-align: right; }

.screen-xs .align-xs-left
{ text-align: left !important; }

.screen-xs .align-xs-center
{ text-align: center !important; }

.screen-xs .align-xs-right 
{ text-align: right !important; }

@media (min-width: 768px) {
	.screen-sm .align-sm-left
	{ text-align: left !important; }
	
	.screen-sm .align-sm-center
	{ text-align: center !important; }
	
	.screen-sm .align-sm-right
	{ text-align: right !important; }
}
@media (min-width: 992px) {
	.screen-md .align-md-left
	{ text-align: left !important; }
	
	.screen-md .align-md-center
	{ text-align: center !important; }
	
	.screen-md .align-md-right
	{ text-align: right !important; }
}
@media (min-width: 1200px) {
	.screen-lg .align-lg-left
	{ text-align: left !important; }
	
	.screen-lg .align-lg-center
	{ text-align: center !important; }
	
	.screen-lg .align-lg-right
	{ text-align: right !important; }
}



.nopadding { padding: 0px; }
.no-H-padding { padding-left: 0px; padding-right: 0px; }
.no-V-padding { padding-top: 0px; padding-bottom: 0px; }
.no-T-padding { padding-top: 0px; }
.no-R-padding { padding-right: 0px; }
.no-B-padding { padding-bottom: 0px; }
.no-L-padding { padding-left: 0px; }


.trans01 { -moz-transition: all 0.1s ease-in-out; -webkit-transition: all 0.1s ease-in-out; -o-transition: all 0.1s ease-in-out; transition: all 0.1s ease-in-out; }
.trans02 { -moz-transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
.trans03 { -moz-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.trans04 { -moz-transition: all 0.4s ease-in-out; -webkit-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
.trans05 { -moz-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
.trans06 { -moz-transition: all 0.6s ease-in-out; -webkit-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out; }
.trans07 { -moz-transition: all 0.7s ease-in-out; -webkit-transition: all 0.7s ease-in-out; -o-transition: all 0.7s ease-in-out; transition: all 0.7s ease-in-out; }
.trans08 { -moz-transition: all 0.8s ease-in-out; -webkit-transition: all 0.8s ease-in-out; -o-transition: all 0.8s ease-in-out; transition: all 0.8s ease-in-out; }
.trans09 { -moz-transition: all 0.9s ease-in-out; -webkit-transition: all 0.9s ease-in-out; -o-transition: all 0.9s ease-in-out; transition: all 0.9s ease-in-out; }
.trans10 { -moz-transition: all 1s ease-in-out; -webkit-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out; transition: all 1s ease-in-out; }


.btn {
	border-radius: 2px;
	text-decoration: none !important;
}


.btn-default { 
  color: #666666; 
  background-color: #F5F5F5; 
  border-color: #EDEDED; 
} 
 
.btn-default:hover, 
.btn-default:focus, 
.btn-default:active, 
.btn-default.active, 
.open .dropdown-toggle.btn-default { 
  color: #666666; 
  background-color: #EDEDED; 
  border-color: #EDEDED; 
} 
 
.btn-default:active, 
.btn-default.active, 
.open .dropdown-toggle.btn-default { 
  background-image: none; 
} 
 
.btn-default.disabled, 
.btn-default[disabled], 
fieldset[disabled] .btn-default, 
.btn-default.disabled:hover, 
.btn-default[disabled]:hover, 
fieldset[disabled] .btn-default:hover, 
.btn-default.disabled:focus, 
.btn-default[disabled]:focus, 
fieldset[disabled] .btn-default:focus, 
.btn-default.disabled:active, 
.btn-default[disabled]:active, 
fieldset[disabled] .btn-default:active, 
.btn-default.disabled.active, 
.btn-default[disabled].active, 
fieldset[disabled] .btn-default.active { 
  background-color: #F5F5F5; 
  border-color: #EDEDED; 
} 
 
.btn-default .badge { 
  color: #F5F5F5; 
  background-color: #3B3B3B; 
}



.btn-success { 
  color: #ffffff; 
  background-color: #AFC0C9; 
  border-color: #A7B8C2; 
} 
 
.btn-success:hover, 
.btn-success:focus, 
.btn-success:active, 
.btn-success.active, 
.open .dropdown-toggle.btn-success { 
  color: #ffffff; 
  background-color: #A2B4BD; 
  border-color: #A7B8C2; 
} 
 
.btn-success:active, 
.btn-success.active, 
.open .dropdown-toggle.btn-success { 
  background-image: none; 
} 
 
.btn-success.disabled, 
.btn-success[disabled], 
fieldset[disabled] .btn-success, 
.btn-success.disabled:hover, 
.btn-success[disabled]:hover, 
fieldset[disabled] .btn-success:hover, 
.btn-success.disabled:focus, 
.btn-success[disabled]:focus, 
fieldset[disabled] .btn-success:focus, 
.btn-success.disabled:active, 
.btn-success[disabled]:active, 
fieldset[disabled] .btn-success:active, 
.btn-success.disabled.active, 
.btn-success[disabled].active, 
fieldset[disabled] .btn-success.active { 
  background-color: #AFC0C9; 
  border-color: #A7B8C2; 
} 
 
.btn-success .badge { 
  color: #AFC0C9; 
  background-color: #ffffff; 
}