/* BASE CSS */
* {
	margin: 0px;
	padding: 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	background-color: #3B4143;
	background-color: #0C0C0D;
	-webkit-text-size-adjust: 100%;
	height: 100%;
}

body {
	font-family: "Rubik", Arial, Helvetica, sans-serif;
	font-size: 16.5px;
	line-height: 30px;
	color: #6B7376;
	color: #3B4143;
	padding-top: 520px;
}

.mobile_nav body {
	overflow: hidden;
}

body.editor {
	background-image: none;
	min-height: 400px;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
	padding-top: 0px;
}

body.editor, .cke_panel_block {
	background-color: #F9F8F8;
}

body.layout2 {
	padding-top: 0px;
}

.table_container {
	-webkit-overflow-scrolling: touch;
	overflow-x: auto;
}

table {
	border-collapse:collapse;
	border-spacing: 0px;
	border: 0px;
}

table.data_table {
	width: 100%;
}

table.data_table th, table.data_table td {
	vertical-align: top;
	padding: 5px 5px;
	line-height: 24px;
	text-align: center;
}

table.data_table th:first-child, table.data_table td:first-child {
	text-align: left;
	padding-left: 0px;
}

table.data_table th:last-child, table.data_table td:last-child {
	padding-right: 0px;
}

table.data_table tr.total {
	font-weight: bold;
}

table.data_table.pages td {
/*	white-space: nowrap;*/
}

table.data_table.pages td:first-child {
	width: 50%;
	max-width: 700px;
}

table.data_table.issues td:last-child {
	width: 100px;
}

table.data_table.pages td, table.data_table.issues td {
	border-top: 1px solid #E4E3E3;
}

@media only screen and (max-width: 700px) {

	table.data_table.pages td, table.data_table.issues td {
		font-size: 15px;
		line-height: 22px;
	}

}

p {
	margin-bottom: 1em;
}

ul {
	padding-left: 15px;
}

#content ul, #content ol, .editor ul, .editor ol {
	padding-left: 15px;
	margin-bottom: 10px;
}

h1 {
	font-family: "Rubik", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	font-weight: normal;
	letter-spacing: .2em;
	color: #006C94;
	color: #F9F8F8;
}

.layout2 h1 {
	font-family: "proxima-nova", "Rubik", Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 34px;
	line-height: 1em;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .15em;
	text-align: center;
	margin-bottom: .5em;
	color: #006C94;
}

h2 {
	font-family: "proxima-nova", "Rubik", Arial, Helvetica, sans-serif;
	font-size: 21px;
	line-height: 1em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #3B4143;
	margin-bottom: .5em;
}

#content h2, #portfolio_content h2 {
	border-left: 10px solid #006C94;
	padding: 5px 0px 5px 10px;
}

#content h2.center {
	border-left: 0px;
	padding: 5px 0px;
	text-align: center;
	margin-bottom: 40px;
}

#content h2.center strong {
	border-left: 10px solid #006C94;
	padding-left: 10px;
}

#portfolio_content h2 {
	margin-bottom: 1em;
}

#portfolio_title {
	background-color: #3B4143;
	color: #F9F8F8;
	padding: 30px 15px;
	margin-bottom: 1px;
}

#portfolio_title h2 {
	font-size: 25px;
	text-align: center;
	color: #F9F8F8;
	margin-bottom: 0px;
}

h3 {
	font-family: "proxima-nova", "Rubik", Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #3B4143;
}

img {
	border: none;
	height: auto;
}

#content img, .editor img {
	max-width: 100%;
	height: auto;
}

a, button, .button, input[type="button"], input[type="submit"], #header_inner {
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
}

a {
	text-decoration: none;
	outline: none;
	cursor: pointer;
	color: #006C94;
}

a:hover {
	color: #75D3F5;
}

blockquote {
	margin: 10px 0px 10px 15px;
}

.cl {
	clear: left;
}

.cr {
	clear: right;
}

.cb {
	clear: both;
}

.cf:before, .cf:after {
	content: "";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	zoom: 1;
}

.stretch {
	text-align: justify;
	-ms-text-justify: distribute-all-lines;
	text-justify: distribute-all-lines;
}

.stretch:after {
	content: "";
	display: inline-block;
	width: 100%;
}

#content .embed_container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0px;
	overflow: hidden;
	max-width: 100%;
	margin-bottom: 20px;
}

#content .embed_container iframe, #content .embed_container object, #content .embed_container embed {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.right_photo {
	float: right;
	margin: 5px 0px 10px 15px;
	display: inline;
}

.left_photo {
	float: left;
	margin: 5px 15px 10px 0px;
	display: inline;
}

.slickwrap_right div {
	margin-left: 50px;
	display: inline;
}

.slickwrap_left div {
	margin-right: 50px;
	display: inline;
}

@media only screen and (max-width: 700px) {

	.slickwrap {
		text-align: center;
	}

	.slickwrap img {
		float: none;
	}

}

.left_directions, .right_directions {
	float: left;
	width: 49%;
	margin: 0px 0px 20px 0px;
	padding: 20px;
	background-color: #3B4143;	
	text-align: center;
	text-transform: uppercase;
	color: #F9F8F8;
	font-family: "proxima-nova", Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
}

.right_directions {
	float: right;
}

@media only screen and (max-width: 800px) {

	.left_directions, .right_directions {
		float: none;
		width: 100%;
	}

}

@media only screen and (max-width: 450px) {

	.right_photo, .left_photo {
		float: none;
		margin: 0px auto 20px auto;
		display: block;
	}

}

.contact_cols {
	width: 100%;
	max-width: 500px;
	margin: 0px auto;
}

