:before, :after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	margin: 0px;
	font-size: 14px;
	font-family: "Open Sans";
}
body.mobile-nav-open {
	overflow: hidden !important;
}
button {
	outline: none !important;
}
.pull-right {
	float: right!important;
}
@font-face {
	font-family: "Webbuilder Font";
	src: url('../fonts/webbuilder_font.eot');
	src: url('../fonts/webbuilder_font.eot?#iefix') format('embedded-opentype'),
	     url('../fonts/webbuilder_font.ttf'),
	     url('../fonts/webbuilder_font.svg'),
	     url('../fonts/webbuilder_font.woff');
}
@font-face {
	font-family: "Thin Icons";
	src: url('../fonts/unoapp_iconfont_thin-webfont.eot');
	src: url('../fonts/unoapp_iconfont_thin-webfont.eot?#iefix') format('embedded-opentype'),
	     url('../fonts/unoapp_iconfont_thin-webfont.ttf'),
	     url('../fonts/unoapp_iconfont_thin-webfont.svg'),
	     url('../fonts/unoapp_iconfont_thin-webfont.woff');
}

@font-face {
	font-family: "UNOapp Icons";
	src: url('../fonts/unoapp_iconfont_webfont.eot');
	src: url('../fonts/unoapp_iconfont_webfont.eot?#iefix') format('embedded-opentype'),
	     url('../fonts/unoapp_iconfont_webfont.ttf'),
	     url('../fonts/unoapp_iconfont_webfont.svg'),
	     url('../fonts/unoapp_iconfont_webfont.woff');
}
.uno-icon-new {
	font-family: "UNOapp Icons";
	font-size: 200%;
	line-height: 0.7;
	vertical-align: middle;
}

.clear-both {
	clear: both;
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
}


/* ========================= LAYOUT STYLES ========================= */
#page-section {
	overflow: hidden;
}

/* ========================= NAVIGATION STYLES (BASE) ========================= */
#header-section { width: 100%; height: 50px; display: block; margin: 0; padding: 0; position: fixed; top: 0; overflow: visible; z-index: 2;}
#header-main { width: 100%; height: 50px; display: block; background-color: none; margin: 0; padding: 0; position: fixed; top: 0; left: 0; }
/* CONTROLS */
#nav-main-controls { width: 100%; height: 50px; display: block; background-color: rgba(0,0,0,0.95); margin: 0; padding: 0; position: fixed; top: 0; left: 0; }
#nav-main-toggle { width: 50px; height: 50px; display: block; background-color: transparent; border: 0; margin: 0; padding: 10px; position: absolute; top: 0; left: 0; overflow: hidden; cursor: pointer; }
#nav-main-toggle > .icon-bar { width: 100%; max-width: 30px; height: 2px; display: block; background-color: #FFFFFF; margin: 0px; padding: 0; position: absolute; }  
#nav-main-toggle > .icon-bar.icon-bar-top { top: 15px; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); -webkit-transition: top 0.1s 0.1s, transform 0.1s 0s; transition: top 0.1s 0.1s, transform 0.1s 0s; }
#nav-main-toggle > .icon-bar.icon-bar-middle { top: 50%; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); -webkit-transition: opacity 0.1s; transition: opacity 0.1s; }
#nav-main-toggle > .icon-bar.icon-bar-bottom { bottom: 15px; -webkit-transform: translate(0, 50%); transform: translate(0, 50%); -webkit-transition: bottom 0.1s 0s, transform 0.1s 0.1s; transition: bottom 0.1s 0.1s, transform 0.1s 0s; }
/* CONTENTS */
#nav-main { width: 100%; height: auto; display: none; background-color: rgba(0,0,0,0.95); margin: 0; padding: 0; position: absolute; top: 50px; overflow: auto; }
#nav-main-content { width: 100%; height: auto; display: block; margin: 0; padding: 0; position: relative; }
#nav-main-content.uppercase { text-transform: uppercase; }
#nav-main-content li { width: 100%; height: auto; display: block; margin: 0; padding: 10px; text-align: center; -webkit-transition: background-color 0.2s; transition: background-color 0.2s; cursor: pointer; }
#nav-main-content li a { color: #FFFFFF; border-bottom: solid 2px transparent; padding-bottom: 4px; font-size: 18px; text-decoration: none; letter-spacing: 1px; position: relative; -webkit-transition: all 0.125s; transition: all 0.125s; }
/* HOVER */
#nav-main-content li:hover a { border-color: #FFFFFF; padding-bottom: 1px; }
/* ACTIVE STYLES */
#header-main.mobile-open #nav-main { display: block; }
#header-main.mobile-open .icon-bar.icon-bar-top { top: 50%; -webkit-transform: translate(0, -50%) rotate(45deg); transform: translate(0, -50%) rotate(45deg); -webkit-transition: top 0.1s 0s, transform 0.1s 0.1s; transition: top 0.1s 0s, transform 0.1s 0.1s; }
#header-main.mobile-open .icon-bar.icon-bar-middle { opacity: 0; }
#header-main.mobile-open .icon-bar.icon-bar-bottom { bottom: 50%; -webkit-transform: translate(0, 50%) rotate(-45deg); transform: translate(0, 50%) rotate(-45deg); -webkit-transition: bottom 0.1s 0s, transform 0.1s 0.1s; transition: bottom 0.1s 0s, transform 0.1s 0.1s; }
#nav-main-content li.active a { border-color: #FFFFFF; padding-bottom: 1px; }

