@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,600|Roboto: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 {
	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: 95vw;
	margin: 0 auto;
}

header .logo {
	float: left;
	width: 220px;
}

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

ul.top-menu {
	float: right;
	list-style-type: none;
	margin: 15px 0 0 0;
	padding: 0;
}

ul.top-menu li {
	display: inline;
	margin: 0;
	padding: 0 10px;
	border-right: 1px solid #999;
	line-height: 10px;
	font-size: 10px;
	vertical-align: baseline;
}

ul.top-menu li a {
	display: inline-block;
	line-height: 12px;
	font-size: 12px;
	color: #9e9e9e;
	text-decoration: none;
}

ul.top-menu li a:hover {
	text-decoration: underline;
}

ul.top-menu li:last-child {
	padding-right: 0;
	border: 0;
}

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

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

ul.menu > li::after {
	display: inline-block;
	content: ' ';
	height: 24px;
	vertical-align: top;
	width: 1px;
	background-color: #eee;
}

ul.menu > li:last-child::after {
	background: #fff;
}

ul.menu > li > a {
	display: inline-block;
	padding: 2px 27px 20px;
	font-family: "Roboto", sans-serif;
	color: #505050;
	font-size: 16px;
	text-decoration: none;
	background: #fff;
	
	-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:last-child > a {
	padding-right: 0;
}

ul.menu > li > a:hover,
ul.menu > li.active > a {
	color: #D55A9F;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+25,f5f5f5+100 */
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 25%, rgba(245,245,245,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 25%,rgba(245,245,245,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 25%,rgba(245,245,245,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-9 */
}

ul.menu > li > ul {
	display: none;
	position: absolute;
	list-style-type: none;
	left: 0;
	padding: 10px 35px;
	margin: 0;
	border: 1px solid #ccc;
	border-top: 1px solid #eee;
	z-index: 200;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+25,f5f5f5+100 */
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(245,245,245,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(245,245,245,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(245,245,245,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-9 */
}

ul.menu > li > ul > li {
	height: 34px;
	font-family: "Helvetica", sans-serif;
	font-size: 13px;
	line-height: 34px;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #fff;
	padding: 0 2px;
}

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: #444;
	width: 100%;
	margin-right: 30px;
	white-space:nowrap;
}

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

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

.content .btn {
	font-family: "Roboto", sans-serif;

	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	
	/* 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;
	border: 0;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	
	cursor: pointer;
}

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

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 {
	padding: 30px 0;
}

footer:before {
	display: block;
	content: " ";
	background-color: #D55A9F;
	border-top-color: rgb(204, 204, 204);
	border-top-style: solid;
	border-top-width: 5px;
	margin-bottom: 30px;
	height: 20px;
}

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

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

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

.footerMenu li.head {
	font-family: "Roboto", sans-serif;
	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: "Roboto", 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: "Roboto", 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;
}
#map {
	width: 100%;
	height: 600px;
	z-index: 1;
}
#map2 {
	width: 100%;
	height: 600px;
	z-index: 1;
}
ul.settlements {
	list-style: none;
	padding: 0;
	margin: 15px;
	font-family: "Roboto", sans-serif;
	font-size: 12px;
}

ul.settlements li {
	display: inline-block;
	padding: 5px 10px;
	margin: 5px;
	color: #fff;
	background-color: #9361A6;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.breadcrumbs {
	background-color: rgb(102, 45, 145);
	border-bottom-color: rgb(204, 204, 204);
	border-bottom-style: solid;
	border-bottom-width: 5px;
	margin-bottom: 30px;
}

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

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

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

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

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

.table1 {
	border-spacing: 10px;
	border-collapse: separate;
	margin: 0;
	padding: 0;
	width: 950px;
}

.table1 tbody tr td {
	padding: 5px;
	min-width: 140px;
}

.table1 tbody tr td.input {
	padding: 0 !important;
	margin: 0;
}

.table1 tbody tr td:first-child {
	border-left: 3px solid rgb(102, 45, 145);
	background-color: #efefef;
	vertical-align: top;
	color: #000;
	width: 250px !important;
}

.table1 tbody tr td:nth-child(3) {
	max-width: 250px !important;
}

.table1 .phone {
	margin-top: 0;
	float: none;
	text-align: left;
	font-size: 24px;
}

.table1 input[type="text"] {
	padding: 5px;
	margin: 0;
	font-size: 13px;
	border: 1px solid #ccc;
	border-radius: 0;
	background: #fff;
	-webkit-appearance:none;
}

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;
}

.table2 {
	border-spacing: 5px;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	max-width: 100%;
	font-size: 12px;
}

.table2 thead tr td {
	padding: 5px;
	min-width: 150px;
	background-color: rgba(102, 45, 145, 0.7);
	color: #fff;
	font-size: 14px;
	text-align: right;
}

.table2 tbody tr td {
	padding: 10px;
 	min-width: 80px;
}

.table2 tbody tr td.input {
	padding: 0 !important;
	margin: 0;
}

.table2 tbody tr:nth-child(even) td {
	background-color: #efefef;
	vertical-align: top;
}

.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 */
}

.table3 thead td {
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
	background-color: #9361A6;
	color: #fff;
}

.table3 thead td:nth-child(1), .table3 thead td:nth-child(2) {
	background-color: transparent;
}

.table3 tbody td {
	padding: 5px;
	font-size: 12px;
}

.table3 .alap {
	color: #fff;
	background-color: #D55A9F;
	font-weight: bold;
	text-align: center;
	padding: 3px;
}

.table3 .bovitett {
	color: #fff;
	background-color: #9361A6;
	font-weight: bold;
	text-align: center;
	padding: 3px;
}

.table3 tbody tr:nth-child(even) td {
	background-color: #efefef;
	vertical-align: top;
}

.table3 tbody tr:nth-child(even) td:first-child {
	background-color: transparent;
	vertical-align: top;
}

#mask {
	position:absolute;
	left:0;
	top:0;
	z-index:9000;
	background-color:#000;
	display:none;
}

#boxes .window {
	position:absolute;
	left:0;
	top:0;
	display:none;
	z-index:9999;
	/* padding: 20px; */
	position:fixed !important;
}

#boxes #dialog1 {
	width: 600px; 
	background-color: #fff !important;
	font-size: 14px;
	font-weight: bold;
	box-sizing: content-box;
}

#boxes #dialog1 .close {
	position:absolute;
	right:-20px;
	top:-20px;
	cursor: pointer;
}

#boxes #dialog1 .clickable {
	box-sizing: content-box;
	margin: 40px;
	border: 0;
	cursor: pointer;
	text-align: justify;
}
