/*  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: 'CoreSans-Light';
    src: url('fonts/CoreSans/CoreSansM35Light.eot');
    src: local('CoreSans-Light'), 
		 url('fonts/CoreSans/CoreSansM35Light.eot?#iefix') format('embedded-opentype'),
		 url('fonts/CoreSans/CoreSansM35Light.woff2') format('woff2'),
		 url('fonts/CoreSans/CoreSansM35Light.woff') format('woff'), 
         url('fonts/CoreSans/CoreSansM35Light.ttf') format('truetype'),
         url('fonts/CoreSans/CoreSansM35Light.svg#CoreSans-Light') format('svg'); 
}

@font-face {
    font-family: 'CoreSans-Regular';
    src: url('fonts/CoreSans/CoreSansM45Regular.eot');
    src: local('CoreSans-Regular'), 
		 url('fonts/CoreSans/CoreSansM45Regular.eot?#iefix') format('embedded-opentype'),
		 url('fonts/CoreSans/CoreSansM45Regular.woff2') format('woff2'),
		 url('fonts/CoreSans/CoreSansM45Regular.woff') format('woff'), 
         url('fonts/CoreSans/CoreSansM45Regular.ttf') format('truetype'),
         url('fonts/CoreSans/CoreSansM45Regular.svg#CoreSans-Regular') format('svg'); 
}

@font-face {
    font-family: 'CoreSans-Medium';
    src: url('fonts/CoreSans/CoreSansD45Medium.eot');
    src: local('CoreSans-Medium'), 
		 url('fonts/CoreSans/CoreSansD45Medium.eot?#iefix') format('embedded-opentype'),
		 url('fonts/CoreSans/CoreSansD45Medium.woff2') format('woff2'),
		 url('fonts/CoreSans/CoreSansD45Medium.woff') format('woff'), 
         url('fonts/CoreSans/CoreSansD45Medium.ttf') format('truetype'),
         url('fonts/CoreSans/CoreSansD45Medium.svg#CoreSans-Medium') format('svg'); 
}

@font-face {
    font-family: 'CoreSans-Bold';
    src: url('fonts/CoreSans/CoreSansD55Bold.eot');
    src: local('CoreSans-Bold'), 
		 url('fonts/CoreSans/CoreSansD55Bold.eot?#iefix') format('embedded-opentype'),
		 url('fonts/CoreSans/CoreSansD55Bold.woff2') format('woff2'),
		 url('fonts/CoreSans/CoreSansD55Bold.woff') format('woff'), 
         url('fonts/CoreSans/CoreSansD55Bold.ttf') format('truetype'),
         url('fonts/CoreSans/CoreSansD55Bold.svg#CoreSans-Bold') format('svg'); 
}

@font-face {
    font-family: 'CoreSans-Heavy';
    src: url('fonts/CoreSans/CoreSansD65Heavy.eot');
    src: local('CoreSans-Heavy'), 
		 url('fonts/CoreSans/CoreSansD65Heavy.eot?#iefix') format('embedded-opentype'),
		 url('fonts/CoreSans/CoreSansD65Heavy.woff2') format('woff2'),
		 url('fonts/CoreSans/CoreSansD65Heavy.woff') format('woff'), 
         url('fonts/CoreSans/CoreSansD65Heavy.ttf') format('truetype'),
         url('fonts/CoreSans/CoreSansD65Heavy.svg#CoreSans-Heavy') format('svg'); 
}




/* GLOBAL */
.centered {
	text-align: center;
}

.bold {
	font-family: 'CoreSans-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: 'CoreSans-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: 'CoreSans-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 {
	position: fixed;
	width: 100%;
	height: 194px;
	z-index: 90;
}

#header #header-shadow {
	width: 100%;
	height: 149px;
	background: rgba(255, 255, 255, 1);
	-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;
	overflow: hidden;
}

#header #header-container {
	width: 1000px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

#header #logo {
	float: left;
	width: 268px;
	height: 100px;
	margin-top: 25px;
	margin-left: 30px;
	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 #top-info {
	float: right;
	width: 200px;
	margin-right: 10px;
	margin-top: 30px;
	text-align: right;
}

