@import "font-awesome.min.css";
@import "animate.css";
@import "touchTouch.css";
/*========================================================
										Main variables
=========================================================*/
/*hover color*/
/*hover 2 color*/
/*color of content*/
/*color of border*/
/*========================================================
										Typography
=========================================================*/
/*color of input fields in contact form*/
/*============  Search form  =============*/
.js-search {
	position: relative;
	display: inline-block;
	margin: 43px -13px 3px 26px;
	float: right;
}
.js-search.active .toggle {
	color: #e52f86;/*background: @toggle-hov-bg;*/
}
.js-search.active .toggle:before {
	content: '\f00d';
}
.js-search.active .search-form {
	width: 200px;
	border-radius: 0px;
}
.js-search.active .search-form .input {
	border-color: #e52f86;
}
.js-search .toggle {
	display: block;
	position: relative;
	z-index: 2;
	width: 40px;
	height: 40px;
	color: #000000;
	font: 400 14px 'FontAwesome';
	line-height: 41px;
	text-align: center;
	cursor: pointer;
	transition: .3s all ease;/*background: @hcolor;
		border-radius: 500px;*/
}
.js-search .toggle:hover {
	color: #e52f86;/*background: @toggle-hov-bg;*/
}
.js-search .toggle:before {
	content: '\f002';
}
.js-search .search-form {
	position: absolute;
	width: 0;
	top: 0;
	right: 100%;
	z-index: 1;
	box-sizing: border-box;
	overflow: hidden;
	transition: .3s all ease;
}
.js-search .search-form .input {
	position: relative;
	display: block;
	color: #000000;
	padding: 6px 35px 6px 10px;
	height: 20px;
	background-color: #ffffff;
	font: 400 14px Arial, sans-serif;
	line-height: 20px;
	border: 4px solid transparent;
	border-radius: 0px;
}
.js-search .search-form a {
	position: absolute;
	right: 7px;
	top: 50%;
	margin-top: -9px;
	width: 20px;
	height: 20px;
	color: #b3b4a7;
	text-decoration: none;
	font: normal 14px 'FontAwesome';
	line-height: 20px;
	cursor: pointer;
}
.js-search .search-form a:before {
	content: '\f054';
}
.js-search .search-form a:hover {
	color: #232323;
	text-decoration: none;
}
.js-search .search-form input {
	display: block;
	width: 100%;
	height: 100%;
	color: inherit;
	font: inherit;
	line-height: inherit;
	outline: none;
	background-color: transparent;
	border: none;
	overflow: hidden;
	margin: 0;
	padding: 0;
	-webkit-appearance: none;
	border-radius: 0;
	vertical-align: baseline;
}
@font-face {
	font-family: Rokkitt;
	src: url(../fonts/Rokkitt.otf);
}

@media (max-width: 979px) {
.js-search {
	margin: 7px 10px 0px;
}
}