.contact_col {
	width: 50%;
	float: left;
}

@media only screen and (max-width: 550px) {

	.contact_col {
		float: none;
		width: 100%;
		max-width: 230px;
		margin: 0px auto;
	}

}

/* FORM CSS */

fieldset {
	border: 0px;
}

legend {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}

label, .label {
	white-space: nowrap;
}

fieldset td {
	padding: 2px 4px;
}

input, select, textarea {
	font-family: "Rubik", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	padding: 2px 5px;
	border: 0px;
	-webkit-border-radius: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0px
}

select {
	line-height: 16px;
	padding: 0px 5px;
}

input:focus, select:focus, textarea:focus {
        outline: 0px; 
}

.button, input[type="button"], input[type="submit"], input[type="reset"] {
	border: 0px;
	background-color: #006C94;
	color: #F9F8F8;
	font-size: 12px;
	font-weight: 500;
	padding: 2px 4px;
	-webkit-appearance: none;
	cursor: pointer;
}

.alert, .red {
	color: #FF0000;
}

.blue {
	color: #006C94;
}

/* LAYOUT CSS */

#container {
	width: 100%;
	max-width: 2000px;
	margin: 0px auto;
	position: relative;
}

.container {
	width: 100%;
	margin: 0px auto;
	padding: 0px 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
	position: relative;
}

@media only screen and (min-width: 1200px) { .container { padding: 0px 60px; } }
@media only screen and (max-width: 1199px) { .container { padding: 0px 30px; } }
@media only screen and (max-width: 650px) { .container { padding: 0px 15px; } }

header {
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute !important;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 520px;
	padding-top: 40px;
	z-index: 500;
	position: relative;
}

@media only screen and (max-width: 1800px) { 
	body { padding-top: 480px; }
	header { height: 480px; } 
}

@media only screen and (max-width: 1200px) { 
	body { padding-top: 400px; }
	header { height: 400px; } 
}

@media only screen and (max-width: 767px) {
	body { padding-top: 300px; }
	header { height: 300px; } 
}

#logo, #logo2 {
	position: absolute;
	top: 40px;
	left: 60px;
	z-index: 100;
}

/*
#logo {
	top: 0px;
}
*/

.layout2 #logo {
	top: 40px;
}

#logo2 {
        display: block;
        top: 15px;
        width: 35px;
        height: 30px;
        overflow: hidden;
}

#logo img, #logo2 img {
	width: 100%;
	max-width: 373px;
	display: inline-block;
}

@media only screen and (max-width: 1199px) { #logo, #logo2 { left: 30px; } }
@media only screen and (max-width: 650px) { #logo, #logo2 { left: 15px; } }

@media only screen and (max-width: 500px) { 

	#logo {
		width: 80px;
		overflow: hidden;
	}

	#logo img {
		width: 280px;
	}

}

/*
@media only screen and (max-width: 400px) { 

	#logo img {
		width: 250px;
	}

}

@media only screen and (max-width: 359px) { 

	#logo img {
		width: 215px;
	}

}
*/

#header_title {
	position: absolute;
	top: 45%;
	left: 0px;
	width: 100%;
	font-size: 24px;
	line-height: 1em;
	text-align: center;
	padding: 0px 5%;
}

#header_title1 {
	font-size: 1em;
	line-height: 1.4em;
	margin-bottom: .5em;
}

#header_title2 {
	font-family: "proxima-nova", "Rubik", Arial, Helvetica, sans-serif;
	font-size: 3.25em;
	line-height: 1em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #F9F8F8;
	margin-bottom: 0px;
}

@media only screen and (max-width: 1200px) {

	#header_title2 {
		font-size: 2.5em;
	}

}

@media only screen and (min-width: 650px) {

	#header_title1 br {
		display: none;
	}

}

@media only screen and (min-width: 1600px) {

	#header_title2 br {
		display: none;
	}

}

#mini_header {
	position: fixed;
	top: -60px;
	width: 100%;
	height: 60px;
	background-color: rgba(59,65,67,.97);
	z-index: 500;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

#mini_header.collapsed {
	top: 0px;
}

#content_box {
	padding-top: 2px;
	background-color: #F9F8F8;
}

#content, .container.content {
	padding-top: 60px;
	padding-bottom: 50px;
	max-width: 1300px;
	margin: 0px auto;
}

.layout3 #content {
	max-width: none;
	padding: 0px;
}

.layout4 #content {
	width: 50%;
	float: left;
}

@media only screen and (max-width: 899px) {

	#content {
		padding-top: 45px;
		padding-bottom: 35px;
	}
}

@media only screen and (min-width: 900px) {

	#home_content {
		-webkit-column-count: 2;
		-webkit-column-gap: 30px;
		-moz-column-count: 2;
		-moz-column-gap: 30px;
		column-count: 2;
		column-gap: 30px;
		text-align: justify;
	}
}


#ctas, #home_ctas {
	border-bottom: 2px solid #F9F8F8;
	background-color: #3B4143;
	position: relative;
}

#ctas {
	border-top: 2px solid #F9F8F8;
}

.layout2 #ctas {
	background-color: #006C94;
	border-top: 0px;
}

#ctas .cta {
	display: block;
	width: 50%;
	height: 240px;
	float: left;
	font-family: "proxima-nova", "Rubik", Arial, Helvetica, sans-serif;
	font-size: 35px;
	line-height: 1em;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #F9F8F8;
	position: relative;
}

#ctas .cta:hover {
	background-color: #006C94;
	-webkit-transition: background-color 0.2s linear;
	-ms-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
}