#header #top-info .top-info-title {
	float: right;
	width: 100%;
	margin-bottom: 5px;
	font-family: 'CoreSans-Heavy', Tahoma, 'Trebuchet MS', Arial;
	font-size: 24px;
	letter-spacing: 1px;
	color: #562080;
	text-transform: uppercase;
}

#header #top-info .top-info-phone {
	float: right;
	width: 150px;
	margin-top: 10px;
	font-family: 'CoreSans-Regular', Tahoma, 'Trebuchet MS', Arial;
	font-size: 16px;
	color: #373737;
	position: relative;
}

#header #top-info .top-info-phone .icon {
	position: absolute;
	top: 2px;
	left: 0;
	width: 12px;
	height: 19px;
	background: url('../images/bg-top-info.png') no-repeat left top;
}

#header #top-info .top-info-email {
	float: right;
	width: 220px;
	margin-top: 10px;
	position: relative
}

#header #top-info .top-info-email .icon {
	position: absolute;
	top: -1px;
	left: 0;
	width: 18px;
	height: 19px;
	background: url('../images/bg-top-info.png') no-repeat right top;
}

#header #top-info .top-info-email a {
	font-family: 'CoreSans-Regular', Tahoma, 'Trebuchet MS', Arial;
	font-size: 16px;
	color: #373737;
	text-decoration: none;
}

#header #top-info .top-info-email a:hover {
	color: #8bc43f;
}

#header #boasfestas {
	position: absolute;
	top: 12px;
	left: 390px;
}


#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: 'CoreSans-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: 'CoreSans-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;
}

#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-family: 'CoreSans-Regular', Tahoma, 'Trebuchet MS', Arial;
	font-size: 13px;
	color: #ffffff;
	text-transform: uppercase;
	cursor: pointer;
}

#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 #menu-container .login-box {
	position: absolute;
	right: 15px;
	top: 45px;
	width: 290px;
	height: 130px;
	background-color: #ffffff;
	padding-top: 15px;
	box-shadow: 0 0 3px rgba(100, 100, 100, 0.5);
	cursor: auto;
	display: none;
	-webkit-transition: height 0.25s ease-in-out;
	-moz-transition: height 0.25s ease-in-out;
	-o-transition: height 0.25s ease-in-out;
	transition: height 0.25s ease-in-out;
}

#header #menu-container .login-box input.text {
	float: left;
	width: 232px;
	height: 29px;
	margin-left: 10px;
	margin-bottom: 10px;
	padding-left: 30px;
	border: 1px solid #dfddde;	
	font-size: 13px;
	color: #222222;
}

#header #menu-container .login-box input.text:focus,
#header #menu-container .login-box input.text:hover {
	border: 1px solid #562080;
}

#header #menu-container .login-box input.email {
	background: #ffffff url('../images/bg-email-icon.png') no-repeat 5px center;
	opacity: 0.65;
}

#header #menu-container .login-box input.password {
	background: #ffffff url('../images/bg-password-icon.png') no-repeat 5px center;
	opacity: 0.65;
}

#header #menu-container .login-box .login-box-password {
	display: none;
}

#header #menu-container .login-box .box-arrow {
	position: absolute;
	right: -4px;
	top: -8px;
	width: 13px;
	height: 8px;
	background: url('../images/bg-login-arrow.png') no-repeat left top;
}

#header #menu-container .login-box div.text {
	float: left;
	width: 140px;
	padding-top: 7px;
	padding-left: 15px;
	color: #636363;
	cursor: pointer;
	text-align: left;
}

#header #menu-container .login-box input.submit {
	float: right;
	width: 87px;
	height: 28px;
	margin-right: 10px;
	background: #562080;
	color: #ffffff;
	cursor: pointer;
	font-family: 'ProximaNova-Bold', Tahoma, 'Trebuchet MS', Arial;
	font-size: 13px;
	padding: 0;
}

#header #menu-container .login-box input.submit:hover {
	background: #8AC53E;
	border: 1px solid #8AC53E;
}







#banner {
	float: left;
	width: 100%;
	margin-top: 194px;
	height: auto;
	overflow: hidden;
	position: relative;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
	z-index: 10;
}

