﻿@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'TradeGothicLTPro-Bold';
	src: url('../fonts/TradeGothicLTPro-Bold.eot');	 /* IE9 Compat Modes */
	src: url('../fonts/TradeGothicLTPro-Bold.eot?#iefix') format('embedded-opentype'),  /* IE6-IE8 */ url('../fonts/TradeGothicLTPro-Bold.woff') format('woff'),   /* Modern Browsers */ url('../fonts/TradeGothicLTPro-Bold.ttf') format('truetype'),	 /* Safari, Android, iOS */ url('../fonts/TradeGothicLTPro-Bold.svg#TradeGothicLTPro-Bold') format('svg');  /* Legacy iOS */
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'JennaSue';
	src: url('../fonts/JennaSue.eot');	 /* IE9 Compat Modes */
	src: url('../fonts/JennaSue.eot?#iefix') format('embedded-opentype'),  /* IE6-IE8 */ url('../fonts/JennaSue.woff') format('woff'),   /* Modern Browsers */ url('../fonts/JennaSue.ttf') format('truetype'),	 /* Safari, Android, iOS */ url('../fonts/JennaSue.svg#JennaSue') format('svg');  /* Legacy iOS */
	font-weight: normal;
	font-style: normal;
}
html, body, h1, h2, h3, h4, h5, h6, p, a, img, ul, li, hr, strong, b, input, select, textarea, .highcharts-title, .highcharts-axis-labels, .highcharts-yaxis-title {
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
	list-style: none;
	font: 16px/25px 'TradeGothicLTPro-Bold';
	color: #494949;
	text-transform: capitalize;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}
body {
	background: #f6f2e8;
	text-align: left;
}
.ie-clear {
	clear: both;
}
a, button, .logo, img, .header, .header.sticky, #cssmenu {
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.header {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 1000;
}
.header.sticky {
	position: fixed;
	background: #bd151b;
	padding-bottom: 10px;
}
.container {
	clear: both;
	position: relative;
	z-index: 10;
}
.logo {
	float: left;
	width: 189px;
	height: 197px;
	text-align: center;
	padding-top: 12px;
	background: url(../images/logo-bc.png) no-repeat;
}
.logo img {
	width: 120px;
}
.header.sticky .logo {
	float: left;
	background: none;
	padding-top: 10px;
	width: auto;
	height: auto;
}
.header.sticky .logo img {
	width: 40px;
}
#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu #head-mobile {
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
#cssmenu:after, #cssmenu > ul:after {
	content: ".";
	display: block;
	clear: both;
	line-height: 0;
	height: 0;
	overflow: hidden;
}
#cssmenu #head-mobile {
	display: none
}
#cssmenu {
	float: right;
	position: relative;
	z-index: 10;
	margin-top: 100px;
	clear: right;
}
#cssmenu > ul > li {
	display: inline-block;
	margin: 0px 30px;
}
#cssmenu ul a {
	outline: none;
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	display: block;
	position: relative;
	display: inline-block;
	outline: none;
	font-size: 23px;
	text-transform: uppercase;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.31);
}
.header.sticky #cssmenu {
	width: auto;
	float: right;
	margin-top: 22px;
}
.header.sticky #cssmenu ul li {
	margin: 0;
	margin-left: 30px;
}
.header.sticky #cssmenu ul a {
	font-size: 20px;
}
#cssmenu ul a:hover, #cssmenu ul a.active, #cssmenu ul li:hover a, .list-unstyled a:hover, .rights p span {
	color: #c7014f;
}
.header.sticky #cssmenu ul a.active, .header.sticky #cssmenu ul li:hover a, .breadcrumb-row ul li a {
	color: #ffc417;
}
#cssmenu ul ul li a:before {
	display: none;
}
#cssmenu ul ul {
	position: absolute;
	left: -9999px;
	top: 21px;
	padding-top: 10px;
}
.header.sticky #cssmenu ul ul {
	padding-top: 25px;
}
#cssmenu ul ul li {
	height: 0;
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease
}
#cssmenu li:hover > ul {
	left: auto
}
#cssmenu li:hover > ul > li {
	height: 36px
}
#cssmenu ul ul ul {
	margin-left: 101%;
	top: 0;
	padding-top: 0;
}
#cssmenu ul ul li a {
	border-bottom: 1px solid #404348 !important;
	padding: 5px 10px;
	width: 180px !important;
	font-size: 14px;
	color: #ffffff !important;
	background: #3c3f44 !important;
}
#cssmenu ul ul li:first-child a:after {
	position: absolute;
	content: "";
	left: 5px;
	top: -8px;
	border-bottom: 8px solid #3c3f44;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	height: 0;
	width: 0;
	z-index: 1000;
}
#cssmenu ul ul ul li:first-child a:after {
	display: none !important;
}
#cssmenu ul ul li a:hover {
	color: #c7014f !important;
}
#cssmenu ul ul li.has-sub > a:after {
	position: absolute;
	top: 16px;
	right: 11px;
	width: 8px;
	height: 2px;
	display: block;
	background: #fff;
	content: ''
}
#cssmenu ul ul li.has-sub > a:before {
	position: absolute;
	top: 13px;
	right: 14px;
	left: auto;
	z-index: 100;
	display: block;
	width: 2px;
	height: 8px;
	background: #fff;
	content: '';
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease
}
#cssmenu ul ul > li.has-sub:hover > a:before {
	top: 17px;
	height: 0
}
#cssmenu ul ul ul li.active a {
	border-left: 1px solid #333
}
#cssmenu > ul > li.has-sub > ul > li.active > a, #cssmenu > ul ul > li.has-sub > ul > li.active> a {
	border-top: 1px solid #333
}
/******************************************************************************
end header
*******************************************************************************/

 
 