.layout2 #ctas .cta:hover {
	background-color: #3B4143;
}

#ctas .cta span {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	transform: translateY(-50%);
}

#cta_divider, #cta_divider_left, #cta_divider_right {
	position: absolute;
	top: 50px;
	left: 50%;
	margin-left: -1px;
	width: 2px;
	height: 140px;
	background-color: #565B5D;
	overflow: hidden;
}

.layout2 #cta_divider {
	background-color: #4FBCE3;
}

@media only screen and (max-width: 650px) {

	#ctas .cta {
		font-size: 28px;
	}

}

@media only screen and (max-width: 550px) {

	#ctas .cta {
		width: 100%;
		height: 120px;
		float: none;
		font-size: 28px;
	}

	#cta_divider {
		top: 50%;
		left: 10%;
		width: 80%;
		height: 2px;
		margin-left: 0px;
		margin-top: -1px;
	}

}

#home_ctas .cta {
	display: block;
	width: 33.3333333%;
	height: 495px;
	padding: 50px 3% 0px 3%;
	float: left;
	font-size: 18px;
	line-height: 1.388888888888889em;
	text-align: center;
	font-style: italic;
	color: #C3C4C5;
}

#home_ctas .cta:hover {
	background-color: #006C94;
	-webkit-transition: background-color 0.2s linear;
	-ms-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
}

@media only screen and (min-width: 900px) and (max-width: 1650px) { #home_ctas .cta { font-size: 17px; } }
@media only screen and (min-width: 900px) and (max-width: 1350px) { #home_ctas .cta { font-size: 16px; } }
@media only screen and (min-width: 900px) and (max-width: 1050px) { #home_ctas .cta { font-size: 15px; } }

#home_ctas img {
	width: 100%;
	max-width: 91px;
	display: block;
	margin: 0px auto 25px auto;
}

#home_ctas strong {
	display: block;
	font-family: "proxima-nova", "Rubik", Arial, Helvetica, sans-serif;
	font-size: 1.944444444444444em;
	line-height: 1em;
	font-weight: bold;
	text-transform: uppercase;
	font-style: normal;
	letter-spacing: .1em;
	color: #F9F8F8;
	margin-bottom: 15px;
}

#home_ctas span {
	display: block;
	height: 252px;
}

#home_ctas em {
	display: block;
	font-size: 1.222222222222222em;
	color: #006C94;
	color: #F9F8F8;
}

#home_ctas .cta:hover * {
	color: #F9F8F8;
}

#cta_divider_left, #cta_divider_right {
	height: 395px;
}

#cta_divider_left {
	left: 33.3333333%;
}

#cta_divider_right {
	left: 66.6666666%;
}

@media only screen and (max-width: 899px) { 

	#home_ctas .cta {
		width: 100%;
		height: auto;
		float: none;
		padding: 50px 10%;
	}

	#home_ctas span {
		height: auto;
		margin-bottom: 15px;
	}

	#cta_divider_left, #cta_divider_right {
		position: relative;
		top: auto;
		left: auto;
		height: 2px;
		width: 80%;
		margin: 0px auto;
	}

}

@media only screen and (max-width: 700px) { #home_ctas .cta { font-size: 17px; } }
@media only screen and (max-width: 550px) { #home_ctas .cta { font-size: 16px; } }
@media only screen and (max-width: 400px) { #home_ctas .cta { font-size: 15px; } }

footer {
	height: 550px;
	background-image: url('../images/footer-bg.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	padding-top: 100px;
}

#social {
	padding: 0px;
	margin-bottom: 85px;
}

#social li {
	list-style: none;
	display: inline-block;
	font-size: 35px;
	line-height: 35px;
	margin: 0px 10px;
}

#social li a {
	display: block;
	color: #F9F8F8;
}

#social li a:hover {
	color: #3B4143;
}

#lets_chat {
	font-family: "proxima-nova", "Rubik", Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 35px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .2em;
	color: #F9F8F8;
	margin-bottom: 145px;
}

#lets_chat a {
	display: inline-block;
	background-color: #F9F8F8;
	font-weight: bold;
	line-height: 57px;
	color: #3B4143;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 0px 20px;
	margin-top: 25px;
}

#lets_chat a:hover {
	color: #006C94;
}

#copyright {
	font-size: 14px;
	line-height: 24px;
	font-style: italic;
	letter-spacing: .2em;
	color: #F9F8F8;
}

#copyright a {
	color: #F9F8F8;
}

#copyright br {
	display: none;
}

@media only screen and (min-width: 1821px) {

	footer {
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}

}

@media only screen and (min-width: 1200px) {

	header {
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}

}

@media only screen and (max-width: 650px) {

	#lets_chat {
		max-width: 350px;
		margin: 0px auto 90px auto;
	}

}

@media only screen and (max-width: 725px) {

	#copyright br {
		display: block;
	}

}

@media only screen and (max-width: 370px) {

	#lets_chat {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 100px;
	}

	#copyright {
		font-size: 12px;
	}

}

/* PAGE BLOCKS CSS */

#blocks {
	margin-left: -1px;
}

.block {
	width: calc(33.33333% - 1px);
	float: left;
	margin-left: 1px;
	display: inline;
	background-color: #E4E3E3;
	padding: 4%;
	text-align: center;
}

.block.link {
	padding: 0px;
}

.services .block {
	width: calc(25% - 1px);
}

.block.link a {
	display: block;
	height: 100%;
	padding: 15% 8%;
}

.block.link a:hover {
	background-color: #3B4143;
}

.block img {
	width: 114px;
	margin-bottom: 1.5em;
}

