/*  RESET browser defaults (Eric Meyer Global Reset)*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol,
form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
.clearfloat {
	clear:both;
  	height:0;
  	font-size: 1px;
 	line-height: 0px;
}
/* END RESET browser defaults */


/* FONTS */
@font-face {
    font-family: 'Oblik-Regular';
    src: url('fonts/Oblik/Oblik-Regular.eot');
    src: local('Oblik-Regular'), 
		 url('fonts/Oblik/Oblik-Regular.eot?#iefix') format('embedded-opentype'),
		 url('fonts/Oblik/Oblik-Regular.woff2') format('woff2'),
		 url('fonts/Oblik/Oblik-Regular.woff') format('woff'), 
         url('fonts/Oblik/Oblik-Regular.ttf') format('truetype'),
         url('fonts/Oblik/Oblik-Regular.svg#Oblik-Regular') format('svg'); 
}

@font-face {
    font-family: 'Oblik-Bold';
    src: url('fonts/Oblik/Oblik-Bold.eot');
    src: local('Oblik-Bold'), 
		 url('fonts/Oblik/Oblik-Bold.eot?#iefix') format('embedded-opentype'),
		 url('fonts/Oblik/Oblik-Bold.woff2') format('woff2'),
		 url('fonts/Oblik/Oblik-Bold.woff') format('woff'), 
         url('fonts/Oblik/Oblik-Bold.ttf') format('truetype'),
         url('fonts/Oblik/Oblik-Bold.svg#Oblik-Bold') format('svg'); 
}



/* GLOBAL */
.centered {
	text-align: center;
}

.bold {
	font-family: 'Oblik-Bold', Tahoma, 'Trebuchet MS', Arial;
}

.underline {
	text-decoration: underline;
}

.italic {
	font-style: italic;
}

h1 {
	color: #00a5d5;
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 20px;
	line-height: 38px;
}

h1.ufirst {
	text-transform: none;
}

h2 {
	color: #00a5d5;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 24px;
	margin-bottom: 20px;
}

h2.ufirst {
	text-transform: none;
}

h3 {
	font-size: 18px;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: normal;
}

a {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: underline;
}

input, textarea, select {
	font-family: 'Oblik-Regular', Tahoma, 'Trebuchet MS', Arial;
	font-size: 13px;
	border: 1px solid #3c3c3c;
	color: #6f6f6f;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 2px;
}

input,
select {
	height: 21px;
}

input.checkbox {
	width: 15px !important;
}

#okmsg {
	color: #1ab624;
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 15px;
}

#errormsg {
	color: #bf1e2e;
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 15px;
}



/* CUSTOM STYLE */
body {
	line-height: 20px;
	font-family: 'Oblik-Regular', Tahoma, 'Trebuchet MS', Arial;
	font-size: 13px;
	background: #ffffff;
	position: relative;
}
/*
#arrowtop {
	position: fixed;
	width: 31px;
	height: 31px;
	background: url('../images/bg-arrow-top.png') no-repeat left top;
	left: calc(50% + 550px);
	top: 50%;
	cursor: pointer;
	z-index: 9;
}

#arrowtop a {
	display: block;
	height: 100%;
}
*/
#header {
	float: left;
	width: 100%;
	height: 170px;
	z-index: 90;
	background: url('../images/bg-header.jpg') repeat left top;
	border-bottom: 5px solid #d09f2a;
}

#header #header-shadow {
	width: 100%;
	height: 100%;
	
}

#header #header-container {
	width: 1000px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

#header #logo {
	margin: 0 auto;
	width: 263px;
	height: 126px;
	margin-top: 20px;
	background: url('../images/logo.png') no-repeat center center;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

#header #logo a {
	display: block;
	height: 100%;
	cursor: pointer;
}

#header #burger {
	position: absolute;
	left: 50%;
	margin-left: -15px;
	top: 25px;
	width: 30px;
	height: 25px;
	background: url('../images/burger.png') no-repeat left top;
	cursor: pointer;
	z-index: 20;
	display: none;
}

#header #burger-menu {
	position: fixed;
	left: 50%;
	margin-left: -150px;
	top: 74px;
	width: 300px;
	background: rgba(32, 45, 89, 0.85);
	/*background: rgba(250, 131, 5, 0.85);*/
	display: none;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

#header #burger-menu .burger-menu-option {
	float: left;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Oblik-Bold', Tahoma, 'Trebuchet MS', Arial;
}

