@charset "UTF-8";

/** General Styles **/
body {
	color: #878787;
	font-family: 'Lato', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}
div.light {
	background-color: #f7f7f7;
}
.border-top {
    border-top: 1px solid rgba(0,0,0,0.15);
}


/** Typography **/
h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', 'Lato', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
	color: #444;
	font-weight: 400;
	margin: 0px;
}
h1, .h1 {
	font-weight: 600;
	font-size:  4em;
	color: #444;
	margin-bottom: 20px;
}
h1.larger,
h1 span {
	font-size:  1.9em;
}
h2, .h2 {
	font-weight: 500;
	font-size: 2.6em;
	color: #444;
}
h3, .h3 {
	font-size: 1.7em;
	color: #444;
}
h4, .h4 {
	font-size: 1.3em;
	color: #656565;
}
h5, .h5 {
	font-size: 1.2em;
	color: #656565;
}
h6, .h6 {
	font-size: 1em;
	color: #656565;
}
p, ul li {
	font-size: 16px;
	line-height: 30px;
}
p.uk-text-large {
	font-weight: 300;
}
.uppercase {
	text-transform: uppercase;
}


/** Layout **/
.large-col {
	max-width: 1150px;
    margin: auto;
}
.sponsor {
	color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 9px;
    border-bottom: 2px solid #fff;
}
.action-cols h5 {
	color: #fff;
}
.action-cols a.uk-button.uk-button-default {
	color: #fff;
    font-size: 11px;
    margin-top: 30px;
}
.action-cols .uk-grid-margin.uk-first-column {
    margin-top: 0px;
}


/** Divider **/
.uk-divider-small.blue::after {
	border-color: #f3713e;
}



/* Buttons */
.uk-button {
	    border-radius: 2px;
}
.uk-button-primary {
	background: #f3713e;
}
.uk-button-white {
	background: #fff;
	color: #878787;
}
.uk-button-white:hover {
	color: #f3713e;
}
.uk-button.bold {
	font-weight: 700;
}
.uk-button-primary:focus, .uk-button-primary:hover {
    background-color: #222;
}




/** Header **/
header {
	padding: 12px 0px;
}
header a.logo {
    padding: 22px 50px;
    display: block;
}
header.standard {
	border-bottom: 1px solid rgba(0,0,0,0.15);
}
header.transparent {
	position: absolute;
    z-index: 999;
    display: block;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}
header #nav-toggle #close-button {
	width: 30px;
	height: 0px;
	color: #fff;
	z-index: 1001;
}





/** Navigation **/
header #nav-toggle {
    padding: 20px;
}
header #nav-toggle a {
	float: right;
	font-size: 32px;
	padding-top: 3px;
	color: #333;
}
header #nav-toggle a:hover {
	cursor: pointer;
}
header #nav-toggle a.item {
	font-size: 15px;
    color: #333;
    float: right;
    padding: 13px 26px;
}
header #nav-toggle a.item i {
	padding: 3px;
    margin-bottom: -1px;
}
header.transparent #nav-toggle a.item {
	color: #fff;
}
header #nav-toggle a div {
	height: 0px;
    background: #333;
    border: 2px solid #333;
    border-radius: 15px;
    width: 42px;
    margin: 8px 0px;
}
header.transparent #nav-toggle a div {
	background: #fff;
	border-color: #fff;
}
.nav-overlay {   
	height: 0;
    width: 100%;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}
.nav-overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center; 
    margin-top: 30px;
}
.nav-overlay a {
    padding: 16px;
    text-decoration: none;
    font-size: 36px;
    color: #eee;
    display: block;
    transition: 0.3s;
}
.nav-overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}
.nav-overlay .closebtn {
    position: absolute;
    top: 0px;
    right: 11px;
    font-size: 60px;
    line-height: 64px;
}