.block h2 {
	font-size: 30px;
	text-transform: uppercase;
	text-align: center;
	color: #3B4143;
	margin-bottom: 1em;
}

.block a:hover h2, .block a:hover em {
	color: #E4E3E3;
}

.block h3 {
	font-weight: normal;
	font-style: italic;
	font-size: 21px;
	color: #006C94;
	margin-bottom: 1em;
}

.block h2 + h3 {
	margin-top: -1.2em;
}

.block p, .block ul {
	font-size: 15px;
	line-height: 28px;
	text-align: left;
}

.block p:last-child {
	margin-bottom: 0px;
}

.block p a {
	padding: 0px;
}

.block strong {
	color: #006C94;
}

.block em {
	font-size: 1.222222222222222em;
}

@media only screen and (max-width: 1500px) {

	.services .block {
		width: calc(50% - 1px);
	}

	.services .block:first-child, .services .block:nth-child(2) {
		margin-bottom: 1px;
	}

}

@media only screen and (max-width: 1200px) {

	.block h2 {
		font-size: 25px;
	}

}

@media only screen and (max-width: 959px) {

	#blocks {
		margin-left: 0px;
	}

	.block {
		width: 100%;
		float: none;
		display: block;
		margin: 0px 0px 1px 0px;
	}

	.block:last-child {
		margin-bottom: 0px;
	}

	.services .block {
		width: calc(50% - 1px);
		float: left;
		display: inline;
		margin: 0px 0px 0px 1px;
	}

}

@media only screen and (max-width: 749px) {

	.block, .block a {
		padding-top: 30px;
		padding-bottom: 30px;
	}

}

@media only screen and (max-width: 550px) {

	.services .block {
		width: 100%;
		float: none;
		display: block;
		margin: 0px 0px 1px 0px;
	}

	.services .block:last-child {
		margin-bottom: 0px;
	}


}

@media only screen and (max-width: 375px) {

	.block, .block a {
		padding-left: 15px;
		padding-right: 15px;
	}

}


/* NAVIGATION CSS */

.nav_trigger, #nav_close {
	cursor: pointer;
}

.nav_trigger {
	display: block;
	position: absolute;
	top: 42px;
	right: 60px;
	z-index: 100;
	font-family: "proxima-nova", "Rubik", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	line-height: 25px;
	color: #F9F8F8;
	text-transform: uppercase;
	letter-spacing: .15em;
	border-bottom: 10px solid #006C94;
}

#mini_header .nav_trigger {
	top: 10px;
}

#nav_close {
	font-size: 30px;
	line-height: 1em;
	position: absolute;
	top: 30px;
	right: 59px;
	color: #E0E6E8;
}

#nav {
	width: 0px;
	position: absolute;
	position: fixed;
	right: 0px;
	top: 0px;
	height: 100%;
	background-color: rgba(59,65,67,.97);
	z-index: 500;
	display: none;
	padding-top: 90px;
	overflow: auto;
}

#nav ul {
	padding: 0px;
	width: 45%;
	margin: 0px auto;
	font-size: 30px;
}

#nav li {
	list-style: none;
	display: block;
	position: relative;
/*	font-size: 2.333333333em;*/
	font-size: 4vw;
	line-height: 1em;
	text-align: center;
}

#nav > ul > li {
	font-family: "proxima-nova", "Rubik", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .15em;
	border-top: 2px solid #565B5D;
}

#nav > ul > li.first {
	border-top: 0px;
}

#nav li a {
	display: block;
	padding: .3em 0px;
	color: #E0E6E8;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#nav li ul {
	display: none;
	padding: 0px 0px 1em 0px;
	width: 100%;
}

#nav li li {
	text-transform: none;
	font-weight: normal;
/*	font-size: 1em;*/
	font-size: 2vw;
	font-style: italic;
	letter-spacing: 0px;
}

#nav li li a {
	padding: .4em 0px;
	color: #B1B7B9;
}

.subnav_inner {
	background-color: transparent;
	padding: 0px;
}

.subnav ul {
	padding: 0px;
}

.subnav li {
	list-style: none;
}

.subnav.portfolio li {
	line-height: 34px;
}

#mini_header .subnav.portfolio li {
	line-height: 19px;
}

.subnav li.category a {
	display: inline-block;
	width: 46px;
	height: 34px;
	text-indent: 110%;
	overflow: hidden;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAABECAYAAAD+1gcLAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAJFJREFUeNrs2TEKgDAMBdBGvP8pvICTeBtvUhcHcVNIafFlcSnyCMb+0li3vZaciuuZ8v6pDFrg4ODg4GPD59sOl1Wh44+O15ed62K94QQHBwcHHyardLFeVpFV/FXAwcHBfwGPshxuJHwq4ODg4OCZp/yvO6iOO+UbTnBwcHDwFlnFjYSsYjjBwcHBwVvVKcAAiD4YQhQNCxEAAAAASUVORK5CYII=');
}

#mini_header .subnav li.category a {
	width: 26px;
	height: 19px;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAmCAMAAADtLHsqAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAlQTFRFsbe5AKTg////5sS2rwAAAAN0Uk5T//8A18oNQQAAADhJREFUeNpiYEACTEwMuACtpZhwAnxSyCahUnSVGtKOZ0QCTEzIPLpKkReGyCahUnSVGsqOBwgwAItoA/kKIihJAAAAAElFTkSuQmCC');
}

.subnav li.category a:hover {
	background-position: 0px -34px;
}

#mini_header .subnav li.category a:hover {
	background-position: 0px -19px;
}

/* HOME CSS */