#banner #banner-slider {
	float: left;
	width: 100%;
}

#banner #banner-slider li.full {
	width: 2000px !important;
}

#banner #banner-slider li.short {
	width: 100%;
}

#banner #banner-pattern {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('../images/bg-banner-pattern.png') no-repeat center center;
	z-index: 15;
}

#banner #banner-container {
	width: 1000px;
	height: 100%;
	margin: -570px auto 0;
	z-index: 18;
	position: relative;
}

#banner #banner-container .banner-slogan {
	position: absolute;
	width: 100%;
	top: 300px;
	font-size: 32px;
	z-index: 19;
	font-family: 'CoreSans-Heavy', Tahoma, 'Trebuchet MS', Arial;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	line-height: 50px;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
	opacity: 0;
}

#banner #banner-container .banner-slogan.visible {
	opacity: 1;
	transition: all 1.5s ease-in-out;
}




/* 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: #562080;
	text-align: center;
	text-transform: uppercase;
	font-size: 28px;
	font-family: 'CoreSans-Heavy', Tahoma, 'Trebuchet MS', Arial;
	line-height: 60px;
	margin-bottom: 5px;
	position: relative;
}

.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: 'CoreSans-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: 'CoreSans-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: 'CoreSans-Bold', Tahoma, 'Trebuchet MS', Arial;
	font-size: 13px;
	text-decoration: none;
}

.section .section-button a:hover {
	background: #fa8305;
	color: #ffffff;
}




#services {
	margin-top: -242px;	
}

#services .section-container {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 150px;
}

#services .service-list {
	float: left;
	width: 100%;
}

#services .service-list .service-item {
	float: left;
	/*width: 33%;*/
	padding-bottom: 5px;
	/*margin-bottom: 70px;*/ margin: 0 10px 40px;
	transition: all 0.5s;
}

#services .service-list .service-item:hover {
	margin-top: -50px;
}

#services .service-list .service-item .service-wrapper {
	margin: 0 auto;
	/*width: 250px;*/ width: 200px;
	/*height: 250px;*/ height: 200px;
	position: relative;
	border-radius: 142px;
	z-index: 20;
	border: 12px solid #ffffff;
	overflow: hidden;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
	cursor: pointer;
}

#services .service-list .service-item .service-item-image {
	float: left;
	width: 100%;
	/*height: 179px;*/ height: 130px; 
	overflow: hidden;
}

#services .service-list .service-item .service-item-title {
	float: left;
	width: 100%;
	height: 71px;
	padding: 6px 35px 0;
	line-height: 21px;
	color: #ffffff;
	text-transform: uppercase;
	font-family: 'CoreSans-Heavy', Tahoma, 'Trebuchet MS', Arial;
	/*font-size: 18px;*/ font-size: 15px;
	text-align: center;
	box-sizing: border-box;
	background-image: url('../images/bg-service-title.png');
	background-repeat: no-repeat;
	background-position: center 52px;
}

#services .service-list .service-item0 .service-item-title {
	background-color: #05ACEC;
}
#services .service-list .service-item1 .service-item-image {
	background: url('../images/service1.jpg') no-repeat center bottom;
}
#services .service-list .service-item1 .service-item-title {
	background-color: #8bc43f;
}
#services .service-list .service-item2 .service-item-image {
	background: url('../images/service2.jpg') no-repeat center bottom;
}
#services .service-list .service-item2 .service-item-title {
	background-color: #562080;
}
#services .service-list .service-item3 .service-item-image {
	background: url('../images/service3.jpg') no-repeat center bottom;
}
#services .service-list .service-item3 .service-item-title {
	background-color: #f6931e;
}
#services .service-list .service-item4 .service-item-image {
	background: url('../images/service4.jpg') no-repeat center bottom;
}
#services .service-list .service-item4 .service-item-title {
	background-color: #EB008A;
}
#services .service-list .service-item5 .service-item-image {
	background: url('../images/service5.jpg') no-repeat center bottom;
}
#services .service-list .service-item5 .service-item-title {
	background-color: #f6931e;
}
#services .service-list .service-item6 .service-item-image {
	background: url('../images/service6.jpg') no-repeat center bottom;
}
#services .service-list .service-item6 .service-item-title {
	background-color: #8bc43f;
}
#services .service-list .service-item7 .service-item-image {
	background: url('../images/service7.jpg') no-repeat center bottom;
}
#services .service-list .service-item7 .service-item-title {
	background-color: #8bc43f;
}
#services .service-list .service-item4,
#services .service-list .service-item7,
#services .service-list .service-item10,
#services .service-list .service-item13 {
	/*clear: left;*/
}
#services .service-list .service-item0 {
	clear: left;
}



