@import url(//fonts.googleapis.com/css?family=Open+Sans:300,400,600|Source+Sans+Pro:400,600|Lato:400,900&subset=latin,latin-ext);

*, *::before, *::after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: #fff;
	font-size: 14px;
	width: 100%;
	font-family: "Open Sans", sans-serif;
	margin: 0;
	padding: 0;
}

a, button {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.cl::before,
.cl::after {
	display: table;
	line-height: 0;
	content: "";
	clear: both;
	height: 0 !important;
	line-height: 0px;
}

.fl { float: left; }
.fr { float: right; }
.tc { text-align: center; }
.tr { text-align: right; }
.tl { text-align: left; }
.tj { text-align: justify; }

.ib { display: inline-block; }

.centered { margin: 0 auto; text-align: center; }
.hidden { display: none; }
.noborder { border: none !important; }
.h100 { height: 100% !important; }
.w50p { width: 50% !important; }

/* MAIN */

body.index { height: 100%; }

.wrapper {
	width: 950px;
	margin: 0 auto;
}

header .logo {
	float: left;
	width: 300px;
	padding-top: 20px;
	padding-bottom: 20px;
}

header .logo img {
	height: 100px;
	float: left;
}

ul.menu {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 0;
}

ul.menu > li {
	display: inline;
	padding: 0;
	margin: 0;
	font-size: 0;
	position: relative;
}

ul.menu > li > a {
	display: inline-block;
	padding: 20px 15px 20px;
	font-family: "Source Sans Pro", sans-serif;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

ul.menu > li:first-child > a {
	padding-left: 0;
}

ul.menu > li:last-child > a {
	padding-right: 0;
}

ul.menu > li > a:hover,
ul.menu > li.active > a {
	color: #000;
}

ul.menu > li > ul {
	display: none;
	position: absolute;
	list-style-type: none;
	left: 0;
	padding: 10px 15px 10px 15px;
	margin: 0;
	background: rgb(223, 47, 45);
	border-top-color: rgb(204, 204, 204);
	border-top-style: solid;
	border-top-width: 5px;
	z-index: 200;
}

ul.menu > li > ul > li {
	height: 34px;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 15px;
	line-height: 34px;
	padding: 0 15px;
}

ul.menu > li > ul > li:first-child {
	border-top: 0;
}

ul.menu > li > ul > li:last-child {
	border-bottom: 0;
}

ul.menu > li > ul > li a {
	display: inline-block;
	line-height: 17px;
	text-decoration: none;
	color: #fff;
	width: 100%;
	margin-right: 35px;
	white-space:nowrap;
}

ul.menu > li > ul > li::before {
	position: absolute;
	display: inline-block;
	right: 25px;
	content: "\f054";
	font-size: 12px;
	width: 16px;
	height: 16px;
	color: #fff;
	font-family: 'FontAwesome';
}

ul.menu > li > ul > li a:hover {
	color: #000;
}

.btn {
	font-family: "Lato", sans-serif;
	background: rgb(223, 47, 45);
	padding: 10px 20px 7px !important;
	border: 0;
	color: #fff;
	text-decoration: none;
	font-size: 14px !important;
	font-weight: bold;
	cursor: pointer;
	border-bottom: 3px rgb(223, 47, 45) solid;
}

.btn:hover {
	border-bottom: 3px #000 solid;
}

.btn .fa {
	margin-left: 10px;
}

.btn.mini {
	padding: 10px 20px;
	font-size: 14px;
}

section {
	background: url(images/sectionTop.png) repeat-x left top;
	background-color: #f5f5f5;
}

section .sectionContent {
	background: url(images/sectionBottom.png) repeat-x left bottom;
	min-height: 280px;
}

footer {
	border-top-color: rgb(204, 204, 204);
	border-top-style: solid;
	border-top-width: 5px;
	padding: 30px 0;
	background-color: #000;
}

.footerMenu {
	list-style-type: none;
	float: left;
	padding: 0;
	margin: 0 30px 0 0;
	width: 300px;
}

.footerMenu li a {
	font-size: 13px;
	color: #9e9e9e;
	text-decoration: none;
}

.footerMenu li a:hover {
	text-decoration: underline;
}

.footerMenu li.head {
	font-family: "Source Sans Pro", sans-serif;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	height: 34px;
}

.customerService {
	float: right;
	width: 340px;
	border-left: 1px solid #e2e2e2;
	padding: 0 20px;
}

.customerService h4 {
	float: left;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 14px;
	height: 38px;
	margin: 0;
	padding: 0;
	width: 140px;
}

.phone {
	text-align: right;
	margin-top: -12px;
	float: right;
	width: 140px;
	font-family: "Lato", sans-serif;
	font-weight: bold;
	font-size: 36px;
	line-height: 36px;
	height: 36px;
}

.phone i {
	color: #999;
}

.phone .c1 { color: #9361A6; }
.phone .c2 { color: #D55A9F; }
.phone .c3 { color: #EF5F7C; }
.phone .c4 { color: #F1776E; }

.customerService h5 {
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #999;
}

.customerService p {
	font-size: 12px;
	color: #9e9e9e;
}

.customerService p span {
	display: inline-block;
	width: 40px;
}

.bg {
	background: rgba(0,0,0,0.4);
	position: fixed;
	left: 0;
	top: 108px;
	height: 100%;
	width: 100%;
	display: none;
	z-index: 100;
}

.unslider-arrow {
	display: none;
}

.unslider-nav {
	display: none;
}

.unslider {
	margin-bottom: 0px !important;
}

ul.tabs {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0;
}
ul.tabs li {
	display: inline-block;
	padding: 10px 10px 7px 20px;
	font-size: 11px;
	font-weight: bold;
	width: 50%;
	background-color: #f5f5f5;
}
ul.tabs li a {
	display: inline-block;
	width: 100%;
	font-family: "Source Sans Pro", sans-serif;
	color: #505050;
	text-decoration: none;
	text-transform: uppercase;
}
ul.tabs li:nth-child(odd) {
	border-bottom: 3px solid #D55A9F;
}
ul.tabs li.cur:nth-child(odd), ul.tabs li.cur:nth-child(odd) a {
	color: #fff;
	background-color: #D55A9F;
}
ul.tabs li:nth-child(even) {
	border-bottom: 3px solid #EF5F7C;
}
ul.tabs li.cur:nth-child(even), ul.tabs li.cur:nth-child(even) a {
	color: #fff;
	background-color: #EF5F7C;
}
div.menu {
	background-color: rgb(223, 47, 45);
	border-bottom-color: rgb(204, 204, 204);
	border-bottom-style: solid;
	border-bottom-width: 5px;
}

article {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 16px !important;
	font-weight: 400;
	margin-bottom: 30px;
}

article h2,article h3,article h4 {
	font-weight: 600;
	color: rgb(223, 47, 45);
}

article h3 {
	font-size: 18px !important;
	margin: 25px 0;
}

article h4 {
	font-size: 14px;
	margin: 15px 0;
}

article a {
	font-weight: bold;
	text-decoration: none;
	color: #D55A9F;
}

article a:hover {
	color: #F1776E;
}

article a.link::before {
	display: inline-block;
	font-size: 14px;
	font-family: 'FontAwesome';
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f0a9";
	padding-right: 5px;
}

.coming {
	font-family: "Lato", sans-serif;
	color: #444; /* Old browsers */
	font-size: 32px;
	font-weight: 900;
}

.featured {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cb60b3+0,ad1283+50,de47ac+100;Pink+3D */
	background: #cb60b3; /* Old browsers */
	background: -moz-linear-gradient(top,  #cb60b3 0%, #ad1283 50%, #de47ac 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #cb60b3 0%,#ad1283 50%,#de47ac 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #cb60b3 0%,#ad1283 50%,#de47ac 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb60b3', endColorstr='#de47ac',GradientType=0 ); /* IE6-9 */
	
	padding: 10px 20px;
	margin: 10px;
	color: #fff;
	font-size: 18px;
	text-align: center;
}

.warn {
	padding: 10px 20px;
	margin: 10px;
	background-color: #b00;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.copy {
	text-transform: uppercase;
	font-size: 11px;
	border-bottom: 1px dashed #ccc;
	cursor: pointer;
	color: rgb(102, 45, 145);
	font-weight: bold;
}

.vertical-text {
    width:1px;
    word-wrap: break-word;
    font-family: monospace; /* this is just for good looks */
    white-space: pre;/* this is for displaying whitespaces */
}

.header_img {
	height: 500px;
	background-position: center center;
	background-size: cover;
	text-align: center;
}

.header_img .btn {
	display: inline-block;
	position: relative;
	top: 450px;
/* 	right: 300px; */
}

.contactbox {
	float: right;
	width: 300px;
	padding: 20px 20px;
	line-height: 18px;
}

.contactbox h5 {
	margin: 0;
	padding: 4px 0 0 0;
	font-size: 14px;
	color: #000;
}

.contactbox p {
	font-size: 14px;
	color: #9e9e9e;
	margin: 0;
}

.contactbox p span {
	display: inline-block;
	width: 120px;
}

.breadcrumbs {
	display: block;
	content: " ";
	border-top-color: rgb(204, 204, 204);
	border-top-style: solid;
	border-top-width: 5px;
	background-color: rgb(223, 47, 45);
}

.breadcrumbs h1 {
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 200;
	color: #fff;
	font-size: 26px;
	margin: 0px;
	padding: 18px 0;
}

footer .contactbox {
	padding-top: 0;
}

footer .contactbox h5 {
	color: #fff;
}

img.lo {
	margin-right: 30px;
	margin-bottom: 15px;
	float: left;
}

img.ro {
	margin-left: 30px;
	margin-bottom: 30px;
	float: right;
}

article ul { overflow: hidden; }

.gumi_box {
	font-size: 0px;
	line-height: 0px;
	display: inline-block;
}

.gumi_box .img {
	background-color: #fff;
	float: left;
	border: 1px solid #000;
	width: 220px;
	height: 220px;
	padding: 10px;
	font-size: 0px;
	line-height: 0px;
	cursor: pointer;
}

.gumi_box .title {
	background-color: #b00;
	color: #fff;
	font-size: 16px;
	line-height: 18px;
	padding: 15px;
	width: 100%;
	display: none;
	text-transform: uppercase;
}
.gumi_box .desc {
	background-color: #ccc;
	font-size: 14px;
	line-height: 16px;
	padding: 15px;
	display: none;
	width: 100%;
}

.gumi_box .imgc {
	width: 200px;
	height: 200px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

.fancybox-slide--html .fancybox-content {
	width  : 800px;
	max-width  : 80%;
	max-height : 80%;
	margin: 0;
}

.fancybox-content {
	padding: 0;
}

.fancybox-content h1 {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 24px;
	background-color: rgb(223, 47, 45);
	color: #fff;
	text-transform: uppercase;
	padding: 20px;
	margin: 0;
}

.fancybox-content div.content {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 16px;
	padding: 20px;
}

form {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 16px;
	max-width: 500px;
}

.form-label {
	font-family: "Source Sans Pro", sans-serif;
	font-size: 16px;
	color: #000;
	text-transform: uppercase;
	margin: 0 0 5px 0;
	padding: 3px 8px;
	display: inline-block;
	background-color: #eee;
}

.form-input {
	border: 1px solid #d5d5d5;
	display: inline-block;
	margin: 0;
	font-size: 16px;
	color: #ccc;
	padding: 3px 5px;
	line-height: 18px;
	height: 28px;
	color: #666;
	width: 100%;
}

.form-select {
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	appearance: none;
	border: 1px solid #d5d5d5;
	display: inline-block;
	margin: 0;
	font-size: 13px;
	color: #ccc;
	padding: 3px 5px;
	line-height: 16px;
	height: 28px;
	color: #666;
	width: 50%;
	background: url('/media/images/select_bg.png') no-repeat top right;
	background-size: contain;
}

.multiselect .form-select {
	width: 40%;
}

.form-textarea {
	border: 1px solid #d5d5d5;
	display: inline-block;
	margin: 0;
	font-size: 14px;
	color: #ccc;
	padding: 10px;
	line-height: 14px;
	height: 300px;
	color: #666;
	width: 100%;
}

.table1 { font-size: 13px; width: 920px; font-family: "Source Sans Pro", sans-serif; margin: 0 auto; }
.table1 th { color: #fff; }
.table1 td, .table1 th { padding: 10px; text-align: left; }
.table1 tr:nth-child(even) { background-color: #f2f2f2; }
.table1 tr td:first-child, .table1 tr th:first-child { text-align: left; }
.table1 tr:nth-child(1), .table1 tr:nth-child(2) { background-color: rgb(223, 47, 45); }

.table1 tr td:nth-child(6) { text-align: right !important; }
.table1 tr td:nth-child(5) { text-align: right !important; }
.table1 tr td:nth-child(3) { text-align: center !important; }
.table1 tr td:nth-child(4) { text-align: center !important; }