#home_slideshow_wrapper {
	clear: both;
	width: 100%;
	position: relative;
/*	margin-bottom: 2px;*/
	border-bottom: 2px solid #F9F8F8;
}

#home_slideshow {
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 100%;
	min-height: 400px;
}

#home_slideshow div.slide {
	min-height: 525px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center top;
}

#home_slideshow li {
	list-style: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	opacity: 0;
	min-height: 525px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center top;
}

.no_js #home_slideshow li {
	display: none;
}

.no_js #home_slideshow li:first-child {
	display: block;
	position: relative;
	top: auto;
	left: auto;
}

#home_slideshow li:first-child {
	display: block;
	float: left;
	opacity: 1;
}

#home_slideshow li > img {
	width: 100%;
	height: 100%;
	float: left;
	object-fit: cover;
}

#home_slideshow .content {
	position: absolute;
	top: 60%;
	left: 0px;
	width: 100%;
	transform: translateY(-60%);
	z-index: 400;
	font-size: 20px;
	line-height: 1em;
	text-align: center;
	letter-spacing: .15em;
	color: #F9F8F8;
}

#home_slideshow .content img {
	width: 100%;
	max-width: 133px;
	margin-bottom: 2em;
	display: inline;
}

#home_slideshow .content img.large {
	width: 80%;
	max-width: 350px;
}

@media only screen and (min-width: 700px) {

	#home_slideshow .content img.large {
		max-width: 450px;
	}

}

@media only screen and (min-width: 950px) {

	#home_slideshow .content img.large {
		max-width: 550px;
	}

}

#home_slideshow .content strong {
	display: inline-block;
	font-family: "proxima-nova", "Rubik", Arial, Helvetica, sans-serif;
	font-size: 4.5em;
	line-height: .9em;
	text-transform: uppercase;
	margin-bottom: .25em;
}

#home_slideshow .content em {
	display: inline-block;
	font-size: 2em;
	line-height: 1em;
	font-style: italic;
	color: #F9F8F8;
	margin-bottom: 1.4em;
}

#home_slideshow .content em br {
	display: none;
}

#home_slideshow .content a {
	display: inline-block;
	background-color: #F9F8F8;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 12px 15px;
	font-family: "proxima-nova", "Rubik", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #3B4143;
}

#home_slideshow .content a:hover {
	background-color: #006C94;
}

@media only screen and (max-width: 2000px) {

	#home_slideshow .content {
		font-size: 19px;
	}

}

@media only screen and (max-width: 2000px) {

	#home_slideshow .content {
		font-size: 18px;
	}

}

@media only screen and (max-width: 1600px) {

	#home_slideshow .content {
		font-size: 17px;
	}

}

@media only screen and (max-width: 1200px) {

	#home_slideshow .content {
		font-size: 15px;
	}

}

@media only screen and (max-width: 767px) {

	#home_slideshow .content {
		font-size: 14px;
	}

	#home_slideshow .content strong {
		font-size: 3.5em;
	}

}

@media only screen and (max-width: 600px) {

	#home_slideshow .content {
		font-size: 12.5px;
	}

	#home_slideshow .content strong {
		font-size: 3em;
	}

}

@media only screen and (max-width: 500px) {

	#home_slideshow .content {
		font-size: 11px;
	}

	#home_slideshow .content strong {
		font-size: 3em;
	}

}

@media only screen and (max-width: 450px) {

	#home_slideshow .content strong {
		font-size: 2.75em;
	}

	#home_slideshow .content em br {
		display: block;
	}

}

@media only screen and (max-width: 370px) {

	#home_slideshow .content strong {
		font-size: 2.4em;
	}

}

.rslides_tabs {
	padding: 0px;
	text-align: center;
	position: absolute;
	bottom: 1%;
	left: 0px;
	width: 100%;
	z-index: 100;
}

.rslides_tabs li {
	list-style: none;
	display: inline-block;
	margin: 0px 3px;
	width: 14px;
	height: 14px;
	position: relative;
}

.rslides_tabs li a {
	display: block;
	width: 14px;
	height: 14px;
	overflow: hidden;
	text-indent: 105%;
	cursor: pointer;
	color: #F9F8F8;
}

.rslides_tabs li a:before {
	position: absolute;
	top: 0px;
	left: 0px;
	content: "\f10C";
	font-family: FontAwesome;
	font-size: 14px;
	line-height: 14px;
	color: #F9F8F8;
	text-indent: 0px;
}

.rslides_tabs li.rslides_here a:before {
	content: "\f111";
}

.rslides_nav {
	display: none;
}

.owl-dots {
	text-align: center;
	position: absolute;
	bottom: 1%;
	left: 0px;
	width: 100%;
	z-index: 1000;
}

.owl-dot {
	width: 14px;
	height: 14px;
	position: relative;
}

.owl-dot span:before {
	position: absolute;
	top: 0px;
	left: 0px;
	content: "\f10C";
	font-family: FontAwesome;
	font-size: 14px;
	line-height: 14px;
	color: #F9F8F8;
	text-indent: 0px;
}

.owl-dot.active span:before {
	content: "\f111";
}


/* PORTFOLIO CSS */

#portfolio, #content #portfolio, #portfolio_category, #content #portfolio_category {
	padding: 0px;
	margin: 0px;
}

#portfolio li, #portfolio_category li {
	list-style: none;
	float: left;
	width: 50%;
	position: relative;
	text-align: center;
	border-bottom: 2px solid #F9F8F8;

}

#portfolio li:nth-child(odd) {
	border-right: 1px solid #F9F8F8;
}

#portfolio li:nth-child(even) {
	border-left: 1px solid #F9F8F8;
}