#header #burger-menu .burger-menu-option a {
	color: #ffffff;
	text-decoration: none;
	padding: 10px 0;
	display: block;
}

#header #burger-menu .burger-menu-option a:hover {
	color: #FA8305;
}


#header #language {
	position: absolute;
	width: 110px;
	right: 5px;
	top: 73px;
}

#header #language span {
	float: left;
	color: #ffffff;
	position: relative;
	top: 9px;
}

#header #language .lang {
	float: left;
	color: #ffffff;
	margin: 0 10px;
}

#header #language .lang a {
	float: left;
	text-decoration: none;
	font-family: 'Oblik-Bold', Tahoma, 'Trebuchet MS', Arial;
	font-size: 12px;
	color: #ffffff;
	border-top: 3px solid transparent;
	padding-top: 7px;
}

#header #language .lang a.selected,
#header #language .lang a:hover {
	color: #f4821f;
	border-top: 3px solid #f4821f;
}

#header #menu-container {
	width: 100%;
	height: 45px;
	margin: 0 auto;
	position: relative;
	background: #562080;
	display: none;
}

#header #menu-container #menu-logo {
	position: absolute;
	left: calc(50% - 430px);
	top: 15px;
	width: 94px;
	height: 35px;
	background: url('../images/logo-small.png') no-repeat center center;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	display: none;
}

#header #menu {
	height: 45px;
	text-align: center;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

#header #menu ul {
	margin: 0 auto;
	display: inline-block;
	height: 100%;
	transition: all 0.5s;
}

#header #menu li {
	float: left;
	height: 45px;
	margin: 0 15px;
	text-align: center;
}

#header #menu li a {
	display: block;
	width: auto;
	height: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: none;
	font-size: 13px;
	color: #ffffff;
	text-transform: uppercase;
}

#header #menu li a:hover,
#header #menu li a.selected {
	color: #8bc43f;
	background: url('../images/bg-menu-option-selected.png') no-repeat center 32px;
}

#header #label {
	position: absolute;
	top: 135px;
	right: 20px;
	width: 149px;
	height: 187px;
	background: url('../images/bg-label2.png') no-repeat left top;
}

#header #label:hover {
	background: url('../images/bg-label2.png') no-repeat right top;
	width: 148px;
}

#header #label a {
	display: block;
	height: 100%;
	padding-top: 110px;
	padding-left: 10px;
	font-family: 'Oblik-Bold', Tahoma, 'Trebuchet MS', Arial;
	font-size: 16px;
	text-align: center;
	box-sizing: border-box;
	text-decoration: none;
	color: #ffffff;
}

#header #label a:hover {
	color: #050F29;
}






#areas {
	float: left;
	width: 100%;
	position: relative;
}

#areas .section-container {
	margin-top: 75px;
	padding: 120px 0 100px;
}

#areas .box-wrapper {
	position: absolute;
	top: 121px;
	left: 375px;
	width: 248px;
	height: 248px;
	background: url('../images/bg-area-circle.png') no-repeat left top;
}

#areas .box-slogan {
	position: absolute;
	top: 119px;
	left: 374px;
	width: 250px;
	height: 248px;
	background: url('../images/bg-area-circle-text.png') no-repeat left top;
	box-sizing: border-box;
	padding: 60px 50px 25px;
	color: #CE9F29;
	font-family: 'Oblik-Bold', Tahoma, 'Trebuchet MS', Arial;
	text-align: center;
	transition: 0.5s all;
}

#areas .box-slogan div.author {
	padding-top: 41px;
	font-size: 12px;
	text-align: center;
}

#areas .box-slogan-text {
	padding: 40px 39px 15px;
	background: url('');
	z-index: 99999;
}

#areas .box-slogan-text-bg {
	background: url('../images/bg-area-circle-plus.png') no-repeat center 180px;
}

#areas .box-slogan div.title {
	float: left;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-size: 14px;
}

#areas .box-slogan div.text1, #areas .box-slogan div.text2, #areas .box-slogan div.text3, #areas .box-slogan div.text4, #areas .box-slogan div.text5, #areas .box-slogan div.text6 {
	display: none;
}

#areas .box-slogan div.text {
	float: left;
	width: 100%;
	height: 165px;
	text-align: center;
	color: #000000;
	font-size: 13px;
	font-family: 'Oblik-Regular', Tahoma, 'Trebuchet MS', Arial;
}