#aboutus .aboutus-number,
#partners .aboutus-number,
#gallery .aboutus-number,
#documents .aboutus-number,
#service .aboutus-number  {
	position: absolute;
	width: 100%;
	bottom: 20px;
	text-transform: uppercase;
	font-family: 'CoreSans-Medium', Tahoma, 'Trebuchet MS', Arial;
	font-size: 14px;
	color: #562080;
	letter-spacing: 0.5px;
	text-align: center;
}

#aboutus .section-container,
#partners .section-container,
#gallery .section-container,
#documents .section-container,
#service .section-container {
	margin: 0 auto;
	padding: 120px 0;
}


#aboutus .section-description span {
	font-family: 'CoreSans-Regular', Tahoma, 'Trebuchet MS', Arial !important;
	font-size: 14px !important;
}




#service .content {
	float: left;
	width: 100%;
	margin-bottom: 100px;
}

#service .photos {
	float: left;
	width: 100%;
}

#service .photos .photo {
	float: left;
	width: 225px;
	height: 184px;
	margin: 20px 12px;
	overflow: hidden;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}




#partners .partners-list {
	float: left;
	width: 100%;
}

#partners .partners-list .partners-item {
	float: left;
	width: 450px;
	height: 184px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	margin: 0 25px;
	margin-bottom: 50px;
}

#partners .partners-list .partners-item1 .partners-item-left {
	background: #562080;
}

#partners .partners-list .partners-item2 .partners-item-left {
	background: #8AC53E;
}

#partners .partners-list .partners-item .partners-item-left {
	float: left;
	width: 50%;
	height: 184px;
	line-height: 184px;
	box-sizing: border-box;
	text-align: center;
	padding: 20px;
}

#partners .partners-list .partners-item .partners-item-left div {
	text-transform: uppercase;
	font-family: 'CoreSans-Medium', Tahoma, 'Trebuchet MS', Arial;
	font-size: 16px;
	color: #ffffff;
	display: inline-block;
	line-height: normal;
}

#partners .partners-list .partners-item .partners-item-right {
	float: left;
	width: 50%;
	height: 100%;
}

#partners .partners-list .partners-item .partners-item-right:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

#partners .partners-list .partners-item .partners-item-right img {
	vertical-align: middle;
}




.gallery-list {
	float: left;
	width: 100%;
}

.gallery-list .gallery {
	float: left;
	width: 50%;
	margin-bottom: 100px;
}

.gallery-list .gallery .gallery-image {
	margin: 0 auto;
	width: 450px;
	height: 360px;
	overflow: hidden;
	position: relative;
}

.gallery-list .gallery .gallery-image a {
	float: left;
	width: 100%;
	height: 100%;
}

.gallery-list .gallery:hover .gallery-image-mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('../images/bg-banner-pattern.png') repeat left top;
}

.gallery-list .gallery .gallery-name {
	float: left;
	width: 500px;
	text-transform: uppercase;
}

.gallery-list .gallery .gallery-name a {
	float: left;
	width: 100%;
	height: 100%;
	font-family: 'CoreSans-Heavy', Tahoma, 'Trebuchet MS', Arial;
	font-size: 18px;
	color: #f6921e;
	padding-top: 15px;
	text-decoration: none;
}

.gallery-list .gallery .gallery-name a:hover,
.gallery-list .gallery:hover .gallery-name a {
	color: #8bc43f;
}


.gallery-view {
	float: left;
	width: 100%;
}

.gallery-view .gallery-image {
	float: left;
	width: 33%;
	margin-bottom: 35px;
}