.home-layout-1 {
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 3;
}
.home-layout-1.repeated {
	background-repeat: repeat;
    background-size: initial;
}
.home-layout-1 .encasing {
	width: 1170px;
	margin: 0 auto;
	position: relative;
	height: 100%;
	padding-top: 40px;
}
.home-layout-1 .content-social {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 135px;
	color: #fff;
}
.widget-section .headline-content, .widget-section .subhead-content {
	text-align: center;
	color: #fff;
}
.home-layout-1 .headlineui, .home-layout-1 .subheadui, .title-section > div > div {
	width: 65%;
	margin: 0 auto;
	max-height: 75px;
}
.widget-section .widget-headlineui, .widget-section .widget-subheadui {
	width: 65%;
	margin: 0 auto;
}
.home-layout-1 .headlineui h1, .home-layout-1 .subheadui h2, .widget-section .widget-headlineui h1, .widget-section .widget-subheadui h2 {
	margin: 10px 0px;
}
.home-layout-1 .logo-section {
	text-align: center;
	margin: 0 auto;
	background-repeat: no-repeat;
    background-size: contain;
  	background-position: 50%;
}
.home-layout-1 .logo-section.large {
	width: 90%;
    padding-top: 90%;
    max-width: 675px;
}
.home-layout-1 .logo-section.medium {
	width: 66%;
    padding-top: 66%;
    max-width: 495px;
}
.home-layout-1 .logo-section.small {
	width: 40%;
    padding-top: 40%;
    max-width: 300px;
}
.home-layout-1 .web-social-home > div.social-btn {
	display: inline-block;
	vertical-align: top;
	margin: 25px 10px 5px;
	width: 48px;
}
.home-layout-1 .web-social-home > div.social-btn:hover {
	opacity: 0.8;
}
.home-layout-1 .web-social-home .social-btn a {
	text-decoration: none;
	display: block;
	width: 48px;
	height: 44px;
}
.home-layout-1 .web-social-home .social-btn span {
	font-size: 54px;
}
.home-layout-1 .web-social-home > div.social-btn:hover {
	cursor: pointer;
	background-color: rgba(255, 255, 255, 0) !important;
}
/*  Nav - Mobile Options */
#mobile_options {
	display: none;
	position: fixed;
	right: 15px;
	z-index:2000;
}
#mobile_options > div {
	padding: 5px;
}
#mobile_options a {
	display: block;
	width: 40px;
	height: 40px;
	position: relative;
}		
#mobile_options span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 40px;
}
.footer {
	height: 67px;
}
.footer img {
	width: 175px;
}
.footer.adx {
	height: 98px;
    position: relative;
}
.footer.adx > a > * {
	margin: 10px 10px 0px;
}
.footer.adx > a:last-child > img {
	width: 120px;
    margin-top: 29px;
}
.footer img.gshift {
	width: 125px; 
	margin: 4px 10px 0px;
}
.footer.adx img.gshift {
	width: 120px;
    margin: 10px;
    position: absolute;
    right: 130px;
    top: 11px;
}