#areas .box-slogan div.text1, #areas .box-slogan div.text2, #areas .box-slogan div.text3, #areas .box-slogan div.text4, #areas .box-slogan div.text5, #areas .box-slogan div.text6 {
	cursor: pointer;
}

#areas .box-slogan div.text .button {
	margin: 20px auto 0;
	width: 80px;
	text-transform: uppercase;
	font-family: 'Oblik-Bold', Tahoma, 'Trebuchet MS', Arial;
	font-size: 16px;
	line-height: 22px;
	color: #CE9F29;
	border: 2px solid #CE9F29;
	border-radius: 10px;
	box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.15);
}

#areas .box-slogan div.text:hover .button {
	background: #333232;
	border-color: #333232;
	color: #ffffff;
}






#areas img {
	transition: 0.5s all;
	zoom: 1; /* IE */
	-moz-tran11sform: scale(1); /* Firefox */
	-moz-transform-origin: 0 0;
	-o-transform: scale(1); /* Opera */
	-o-transform-origin: 0 0;
	-webkit-transform: scale(1); /* Safari And Chrome */
	-webkit-transform-origin: 0 0;
	transform: scale(1); /* Standard Property */
	transform-origin: 0 0;
}

#areas img.big2 {
	zoom: 1.2; /* IE */
	-moz-tran11sform: scale(1.2); /* Firefox */
	-moz-transform-origin: 0 0;
	-o-transform: scale(1.2); /* Opera */
	-o-transform-origin: 0 0;
	-webkit-transform: scale(1.2); /* Safari And Chrome */
	-webkit-transform-origin: 0 0;
	transform: scale(1.2); /* Standard Property */
	transform-origin: 0 0;
}

#areas .box {
/*	transition: all 0.5s;*/
}

#areas .box1 {
	position: absolute;
	top: 354px;
	left: calc(50% + 67px);
	width: 200px;
	height: 157px;
	z-index: 9999;
	cursor: pointer;
	background: url('../images/alpha-creation.png') no-repeat left top;
}
#areas .box1:hover {
	background: url('../images/alpha-creation-on.png') no-repeat 45px top !important;
}


#areas .box2 {
	position: absolute;
	top: 32px;
	left: calc(50% - 330px);
	width: 265px;
	height: 157px;
	z-index: 9999;
	cursor: pointer;
	text-align: right;
	background: url('../images/alpha-consulting.png') no-repeat 87px top;
}
#areas .box2:hover {
	background: url('../images/alpha-consulting-on.png') no-repeat 120px top !important;
}


#areas .box3 {
	position: absolute;
	top: 166px;
	right: calc(50% + 125px);
	width: 204px;
	height: 125px;
	z-index: 9999;
	cursor: pointer;
	padding-top: 30px;
	background: url('../images/alpha-emotions.png') no-repeat left 30px;
}
#areas .box3:hover {
	background: url('../images/alpha-emotions-on.png') no-repeat 60px 30px !important;
}


#areas .box4 {
	position: absolute;
	top: 331px;
	right: calc(50% + 64px);
	width: 250px;
	height: 125px;
	z-index: 9999;
	cursor: pointer;
	text-align: right;
	padding-top: 30px;
	background: url('../images/alpha-trademarks.png') no-repeat 72px 30px;
}
#areas .box4:hover {
	background: url('../images/alpha-trademarks-on.png') no-repeat 100px 30px !important;
}


#areas .box5 {
	position: absolute;
	top: -54px;
	left: calc(50% + 30px);
	width: 250px;
	height: 157px;
	z-index: 9999;
	cursor: pointer;
	text-align: center;
	padding-top: 50px;
	background: url('../images/alpha-training.png') no-repeat 36px 50px;
}
#areas .box5:hover {
	background: url('../images/alpha-training-on.png') no-repeat 80px 80px !important;
}


#areas .box6 {
	position: absolute;
	top: 141px;
	left: calc(50% + 110px);	
	width: 250px;
	height: 157px;
	z-index: 9999;
	cursor: pointer;
	text-align: center;
	padding-top: 50px;
	background: url('../images/alpha-elite.png') no-repeat 36px 50px;
}
#areas .box6:hover {
	background: url('../images/alpha-elite-on.png') no-repeat 90px 50px !important;
}



#wheelDiv {
	margin: 0 auto;
	width: 250px;
	height: 250px;
}
#wheelnav-wheelDiv-marker {
    stroke: #ce9f29;
    stroke-width: 12px;
}