.instagram {
//set animation -webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	transition: all 0.5s ease;
	z-index: 100;
	position: fixed;
	left: -55px;
	top: 250px;
}
.instagram img {
	width: 55px;
}
.instagram.sticky {
//set animation -webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	transition: all 0.5s ease;
	height: auto;
	z-index: 150;
	top: 250px;
}
.title {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 50px;
	color: #000;
	position: relative;
	padding-bottom: 40px;
	margin-top: 50px;
}
.title:after {
	content: " ";
	position: absolute;
	background: url(../images/title.png) center center no-repeat;
	display: table;
	right: 0px;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 18px;
	text-align: center;
}
.title span {
	color: #bd151b;
}
.text {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 15px;
}
.text p {
	text-align: center;
	color: #6d6d6d;
}
.offers {
	float: left;
	margin-top: 30px;
}
.img-offers {
	float: left;
	width: 100%;
	border: 2px solid #000;
	overflow: hidden;
	position: relative;
}
.img-offers img {
	width: 100%;
	height: 240px;
}
.img-offers:hover img {
	transform: scale(1.15) rotate(0deg);
	-moz-transform: scale(1.15) rotate(0deg);
	-webkit-transform: scale(1.15) rotate(0deg);
	-o-transform: scale(1.15) rotate(0deg);
}
.titleoffer {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url(../images/titleoffer.png) left repeat-y;
	padding: 30px 15px;
}
.titleoffer h4 {
	float: left;
	width: 100%;
	font-size: 30px;
	line-height: 43px;
	color: #fff;
}
.largeredbtn {
	float: left;
	margin-top: 15px;
	padding: 8px 20px;
	color: #fff;
	border: 2px solid #fff;
}
.titleoffer:hover .largeredbtn {
	border: 2px solid #bd151b;
	background: #bd151b;
}
.titleoffer:hover .largeredbtn:hover {
	background: #ffc417;
	border: 2px solid #ffc417;
	color: #333;
}
.footer {
	float: left;
	width: 100%;
	background: #181818 url(../images/footer.jpg);
	position: relative;
	margin-top: 30px;
	text-align: center;
	padding: 50px 0px 30px 0px;
}
.logo-footer img {
	width: 155px;
}
.list-unstyled {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 50px;
}
.list-unstyled a {
	display: inline-block;
	font-size: 20px;
	margin-bottom: 3px;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.31);
	margin: 0px 15px;
}
.list-inline {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 30px;
}
.list-inline a {
	display: inline-block;
	width: 28px;
	height: 28px;
	text-align: center;
	color: #fff;
	padding-top: 9px;
	margin-left: 5px;
	font-size: 12px;
	border-radius: 50%;
	background: #3c3f44;
}
.list-inline a:hover, .icon-flw a:hover {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}
.rights {
	float: left;
	width: 100%;
	margin-top: 50px;
	text-align: center;
	border-top: 1px dashed #4a4a4a;
	padding-top: 25px;
}
.rights p {
	color: #787878;
}
.scrollToTop {
	width: 50px;
	height: 50px;
	position: fixed;
	border-radius: 50%;
	bottom: 15px;
	right: 15px;
	display: none;
	z-index: 900;
	text-align: center;
	color: #fff;
	background: #bd151b;
	font-size: 17px !important;
	padding-top: 16px;
}
.scrollToTop:hover, .bot-back:hover, .button.close:hover, .linkbot a:hover, .linkbot a:last-child:hover, .formpopup .modal-footer .largeredbtn:last-child:hover, .formpopup .modal-footer .largeredbtn:hover {
	background: #ffc417;
	color: #333;
}
/******************************************************************************
start index
*******************************************************************************/