.gallery-view .gallery-image a {
	float: left;
	margin-left: 15px;
	width: 305px;
	height: 305px;
	overflow: hidden;
	position: relative;
}


.button-back {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 60px;
}

.button-back a {
	text-decoration: none;
}

.button-back a:hover {
	color: #8bc43f;
}





.news-list {
	float: left;
	width: 100%;
}

.news-list .news {
	float: left;
	width: 100%;
	margin-bottom: 100px;
	text-align: left;
}

.news-list .news .news-image {
	float: left;
	width: 450px;
	height: 335px;
	margin-right: 50px;
	overflow: hidden;
}

.news-list .news .news-image img {
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

.news-list .news .news-name {
	float: left;
	width: 500px;
	text-transform: uppercase;
	font-family: 'CoreSans-Heavy', Tahoma, 'Trebuchet MS', Arial;
	font-size: 22px;
	color: #f6921e;
}

.news-list .news .news-name a {
	font-family: 'CoreSans-Heavy', Tahoma, 'Trebuchet MS', Arial;
	font-size: 22px;
	color: #f6921e;
	text-decoration: none;
}

.news-list .news .news-date {
	float: left;
	width: 500px;
	text-transform: uppercase;
	font-family: 'CoreSans-Medium', Tahoma, 'Trebuchet MS', Arial;
	font-size: 14px;
	color: #000000;
}

.news-list .news .news-resume {
	float: left;
	width: 500px;
	margin-top: 30px;
}




.documents-list {
	float: left;
	width: 100%;
	padding: 0 25px;
	box-sizing: border-box;
}

.documents-list .documents-item {
	float: left;
	width: 100%;
	text-align: left;
}


.documents-list .documents-item a {
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #373737;
	text-decoration: none;
	border-bottom: 1px solid #f7f7f7;
	background: url('../images/bg-file-upload-name.png') no-repeat left center;
}

.documents-list .documents-item a:hover {
	color: #8AC53E;
}





#contacts {
	background: #f7f7f7;
}

#contacts .section-left {
	box-sizing: border-box;
	padding: 0 30px;
}

#contacts .section-left input,
#contacts .section-left textarea {
	border: 0;
	border-bottom: 2px solid #8bc43f;
	background: transparent;
	width: 350px;
	padding: 5px;
	margin-bottom: 15px;
	font-family: 'CoreSans-Regular', Tahoma, 'Trebuchet MS', Arial;
	font-size: 14px;
	color: #373737;
}

#contacts .section-left input#contact_submit {
	float: right;
	width: auto;
	margin-right: 70px;
	border: 0;
	color: #562080;
	text-transform: uppercase;
	font-family: 'CoreSans-Bold', Tahoma, 'Trebuchet MS', Arial;
	cursor: pointer;
}

#contacts .section-left input#contact_submit:hover {
	color: #8bc43f;
}

#contacts .section-right {
	box-sizing: border-box;
	padding: 0 30px;
	font-family: 'CoreSans-Regular', Tahoma, 'Trebuchet MS', Arial;
	font-size: 14px;
	color: #373737;
}

#contacts .section-right .section-area-description {
	float: left;
	width: 100%;
	margin-top: 30px;
}

#contacts .section-right .contact-address,
#contacts .section-right .contact-email,
#contacts .section-right .contact-telephone,
#contacts .section-right .contact-facebook {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	line-height: 30px;
	box-sizing: border-box;
	padding-left: 40px;
	position: relative;
}

#contacts .section-right .contact-email a,
#contacts .section-right .contact-facebook a {
	text-decoration: none;
	color: #373737;
}

#contacts .section-right .contact-email a:hover,
#contacts .section-right .contact-facebook a:hover {
	color: #8bc43f;
}

#contacts .section-right .contact-address .icon {
	position: absolute;
	top: -3px;
	left: -4px;
	width: 24px;
	height: 28px;
	background: url('../images/bg-contacts.png') no-repeat -18px top;
}

#contacts .section-right .contact-telephone .icon {
	position: absolute;
	top: 2px;
	left: 0;
	width: 18px;
	height: 28px;
	background: url('../images/bg-contacts.png') no-repeat left top;
}

