@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'JF-Flat-regular';
	src: url('../fonts/JF-Flat-regular.eot');	 /* IE9 Compat Modes */
	src: url('../fonts/JF-Flat-regular.eot?#iefix') format('embedded-opentype'),  /* IE6-IE8 */ url('../fonts/JF-Flat-regular.woff') format('woff'),   /* Modern Browsers */ url('../fonts/JF-Flat-regular.ttf') format('truetype'),	 /* Safari, Android, iOS */ url('../fonts/JF-Flat-regular.svg#JF-Flat-regular') 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: 15px/25px 'JF-Flat-regular';
	color: #494949;
        direction: ltr;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}
body {
	background: #f6f2e8;
	text-align: right;
}
.ie-clear {
	clear: both;
}
a, button, .logo, img, .header, .header.sticky, #cssmenu, span.fas.fa-link.liicon {
	-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: #fff;
	padding-bottom: 10px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.16);
}
.container {
	clear: both;
	position: relative;
	z-index: 10;
}
.logo {
	float: left;
	width: 189px;
	height: 197px;
	text-align: center;
	padding-top: 0;
	background: url(../images/logo-bc.png) no-repeat;
}
.logo img {
	width: 105px;
}
.header.sticky .logo {
	float: left;
	background: none;
	padding-top: 15px;
	width: auto;
	height: auto;
}
.header.sticky .logo img {
	width: 30px;
}
.minhead {
	float: right;
	margin-top: 20px;
}
.header.sticky .minhead {
	display: none;
}
.contacttext {
	float: left;
	margin: 15px 30px 0px 0px;
}
.contacttext a {
	float: right;
	margin-left: 15px;
        border-left: 1px solid #ccc;
        padding-left: 15px;
	line-height: 16px;
	height: 16px;
	position: relative;
	color: #ccc;
	font-size: 14px;
	font-family: Tahoma, Geneva, sans-serif;
}
.contacttext a i {
	float: left;
	margin: 1px 5px 0px 0px;
}
.contacttext a:last-child {
	margin: 0;
	padding: 0;
	border: 0;
}
.contacttext a:hover {
	color: #fff;
}
.list-inline {
	float: left;
	margin-right: 0px;
	margin-top: 10px;
}
.list-inline a {
	float: left;
	width: 25px;
	height: 25px;
	text-align: center;
	color: #fff;
	padding-top: 7px;
	margin-right: 2px;
	font-size: 12px;
	border-radius: 2px;
	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);
}
#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: 30px;
}
#cssmenu > ul > li {
	float: left;
	margin-left: 5px;
}
#cssmenu ul a {
	outline: none;
	display: inline-block;
	vertical-align: middle;
	color: #000;
	padding: 8px 20px;
	display: block;
	position: relative;
	display: inline-block;
	outline: none;
	background: #fff;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.36);
}
.header.sticky #cssmenu {
	width: auto;
	float: right;
	margin-top: 10px;
}
.header.sticky #cssmenu ul li {
	margin: 0;
}
.header.sticky #cssmenu ul a {
	box-shadow: none;
}
#cssmenu ul a:hover, #cssmenu ul a.active, #cssmenu ul li:hover a {
	background: #ee3224;
	color: #fff;
}
#cssmenu ul ul li a:before {
	display: none;
}
#cssmenu ul ul {
	position: absolute;
	right: -9999px;
	top: 100%;
}
#cssmenu ul ul li {
	height: 0;
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease
}
#cssmenu li:hover > ul {
	right: 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: #fff !important;
	background: #3c3f44 !important;
}
#cssmenu ul ul li:first-child a:after {
	position: absolute;
	content: "";
	right: 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: #ee3224 !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
*******************************************************************************/

 

 
 