div.widget-section {
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
	height: auto;
	background-color: #ddd;
	padding: 100px 0px 100px;
}
div.widget-section.repeated {
	background-repeat: repeat;
    background-size: initial;
}
div.widget-section > div {
	max-width: 1160px;
	margin: 0 auto;
	padding: 15px;
}
.element-div > div > * {
	margin: 0 auto;
}
.element-div img {
	max-width: 100%;
}
.map-fold.widget-section {
	padding: 0px;
}
.map-fold.widget-section > div {
	max-width: none;
	padding: 0px;
}
#home.large {
	min-height: 1000px;
}
#home.medium {
	min-height: 820px;
}
#home.small {
	min-height: 625px;
}
.uno-carousel-case {
	width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
}
#page-section .uno-carousel {
	height: 100vh;
}
.uno-carousel {
	height: calc(100vh - 55px);
    position: absolute;
    top: 0px;
    left: 0px;
}
#page-section .uno-carousel > div {
	height: 100vh;
}
.uno-carousel > div {
	width: 100vw;
	height: calc(100vh - 55px);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    display: inline-block;
}
.uno-carousel > div.active-slide {
	z-index: 1 !important;
}
.uno-carousel > div.previous-slide {
	z-index: 2 !important;
}
.uno-carousel-arrows {
	z-index: 4;
    font-size: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    padding: 0px 15px 75px;
    pointer-events: none;
    width: 100vw;
}
.uno-carousel-arrows > div {
	pointer-events: all;
	cursor: pointer;
}

@media (max-width: 1600px) {
	.home-layout-1 .logo-section.large {
	    max-width: 575px;
	}
	.home-layout-1 .logo-section.medium {
	    max-width: 395px;
	}
	.home-layout-1 .logo-section.small {
	    max-width: 250px;
	}
	#home.large {
	    min-height: 900px;
	}
	#home.medium {
	    min-height: 720px;
	}
	#home.small {
	    min-height: 575px;
	}
}

@media (max-width: 1199px) {
	.home-layout-1 .encasing {
		width: 970px;
	}
}