.wheelnav-wheelDiv-slice-basic-0,
.wheelnav-wheelDiv-slice-hover-0,
.wheelnav-wheelDiv-slice-selected-0,
.wheelnav-wheelDiv-slice-basic-1,
.wheelnav-wheelDiv-slice-hover-1,
.wheelnav-wheelDiv-slice-selected-1,
.wheelnav-wheelDiv-slice-basic-2,
.wheelnav-wheelDiv-slice-hover-2,
.wheelnav-wheelDiv-slice-selected-2,
.wheelnav-wheelDiv-slice-basic-3,
.wheelnav-wheelDiv-slice-hover-3,
.wheelnav-wheelDiv-slice-selected-3,
.wheelnav-wheelDiv-slice-basic-4,
.wheelnav-wheelDiv-slice-hover-4,
.wheelnav-wheelDiv-slice-selected-4,
.wheelnav-wheelDiv-slice-basic-5,
.wheelnav-wheelDiv-slice-hover-5,
.wheelnav-wheelDiv-slice-selected-5 {
	stroke-width: 0;
}





/* SECTION */
.section {
	float: left;
	width: 100%;
}

.section .section-container {
	width: 1000px;
	margin: 120px auto;
	overflow: hidden;
	position: relative;
}

.section .section-title {
	float: left;
	width: 100%;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	font-size: 30px;
	font-family: 'Oblik-Bold', Tahoma, 'Trebuchet MS', Arial;
	line-height: 60px;
	margin-bottom: 5px;
	position: relative;
	background: url('../images/bg-section-title.jpg') no-repeat center bottom;
}

.section .section-title span.title-left {
	padding-left: 25px;
/*	background: url('../images/bg-menu-option-selected.png') no-repeat left center;*/
}

.section .section-title span.title-right {
	padding-right: 25px;
/*	background: url('../images/bg-menu-option-selected.png') no-repeat right center;*/
}

.section .section-subtitle {
	float: left;
	width: 100%;
	color: #202d59;
	text-align: center;
	text-transform: uppercase;
	font-size: 17px;
	font-family: 'Oblik-Bold', Tahoma, 'Trebuchet MS', Arial;
	line-height: 20px;
	padding-bottom: 20px;
	position: relative;
}

.section .section-subtitle .line,
.section .section-title .line {
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 78px;
	margin-left: -39px;
	height: 5px;
	background: #fc8203;
}

.section .section-description {
	float: left;
	width: 100%;
	text-align: center;
	color: #373737;
	font-size: 14px;
	line-height: 28px;
	padding-top: 50px;
	padding-bottom: 50px;
}

.section .section-left {
	float: left;
	width: 50%;
}

.section .section-right {
	float: left;
	width: 50%;
}

.section .section-button {
	margin: 0 auto;
	width: 200px;
	height: 32px;
	text-align: center;
	color: #888888;
	text-transform: uppercase;
	font-family: 'Oblik-Bold', Tahoma, 'Trebuchet MS', Arial;
	font-size: 13px;
	line-height: 28px;
	border: 3px solid #fa8305;
	display: table;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.section .section-button:hover {
	background: #fa8305;
	color: #ffffff;
	cursor: pointer;
}

.section .section-button a {
	display: block;
	height: 100%;
	color: #888888;
	padding-top: 5px;
	text-transform: uppercase;
	font-family: 'Oblik-Bold', Tahoma, 'Trebuchet MS', Arial;
	font-size: 13px;
	text-decoration: none;
}

.section .section-button a:hover {
	background: #fa8305;
	color: #ffffff;
}



#service .section-title {
	color: #CE9F29;
}

#service .left {
	float: left;
	width: 30%;
	height: 239px;
	background: url('../images/icon-creation.png') no-repeat center center;
}

#service .left-consulting {
	background: url('../images/icon-consulting.png') no-repeat center center;
}

#service .left-training {
	background: url('../images/icon-training.png') no-repeat center center;
}

#service .left-elite {
	background: url('../images/icon-elite.png') no-repeat center center;
}

#service .left-trademarks {
	background: url('../images/icon-trademarks.png') no-repeat center center;
}

#service .left-emotions {
	background: url('../images/icon-emotions.png') no-repeat center center;
}

#service .right {
	float: left;
	width: 70%;
	text-align: justify;
	box-sizing: border-box;
	padding: 0 20px;
}


#service .service-list {
	float: left;
	width: 100%;
	margin-top: 150px;
}


#service .service-list .service {
	float: left;
	width: 33%;
}