.title {
	float: right;
	width: 100%;
	text-align: center;
	font-size: 35px;
	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: 30px;
	text-align: center;
}
.title span {
	color: #ee3224;
}
.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, .img-producer {
	float: right;
	width: 100%;
	padding-top: 240px;
	border: 2px solid #000;
	overflow: hidden;
	position: relative;
}
.img-producer {
	border: 0;
	padding-top: 100%;
}
.img-producer img, .img-offers img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	min-height: 100%;
	z-index: 1;
}
.img-offers:hover img, .img-producer: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);
}
span.fas.fa-link.liicon {
	position: absolute;
	left: 0;
	bottom: -30px;
	width: 30px;
	height: 30px;
	background: #ee3224;
	color: #fff;
	text-align: center;
	padding: 8px 0px;
}
.img-offers:hover span.fas.fa-link.liicon {
	bottom: 0px;
}
.titleoffer {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	/* background: url(../images/titleoffer.png) right repeat-y; */
	padding: 0px 15px;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}
.titleoffer h4 {
	float: right;
	width: 100%;
	background: rgba(126, 0, 0, 0.6);
	text-align: center;
	padding: 10px 0px;
	font-size: 25px;
	line-height: 35px;
	color: #fff;
}
.largeredbtn {
	float: left;
	margin-top: 15px;
	padding: 8px 20px;
	color: #fff;
	border: 2px solid #fff;
}
.titleoffer:hover .largeredbtn {
	border: 2px solid #ee3224;
	background: #ee3224;
}
.titleoffer:hover .largeredbtn:hover {
	background: #a0231a;
	border: 2px solid #a0231a;
}
.footer {
	float: right;
	width: 100%;
	background: #181818 url(../images/footer.jpg);
	position: relative;
	padding: 20px 0px 30px 0px;
}
.fotbx {
	float: left;
	margin-top: 30px;
}
.text-title {
	float: right;
	width: 100%;
	color: #fff;
	font-size: 22px;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 5px;
        text-align: left;
        direction: ltr;
}
.footer .text-dark.arge p, .footer .text-dark p {
	float: right;
	color: rgba(255, 255, 255, 0.52);
	font-size: 14px;
        text-align: left;
        direction: ltr;
}
.footer .text-dark p a:hover {
	text-decoration: underline;
}
.footer .text-dark.arge p a {
	font-size: 14px;
	color: #ee3224;
}
.list-unstyled {
	float: right;
	width: 100%;
	margin-top: 15px;
}
.list-unstyled a {
	float: left;
	width: 50%;
	font-size: 14px;
	margin-bottom: 3px;
	color: rgba(255, 255, 255, 0.52);
        text-align: left;
}
.list-unstyled a:hover, .textfooter a:hover, .development:hover {
	color: #ee3224;
}
.fotbx .list-inline {
	float: left;
}
.fotbx .list-inline a {
	margin: 0;
	margin-left: 2px;
}
.rights {
	float: right;
	width: 100%;
	margin-top: 50px;
	border-top: 1px dashed #4a4a4a;
	padding-top: 25px;
}
.rights p, .development {
	float: left;
	color: rgba(255, 255, 255, 0.52);
	font-size: 14px;
}
.development {
	float: right;
}
.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: #ee3224;
	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, .bomor:hover {
	background: #a0231a;
}
/******************************************************************************
start index
*******************************************************************************/