/** Page Headings **/
#page-heading {
    height: 100%;
    position: relative;
    color: #fff;
    z-index: 1;
	padding: 50px 30px 30px 30px;
	text-align: center;
}
#page-heading:after {
    content: ' ';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(20,20,20);
	/*background: -moz-linear-gradient(left, rgba(40,40,40,1) 0%, rgba(147,147,147,1) 100%);
	background: -webkit-linear-gradient(left, rgba(40,40,40,1) 0%,rgba(147,147,147,1) 100%);
	background: linear-gradient(to right, rgba(40,40,40,1) 0%,rgba(147,147,147,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#282828', endColorstr='#939393',GradientType=1 );*/
    z-index: -1;
}
#page-heading.bg:after {
	opacity: 0.8;
}
#page-heading.transparent {
	padding-top: 131px;
}
#page-heading h1 {
	color:  #fff;
	font-size: 3.4em;
}
#page-heading .main {
	padding: 125px 0px;
}




/** Title Bar **/
.title-bar .title {
	font-weight: 600;
}
.title-bar a,
.title-bar .breadcrumbs {
	font-size: 12px;
	line-height: 21px;
}
.title-bar .breadcrumbs {
	text-align: right;
}


/** Breadcrumbs **/
.breadcrumbs a {
	color: #878787;
}
.breadcrumbs a:hover {
	text-decoration: underline;
}


/** Full Width Backgrounds **/
.full-width-bg {
	background-size: cover;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
}
.full-width-bg.fixed {
	background-attachment: fixed;
}



/** Photo Grid **/
.photo-grid [class*="col-sm-"] {
	border: 1px solid rgba(0,0,0,0.15);
	border-bottom: none;
	border-left: none;
}
.photo-grid [class*="col-sm-"].last {
	border-right: none;
}
.photo-grid .row.first [class*="col-sm-"] {
	border-top: none;
}
.photo-grid [class*="col-sm-"]:hover {
	background-color: #f8f8f8;
	transition: 0.75s;
}
.photo-grid [class*="col-sm-"]:hover img {
	opacity: 0.5;
	transition: 0.75s;
}
.photo-grid [class*="col-sm-"]:hover .title {
	color: #dc3a3a;
	transition: 0.75s;
}
.photo-grid .title {
	font-weight: 600;
	padding: 18px;
	color: #888;
}
.photo-grid img {
	width: 100%;
}
.uk-overlay {
    padding: 10px 30px;
}
#lightgallery p.uk-light {
    margin-bottom: 0px;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
}



/** Icons **/
i.border {
	color: #3f81ff;
	border: 1px solid #e5e5e5;
    display: block;
    text-align: center;
    padding: 29px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 40px;
	margin: auto;
}
	


/** Icon List **/
.icon-list ul {
	list-style: none;
	padding-left: 0px;
}
.icon-list ul li {
	font-size: 18px;
    padding-bottom: 19px;
}
.icon-list ul li i {
    background: #dc3a3a;
    color: #fff;
    width: 44px;
    height: 44px;
    text-align: center;
    padding-top: 13px;
    border-radius: 50%;
    margin-right: 8px;
    display: inline-block;
}
.icon-list ul li .title {
	color: #dc3a3a;
	font-weight: 700;
	display: inline-block;
}
.icon-list ul li .content {
	font-size: 15px;
	display: block;
	padding-left: 57px;
	margin-top: -6px;
}



/** Photo Gallery **/
.thumb-img img {
	/*width: 100%;*/
    height: 100%;
    overflow: hidden;
}
.uk-inline>a {
	display: inline-block !important;
}




/** Footer/Socket **/
#footer {
	background: #232323;
	font-size: 15px;
}
#footer nav a.nav-link {
	color: #949494;
}
#footer nav a.nav-link:hover {
	color: #fff;
}
#footer nav a.nav-link:before {
	font-family: FontAwesome;
   	content: "\f105";
	padding-right: 7px;
}
#footer .footer-client-area a.button {
	margin-top: 30px;
}
#footer .footer-client-area img {
	max-width: 200px;
    padding-top: 18px;
}
#footer p {
    color: #fff;
    line-height: 24px;
    font-size: 14px;
}
#footer p.large {
    color: #f3713e;
    font-size: 23px;
    font-weight: 700;
}
#footer h4 {
	color: #fff;
    font-weight: 600;
    font-size: 18px;
}
#footer hr.transparent:after {
	border-color: transparent;
}
#footer ul.uk-nav-default>li>a {
    padding: 0px;
    color: #f8f8f8;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
}
#footer .nav-col {
    margin-top: 65px;
}
@media (max-width: 992px) {
	#footer .nav-col {
		margin-top: 0px;
	}
}
#socket {
	background: #292929;
	font-size: 12px;
	color: #949494;
}
#socket a {
	color: #949494;
	font-size: inherit;
}
#socket a:hover {
	color: #ddd;
}
#socket p {
	margin-bottom: 0px;
	font-size: inherit;
}
#socket i {
	padding: 9px 7px 0px 7px;
	
}
#socket .social {
	text-align: right;
}