@media (max-width: 767px) {
.js-search {
	display: block;
	margin: 10px auto 1px;
	max-width: 100%;
	border-radius: 0;
	padding: 15px 0px 0;
	float: none;
}
.js-search .toggle {
	display: none !important;
}
.js-search .search-form {
	display: block;
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	width: 100%;
	border: 4px solid;
	border-color: #e52f86;
}
.js-search .search-form .input {
	padding: 6px 35px 6px 10px;
	border-radius: 0;
}
}
/*========================================================
										Main layout styles
=========================================================*/
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	min-width: 300px;
	background: #323232;
	color: #5d5d5d;
	font: 13px/22px 'Ubuntu', Arial, sans-serif;
}
a[href^="tel:"] {
	color: inherit;
	text-decoration: none;
}
* {
	-webkit-text-size-adjust: none;
}
h1 {
	position: relative;
	display: inline-block;
	margin: 0;
	margin-top: 5px;
	margin-bottom: 5px;
}
h1 img {
	max-width: inherit;
}
h2 {
	font: bold 20px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #525355;
	text-transform: uppercase;
	margin-top: 40px;
}
.footer_h2 {
	font: 600 18px/26px 'Exo', Arial, sans-serif;
	color: #fff;
	text-transform: uppercase;
	margin-top: 35px;
}
h3 {
	font: 12px/21px 'Exo', Arial, sans-serif;
	color: #868686;
	margin-top: 6px;
	text-transform: uppercase;
}
h4 {
	font: 14px/20px 'Ubuntu', Arial, sans-serif;
	color: #1b1b1b;
	margin-top: 15px;
	text-transform: uppercase;
}
span.search {
	color: #e52f86 !important;
}
.top_section {
	position: relative;
	background: #e5e5e5;
	padding: 5px 0 8px;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.55);
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.55);
	z-index: 101;
}
/*========================================================
										HEADER styles
=========================================================*/
#header {
	background: #E31E24;
	padding: 0;
	border-top: 5px solid #6d6f71;
	position: relative;
	z-index: 100;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.55);
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.55);
}
/* Main menu styles
========================================================*/
/*========================================================
										menu variables
=========================================================*/
nav {
	position: relative;
	margin-top: 50px;
}
nav:before {
	position: absolute;
	display: inline-block;
	content: '';
	width: 1px;
	height: 19px;
	right: 34px;
	top: 0;
}
.sf-menu {
	float: right;
}
.sf-menu > li {
	float: left;
	position: relative;
	margin: 0 0 0 27px;
}
.sf-menu > li:last-child, .sf-menu > li#last-li {
/*margin: 0;*/
}
.sf-menu > li + li:before {
	position: absolute;
	display: inline-block;
	content: '';
	width: 4px;
	height: 8px;
	left: -15px;
	top: 8px;
	background: url(../images/menu_sep_line.png) no-repeat 0 0;
}
.sf-menu > li > a {
	display: inline-block;
	padding: 1px;
	font: 16px/24px 'Rokkitt', Arial, sans-serif;
	text-transform: uppercase;
	color: #fff;
	/*background: @menu-bg-color;*/
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;/* rollover line =============================================*/
}
.sf-menu > li > a:hover {
	color: #FFFFFF;
	/*background: @menu-bg-hover-color;*/
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.sf-menu > li > a:hover strong {
	width: 100%;
	opacity: 1;
}
.sf-menu > li > a.sf-with-ul:after {
	content: '';
	position: absolute;
	width: 5px;
	bottom: -2px;
	left: 50%;
	pointer-events: none;
	z-index: 999;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 3px 0 3px;
	border-color: #fff transparent transparent transparent;
}
.sf-menu > li > a strong {
	width: 0%;
	height: 6px;
	position: absolute;
	display: inline-block;
	left: 0;
	top: 92px;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
	z-index: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*background: #fa9183;*/
	opacity: 0;
	display: none;/* css triangle =============================================*/
}
.sf-menu > li > a strong:before {
	content: "";/*display: block;
					width: 0; 
					height: 0; 
					border-left: 7px solid transparent;
					border-right: 7px solid transparent;
					border-bottom: 7px solid #fa9183; 
					position: absolute;
					top: -5px;
					left: 50%;
					margin-left: -3px;*/
}
.sf-menu > li.current > a {
	color: #28ab4f;/*background: @menu-bg-hover-color;*/
}
.sf-menu > li.current > a strong {
	width: 100%;
	opacity: 1;
}
.sf-menu > li.sfHover > a {
	color: #FFFFFF;/*background: @menu-bg-hover-color;*/
}
.sf-menu > li.sfHover > a strong {
	width: 100%;
	opacity: 1;
}
.sf-menu a {
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.sf-menu a:hover {
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
/* First level sub-menu styles - submenu
========================================================*/
.sf-menu ul {
	position: absolute;
	top: 40px;
	left: -20px;
	background: #E31E24;
	padding: 25px 0px 10px;
	width: 195px;
	z-index: 2;
	display: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.sf-menu ul li {
	position: relative;
	text-align: left;
	text-indent: 10px;
	line-height: 30px;
}
.sf-menu ul li a {
	font: 12px/16px Arial, sans-serif;
	text-transform: uppercase;
	color: #FFFFFF;
	display: inline-block;
}
.sf-menu ul li a:hover {
	color: #ffffff;
}
.sf-menu ul li a.sf-with-ul:after {
	/*content: '';*/
	font-family: 'FontAwesome';
	position: absolute;
	width: 5px;
	font-size: 13px;
	line-height: 13px;
	font-weight: normal;
	color: #000;
	right: -4px;
	bottom: 1px;
	pointer-events: none;
	z-index: 999;
}
.sf-menu ul li.sfHover > a {
	color: #ffffff;
}
/* Second level sub-menu styles - submenu2
========================================================*/
.sf-menu ul ul {
	position: absolute;
	top: -10px;
	left: 165px;
	width: 185px;
	background: #E31E24;
	/*padding: 10px 10px;*/
	z-index: 4;
}
.sf-menu ul ul li {
/*line-height: 30px;*/
}
.sf-menu ul ul li a {
	color: #8e8e8e;
	color: #FFFFFF;
}
.title01 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #1a8501;
}

@media only screen and (max-width: 979px) {
nav:before {
	display: none;
}
}

@media only screen and (max-width: 767px) {
.sf-menu {
	display: none;
}
nav {
	margin-top: 1px;
}
.select-menu {
	display: block;
	width: 100%;
	border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	border: 4px solid #6d6e70;
	position: relative;
	outline: none !important;
	z-index: 1000;
	margin-top: 10px;
	margin-bottom: 10px;
}
}
/* Stuck menu styles
========================================================*/
.isStuck {
	background: #E31E24;
	padding: 0px 0 2px;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.55);
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.55);
	z-index: 999;
}
.isStuck h1, .isStuck h1 img {
	height: 60px;
}
.isStuck nav {
	margin-top: 25px;
}
.isStuck .js-search {
	display: none;
}
/*.isStuck .sf-menu > li > a {line-height: 50px;}*/
.isStuck .sf-menu ul.submenu {
	top: 28px;
}

@media only screen and (max-width: 979px) {
.isStuck {
	display: none !important;
}
}
/*========================================================
										USEFUL styles
=========================================================*/
a {
	text-decoration: none;
	cursor: pointer;
	color: inherit;
	-webkit-transition: 0.4s all ease;
	transition: 0.4s all ease;
}
a:hover {
	color: #E31E24;
	text-decoration: none;
}
a.link1 {
	margin-left: 5px;
}
a.link2:hover {
	color: #2d75ba;
}
a.link3 {
	color: #e52f86;
}
a.link3:hover {
	color: #fff;
}
a.link4 {
	color: #e52f86;
}
a.link4:hover {
	color: #000;
}
#footer .footer_txt_h1 {
	font: 30px/32px 'Rokkitt', Arial, sans-serif;
	color: #fff;
	text-transform: uppercase;
	margin-top: 38px;
	letter-spacing: -1px;
}
.txt1 {
	font: 14px/24px 'Rokkitt', Arial, sans-serif;
	color: #323232;
	margin-top: 5px;
	float: right;
	text-transform: uppercase;
}
.txt2 {
	font: 13px/22px 'Ubuntu', Arial, sans-serif;
	font-style: italic;
	color: #777777;
	margin-top: 7px;
}
.txt3 {
	font: bold 30px/36px 'Exo', Arial, sans-serif;
	color: #323232;
	text-transform: uppercase;
	margin-top: 30px;
}
.txt4 {
	font: bold 14px/24px 'Ubuntu', Arial, sans-serif;
	font-style: italic;
	color: #1b1b1b;
	text-transform: uppercase;
	margin-top: 56px;
}
.txt5 {
	font: 14px/24px 'Ubuntu', Arial, sans-serif;
	font-style: italic;
	color: #707070;
	margin-top: 0px;
	max-width: 585px;
}
.txt6 {
	font: 18px/24px 'Ubuntu', Arial, sans-serif;
	font-style: italic;
	color: #303030;
	margin-top: 17px;
}
.txt7 {
	font: 32px/48px 'Rokkitt', Arial, sans-serif;
	color: #fff;
	text-transform: uppercase;
	margin-top: 17px;
}
.txt8 {
	font: bold 34px/28px 'Rokkitt', Arial, sans-serif;
	color: #fff;
	text-transform: uppercase;
	margin-top: 25px;
	margin-left: 56px;
}
.txt8 i {
	margin-top: -5px;
	margin-left: 3px;
}
.txt9 {
	color: #e52f86;
	font-size: 14px;
}
#footer .txt10 {
	font: bold 16px/32px 'Exo', Arial, sans-serif;
	color: #fff;
	margin-top: 5px;
	margin-bottom: -10px;
}
.txt11 {
	font: 600 40px/48px 'Exo', Arial, sans-serif;
	color: #323232;
	text-transform: uppercase;
	margin-top: 42px;
}
.txt12 {
	font: 300 18px/28px 'Ubuntu', Arial, sans-serif;
	font-style: italic;
	color: #323232;
	margin-top: 20px;
}
.txt13 {
	font: 600 30px/36px 'Exo', Arial, sans-serif;
	color: #323232;
	text-transform: uppercase;
	margin-top: 42px;
}
.txt14 {
	font-size: 14px;
	line-height: 24px;
	margin-top: 11px;
}
.txt15 {
	font: bold 14px/24px 'Ubuntu', Arial, sans-serif;
	font-style: italic;
	color: #1b1b1b;
	text-transform: uppercase;
	margin-top: 29px;
}
.txt16 {
	font: 700 36px/40px 'Exo', Arial, sans-serif;
	color: #323232;
	text-transform: uppercase;
	margin-top: -9px;
}
.txt17 {
	font: 600 20px/26px 'Exo', Arial, sans-serif;
	color: #fff;
	text-transform: uppercase;
	margin-top: 12px;
}
.txt18 {
	position: relative;
	font: 30px/42px 'Rokkitt', Arial, sans-serif;
	color: #fff;
	text-transform: uppercase;
	margin-top: 43px;
}
.txt18:before {
	position: absolute;
	display: inline-block;
	content: '';
	width: 14px;
	height: 11px;
	left: 0;
	top: -30px;
	background: url(../images/quote_sign.png) no-repeat 0 0;
}
.txt19 {
	font: bold 24px/28px 'Rokkitt', Arial, sans-serif;
	color: #fff;
	text-transform: uppercase;
	margin-top: 15px;
	margin-left: 40px;
}
.txt20 {
	font: 12px/18px 'Exo', Arial, sans-serif;
	color: #868686;
	text-transform: uppercase;
	margin-top: 7px;
	margin-left: 40px;
}
.txt21 {
	font-size: 14px;
	color: #e52f86;
	font-style: italic;
	margin-top: 7px;
}
.txt22 {
	font: 14px/21px 'Exo', Arial, sans-serif;
	color: #fff;
	background: #e52f86;
	text-transform: uppercase;
	margin-top: 34px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 17px 0;
	text-indent: 17px;
}
.txt23 {
	font: 14px/21px 'Exo', Arial, sans-serif;
	color: #fff;
	background: #323232;
	text-transform: uppercase;
	margin-top: 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 17px 0;
	text-indent: 17px;
}
.line1 {
	position: relative;
	display: inline-block;
	content: '';
	width: 1px;
	height: 19px;
	top: 1px;
	margin: 0 9px;
	background: #c9c9c9;
}
.color1 {
	color: #e52f86;
}
.color2 {
	color: #5d5d5d;
}
.color3 {
	color: #fff;
}
.box {
	overflow: hidden;
}
.bold {
	font-weight: bold;
}
.fw400 {
	font-weight: 400;
}
.fw600 {
	font-weight: 600;
}
.fz15 {
	font-size: 15px;
}
.circle {
	overflow: hidden;
	border-radius: 1000px;
}
.fleft {
	float: left;
}
.fright {
	float: right;
}
.clear {
	clear: both;
	width: 100%;
	font-size: 0;
	line-height: 0;
}
.wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.txt_upp {
	text-transform: uppercase;
}
.txt_left {
	text-align: left;
}
.txt_right {
	text-align: right;
}
.txt_cntr {
	text-align: center;
}
.txt_ital {
	font-style: italic;
}
.txt_line_through {
	text-decoration: line-through;
}
.pos_rel {
	position: relative;
}
.txt_und {
	text-decoration: underline;
}
.letter_spacing1 {
	letter-spacing: 2px;
}
.padTop1 {
	padding-top: 10px;
}
.padBot1 {
	padding-bottom: 35px;
}
.padLeft1 {
	padding-left: 10px;
}
.padRight1 {
	padding-right: 10px;
}
.mar1 {
	margin: 0 4px;
}
.marTop0 {
	margin-top: 0px;
}
.marTop1 {
	margin-top: 26px;
}
.marTop2 {
	margin-top: 9px;
}
.marTop3 {
	margin-top: 20px;
}
.marTop4 {
	margin-top: 10px;
}
.marTop5 {
	margin-top: 27px;
	margin-bottom: -24px;
}
.marTop6 {
	margin-top: 30px;
}
.marTop7 {
	margin-top: 31px;
}
.marTop8 {
	margin-top: 18px;
}
.marTop9 {
	margin-top: 21px;
}
.marTop10 {
	margin-top: 72px;
}
.hline {
	width: 100%;
	height: 1px;
	background: #c7c8c8;
	margin-top: 22px;
	margin-bottom: 0px;
}
.hline2 {
	width: 100%;
	height: 1px;
	background: #ededed;
	margin-top: 14px;
	margin-bottom: 0px;
}
.hline3 {
	width: 100%;
	height: 1px;
	max-width: 222px;
	border-bottom: 1px dotted #6a6967;
	margin-top: 14px;
	margin-bottom: 0px;
}
p {
	margin-top: 2px;
}
img {
	margin-bottom: 0px;
	max-width: 100%;
	height: auto;
}
.img1 {
	margin-top: 15px;
	max-width: 200%;
}
.img2 {
	margin-bottom: 5px;
	float: left;
	margin-right: 25px;
}
.img3 {
	margin-top: 20px;
}
.img4 {
	margin-top: 34px;
	float: left;
	margin-right: 20px;
}
.img5 {
	margin-top: 34px;
	float: left;
	margin-right: 26px;
}
.img_border {
	border: 5px solid #fff;
	-webkit-box-shadow: 4px 5px 5px 0px rgba(0, 0, 0, 0.08);
	box-shadow: 4px 5px 5px 0px rgba(0, 0, 0, 0.08);
}
.icon1 {
	margin-top: 28px;
	float: left;
	color: #e52f86;
	font-size: 48px;
	width: 68px;
}
.icon2 {
	margin-top: 21px;
	float: left;
	color: #e52f86;
	font-size: 30px;
	width: 40px;
}
blockquote {
	padding-left: 33px;
	padding-right: 40px;
	background: url(../images/quote_sign.png) 0 0px no-repeat;
	margin-top: 29px;
	overflow: hidden;
}
blockquote p {
	margin-top: 0;
}
.num_section {
	font: 500 14px/35px 'Ubuntu', Arial, sans-serif;
	color: #fff;
	text-align: center;
	width: 35px;
	height: 35px;
	background: #323232;
	border-radius: 500px;
	display: block;
	margin-top: 29px;
	float: left;
	margin-right: 16px;
}
.date_section {
	position: relative;
	width: 100%;
	max-width: 100px;
	background-color: #eb6654;
	float: left;
	text-align: center;
	margin-top: 43px;
	color: #fff;
	text-transform: uppercase;
}
.day {
	font: bold 37px/37px 'Ubuntu', Arial, sans-serif;
	margin-top: 8px;
	display: block;
}
.month {
	font: 300 10px/12px 'Ubuntu', Arial, sans-serif;
	margin-top: 3px;
	display: block;
}
.product_scroll {
	border: 1px solid #E31E24;
	display: block;
	height: auto;
	text-align: center;
	transition: all 0.3s ease 0s;
	background-color: #fff;
	padding: 18px;
	margin-right: 10px;
}
.title01 {
	font-size: 17px;
	font-weight: bold;
	color: #E31E24;
	font-family: Rokkitt;
	letter-spacing: 2px;
}
/*========================================================
										LISTS
=========================================================*/
.listWithMarker {
	margin: 0;
	margin-top: 30px;
}
.listWithMarker.v2 {
	margin-top: 25px;
}
.listWithMarker li {
	display: block;
	padding-left: 19px;
	margin-bottom: 0;
	padding-bottom: 8px;
	position: relative;
}
.listWithMarker li:before {
	position: absolute;
	/*content: '\f101';*/
	content: '';
	/*font: normal normal 14px/20px 'FontAwesome';*/
	top: 9px;
	left: 0;
	width: 5px;
	height: 5px;
	border-radius: 1500px;
	background: url(../images/list_marker.png) 0 0 no-repeat;
}
.listWithMarker li a {
	color: #5e5e5e;
	text-decoration: none;
	font: 13px/20px "Inder", Arial, sans-serif;
}
.listWithMarker li a:hover, .listWithMarker li.current a {
	color: #E31E24;
}
.listWithMarker02 {
	margin: 0;
	margin-top: 15px;
}
.listWithMarker02.v2 {
	margin-top: 25px;
}
.listWithMarker02 li {
	display: block;
	padding-left: 19px;
	margin-bottom: 0;
	padding-bottom: 8px;
	position: relative;
}
.listWithMarker02 li:before {
	position: absolute;
	/*content: '\f101';*/
	content: '';
	/*font: normal normal 14px/20px 'FontAwesome';*/
	top: 9px;
	left: 0;
	width: 5px;
	height: 5px;
	border-radius: 1500px;
	background: url(../images/list_marker02.png) 0 0 no-repeat;
}
.listWithMarker02 li a {
	color: #fff;
	text-decoration: none;
	font: 13px/20px "Inder", Arial, sans-serif;
}
.listWithMarker02 li a:hover, .listWithMarker02 li.current a {
	color: #E31E24;
}
/*========================================================
										BUTTONS
=========================================================*/
.more_btn {
	display: inline-block;
	margin-top: 15px;
	padding: 12px 18px;
	text-decoration: none;
	font: 12px/18px "Exo", Arial, sans-serif;
	color: #222;
	background: #fff;
	border: 1px solid #cccccc;
	text-transform: uppercase;
}
.more_btn:hover {
	color: #fff;
	background: #E31E24;
	border: 1px solid #E31E24;
}
.more_btn.v2 {
	background: #e52f86;
	color: #fff;
	margin-top: 56px;
}
.more_btn.v2:hover {
	background: #fff;
	color: #000;
}
.more_btn2 {
	display: inline-block;
	margin-top: 28px;
	text-decoration: none;
	font: 300 10px/18px "Ubuntu", Arial, sans-serif;
	color: #6a6c76;
	text-transform: uppercase;
}
.more_btn2:hover {
	color: #e52f86;
}
/*********************************start magnifier2*************************************/
.magnifier2 {
	position: relative;
	/* display:block; */
	display: inline-block;
}
.zoom {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	background: url(../images/magnifier2.png) 50% 50% no-repeat;
	-webkit-transition: 0.6s all ease;
	transition: 0.6s all ease;
}
a.magnifier2:hover .zoom {
	opacity: 1;
}
a.magnifier2 .zoom {
	opacity: 0;
}
/*********************************end magnifier2*************************************/
/*----------- start social icons ----------------*/
#footer .soc_icons {
	margin-top: 28px;
}
.soc_icons {
	position: relative;
	display: block;
	margin-top: 6px;
	white-space: nowrap;
	text-align: left;
	float: left;
}
.soc_icons > li {
	position: relative;
	display: inline-block;
	margin-right: 20px;
}
.soc_icons > li > a {
	position: relative;
	line-height: 1em;
	-webkit-transition: 0.4s all ease;
	transition: 0.4s all ease;
	color: #fff;
	display: inline-block;
	color: #949494;
}
.soc_icons i {
	font: normal normal 22px/24px 'FontAwesome';
}
.soc_icons > li > a:hover {
	color: #e23146;
	text-decoration: none;
}
.soc_icons2 {
	position: relative;
	display: block;
	margin-top: 6px;
	white-space: nowrap;
	text-align: left;
	float: left;
}
.soc_icons2 > li {
	position: relative;
	display: inline-block;
	margin-right: 10px;
}
.soc_icons2 > li > a {
	position: relative;
	line-height: 1em;
	-webkit-transition: 0.4s all ease;
	transition: 0.4s all ease;
	color: #fff;
	display: inline-block;
	color: #e52f86;
}
.soc_icons2 i {
	font: normal normal 14px/24px 'FontAwesome';
}
.soc_icons2 > li > a:hover {
	color: #000;
	text-decoration: none;
}
/*----------- end social icons ----------------*/
/*========================================================
										CONTENT styles
=========================================================*/
#content {
	padding: 0 0 0 0;
	background: #fff;
	overflow: hidden;
}
#content.content_pages {
	padding-top: 51px;
}
.box-1 {
	/*color: #fff;*/
	background: url('../images/bg.jpg') 0 0;
	padding: 5px 0 20px 0;
	min-height: 456px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.box-1.v2 {
	background: url('../images/bg2.jpg') 0 0;
	padding-bottom: 72px;
}
.box-1.v3 {
	background: url('../images/bg3.jpg') 0 0;
	padding-bottom: 72px;
	min-height: 478px;
	margin-bottom: 20px;
	text-align: center;
}
.box-2 {
	position: relative;
	width: 100%;
	margin-top: 21px;
	padding: 6px 0 12px;
	color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #6d6e70;
	overflow: hidden;
	z-index: 0;
	margin-bottom: 20px;
}
.box-2.v2 {
	padding-bottom: 70px;
	position: relative;
	z-index: 0;
}
.bg2 {
	position: relative;
	z-index: 0;
	display: block;
}
.bg2:before {
	position: absolute;
	display: inline-block;
	content: '';
	width: 4000px;
	height: 4000px;
	left: -2px;
	top: -20px;
	background: #E31E24;
	z-index: -1;
}
.box-2.v2 .bg2:before {
	top: -1200px;
}
.box-3 {
	background: #f0f2f1;
	padding-top: 16px;
	padding-bottom: 40px;
}
.col1 {
	float: left;
	width: 170px;
	margin-right: 35px;
}
.col1.last {
	margin-right: 0;
}
.col2 {
	float: right;
}
.col3, .col4 {
	float: left;
}
.col3 {
	width: 203px;
	margin-right: 0;
}
.col4 {
	width: 198px;
	margin-right: 0;
}
/**** start Map API ****/
.content_map {
	margin-top: 0px;
	position: relative;
	height: 272px;
}
.content_map2 {
	margin-top: 34px;
	position: relative;
	height: 426px;
}
.google-map-api {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
#map-canvas {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#map-canvas img {
	max-width: none !important;
}
/**** end Map API ****/
/**** start Map ****/
.map {
	margin-top: 15px;
	overflow: hidden;
}
.map figure {
	position: relative;
	display: block;
	width: 100%;
	margin-bottom: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.map figure iframe {
	width: 100%;
	height: 321px;
	max-width: 100%;
}
.img_border.map {
	max-width: 535px;
}
/**** end Map ****/
/**** start address section ****/
.address1 {
	padding-top: 12px;
	display: block;
}
.address1 dt {
	margin-bottom: 1px;
}
.address1 dd span {
	min-width: 84px;
	display: inline-block;
	text-align: left;
}
.address1 dd span.col1 {
	min-width: 0;
}
/**** end address section ****/
/*========================================================
										FOOTER styles
=========================================================*/
#footer {
	padding: 18px 0 45px;
	background: #5c5d5f;
	color: #959595;
	overflow: hidden;
}
#footer p {
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	margin-top: 15px;
}
.txt_priv {
	font: 14px/20px 'Exo', Arial, sans-serif !important;
	color: #959595;
	text-transform: uppercase;
	margin-top: -5px !important;/*min-width: 280px;*/
}
/*========================================================
										Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 80px;
	right: 30px;
	overflow: hidden;
	border: none;
	color: #555;
	width: 30px;
	height: 30px;
	font-size: 20px;
	line-height: 30px;
	z-index: 20;
	text-align: center;
	background: #353535;
	-webkit-transition: color 0.5s ease;
	transition: color 0.5s ease;
}
#toTop:hover {
	outline: none;
	color: #e52f86;
	background: #000;
}

@media only screen and (max-width: 1199px) {
#toTop {
	display: none !important;
}
}

/*========================================================
								RESPONSIVE LAYOUTS STYLES 
=========================================================*/
@media only screen and (max-width: 1199px) {
figure a,  figure a img {
	width: 100%;
}
#owl .owl-prev,  #owl .owl-next {
	right: 49px !important;
	bottom: -45px !important;
}
#owl .owl-next {
	right: 0px !important;
}
.txt22 {
	font: 12px/21px 'Exo', Arial, sans-serif;
	text-align: center;
	text-indent: 0;
}
.img1 {
	max-width: 100%;
}
#footer .txt10 {
	font: bold 20px/26px 'Exo', Arial, sans-serif;
}
}