#service .service-list .service .service-icon {
	margin: 0 auto;
	width: 84px;
	height: 85px;
}

#service .service-list .consulting1 .service-icon {
	background: url('../images/bg-service-list.png') no-repeat -1276px top;
}

#service .service-list .consulting2 .service-icon {
	background: url('../images/bg-service-list.png') no-repeat -1361px top;
}

#service .service-list .consulting3 .service-icon {
	background: url('../images/bg-service-list.png') no-repeat right top;
}

#service .service-list .training1 .service-icon {
	background: url('../images/bg-service-list.png') no-repeat -255px top;
}

#service .service-list .training2 .service-icon {
	background: url('../images/bg-service-list.png') no-repeat -340px top;
}

#service .service-list .training3 .service-icon {
	background: url('../images/bg-service-list.png') no-repeat -425px top;
}

#service .service-list .elite1 .service-icon {
	background: url('../images/bg-service-list.png') no-repeat -510px top;
}

#service .service-list .elite2 .service-icon {
	background: url('../images/bg-service-list.png') no-repeat -595px top;
}

#service .service-list .elite3 .service-icon {
	background: url('../images/bg-service-list.png') no-repeat -680px top;
}

#service .service-list .creation1 .service-icon {
	background: url('../images/bg-service-list.png') no-repeat left top;
}

#service .service-list .creation2 .service-icon {
	background: url('../images/bg-service-list.png') no-repeat -85px top;
}

#service .service-list .creation3 .service-icon {
	background: url('../images/bg-service-list.png') no-repeat -170px top;
}

#service .service-list .trademarks1 .service-icon {
	width: 85px;
	background: url('../images/bg-service-list.png') no-repeat -1021px top;
}

#service .service-list .trademarks2 .service-icon {
	width: 85px;
	background: url('../images/bg-service-list.png') no-repeat -1106px top;
}

#service .service-list .trademarks3 .service-icon {
	width: 85px;
	background: url('../images/bg-service-list.png') no-repeat -1191px top;
}

#service .service-list .emotions1 .service-icon {
	width: 85px;
	background: url('../images/bg-service-list.png') no-repeat -766px top;
}

#service .service-list .emotions2 .service-icon {
	background: url('../images/bg-service-list.png') no-repeat -852px top;
}

#service .service-list .emotions3 .service-icon {
	width: 85px;
	background: url('../images/bg-service-list.png') no-repeat -936px top;
}



#service .service-list .service .service-name {
	float: left;
	width: 100%;
	margin-top: 30px;
	text-transform: uppercase;
	font-family: 'Oblik-Bold', Tahoma, 'Trebuchet MS', Arial;
	font-size: 20px;
	line-height: 25px;
}






#call2action {
	position: fixed;
	width: 127px;
	height: 168px;
	top: calc(50% - 84px);
	left: calc(50% + 510px);
	background: url('../images/call2action.png') no-repeat left top;
	z-index: 999999;
	cursor: pointer;
}

#call2action a {
	float: left;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	margin-left: 16px;
	margin-top: 20px;
	font-family: 'Oblik-Bold', Tahoma, 'Trebuchet MS', Arial;
	font-size: 14px;
	text-decoration: none;
}

#call2action:hover {
	background: url('../images/call2action.png') no-repeat right top;
}






#banner {
	float: left;
	width: 100%;
	position: relative;
}






#portfolio {
	background: #d7d7d7;
}

#portfolio .section-title {
	color: #000000;
}

#portfolio .section-subtitle {
	margin-top: 40px;
	color: #CE9F29;
}

#portfolio .section-subtitle a {
	color: #CE9F29;
	text-decoration: none;
}

#portfolio .section-description {
	text-align: center;
}




#contacts {
	background: #bb9131 url('../images/bg-contacts.jpg') no-repeat center top;
	height: 616px;
}


.contact-address,
.contact-telephone,
.contact-email {
	float: left;
	width: 33%;
	padding-top: 120px;
	text-align: center;
	font-size: 16px;
}

.contact-address .icon ,
.contact-telephone .icon,
.contact-email .icon {
	margin: 0 auto;
	width: 66px;
	height: 66px;
	margin-bottom: 30px;
}

.contact-address .icon {
	background: url('../images/bg-contacts.png') no-repeat left top;
}

.contact-telephone .icon {
	background: url('../images/bg-contacts.png') no-repeat -66px top;
}
.contact-email .icon {
	background: url('../images/bg-contacts.png') no-repeat -132px top;
}