#portfolio li a {
	font-family: "proxima-nova", "Rubik", Arial, Helvetica, sans-serif;
	font-size: 45px;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #3B4143;
}

#portfolio li img, #portfolio_category li img {
	width: 100%;
	height: auto;
	display: block;
}

#portfolio span {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

#portfolio a:hover span {
	background-color: #006C94;
	color: #F9F8F8;
}

#portfolio strong {
	position: absolute;
	top: 53%;
	left: 0px;
	width: 100%;
	transform: translateY(-53%);
	line-height: 1em;
	background-image: url("data:image/gif;base64,R0lGODlhZAAKAIAAAABslAAAACH5BAAAAAAALAAAAABkAAoAAAIehI+py+0Po5y02ouz3rz7D4biSJbmiabqyrbuCzsFADs=");
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-bottom: 5%;
}

#portfolio a:hover strong {
	background-image: url("data:image/gif;base64,R0lGODlhZAAKAIAAAP///wAAACH5BAAAAAAALAAAAABkAAoAAAIehI+py+0Po5y02ouz3rz7D4biSJbmiabqyrbuCzsFADs=");
}

@media only screen and (min-width: 500px) {
	#portfolio strong br {
		display: none;
	}
}

@media only screen and (max-width: 900px) { 

	#portfolio li {
		width: 100%;
		float: none;
	}

	#aportfolio li a {
		font-size: 45px;
	}

}

#portfolio_category {
	margin-left: -2px;
}

#portfolio_category li {
	width: 25%;
	border-left: 2px solid #F9F8F8;
}

#portfolio_category li.featured, #portfolio_category li.half {
	width: 50%;
}

#portfolio_category li.featured img {
	display: none;
}

#portfolio_category li.featured img.featured {
	display: block;
}

#portfolio_category span {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,164,224,.95);
	background-color: rgba(0,108,148,.95);
	font-family: "proxima-nova", "Rubik", Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 1em;
	text-align: center;
	text-transform: uppercase;
	color: #F9F8F8;
	z-index: 200;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0.2s, opacity 0.2s linear;
}

#portfolio_category li:hover span.content {
	visibility: visible;
	opacity: 1;
}

#portfolio_category span.logo {
	visibility: visible;
	opacity: 1;
	transition: visibility 0.2s, opacity 0.2s linear;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 100;
	text-align: center;
	background-color: rgb(59,65,67);
	background-color: rgba(59,65,67,.85);
}

#portfolio_category li a:hover span.logo {
	visibility: hidden;
	opacity: 0;
}

#portfolio_category span.logo img {
	width: 50%;
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateY(-50%);
	margin-left: -25%;
}

#portfolio_category .featured span.logo img {
	width: 35%;
	margin-left: -17.5%;
}

#portfolio_category span strong {
	position: absolute;
	top: 50%;
	left: 5%;
	width: 90%;
	transform: translateY(-50%);
	font-weight: 600;
}

#portfolio_category span strong em {
	font-family: "Rubik", Arial, Helvetica, sans-serif;
	font-size: .75em;
	font-weight: 500;
	font-style: italic;
	text-transform: none;
}

@media only screen and (max-width: 767px) {

	#portfolio_category li {
		width: 50%;
	}

	#portfolio_category li.featured {
		width: 100%;
	}

	#portfolio_category span {
		font-size: 20px;
	}

}

@media only screen and (max-width: 600px) {

		#portfolio_category li.half {
			width: 100%;
		}

	}

@media only screen and (max-width: 450px) {

	#portfolio_category li {
		width: 100% !important;
		float: none;
		border-left: 0px;
	}

	#portfolio_category li.featured {
		display: block;
	}

	#portfolio_category li.featured img {
		display: block;
	}

	#portfolio_category li.featured img.featured {
		display: none;
	}

}

#complete_list {
	padding: 50px 0px;
	font-family: "proxima-nova", "Rubik", Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 21px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 2px;
}

#content #complete_list {
	padding: 10px 0px;
}

#complete_list a {
	display: inline-block;
	background-color: #3B4143;
	color: #F9F8F8;
	line-height: 54px;
	height: 54px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 0px 20px;
}

#complete_list i {
	margin-left: 10px;
	font-weight: normal;
}

#complete_list a:hover {
	background-color: #006C94;
}

#portfolio_featured_image {
	float: left;
	width: 70%;
	border-right: 1px solid #F9F8F8;
	object-fit: cover;
}

#portfolio_featured_image img {
	object-fit: cover;
}

#portfolio_featured_image img, #portfolio_images li img {
	display: block;
	width: 100%;
	height: auto;
}

#portfolio_featured_image #portfolio_featured_image_small {
	display: none;
}

#portfolio_content {
	width: 30%;
	float: right;
	border-left: 1px solid #F9F8F8;
	background-color: #E4E3E3;
/*	padding: 60px 60px 50px 60px;*/
	font-size: 14px;
	line-height: 24px;
}

#portfolio_logo {
	text-align: center;
	padding: 60px;
	border-bottom: 2px solid #F9F8F8;
}

#portfolio_logo img {
	width: 100%;
	max-width: 400px;
	height: auto;
}

#portfolio_logo.vertical img {
	max-width: 250px;
}

#portfolio_content_inner {
	padding: 60px 60px 30px 60px;
}

#portfolio_content h2 {
	font-size: 21px;
	text-transform: uppercase;
	color: #3B4143;
}

#portfolio_content ul, #portfolio_content p {
	margin-bottom: 30px;
	text-align: justify;
}

#portfolio_location {
	line-height: 20px;
}