@media (max-width: 991px) {
	.element-div {
		width: 100% !important;
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
	.element-div > div > * {
		width: 100% !important;
	}
	.element-div > div > a > button {
		width: 100% !important;
	}
	.home-layout-1 .encasing {
		width: 750px;
	}
	#mobile_options {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
  	.home-layout-1 .logo-section {
 		padding-top: 70px;
 	}

 	/* This style is because longer text lines will drop to two lines */
 	#home.medium {
	    min-height: 760px;
	}
	#home.small {
	    min-height: 625px;
	}
}
@media (min-width: 768px) {
	/* ========================= NAVIGATION STYLES (768+) ========================= */
	#header-section { height: auto; position: fixed; top: auto; bottom: 0; overflow: auto; }
	/* MODIFIERS */
	#header-section.scroll-to-top { position: absolute; top: 0; bottom: auto; z-index: 10; }
	#header-section.fix-to-top { position: fixed; top: 0; bottom: auto; }
	#header-main { height: auto; position: relative; }
	/* CONTROLS */
	#nav-main-controls { display: none; }
	/* CONTENTS */
	#nav-main { display: block; position: relative; top: 0; overflow: auto; }
	#nav-main-content { text-align: center; }
	#nav-main-content li { width: auto; display: inline-block; margin: 0; padding: 13px 1.5%; text-align: center; }
	#nav-main-content li a { font-size: 20px; }

	.home-layout-1.parallax {
		background-attachment: fixed;
	}
	div.widget-section.parallax {
		background-attachment: fixed;
	}
}
@media (max-width: 767px) {
	.home-layout-1 .encasing {
		width: 100%;
	}
	.home-layout-1 .logo-section img {
	  	max-width: 90%;
	}
  	.profile_widget_body.profile_layout_1 .section-1 h6,
  	.profile_widget_body.profile_layout_1 .section-1 .is-h6 {font-size: 65px!important; opacity: 1}
 	.home-layout-1 .content-social {
 		bottom: 25px;
 		width: 96%;
		margin-left: 2%;
 	}
 	div.widget-section {
 		padding: 50px 0 50px;
 	}
 	.title-section > div {
 		width: 98%;
 	}
 	.home-layout-1 .web-social-home > div.social-btn {
		margin: 25px 5px 5px;
	}
	.footer.adx {
 		height: auto;
 	}
 	.footer.adx > a {
 		display: block;
 		text-align: center;
 		width: 100%;
 		height: 83px;
 	}
 	.footer.adx > a:first-child {
 		height: 108px;
 	}
 	.footer.adx > a:last-child {
 		height: 60px;
 	}
 	.footer.adx > a > iframe {
 		margin-top: 20px;
 	}
 	.footer.adx img {
 		float: none !important;
 	}
 	.footer.adx > a:last-child > img {
 		margin-top: 0px;
 	}
 	.footer.adx img.gshift {
 		margin-top: 10px;
    	position: relative;
    	right: initial;
    	top: initial;
 	}
	#home.large {
	    min-height: 800px;
	}
	#home.medium {
	    min-height: 600px;
	}
	#home.small {
	    min-height: 455px;
	}
}
@media (max-width: 575px) {
	#home.large {
	    min-height: 700px;
	}
	#home.medium {
	    min-height: 575px;
	}
	#home.small {
	    min-height: 435px;
	}
}
@media (max-width: 400px) {
	.home-layout-1 .web-social-home > div.social-btn {
		margin: 25px 1px 5px;
	}
	#home.large {
	    min-height: 615px;
	}
	#home.medium {
	    min-height: 520px;
	}
	#home.small {
	    min-height: 425px;
	}
}
.hide{display:none!important;}

@media (max-width: 767px) {
	.arrow-ani {
		display: none;
	}
	.mobilehead-one {
		font-size: 32px !important;
	}
	.mobilehead-two {
		font-size: 28px !important;
	}
	.mobilehead-three {
		font-size: 24px !important;
	}
	.mobilehead-four {
		font-size: 20px !important;
	}
	.mobilehead-five {
		font-size: 18px !important;
	}
	.mobilehead-six {
		font-size: 16px !important;
	}
	.mobilehead-seven {
		font-size: 14px !important;
	}
	.mobilehead-eight {
		display: none;
	}
}

.arrow-ani {
	position: absolute;
	width: 100%;
	bottom: 100px;
	text-align: center;
	font-size: 50px;
	cursor: pointer;
}
.arrow-ani:hover {
	bottom: 95px;
}

.uno-icon-thin {
	font-family: "Thin Icons";
	font-size: 200%;
	line-height: 0.7;
}
.webbuilder-font {
	font-family: "Webbuilder Font";
	font-size: 200%;
	line-height: 0.7;
}
.element-btn {
	border: none;
	color: #333;
	background-color: #fff;
	border-radius: 0px;
	padding: 7px 0px;
}
.element-btn:hover,
.element-btn:focus,
.element-btn:active,
.element-btn.active {
	color: #333;
	background-color: #ebebeb;
}
.element-btn:focus {
	outline: none;
}