#footer {
	float: left;
	width: 100%;
	height: 470px;
	background: #282b2e;
}

#footer .section-left, 
#footer .section-center,
#footer .section-right {
	float: left;
	width: 33%;
	box-sizing: border-box;
}

#footer .section-left .section-left-title, 
#footer .section-center .section-center-title,
#footer .section-right .section-right-title {
	float: left;
	width: 100%;
	color: #caae0f;
	font-family: 'Oblik-Bold', Tahoma, 'Trebuchet MS', Arial;
	font-size: 18px;
	text-transform: uppercase;
}

#footer .section-right {
	padding: 0 30px;
}

#footer .section-right #contacts-form {
	float: left;
	width: 100%;
	margin-top: 30px;
}

#footer .section-right #contacts-form .contacts-row {
	float: left;
	width: 100%;
}

#footer .section-right input,
#footer .section-right textarea {
	border: 0;
	border: 1px solid #b9a870;
	background: transparent;
	width: 250px;
	padding: 5px;
	margin-bottom: 15px;
	font-size: 14px;
	color: #ffffff;
}

#footer .section-right input#contact_submit {
	float: right;
	width: auto;
	height: 30px;
	padding: 5px 10px;
	margin-right: 10px;
	border: 1px solid #b9a870;
	color: #b9a870;
	text-transform: uppercase;
	font-family: 'Oblik-Bold', Tahoma, 'Trebuchet MS', Arial;
	cursor: pointer;
	transition: 0.5s all;
}

#footer .section-right input#contact_submit:hover {
	color: #ffffff;
	background: #b9a870;
}

#footer .section-left,
#footer .section-center {
	padding: 0 30px;
	font-size: 14px;
	color: #373737;
}

#footer .section-area-description {
	float: left;
	width: 100%;
	margin-top: 30px;
	color: #ffffff;
}

#footer .section-area-description span {
	font-family: 'Oblik-Bold', Tahoma, 'Trebuchet MS', Arial;
}



#map {
	width: 100%;
	height: 300px;
	overflow: hidden;
	margin-top: 0;
	position: relative;
}




#copyright {
	float: left;
	width: 100%;
	height: 40px;
	text-align: center;
	padding: 25px 0;
	background: #d09f2a;
	color: #000000;
}

#copyright a {
	text-decoration: none;
	font-family: 'Oblik-Bold';
}




.bx-wrapper .bx-viewport {
	border: 0 !important;
    box-shadow: 0 0 0 !important;
    left: 0 !important;
	background: transparent !important;
}

.ui-widget, .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button, .ui-widget-content {
    font-size: 12px !important;
	line-height: 25px !important;
	color: #959494 !important;
    font-family: 'Oblik-Regular', Tahoma, 'Trebuchet MS', Arial;
}

.ui-widget-header {
	background: #e2e2e2 url('') !important;
}

.ui-corner-all {
	border-radius: 0 !important;
	border: 0 !important;
}

.ui-widget-header {
	background: url('') !important;
}

.ui-dialog {
	
}

.ui-dialog-title {
	font-weight: normal !important;
	font-family: 'Oblik-Bold', Tahoma, 'Trebuchet MS', Arial;
	font-size: 14px !important;
	text-transform: uppercase;
	color: #202D59;
}

.ui-dialog .ui-dialog-titlebar-close {
	width: 17px !important;
	height: 17px !important;
}

.ui-dialog .ui-dialog-buttonpane {
	border: 0 !important;
}

.ui-dialog .ui-dialog-buttonpane button {
	background: #ffffff url('') !important;
	border: 2px solid #b9a870 !important;
	-webkit-border-radius: 0 !important; -moz-border-radius: 0 !important; border-radius: 0 !important;
	padding-top: 2px;
	font-family: 'Oblik-Bold', Tahoma, 'Trebuchet MS', Arial;
	text-transform: uppercase;
}

.ui-dialog .ui-dialog-buttonpane button:hover {
	background: #b9a870 url('') !important;
	border: 2px solid #b9a870 !important;
	color: #ffffff !important;
}


/*

@media screen and (max-width: 1020px) {
	
}

@media screen and (max-width: 940px) {
	
}

@media screen and (max-width: 730px) {
	
}

@media screen and (max-width: 480px) {
	
}
*/

/* MOBILE PORTRAIT */
/*
@media screen and (max-width: 360px) {
	
}
*/