@media only screen and (max-width: 979px) {
.map figure,  .map figure iframe,  #form input,  #form textarea,  #form .success {
	width: 100% !important;
	float: none !important;
}
#form .success {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.map figure {
	height: auto !important;
	margin-bottom: 15px;
}
.txt8 {
	margin-left: 10px;
}
.txt7 {
	font: 38px/52px 'Rokkitt', Arial, sans-serif;
}
.txt19,  .txt20 {
	margin-left: 15px;
}
.img5 {
	float: none;
	margin-right: 0;
}
h1 {
	position: relative;
	display: inline-block;
	margin: 0;
	margin-top: 18px;
	margin-bottom: 12px;
}
h1 img {
	max-width: 65% !important;
}
}

@media only screen and (max-width: 767px) {
img {
	width: 100%;
}
img.no_resize,  h1 img {
	width: auto;
}
.map figure iframe {
	height: 300px;
}
figure a {
	width: 100%;
}
.line1,  .mar1 {
	margin: 0 2px;
}
.letter_spacing1 {
	letter-spacing: 0px;
}
#owl2 .owl-pagination span {
	width: 64px !important;
	height: 64px !important;
	margin-right: 7px !important;
}
#owl2 .owl-pagination span:before {
	width: 64px !important;
	height: 64px !important;
}
.txt4 {
	margin-top: 5px;
}
.txt7 {
	font: 38px/38px 'Rokkitt', Arial, sans-serif;
}
.bg2 {
	margin-top: 30px;
}
.bg2:before {
	left: -1200px;
}
.txt19,  .txt20 {
	margin-left: 0;
}
h1 {
	position: relative;
	display: inline-block;
	margin: 0;
	margin-top: 5px;
	margin-bottom: 2px;
}
h1 img {
	max-width: 100% !important;
}
}

@media only screen and (max-width: 479px) {
/*h1 {width: 100%;}
	h1 img{width: 100%;}*/
}
/*Core variables and mixins*/


.pt-5 {
	padding-top: 5px;
}
.pb-5 {
	padding-bottom: 5px;
}
.pb-2 {
	padding-bottom: 2px;
}
.pt-220 {
	padding-top: 220px;
}
.mt-20 {
	margin-top: 20px;
}
.mb-0 {
	margin-bottom: 0px;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	width: 100%;
	text-align: center;
}
td, th {
	border: 1px solid #ddd;
	padding: 8px;
	text-align: center;
	align-items: center;
}
th {
	padding-top: 12px;
	padding-bottom: 12px;
	background-color: #E31E24;
	color: white;
	text-align: center;
}