.about {
	float: right;
	width: 100%;
	height: 450px;
	position: relative;
	background-size: cover;
}
.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: right;
	width: 100%;
	text-align: center;
	font-size: 50px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.31);
	color: #fff;
}
.section-border-top {
	float: right;
	width: 100%;
	height: 33px;
	margin-top: -5px;
	background: url(../images/section-border-top.png) repeat-x;
}
.about .text {
	margin-top: 30px;
}
.about .text p {
	font-size: 18px;
	color: #fff;
}
.section-right {
	float: left;
	background: url(../images/section-about.png) bottom repeat-x;
	padding-bottom: 55px;
	margin-bottom: 10px;
}
.aboutdiv {
	float: right;
	margin-top: 50px;
}
.titlabout {
	float: right;
	width: 100%;
	font-size: 25px;
	line-height: 35px;
	color: #000;
        text-align: left;
        direction: ltr;
}
.textrad {
	float: right;
	width: 100%;
	margin-top: 10px;
        text-align: left;
        direction: ltr;
}
.bomor {
	background: #ee3224;
	border: 0;
}
.aboutdiv .text p {
	line-height: 30px;
	text-align: left;
	font-size: 16px;
        direction: ltr;
}
.img-ab {
	float: right;
	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: left;
}
.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);
}
.section-about .col-sm-8{
    float: left;
}
.jennasue {
	float: left;
	margin-top: 15px;
	color: #ee3224;
	font-size: 20px;
}
.contactusnow {
	color: #ee3224;
	text-decoration: underline;
}
.contactusnow:hover {
	text-decoration: none;
}
.contactform, .quickcontact, .textfooter, .shmaps, .iframe, .iframe iframe, .modal-footer, .findsearch, .detals, .category, .category li {
	float: right;
	width: 100%;
        text-align: left;
}
.boxinput {
	float: left;
	margin-top: 30px;
}
.form-control {
	float: right;
	width: 100%;
	height: 60px;
	border-radius: 0;
	border: 0;
	padding: 10px 20px;
	box-shadow: none;
	border: 2px solid #dcd5c2;
	font-size: 15px;
}
.form-control:hover, .form-control:focus {
	border: 2px solid #ee3224;
}
textarea.form-control {
	height: 140px;
	resize: none;
}
.bot-back {
	border: 0;
	background: #ee3224;
	height: 60px;
	margin: 0;
	width: 100%;
	font-size: 17px;
}
.shmaps {
	text-align: center;
	margin-top: 50px;
}
.shmaps img {
	width: 250px;
}
.textfooter {
	margin-top: 15px;
        text-align: left;
}
.textfooter strong {
	font-weight: bold;
	font-size: 16px;
	color: #000;
}
.textfooter p, .textfooter a {
	color: #7d7d7d;
        text-align: left;
}
.textfooter a {
	line-height: 35px;
	font-family: Tahoma, Geneva, sans-serif;
}
.textfooter i {
	float: left;
	width: 35px;
	height: 35px;
	background: #ee3224;
	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 {
	margin-bottom: 30px;
}
.iframe iframe {
	height: 500px;
	margin-top: 15px;
}
.iframe, .modal-footer {
	margin-top: 15px;
}
.modal-footer {
	padding: 0;
	padding-top: 15px;
}
.modal-header {
	padding: 0;
	padding-bottom: 15px;
}
.modal-header .titlabout {
	margin: 0;
	display: inline-block;
	float: none;
}
.modal-dialog {
	margin: 25px auto;
}
button.close {
	position: absolute;
	right: -10px;
	top: -10px;
	background: #ee3224;
	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: right;
	width: 100%;
	border-bottom: 1px dashed #dcd5c2;
	margin-top: 30px;
	padding-bottom: 30px;
}
.required {
	font-size: 20px;
	display: -webkit-box;
	color: #000;
	margin-bottom: 5px;
}
.required:hover {
	color: #ee3224;
}
.careerbox img {
	width: 100%;
}
.careerbox span {
	float: left;
	font-size: 14px;
	margin-top: 5px;
	cursor: pointer;
}
.careerbox .largeredbtn {
	margin-top: 5px;
	padding: 0;
	color: #ee3224;
	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: #ee3224;
	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 strong, .category li {
	margin-bottom: 10px;
	font-size: 16px;
}
.category li strong {
	color: #000;
}
.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: right;
	margin-left: 10px;
}
.linkbot, .linkbot a {
	float: right;
}
.linkbot a {
	margin: 15px 0px 0px 15px;
	color: #fff;
	border: 0;
	background: #ee3224;
	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-left: 15px;
	text-transform: capitalize;
	color: #fff;
	border: 0;
	height: 60px;
	padding: 19px 30px;
	background: #ee3224;
	text-align: center;
}
button.btn.btn-default.btn-choose.largeredbtn.brows {
	margin: 0;
	width: 98px;
	height: 40px;
	margin-top: 0px;
	background: #b99408;
	position: absolute;
	left: 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: right;
	width: 100%;
	margin-top: 30px;
}
.menupagediv {
	background: #ee3224;
	border: 0;
}
.menupage .titlabout, .menupage .text p {
	color: #fff;
	text-align: right;
}
.menupage .text p {
	float: right;
	color: #dedbdb;
}
.menupage .text .largeredbtn {
	float: left;
	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;
	padding-bottom: 30px;
}
.minmenu {
	float: right;
	margin-top: 30px;
}
.padbox {
	padding-bottom: 30px;
}
.nav-tabs, .nav-tabs li, .nav-tabs li a {
	float: right;
	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: right;
	width: 100%;
}
.soup {
}
.soup .required, .soup .required:hover {
	font-size: 28px;
	color: #000;
}
.soup img {
	float: left;
	max-width: 117px;
	max-height: 117px;
	border: 2px solid #000;
}
.innersoup {
	position: relative;
	padding-left: 140px;
}
.innersoup p {
	float: right;
	width: 100%;
	margin-top: 10px;
        text-align: left;
}
.innersoup span {
	float: right;
	font-size: 30px;
	color: #ee3224;
	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-right: 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 #ee3224;
	color: #ee3224;
}
.souptow span {
	float: right;
	font-size: 30px;
	color: #ee3224;
	position: absolute;
	left: 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: right;
	font-size: 35px;
	color: #ee3224;
	margin-top: 0;
}
.newmenu .title:after {
	display: none;
}
.logocentermeny {
	float: right;
	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;
}
.prodacts {
	float: right;
	width: 100%;
	background: #ccc url(../images/slides/img1.jpg) fixed center center no-repeat;
	background-size: cover;
	position: relative;
	margin-top: 50px;
	padding-bottom: 50px;
}
.prodacts:after {
	content: " ";
	position: absolute;
	background: rgba(0, 0, 0, 0.70);
	top: 0px;
	left: 0;
	width: 100%;
	height: 100%;
}
.prodacts .title {
	color: #fff;
}
.slickmin {
	margin: 0 auto;
	width: 950px;
}
.slick-slider {
	float: right;
	width: 100%;
	position: relative;
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
	direction: ltr;
	z-index: 2;
	margin-top: 30px;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}
.slick-track:before, .slick-track:after {
	display: table;
	content: '';
}
.slick-track:after {
	clear: both;
}
.slick-slide {
	float: right;
	width: 100%;
	position: relative;
	background: #fff;
	overflow: hidden;
	border-radius: 4px;
	padding: 15px 0px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.36);
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-prev, .slick-next {
	position: absolute;
	top: 45%;
	width: 26px;
	height: 51px;
	display: block;
	border: 0;
	cursor: pointer;
	outline: 0;
	background: url(../images/right-arrow.png) no-repeat;
	outline: none;
	outline-style: none;
}
.slick-prev {
	left: -60px;
	transform: rotate(180deg);
}
.slick-next {
	right: -60px;
}
.slick-dots {
	display: block;
	width: 100%;
	padding: 0;
	list-style: none;
	margin-top: 10px;
	text-align: center;
	display: none !important;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0px 1px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 15px;
	height: 15px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
	outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
	opacity: 1;
}
.slick-dots li button:before {
	font-size: 30px;
	line-height: 0px;
	position: absolute;
	top: 0;
	right: 0px;
	content: '•';
	text-align: center;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
	color: #850336;
}
.projects, .senrow {
	float: left;
	margin-top: 30px;
}
.projects-in, .emailsend {
	float: left;
	width: 100%;
	background: #fff;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.16);
}
.projects-in .img-offers {
	border: 0;
}
.projects-in .titlabout {
	padding: 10px;
	height: 41px;
}
.projects-in .textrad {
	height: 70px;
	padding: 0px 10px;
	overflow: hidden;
}
.botlink {
	float: right;
	padding: 10px;
	color: #ee3224;
}
.botlink:hover {
	text-decoration: underline;
}
.emailsend {
	box-shadow: none;
	padding-bottom: 30px;
	margin-top: 30px;
	background: #f1ead9;
}
.form-control-borderless {
	border: none;
}
.form-control-borderless:hover, .form-control-borderless:active, .form-control-borderless:focus {
	border: none;
	outline: none;
	box-shadow: none;
}
.pobot {
	position: absolute;
	right: 17px;
	top: 2px;
	width: auto;
	height: 56px;
}
.padleft {
	padding-right: 100px;
}
.popup-img {
	position: fixed;
	left: 50px;
	bottom: 0px;
	background: #000;
	width: 250px;
	height: 190px;
	z-index: 200;
	display: flex;
	align-items: center;
	justify-content: center;
}
.popup-img img {
	position: absolute;
	left: 0;
	top: auto;
	bottom: auto;
	max-width: 100%;
	max-height: 100%;
	width: 100%;
}
.del {
	position: absolute;
	right: -10px;
	top: -10px;
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 50%;
	background: #ee3224;
	color: #fff;
	z-index: 10;
	cursor: pointer;
	padding-top: 8px;
}
.newsinner {
	float: right;
	width: 100%;
	background: #fff;
	padding-bottom: 30px;
}
.newsinner .witslid {
	margin-top: 30px;
}
.newsinner .witslid img {
	width: 100%;
}
.newsinner .witslid .textrad {
	line-height: 30px;
	text-align: justify;
}
.newsinner .witslid .a2a_kit.a2a_kit_size_32.a2a_default_style {
	float: left;
	margin-top: 15px;
}
.newsinner .witslid .a2a_kit.a2a_kit_size_32.a2a_default_style.stleft{ float:right;}
.newsinner .col-sm-4{
    float: left;
}
.airports {
	float: right;
	width: 100%;
	margin: 0;
}
input[type="checkbox"], input[type="radio"] {
	position: absolute;
	right: 9000px;
}
/*Check box*/
input[type="checkbox"] + .label-text:before {
	float: right;
	content: "\f0c8";
	font-family: "Font Awesome 5 Free";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	width: 1em;
	font-size: 18px;
	display: inline-block;
	margin: 3px 0px 0px 8px;
}
input[type="checkbox"]:checked + .label-text:before {
	content: "\f14a";
	color: #009df4;
	animation: effect 250ms ease-in;
}
input[type="checkbox"]:disabled + .label-text {
	color: #aaa;
}
input[type="checkbox"]:disabled + .label-text:before {
	content: "\f0c8";
	color: #ccc;
}
/*Radio box*/
input[type="radio"] + .label-text:before {
	content: "\f111";
	font-family: "Font Awesome 5 Free";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	width: 1em;
	display: inline-block;
	margin-right: 5px;
	font-size: 15px;
}
input[type="radio"]:checked + .label-text:before {
	content: "\f192";
	color: #ee3224;
	animation: effect 250ms ease-in;
}
input[type="radio"]:disabled + .label-text {
	color: #aaa;
}
input[type="radio"]:disabled + .label-text:before {
	content: "\f111";
	color: #ccc;
}
 @keyframes effect {
 0% {
transform: scale(0);
}
 25% {
transform: scale(1.3);
}
 75% {
transform: scale(1.4);
}
 100% {
transform: scale(1);
}
}
.price {
	float: left;
 	margin-top: 20px;
}
.price p {
	float: left;
	color: #000;
	font-size: 22px;
}
.price span {
	float: left;
	margin-left: 15px;
	font-size: 20px;
	color: #777;
}
.price span.oldprice {
	text-decoration: line-through;
}
.price span.newprice {
	color: #ee3224;
}
.price span em {
	float: right;
	font-size: 14px;
}
.filter select{
    display: inline-block;
    float: left;
    width: 70%;
}
.filter label{
    line-height: 60px;
/*    color: #ee3224;*/
}
.filter{
    border-bottom: 1px dashed #dcd5c2;
    margin-top: 30px;
}
.carousel-indicators li{
    background: #fff;
    border:none;
    border-radius: 0;
}
.carousel-indicators .active{
    background: #ee3224;
    border:none;
}
.carousel-caption {
    bottom:200px;
}
.carousel-inner .item img{
    width:100%;
    position: relative;
    height: 700px;
}

.carousel-caption h2, .carousel-caption h3 {
    font-size: 2.5em;
    font-weight: 300;
    color: #fff;
    text-shadow: 1px 1px 3px #000;
} 
.carousel-caption h2 span, .carousel-caption h3 span{
    font-weight: 800;
    color: #703e70;
}
.carousel-caption p {
    font-size: 1.2em;
    font-weight: 600;
    color: #fff;
    margin: 2em 0;
}
.carousel-caption a {
    padding: 10px 25px;
    text-align: center;
    color: #333;
    margin-top: 20px;
    background: #f8f8f8;
    text-shadow: none;
    display: inline-block;
    font-size: 16px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.31);
}
.carousel-caption a:hover {
    background: #ee3224;
    color: #fff;
}
.pagination > li > a, .pagination > li > span{
    float: left;
}
 @media (min-width:1600px) {
}
 @media (max-width:1199px) {
.carousel-caption {
    bottom:150px;
}
.menupage .text .largeredbtn {
	float: left;
	margin-top: 15px;
}
#cssmenu > ul > li {
	margin-right: 3px;
}
#cssmenu ul a {
	padding: 8px 14px;
}
.slickmin {
	width: 750px;
}
}
 @media (max-width:991px) {
    .carousel-caption {
        bottom:50px;
    }
#cssmenu {
	width: 200px;
	position: absolute;
	right: 15px;
	border: 0;
	margin: 0;
	top: 85px;
	z-index: 100;
}
.header.sticky #cssmenu {
	margin-top: 0;
	top: 22px;
	width: 200px;
}
.header.sticky #cssmenu ul {
	top: 40px;
}
#cssmenu ul {
	width: 100%;
	display: none;
	top: 25px;
	z-index: 120;
}
#cssmenu ul li {
	width: 100%;
	margin: 0;
}
#cssmenu ul li a {
	padding: 5px 10px;
	height: auto;
	border: 0;
	font-size: 15px;
        text-align: left;
}
#cssmenu ul a:before, #cssmenu ul a::after {
	display: none;
}
#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% !important;
}
#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;
	color: #fff !important;
	font-size: 13px;
}
#cssmenu ul ul, #cssmenu ul ul ul {
	position: relative;
	right: 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;
	background: #ee3224;
	width: 30px;
	height: 25px;
	z-index: 1000;
}
.button:after {
	position: absolute;
	top: 11px;
	left: 0px;
	right: 0;
	margin: 0 auto;
	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;
	left: 0px;
	right: 0;
	margin: 0 auto;
	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;
	left: 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: #000;
	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: #000;
	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;
}
.about {
	height: 300px;
}
.about .container {
	z-index: 100;
	top: 45%;
}
.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;
}
.contacttext {
	float: right;
	margin: 15px 0px 0px 10px;
}
.contacttext a {
	margin: 0;
	padding: 0;
	border: 0;
}
.contacttext a:nth-last-child(1), .contacttext a:nth-last-child(2) {
	display: none;
}
.witslid, .slickmin, .senrow, .fotbx {
	width: 100%;
}
.witslid .titlabout {
	margin-top: 15px;
}
.slick-next {
	right: 50px;
}
.slick-prev {
	left: 50px;
}
.projects {
	width: 50%;
}
}
 @media (max-width:767px) {
     .carousel-inner .item img{
        height: 350px;
    }
/*#wowslider-container1 .ws-title {
	display: none !important;
}*/
 .carousel-caption {
        display: none !important;
    }
.logo {
	width: 130px;
	height: 145px;
	background-size: 100%;
}
.logo img {
	width: 65px;
}
.title {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 23px;
	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;
}
.findsearch {
	padding-bottom: 15px;
}
.titleabout {
	font-size: 30px;
}
.about .text p {
	font-size: 15px;
}
.rights p, .development {
	width: 100%;
	text-align: center;
}
.about .text {
	margin-top: 15px;
}
}
 @media (max-width:667px) {
.minhead {
	margin: 0;
}
#cssmenu {
	top: 50px;
}
.findsearch .boxinput {
	width: 50%;
}
.findsearch .boxinput:last-child, .offers, .projects, .senrow {
	width: 100%;
}
.titleoffer h4 {
	font-size: 20px;
	line-height: 30px;
}
.img-offers, .img-producer {
	padding-top: 50%;
}
.projects-in .titlabout {
	padding-bottom: 0px;
}
.projects-in .titlabout, .projects-in .textrad {
	height: auto;
}
.slick-prev, .slick-next {
	top: 20%;
}
}
 @media (max-width:550px) {
.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: right;
}
.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;
}
}