.about {
	float: left;
	width: 100%;
	height: 545px;
	position: relative;
}
.about:after {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.49);
	z-index: 1;
}
.about .container {
	position: relative;
	z-index: 20;
	top: 60%;
}
.titleabout {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 65px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.31);
	color: #fff;
}
.section-border-top {
	float: left;
	width: 100%;
	height: 33px;
	margin-top: -5px;
	background: url(../images/section-border-top.png) repeat-x;
}
.about .text {
	margin-top: 30px;
}
.about .text p {
	color: #fff;
}
.section-about {
	float: left;
	background: url(../images/section-about.png) bottom repeat-x;
	padding-bottom: 55px;
	margin-bottom: 10px;
}
.aboutdiv {
	float: left;
	margin-top: 50px;
}
.titlabout {
	float: left;
	width: 100%;
	font-size: 40px;
	color: #000;
}
.aboutdiv .text p {
	line-height: 30px;
	text-align: left;
	font-size: 17px;
}
.img-ab {
	float: left;
	width: 100%;
	background: #fff;
	padding: 5px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.31);
	webkit-transform: rotate3d(0, 0, 1, 5deg);
	-moz-transform: rotate3d(0, 0, 1, 5deg);
	-ms-transform: rotate3d(0, 0, 1, 5deg);
	-o-transform: rotate3d(0, 0, 1, 5deg);
	transform: rotate3d(0, 0, 1, 5deg);
}
.img-ab img {
	width: 100%;
}
.section-about:nth-last-child(1) .aboutdiv {
	float: left;
}
.section-about:nth-last-child(2) .aboutdiv {
	float: right;
}
.section-about:last-child {
	padding-bottom: 0;
	background: none;
	margin-bottom: 50px;
}
.section-about:nth-last-child(2) .aboutdiv .img-ab {
	webkit-transform: rotate3d(0, 0, -1, 5deg);
	-moz-transform: rotate3d(0, 0, -1, 5deg);
	-ms-transform: rotate3d(0, 0, -1, 5deg);
	-o-transform: rotate3d(0, 0, -1, 5deg);
	transform: rotate3d(0, 0, -1, 5deg);
}
.jennasue {
	float: left;
	margin-top: 30px;
	color: #bd151b;
	font: 40px/49px 'JennaSue';
}
.contactusnow {
	color: #bd151b;
	text-decoration: underline;
}
.contactusnow:hover {
	text-decoration: none;
}
.contactform, .quickcontact, .textfooter, .shmaps, .iframe, .iframe iframe, .modal-footer, .findsearch, .detals, .category, .category li {
	float: left;
	width: 100%;
}
.boxinput {
	float: left;
	margin-top: 30px;
}
.boxinput .form-control {
	float: left;
	width: 100%;
	height: 60px;
	border-radius: 0;
	border: 0;
	padding: 10px 20px;
	box-shadow: none;
	border: 2px solid #dcd5c2;
	font-size: 17px;
}
.boxinput .form-control:hover, .boxinput .form-control:focus {
	border: 2px solid #bd151b;
}
.boxinput textarea.form-control {
	height: 140px;
	resize: none;
}
.bot-back {
	border: 0;
	background: #bd151b;
	height: 60px;
	margin: 0;
	width: 100%;
	font-size: 17px;
}
.shmaps {
	text-align: center;
	margin-top: 50px;
}
.shmaps img {
	width: 250px;
}
.textfooter {
	margin-top: 30px;
}
.textfooter strong {
	font-weight: bold;
	font-size: 18px;
	color: #000;
}
.textfooter p {
	padding-left: 50px;
}
.textfooter p, .textfooter a {
	color: #7d7d7d;
}
.textfooter a:hover {
	color: #bd151b;
}
.textfooter i {
	float: left;
	width: 35px;
	height: 35px;
	background: #bd151b;
	color: #fff;
	text-align: center;
	padding-top: 10px;
	margin: 6px 15px 0px 0px;
	border-radius: 50%;
}
.modal-content {
	padding: 15px;
	display: inline-block;
	width: 100%;
}
.iframe iframe {
	height: 400px;
}
.iframe, .modal-footer {
	margin-top: 15px;
}
.modal-footer {
	padding: 0;
	padding-top: 15px;
}
.modal-header {
	padding: 0;
	padding-bottom: 15px;
}
.modal-header .titlabout {
	font-size: 25px;
	margin: 0;
	display: inline-block;
	float: none;
}
.modal-dialog {
	margin: 70px auto;
}
button.close {
	position: absolute;
	right: -10px;
	top: -10px;
	background: #bd151b;
	text-shadow: none;
	color: #fff;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	opacity: 1;
	line-height: 0;
}
.modal-open .modal {
	padding: 0px 15px;
}
.findsearch {
	border-bottom: 2px solid #dcd5c2;
	padding-bottom: 30px;
	background: #f3ecdb;
}
.findsearch .boxinput {
	width: 20%;
}
.careerbox {
	float: left;
	width: 100%;
	border-bottom: 1px dashed #dcd5c2;
	margin-top: 30px;
	padding-bottom: 30px;
}
.required {
	font-size: 20px;
	display: -webkit-box;
}
.required:hover {
	color: #bd151b;
}
.careerbox img {
	width: 100%;
}
.careerbox span {
	float: left;
	font-size: 14px;
	margin: 5px 15px 0px 0px;
	font-family: Tahoma, Geneva, sans-serif;
}
.careerbox .largeredbtn {
	margin-top: 5px;
	padding: 0;
	color: #bd151b;
	border: 0;
}
.careerbox .largeredbtn i {
	font-size: 12px;
}
.careerbox .largeredbtn:hover {
	text-decoration: underline;
}
.pager li>a, .pager li>span {
	border-radius: 50%;
	margin: 0px 5px;
	width: 40px;
	height: 40px;
	padding: 8px 0px;
	color: #6f6f6f;
}
.pagination>li:last-child>a, .pagination>li:last-child>span, .pagination>li:first-child>a, .pagination>li:first-child>span {
	border-radius: 50%;
}
.pager li>a:hover, .pagination li>a.active {
	background: #bd151b;
	color: #fff;
}
.pagination {
	margin: 0;
}
.pager {
	margin: 0;
	margin-top: 30px;
	float: left;
	width: 100%;
}
.titleh-3, .titleh-3:hover {
	color: #000;
	font-size: 25px;
	margin-bottom: 15px;
}
.nobord {
	border: 0;
	padding: 0;
}
.category li {
	margin-top: 5px;
	font-family: Tahoma, Geneva, sans-serif;
}
.a2a_kit.a2a_kit_size_32.a2a_default_style {
	float: right;
}
.a2a_kit.a2a_kit_size_32.a2a_default_style p {
	font-size: 20px;
	color: #000;
	float: left;
	margin: 4px 0px 0px 0px;
}
.a2a_kit.a2a_kit_size_32.a2a_default_style a, .a2a_kit.a2a_kit_size_32.a2a_default_style a span {
	margin: 0px;
	width: 30px;
	height: 30px;
}
.a2a_kit.a2a_kit_size_32.a2a_default_style a {
	float: left;
	margin-left: 10px;
}
.linkbot, .linkbot a {
	float: left;
}
.linkbot a {
	margin: 15px 15px 0px 0px;
	color: #fff;
	border: 0;
	background: #bd151b;
	padding: 8px 20px;
}
.linkbot a:last-child, .formpopup .modal-footer .largeredbtn:last-child {
	background: #333;
}
.formpopup .boxinput {
	margin-top: 15px;
}
.formpopup .modal-header {
	padding: 15px;
	padding-top: 0px;
}
.formpopup .modal-footer {
	padding: 0;
}
.formpopup .modal-footer .largeredbtn {
	margin: 0;
	margin-right: 15px;
	text-transform: capitalize;
	color: #fff;
	border: 0;
	height: 60px;
	padding: 19px 30px;
	background: #bd151b;
	text-align: center;
}
button.btn.btn-default.btn-choose.largeredbtn.brows {
	margin: 0;
	width: 98px;
	height: 40px;
	margin-top: 0px;
	background: #b99408;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 10;
	border-radius: 0;
	border: 0;
	height: 60px;
	text-transform: capitalize;
	font-size: 16px;
}
.input-group {
	width: 100%;
	position: relative;
}
.menupage {
	float: left;
	width: 100%;
	margin-top: 30px;
}
.menupagediv {
	background: #bd151b;
	border: 0;
}
.menupage .titlabout, .menupage .text p {
	color: #fff;
	text-align: left;
}
.menupage .text p {
	float: left;
	color: #dedbdb;
}
.menupage .text .largeredbtn {
	float: right;
	margin: 0;
	margin-top: -30px;
}
.menupage .text .largeredbtn:hover {
	background: #ffc417;
	color: #333;
	border: 2px solid #ffc417;
}
.seamless-bg {
	background: url(../images/seamless-bg.jpg);
	margin-bottom: -30px;
}
.minmenu {
	float: left;
	margin-top: 30px;
}
.padbox {
	padding-bottom: 30px;
}
.nav-tabs, .nav-tabs li, .nav-tabs li a {
	float: left;
	width: 100%;
	border: 0;
}
.nav-tabs li {
	margin-bottom: 2px;
}
.nav-tabs li:last-child {
	margin: 0;
}
.nav-tabs li a {
	background: rgba(220, 213, 194, 0.37);
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover, .nav-tabs>li>a:hover {
	color: #fff;
	background: #181818 url(../images/footer.jpg);
}
.tab-content, .tab-pane {
	float: left;
	width: 100%;
}
.soup {
	margin: 0;
	margin-bottom: 30px;
}
.soup:last-child {
	margin: 0;
	padding: 0;
	border: 0;
}
.soup .required, .soup .required:hover {
	font-size: 28px;
	color: #000;
}
.soup img {
	float: left;
	width: 155px;
	max-height: 117px;
	border: 2px solid #000;
}
.innersoup {
	position: relative;
	padding-left: 177px;
}
.innersoup p {
	float: left;
	width: 100%;
	margin-top: 10px;
}
.innersoup span {
	float: right;
	font-size: 30px;
	color: #bd151b;
	margin: 0;
}
.cont-section {
	margin-bottom: -30px;
	padding-bottom: 30px;
	background: #fffdf9;
}
.tabsmenu {
	text-align: center;
	margin-top: 30px;
}
.tabsmenu li {
	float: none;
	display: inline-block;
	width: auto;
	margin: 0px;
}
.tabfor li {
	margin: 0px 8px;
}
.soupmenu img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
}
.soupmenu .innersoup {
	padding-left: 115px;
}
.soupmenu .innersoup span {
	float: left;
	margin-top: 10px;
}
.soupmenu {
	float: left;
	width: 100%;
	border-bottom: 1px dashed #dcd5c2 !important;
	padding-bottom: 30px !important;
}
.tabsthry li a {
	background: none;
	border-bottom: 2px solid transparent;
	padding: 8px 0px;
	font-size: 18px;
}
.tabsthry>li.active>a, .tabsthry>li.active>a:focus, .tabsthry>li.active>a:hover, .tabsthry>li>a:hover {
	background: none;
	border-bottom: 2px solid #bd151b;
	color: #bd151b;
}
.souptow span {
	float: right;
	font-size: 30px;
	color: #bd151b;
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
}
.souptow {
	border-bottom: 1px dashed #b5ab8f !important;
	padding-bottom: 30px !important;
	position: relative;
}
.souptow p {
	float: left;
	width: 100%;
	margin-top: 15px;
}
.newmenu {
	float: left;
	width: 100%;
	background: url(../images/section-about.png) bottom repeat-x;
	padding-bottom: 45px;
	margin-top: 30px;
}
.newmenu:last-child {
	background: none;
	padding: 0;
}
.newmenu .title {
	padding: 0;
	text-align: left;
	font-size: 35px;
	color: #bd151b;
	margin-top: 0;
}
.newmenu .title:after {
	display: none;
}
.logocentermeny {
	float: left;
	width: 100%;
	background: url(../images/logocentermeny.png) center center no-repeat;
	padding-bottom: 50px;
	margin-bottom: -50px;
}
.ocentermen {
	background: url(../images/ocentermen.png) center left no-repeat;
}
 @media (min-width:1600px) {
}
 @media (max-width:1199px) {
#wowslider-container1 .ws-title {
	top: 55% !important;
}
#wowslider-container1 .ws-title, .titlslider {
	font-size: 30px !important;
}
#wowslider-container1 .ws-title div p {
	font-size: 13px !important;
	margin-top: 10px !important;
	padding: 0 !important;
}
#wowslider-container1 .ws-title div p a {
	padding: 5px 15px !important;
	font-size: 14px !important;
}
.menupage .text .largeredbtn {
	float: left;
	margin-top: 15px;
}
}
 @media (max-width:991px) {
#cssmenu {
	width: 200px;
	position: absolute;
	right: 15px;
	border: 0;
	margin: 0;
	top: 55px;
	z-index: 100;
}
.header.sticky #cssmenu {
	margin-top: 0;
	top: 24px;
	width: 200px;
}
.header.sticky #cssmenu ul {
	top: 40px;
}
#cssmenu ul {
	width: 100%;
	display: none;
	background: #0e0e0e;
	top: 25px;
	padding: 10px;
	z-index: 120;
}
#cssmenu ul li, #cssmenu > ul > li:nth-last-child(4) {
	width: 100%;
	margin: 0;
}
#cssmenu ul li a {
	padding: 5px 10px;
	height: auto;
	border: 0;
	border-bottom: 1px solid #1d1d1d;
	color: #fff;
	font-size: 17px;
}
.header.sticky #cssmenu ul a {
	color: #fff;
	font-size: 17px;
}
#cssmenu ul a:before, #cssmenu ul a::after {
	display: none;
}
#cssmenu ul a:hover, #cssmenu ul a.active, #cssmenu ul li:hover a, .header.sticky #cssmenu ul a:hover, .header.sticky #cssmenu ul a.active, .header.sticky #cssmenu ul li:hover a {
	background: #bd151b;
	color: #fff;
}
#cssmenu ul ul li:first-child a {
	border-top: 0;
}
#cssmenu ul ul li, #cssmenu li:hover > ul > li {
	float: left;
	height: auto
}
#cssmenu ul li a, #cssmenu ul ul li a {
	width: 100%;
}
#cssmenu ul ul li {
	border: 0;
}
.header.sticky #cssmenu ul li {
	margin: 0;
}
#cssmenu ul ul ul li a {
	padding-left: 35px
}
#cssmenu ul ul li a {
	border: 0;
	margin: 0;
	padding: 5px 10px !important;
	font-size: 13px;
	background: none !important;
	border-bottom: 1px solid #2d353a !important;
	color: #fff !important;
	font-size: 13px;
	color: #999 !important;
}
#cssmenu ul ul, #cssmenu ul ul ul {
	position: relative;
	left: 0;
	width: 100%;
	margin: 0;
	top: 0px !important;
	padding: 0 !important;
	border: 0 !important;
}
#cssmenu > ul > li.has-sub > a:after, #cssmenu > ul > li.has-sub > a:before, #cssmenu ul ul > li.has-sub > a:after, #cssmenu ul ul > li.has-sub > a:before {
	display: none
}
#cssmenu #head-mobile {
	display: block;
	color: #ddd;
	font-size: 12px;
	font-weight: 700
}
.button {
	width: 22px;
	height: 22px;
	position: absolute;
	right: 0;
	top: 0px;
	cursor: pointer;
	z-index: 1000;
}
.button:after {
	position: absolute;
	top: 11px;
	right: 0px;
	display: block;
	height: 8px;
	width: 20px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	content: ''
}
.button:before {
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	position: absolute;
	top: 5px;
	right: 0px;
	display: block;
	height: 2px;
	width: 20px;
	background: #fff;
	content: ''
}
.button.menu-opened:after {
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	top: 11px;
	border: 0;
	height: 2px;
	width: 19px;
	background: #fff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}
.button.menu-opened:before {
	top: 11px;
	width: 19px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
#cssmenu .submenu-button {
	position: absolute;
	z-index: 99;
	right: 0;
	top: 0px;
	display: block;
	height: 35px;
	width: 35px;
	cursor: pointer
}
#cssmenu .submenu-button.submenu-opened {
	background: #853603;
}
#cssmenu ul ul .submenu-button {
	height: 36px;
	width: 36px
}
#cssmenu .submenu-button:after {
	position: absolute;
	top: 16px;
	right: 14px;
	width: 8px;
	height: 2px;
	display: block;
	background: #fff;
	content: ''
}
#cssmenu ul ul .submenu-button:after {
	top: 15px;
	right: 13px
}
#cssmenu .submenu-button.submenu-opened:after {
	background: #fff
}
#cssmenu .submenu-button:before {
	position: absolute;
	top: 13px;
	right: 17px;
	display: block;
	width: 2px;
	height: 8px;
	background: #fff;
	content: ''
}
#cssmenu ul ul .submenu-button:before {
	top: 12px;
	right: 16px
}
#cssmenu .submenu-button.submenu-opened:before {
	display: none
}
#cssmenu ul ul ul li.active a {
	border-left: none
}
#cssmenu > ul > li.has-sub > ul > li.active > a, #cssmenu > ul ul > li.has-sub > ul > li.active > a {
	border-top: none
}
.offers {
	width: 50%;
}
.titleoffer h4 {
	font-size: 23px;
	line-height: 30px;
}
.img-offers img {
	height: 185px;
}
.about {
	height: 370px;
}
.aboutdiv, .minmenu {
	width: 100%;
}
.a2a_kit.a2a_kit_size_32.a2a_default_style {
	width: 100%;
	margin-top: 15px;
}
.nav-tabs {
	text-align: center;
}
.nav-tabs li {
	float: none;
	width: auto;
	display: inline-block;
}
}
 @media (max-width:767px) {
#wowslider-container1 .ws-title {
	display: none !important;
}
.logo {
	width: 130px;
 	background-size: 100%;
}
.logo img {
	width: 80px;
}
.title {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 30px;
	color: #000;
	position: relative;
	padding-bottom: 30px;
	margin-top: 30px;
}
.section-about {
	padding-bottom: 30px;
}
.img-ab, .section-about:nth-last-child(2) .aboutdiv .img-ab {
	webkit-transform: rotate3d(0, 0, 0, 5deg);
	-moz-transform: rotate3d(0, 0, 0, 5deg);
	-ms-transform: rotate3d(0, 0, 0, 5deg);
	-o-transform: rotate3d(0, 0, 0, 5deg);
	transform: rotate3d(0, 0, 0, 5deg);
}
.section-about:last-child {
	margin-bottom: 0;
}
.aboutdiv {
	margin-top: 30px;
}
.boxinput, .menupage {
	width: 100%;
	margin-top: 15px;
}
.titlabout {
	font-size: 30px;
	line-height: 35px;
}
.jennasue {
	margin-top: 15px;
	font: 30px/40px 'JennaSue';
}
.findsearch {
	padding-bottom: 15px;
}
.titleabout {
	font-size: 44px;
}
}
 @media (max-width:667px) {
#wowslider-container1 .ws_images img {
	height: 400px !important;
}
.findsearch .boxinput {
	width: 50%;
}
.findsearch .boxinput:last-child {
	width: 100%;
}
}
 @media (max-width:550px) {
.offers {
	width: 100%;
}
.titleoffer h4 {
	font-size: 23px;
	line-height: 30px;
}
.img-offers img {
}
.list-unstyled a {
	font-size: 16px;
	margin: 0px 5px;
}
.required, .careerbox span, .careerbox .largeredbtn {
	float: left;
	width: 100%;
	text-align: center;
	display: inline-block;
}
.careerbox span {
	margin-right: 0px;
}
.a2a_kit.a2a_kit_size_32.a2a_default_style p {
	width: 100%;
	margin-bottom: 15px;
}
.a2a_kit.a2a_kit_size_32.a2a_default_style a {
	margin: 0;
	margin-right: 10px;
}
.titleh-3, .titleh-3:hover {
	text-align: left;
}
.soup img {
	float: none;
	display: inline-block;
}
.innersoup, .soupmenu .innersoup {
	padding: 0;
}
.innersoup p, .soup, .newmenu .title {
	text-align: center;
}
.innersoup span, .soup .required {
	margin-top: 15px;
}
.souptow span {
	position: relative;
	margin-top: 15px;
}
.souptow h3.required {
	margin: 0;
}
}
 @media (max-width:450px) {
#wowslider-container1 .ws_images img {
	height: 250px !important;
}
.formpopup .modal-footer .largeredbtn {
	width: 100%;
	margin: 0;
}
.formpopup .modal-footer .largeredbtn:last-child {
	margin-top: 15px;
}
}
 @media (max-width:380px) {
}
 @media (max-width:320px) {
.soup img {
	width: 100%;
	max-height: inherit;
	border: 2px solid #000;
}
}