#contacts .section-right .contact-facebook .icon {
	position: absolute;
	top: 3px;
	left: -5px;
	width: 27px;
	height: 29px;
	background: url('../images/bg-contacts.png') no-repeat right top;
}


#map {
	width: 100%;
	height: 300px;
	overflow: hidden;
	margin-top: 0;
	position: relative;
}



#copyright {
	float: left;
	text-align: center;
	padding: 20px 0;
	background: #562080;
	color: #ffffff;
}




.bx-wrapper .bx-viewport {
	border: 0 !important;
    box-shadow: 0 0 0 !important;
    left: 0 !important;
	background: transparent !important;
}

/*

/* LIGHT VIEW 
.lv_shadow, .lv_bubble, .lv_shadow canvas {
	display: none !important;
}

.lv_overlay {
	opacity: 0.7 !important;
}

.lv_button_top_close {
	left: 770px !important;
	top: 115px !important;
	width: 60px !important;
	height: 60px !important;
	background-image: url('../images/bg-lightview-close.png') !important;
}

.lv_button_top_close:hover {
	background-position: 0 0 !important;
}

.lv_skin {
	display: none;
}

.lv_window, .lv_content {
	height: 600px !important;
}

.lv_content_wrapper {
	height: 530px !important;
    width: 950px !important;
}


.lv_controls_relative {
	display: none !important;
}

.lv_window canvas {
	
}



*/
.ui-widget, .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button, .ui-widget-content {
    font-size: 14px !important;
	line-height: 25px !important;
	color: #959494 !important;
    font-family: 'CoreSans-Medium', 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: 'CoreSans-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 #FC8203 !important;
	-webkit-border-radius: 0 !important; -moz-border-radius: 0 !important; border-radius: 0 !important;
	padding-top: 2px;
	font-family: 'CoreSans-Bold', Tahoma, 'Trebuchet MS', Arial;
	text-transform: uppercase;
}

.ui-dialog .ui-dialog-buttonpane button:hover {
	background: #FC8203 url('') !important;
	border: 2px solid #FC8203 !important;
	color: #ffffff !important;
}