/** Mobile Styles **/
@media (max-width: 992px) {
	
	
	/** Full Width Background **/
	.full-width-bg.hidden-tablet {
		background-image: url("") !important;
	}
	
	
}

@media (min-width: 769px) {
	
	.hidden-md-up {
		display: none !important;
	}
	
}
@media (max-width: 768px) {
	
	.hidden-sm-down {
		display: none !important;
	}
	
	/** Layout **/
	.padding-xl {
		padding-top: 70px;
		padding-bottom: 70px;
	}
	.padding-xl-top {
		padding-top: 70px;
	}
	.padding-xl-bottom {
		padding-bottom: 70px;
	}
	.padding-lg {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.padding-lg-top {
		padding-top: 50px;
	}
	.padding-lg-bottom {
		padding-bottom: 50px;
	}
	.padding-md {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.padding-md-top {
		padding-top: 25px;
	}
	.padding-md-bottom {
		padding-bottom: 25px;
	}
	.tablet-padded-col {
		padding-left: 90px;
		padding-right: 90px;
	}
	
	
	/** Header **/
	header.transparent {
		margin-bottom: -155px !important;
	}
	header #nav-toggle a {	
    	padding-top: 3px;
    	padding-right: 8px;
	}
	
	
	/** Navigation **/
	.nav-overlay-content {
    	top: 8%;
	}
	
	
	/** Forms **/
	form .characters {
		float: none;
		padding-bottom: 14px;
	}
	
	
	/** Full Width Sub Nav **/
	.fullwidth-sub-nav a {
		font-size: 1.1em;
	}
	
	
	/** Page Headings **/
	.main-page-heading .page-title {
		font-size: 3.8em !important;
	}
	.main-page-heading .row.align-items-center,
	.main-page-heading.transparent .row.align-items-center {
		min-height: 150px;
	}

	
	
	/** Title Bar **/
	.title-bar,
	.title-bar .breadcrumbs {
		text-align: center;
	}
	
	
	/** Full Width Background **/
	.full-width-bg.hidden-mobile {
		background-image: url("") !important;
	}
	
	
	/** Photo Grid **/
	.photo-grid .title {
		font-size: 0.7em !important;
	}
	
	
	
	/** Work Entry (Portfolio) **/
	.work-entry h1.h2 {
		padding-top: 18px;
	}
	
	
	/** Boxed Backgrounds **/
	.boxed-bg .title {
		font-size: 2em !important;
	}
	
	
	/** Footer/Socket **/
	#socket,
	#socket .social {
		text-align: center;
	}
	#socket .social {
		padding-top: 11px;
		font-size: 1.6em;
	}
	
	
}

@media (max-width: 544px) {
	
	/** Layout **/
	.tablet-padded-col {
		padding-right: 15px;
		padding-left: 15px;
	}
	.tablet-padded-col.col-gutter-lg {
		padding-right: 32px;
    	padding-left: 32px;
	}
	
	
	/** Page Headings **/
	.main-page-heading span.main-heading {
		padding: 110px 0px;
	}
	
	
	/** Full Width Sub Nav **/
	.fullwidth-sub-nav a {
		font-size: 0.96em;
	}
	
	
	/** Photo Grid **/
	.photo-grid .row.first [class*="col-sm-"] {
		border-top: 1px solid rgba(0,0,0,0.15);
	}
	.photo-grid .row.first [class*="col-sm-"].first {
		border-top: none;
	}
	
	
	/** Page Headings **/
	.main-page-heading .page-title {
		font-size: 3.2em !important;
	}
	
}