#portfolio_content strong em {
	color: #3B4143;
}

#portfolio_content a {
	font-size: 15px;
	font-style: italic;
}

#portfolio_content ul {
	padding-left: 0px;
}

#portfolio_content li {
	list-style: none;
	padding-left: 0px;
	line-height: 20px;
	font-style: italic;
	margin-top: 5px;
	text-align: left;
}


#portfolio_images {
	padding: 0px;
	margin: 0px 0px 0px -2px;
}

#portfolio_images li {
	list-style: none;
	width: 33.333333%;
	float: left;
	border-left: 2px solid #F9F8F8;
	margin-top: 2px;
}

@media only screen and (min-width: 750px) and (max-width: 1500px) {

	#portfolio_featured_image, #portfolio_content {
		float: none;
		width: 100%;
		border: 0px;
	}

	#portfolio_featured_image {
		border-bottom: 2px solid #F9F8F8;
	}

	#portfolio_content {
		display: table;
	}
	
	#portfolio_logo {
		display: table-cell;
		width: 33.33333333%;
		vertical-align: middle;
		border-right: 1px solid #F9F8F8;
		border-bottom: 0px;
	}

	#portfolio_content_inner {
		display: table-cell;
		vertical-align: top;
		border-left: 1px solid #F9F8F8;
	}

	#portfolio_content #specs li {
		width: 33.3333333%;
		float: left;
		padding-right: 20px;
	}

}

@media only screen and (min-width: 750px) and (max-width: 1300px) {

	#portfolio_content #specs li {
		width: 50%;
		float: left;
	}

}

@media only screen and (max-width: 950px) {

	#portfolio_logo {
		padding: 45px;
	}

	#portfolio_content_inner {
		padding: 45px 45px 15px 45px;
	}

}

@media only screen and (max-width: 900px) {

	#portfolio_content #specs li {
		width: 100%;
		float: none;
		padding-right: 0px;
	}

}

@media only screen and (min-width: 550px) and (max-width: 750px) {

	#portfolio_content #specs li {
		width: 50%;
		float: left;
	}

}


@media only screen and (max-width: 750px) {

	#portfolio_featured_image, #portfolio_content {
		float: none;
		width: 100%;
		border: 0px;
	}

	#portfolio_featured_image {
		border-bottom: 2px solid #F9F8F8;
	}

}

@media only screen and (max-width: 700px) {

	#portfolio_featured_image #portfolio_featured_image_small {
		display: block;
	}

	#portfolio_featured_image #portfolio_featured_image_large {
		display: none;
	}

	#portfolio_logo {
		padding: 30px;
	}

	#portfolio_content_inner {
		padding: 30px 30px 1px 30px;
	}

	#portfolio_images li {
		width: 100%;
		float: none;
	}

}

#content #portfolio_list {
	margin-left: -3.3333333%;
	margin-top: 50px;
	margin-bottom: 20px;
	padding: 0px;
}

#portfolio_list li {
	list-style: none;
	float: left;
	width: 30%;
	margin-left: 3.3333333%;
	margin-bottom: 30px;
/*	border-left: 10px solid #006C94;
	padding-left: 20px;*/
	font-family: "proxima-nova", "Rubik", Arial, Helvetica, sans-serif;
	font-weight: 700;
	line-height: 20px;
	color: #3B4143;
	text-transform: uppercase;
}

#portfolio_list a {
	color: #3B4143;
}

#portfolio_list em {
	font-family: "Rubik", Arial, Helvetica, sans-serif;
	font-weight: 500;
	text-transform: none;
	color: #ACABAB;
}

@media only screen and (max-width: 950px) {

	#content #portfolio_list {
		margin-left: -7%;
	}

	#portfolio_list li {
		width: 43%;
		margin-left: 7%;
	}

}

/* GALLERY CSS */

#content .gallery {
	padding: 0px;
	margin: 20px 0px 20px -2%;
}

.gallery li {
	list-style: none;
	width: 23%;
	float: left;
	display: inline;
	text-align: center;
	margin: 0px 0px 20px 2%;
	line-height: 16px;
}

.gallery li img {
	background-color: #E4E3E3;
	padding: 3%;
	margin-bottom: 5px;
	width: 100%;
}

@media only screen and (max-width: 600px) {

	.gallery li {
		width: 31.3333%;
	}

}

@media only screen and (max-width: 450px) {

	.gallery li {
		width: 48%;
	}
}

/* FAQ CSS */

#faqs div.question {
	cursor: pointer;
	padding: 5px 15px;
	margin-bottom: 10px;
	background-color: #DDDDDD;
	padding: 10px 15px 10px 15px;
	font-size: 16px;
	line-height: 21px;
}

#faqs div.question:before {
	float: left;
	margin-right: 10px;
	display: inline;
	content: '\f0d7';
	font-family: FontAwesome;
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
}

#faqs div.answer {
	display: none;
}

#faqs div.expand div.question:before {
	content: '\f0d8';
}

#faqs div.expand div.answer {
	display: block;
	margin-bottom: 20px;
}

/* FEEDBACK CSS */

#content form.feedback {
	background-color: #EEEEEE;
	padding: 20px;
}

form.feedback label {
	display: block;
}

form.feedback div {
	margin-bottom: 10px;
}

form.feedback div label {
	display: inline;
}

form.feedback input, form.feedback select, form.feedback textarea {
	width: 100%;
	height: 35px;
	padding: 0px 10px;
}

form.feedback input.radio, form.feedback input.checkbox {
	width: auto;
	height: auto;
	padding: 0px;
}