/*

@media screen and (max-width: 1020px) {
	#header #header-container {
		width: 100%;
	}
	
	#banner #banner-container {
		width: 100%;
	}
	
	#banner #banner-container .banner-slogan {
		font-size: 2.5vw;
		line-height: 5vw;
		top: calc(50% - 41px);
	}
	
	#banner #banner-container .banner-slogan .line {
		margin-left: -3vw;
		width: 6vw;
	}
	
	.section .section-container {
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
		margin: 50px auto;
	}
	
	#morison .section-left img {
		width: 80%;
		height: auto;
	}
	
	#services .service-area1, #services .service-area2 {
		width: 100%;
		height: 330px;
		margin-bottom: 50px;
		padding-right: 0;
	}
	
	#services .service-area1 .service-area1-image {
		float: left;
		width: 50%;
		left: 40px;
		box-sizing: border-box;
	}
	
	#services .service-area2 .service-area2-image {
		width: 50%;
	}
	
	#services .service-area1 .service-area1-content, #services .service-area2 .service-area2-content {
		width: 50%;
		margin-top: 0;
		padding: 0 10px 0 40px;
	}
	
	#services .service-list .service-item {
		width: 50%;
	}
	
	#services .service-list .service-item1,
	#services .service-list .service-item4,
	#services .service-list .service-item7 {
		clear: none;
	}
	#services .service-list .service-item1,
	#services .service-list .service-item3,
	#services .service-list .service-item5,
	#services .service-list .service-item7,
	#services .service-list .service-item9 {
		clear: left;
	}
	
	#team .team-list .team-member .team-member-name,
	#team .team-list .team-member .team-member-position	{
		width: 240px;
	}
	
	#office #office-description {
		text-align: center;
	}
	
	#office #office-description .office-content {
		width: 100%;
		box-sizing: border-box;
		padding: 20px;
		margin: 0;
	}
	
	#office #office-description img {
		float: none;
	}
	
	#office #office-description img:nth-child(1) {
		display: none;
	}
	
	#office #office-description img:nth-child(7) {
		clear: none;
	}

	#office #office-description img:nth-child(9) {
		margin-top: 0;
	}

}

@media screen and (max-width: 940px) {
	#header {
		position: relative;
		height: 74px;
	}
	
	#header #menu-container {
		display: none;
	}
	
	#header #burger {
		display: block;
	}
	
	#morison .section-left {
		width: 35%;
	}
		
	#morison .section-right {
		width: 65%;
	}
	
	#team .team-list .team-member {
		width: 50%;
	}
	
	#team .team-list .team-member .team-member-name,
	#team .team-list .team-member .team-member-position	{
		width: 100%;
	}
	
	#team .team-list .team-member .team-member-wrapper {
		left: auto;
		margin: 0 auto;
		position: relative;
		top: -110px;
	}
	
	#services .service-area1, #services .service-area2 { 
		height: auto;
	}
	
	#services .service-area1 .service-area1-image, #services .service-area2 .service-area2-image {
		width: 481px;
	}
	
	#services .service-area1 .service-area1-content, #services .service-area2 .service-area2-content {
		width: 100%;
		margin-top: 80px;
	}
	
	#clients #clients-description .bx-wrapper .bx-prev {
		left: 0;
	}

	#clients #clients-description .bx-wrapper .bx-next {
		right: 0;
	}
	
	#contacts .section-left,
	#contacts .section-right {
		float: none;
		margin: 0 auto;
	}
	
	#contacts .section-left {
		padding-left: 0;
		margin-bottom: 60px;
	}
}

@media screen and (max-width: 730px) {
	#morison .section-left {
		display: none;		
	}
		
	#morison .section-right {
		width: 100%;
	}
	
	#services .service-list .service-item {
		width: 100%;
	}
	
	#team .team-list .team-member {
		width: 100%;
	}
	
	#team .team-list .team-member .team-member-wrapper {
		left: auto;
		margin: 0 auto;
		position: relative;
		top: -110px;
	}
	
	#studycases #studycases-title {
		width: 400px;
		height: auto;
		font-size: 30px;
	}
	
	#clients #clients-description {
		padding-top: 50px;
	}
}

@media screen and (max-width: 480px) {
	#distinguish .section-title {
		line-height: 34px;
	}

	#morison {
		display: none;
	}
	
	#banner #banner-container .banner-slogan {
		display: none;
	}
	
	#banner #banner-container .banner-slogan .line {
		display: none;
	}
	
	#clients #clients-description {
		padding-top: 20px;
	}
}
*/

/* MOBILE PORTRAIT */
/*
@media screen and (max-width: 360px) {
	#morison {
		display: none;
	}
	
	#header #burger {
		left: auto;
		margin-left: 0;
		right: 20px;
	}
	
	#header #burger-menu {
		margin-left: 0;
		left: auto;
		right: 0;
	}
	
	#services .service-area1, #services .service-area2 {
		background: url('');
		padding: 10px;
	}
	
	#services .service-area1 .service-area1-image, #services .service-area2 .service-area2-image {
		width: auto;
		height: auto;
		line-height: unset;
		background: url('');
		left: 0;
	}
	
	#services .service-area1 .service-area1-image .service-area-image-pattern, #services .service-area2 .service-area2-image .service-area-image-pattern {
		display: none;
	}
	
	#services .service-area1 .service-area1-image .service-area-image-title, #services .service-area2 .service-area2-image .service-area-image-title {
		line-height: unset;
		color: #202d59;
		text-align: left;
		font-size: 26px;
	}
	
	#services .service-area1 .service-area1-content, #services .service-area2 .service-area2-content {
		padding-left: 0;
		margin-top: 30px;
	}
	
	#team .team-list .team-member {
		padding: 0;
	}	
	
	#office #office-description .office-content {
		margin: 0;
	}
	
	#office #office-description img {
		margin: 20px 0;
		width: 250px;
	}
	
	.section .section-left, .section .section-right {
		width: 100%;
	}
	
	#contacts #contacts-form .contacts-row input, #contacts #contacts-form .contacts-row textarea {
		width: 300px;
	}
	
}
*/