form.feedback textarea {
	width: 100%;
	height: 100px;
	padding: 5px 10px;
}

form.feedback input.button {
	width: auto;
}

#map_canvas {
	width: 50%;
	float: right;
	height: 500px;
}

/* RESPONSIVE CSS */

@media only screen and (min-width: 1050px) {

	#header_title {
		top: 60%;
		transform: translateY(-50%);
	}

	.subnav {
		position: absolute;
		bottom: 22px;
		left: 0px;
		width: 100%;
		text-align: center;
		line-height: 17px;
	}

	/*
	#mini_header .subnav ul {
		padding-right: 20px;
	}
	*/

	.subnav.portfolio {
		bottom: 16px;
	}

	.subnav li {
		display: inline;
		font-size: 15px;
		line-height: 17px;
		font-style: italic;
		margin: 0px 20px;
		white-space: nowrap;
		vertical-align: top;
	}

	.subnav li a  {
		color: #B1B7B9;
	}

	.subnav li a:hover, .subnav li.active a {
		color: #F9F8F8;
	}

	.section_title {
		display: none;
	}

}

@media only screen and (max-width: 1200px) {

	.layout3 .subnav li {
		margin: 0px 13px;
	}

	.layout3 .subnav.portfolio li {
		margin: 0px 20px;
	}

}

@media only screen and (max-width: 1049px) {

	header .subnav {
		padding: 0px;
		margin: 0px;
		height: 25px;
		position: absolute;
		bottom: 10px;
		left: 0px;
		width: 100%;
	}

	header .subnav.pages .section_title {
		padding: 0px 15px;
		font-size: 21px;
		line-height: 21px;
		font-style: italic;
		text-align: center;
		color: #B1B7B9;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
	}

	header .subnav.pages .section_title:after {
		content: '\f0c9';
		font-family: FontAwesome;
		font-size: 25px;
		font-weight: normal;
		font-style: normal;
		display: block;
		color: #006C94;
	}

	/*
	header .subnav.expanded .section_title:after {
		content: '\f0d8';
	}
	*/

	header .subnav.pages ul {
		position: relative;
		top: 14px;
		left: 0px;
		width: 100%;
		background-color: rgba(59,65,67,.97);
		display: none;
		z-index: 300;
		padding: 20px 0px;
	}

	header .subnav.pages li {
		margin: 0px;
		display: block;
		font-size: 20px;
		line-height: 25px;
		text-align: center;
		font-style: italic;
	}

	header .subnav.pages li.first {
		border: 0px;
	}

	header .subnav.pages li a {
		display: block;
		padding: 10px 15px;
		color: #B1B7B9;
	}

	#header_title {
		top: 55%;
		transform: translateY(-50%);
	}

	header .subnav.portfolio {
		position: absolute;
		bottom: 36px;
		left: 0px;
		width: 100%;
		text-align: center;
		margin: 0px;
	}

	.subnav.portfolio li {
		display: inline;
		font-size: 15px;
		line-height: 34px;
		font-style: italic;
		margin: 0px 20px;
		white-space: nowrap;
		vertical-align: top;
	}

	#mini_header .subnav.portfolio {
		position: absolute;
		left: 0px;
		bottom: 16px;
		width: 100%;
		text-align: center;
		line-height: 17px;
	}

	#mini_header .subnav.portfolio li {
		line-height: 17px;
	}

	.subnav.portfolio li a  {
		color: #B1B7B9;
	}

	.subnav.portfolio li a:hover, .subnav.portfolio li.active a {
		color: #006C94;
	}

}

@media only screen and (max-width: 1400px) {

	#mini_header .subnav {
		display: none;
	}

	#mini_header .subnav.portfolio {
		display: block;
	}

}

@media only screen and (max-width: 959px) {

	.layout4 #content, #map_canvas {
		float: none;
		width: 100%;
	}

}

@media only screen and (max-width: 767px) {

	#nav ul {
		width: 90%;
		max-width: 400px;
	}

	#nav_close {
		right: 27px;
	}

	#header_title {
		top: 60%;
	}

	header .subnav {
		bottom: 10px;
	}

	header .subnav.pages ul {
		top: 14px;
	}

}

@media only screen and (max-width: 1199px) {

	.nav_trigger {
		right: 30px;
	}

}

@media only screen and (max-width: 650px) {

	.nav_trigger {
		right: 15px;
	}

	#nav {
		padding-top: 60px;
	}

	#nav li {
		font-size: 30px;
	}

	#nav li a {
		padding: 20px 15px;
	}

	#nav li li {
		font-size: 17px;
	}

	#nav li li a {
		padding: 12px 15px;
	}

	#header_title1 {
		font-size: 1.2em;
		margin-bottom: .7em;
	}

}

@media only screen and (max-width: 767px) {

	#logo {
		top: 20px;
		/*top: 0px;*/
	}

	.layout2 #logo {
		top: 20px;
	}

	#logo img {
		max-width: 300px;
	}

	.nav_trigger {
		top: 32px;
	}

	.layout2 h1 {
		font-size: 28px;
	}


}

@media only screen and (max-width: 500px) {

	.nav_trigger {
		top: 24px;
	}

	header .subnav.portfolio {
		bottom: 20px;
	}

	.subnav li.category {
		line-height: 20px;
	}

	.layout3 .subnav.portfolio li {
		margin: 0px 10px;
	}

	.subnav li.category a {
		width: 27px;
		height: 20px;
		background-size: 27px 40px;
	}

	.subnav li.category a:hover {
		background-position: 0px -20px;
	}

	.subnav.portfolio li span {
		display: none;
	}


}






/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    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;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    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;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
