	@charset "utf-8";
/* CSS Document */
/* Universal classes ************************************************************************/
body {
	font-family: Roboto, Arial, sans-serif;
	font-size: 13px;
	line-height: 1.6;
	color: #555;
	background: #fbf6eb;
}
a {
	text-decoration: none;
	color: #fff;
}
a:hover {
	color: #ebbc75;
	text-decoration: none;
}
a:focus {
	outline: 0 !important;
	text-decoration: none !important;
	color: #000
}
p {
	margin-bottom: 20px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Roboto;
	font-weight: 400;
	margin: 0 0 15px;
	letter-spacing: 1px;
	line-height: 1.0;
	color: #fff;
}
h1 {
	font-size: 32px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}
h5, h6 {
	font-size: 16px;
}
select, select option, input[type=text], textarea, label, .label {
	font-family: inherit;
	font-weight: normal;
}
img {
	max-width: 100%;
}
select {
	width: 80px;
	overflow: hidden;
}
select {
	width: 100px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 2px 30px 2px 2px;
	border: none;
	background: transparent url("../images/ico_arrowdown.png") no-repeat right center;
}
/* structure**********************************************************************/
.zones {
	margin-bottom: 0px;
	clear: both;
	position: relative;
	display: block;
}
.zones-divider {
	background: url(../images/gfx_divider_zones.png) 50% 50% no-repeat content-box content-box;
	width: 100%;
	height: 65px;
	font-size: 0;
	padding: 0 15px;
}
#footer-zone:after {
	background: none;
}
.pos-xy {
	position: absolute;
}
.pos-rel {
	position: relative;
}
/* Header -zone**********************************************************************/
#brand-section {
	margin-top: 20px;
	margin-bottom: 15px;
}

#logo-collage { width:254px; display:block; margin:0 auto; max-width:100%;}
#logo-collage a{ float:left; display:inline-block;}
#logo-collage #left { max-width:40.55%;}
#logo-collage #middle { max-width:17.71%;}
#logo-collage #right { max-width:41.73%;}

/* content -zone ************************************************************************/

#splash-zone {
	background-size: cover;
	position: relative;
	background-size: cover !important;
}
#cube {
	margin: 60px auto 0;
	width: 430px;
	height: 503px;
	display: block;
	background: url(../images/cube_transparent.png)0 50% no-repeat;
	background-size: cover;
	max-width: 90%;
	background-size: contain;
	padding: 20px 15px;
}
#cube #txt-tsl {
	margin-top: 10px;
	margin-bottom: 30px;
}
#cube #txt-cm {
	margin: 95px 0 50px;
}
#logo-scube, #btn-enter, #logo-hcomb {
	padding: 0;
}
#btn-enter {
	margin-top: 7px;
}
#btn-down {
	display: block;
	z-index: 101;
	width: 40px;
	height: 40px;
	position: absolute;
	bottom: 30px;
}
.btn-orange {
	width: 121px;
	height: 27px;
	padding: 3px 10px 4px 11px;
	text-align: center;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	background: url(../images/bkg_btn_orange.png) 50% 50% no-repeat;
	display: inline-block;
}
.btn-orange:hover {
	color: #000 !important;
}
#btn-register {
	margin-top: 45px;
}
#btn-registernow {width:230px;  background: url(../images/bkg_btn_orange_lg.png) 50% 50% no-repeat; padding: 3px 26px 4px 11px;}
.menu-zone {
	padding-top: 20px;
	padding-bottom: 0px;
	position: relative;
}
.menu-zone .btn-orange{color:#fff !important;}
.menu-zone .btn-orange:hover{color:#000 !important;}
#menu-top {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10002;
	width: 100%;
	background: #fbf6eb;
}
/*nav-primary *******************************************************/
#nav-primary-lg {
	z-index: 101;
	left: 0px;
	top: 0;
}
/* nav lg level 1*/
#nav-primary-lg > ul {
	padding: 0;
	margin-top: 15px;
}
#nav-primary-lg > ul li {
	display: inline;
	position: relative;
	margin-right: 20px;
}
#nav-primary-lg > ul li:last-child {
	margin-right: 0;
}
#nav-primary-lg > ul li a {
	color: #7f7f7f;
	display: inline-block;
	font-size: 14px;
	text-transform: uppercase;
}
#nav-primary-lg > ul li a:hover, #nav-primary-lg > ul li a.active {
	color: #000;
}
/*nav-primary sm*******************************************************/
#launch-nav-sm {
	text-transform: uppercase;
	color: #ef7b1e;
	font-size: 17px;
	display: inline-block;
	padding-right: 15px;
	background: url(../images/ico_arrow_down_or.png) 100% 50% no-repeat;
	margin-bottom: 0px;
	z-index:100000;
	font-weight:bold;
}
#nav-primary-sm {
	display: none;
}
/*.btn-test:hover #nav-primary-sm{display: block;}
/* nav lg level 1*/
#nav-primary-sm > ul {
	padding: 0;
	margin-top: 15px;
}
#nav-primary-sm > ul li {
	display: block;
	position: relative;
	padding: 10px 0;
	border-top: 1px dotted #333;
}
#nav-primary-sm > ul li:last-child {
	border-bottom: 1px dotted #333;
}
#nav-primary-sm > ul li a {
	color: #555;
	display: inline-block;
	font-size: 14px;
	text-transform: uppercase;
}
#nav-primary-sm > ul li a:hover, #nav-primary-sm > ul li a.active {
	color: #000;
}
/*nav-primary sm ends *******************************************************/

#divider-gfx {
	position: absolute;
	width: 100%;
	height: 15px;
	bottom: -15px;
	background: url(../images/bkg_devider_gfx.png) 0 0 repeat-x;
	z-index: 100;
}
#btn-logo {
	display: block;
	z-index: 101;
	width: 80px;
	height: 80px;
	position: absolute;
	top: 80px;
}
/* banner section */
.banner-content {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}
.banner-content img {
	width: 100%;
}
/* slider section */

.slider-content li img {
	width: 100%;
}
.bx-wrapper {
	margin-bottom: 0;
}
.bx-wrapper .bx-viewport {
	margin-bottom: 0 !important;
}
.bx-wrapper .bx-pager {
	bottom: 13px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: url(../images/ico_cube_white.png) 0 0 no-repeat;
	width: 18px;
	height: 17px;
	border-radius: 0;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: url(../images/ico_cube_orange.png) 0 0 no-repeat;
}
/* text section **********************************************************************************************/
/* margin classes ****/
.mt-100 {
	margin-top: 100px;
}
.mt-75 {
	margin-top: 75px;
}
.mt-10 {
	margin-top: 10px;
}
.mt-20 {
	margin-top: 20px;
}
.mt-30 {
	margin-top: 30px;
}
.mt-40 {
	margin-top: 40px;
}
.mt-50 {
	margin-top: 50px;
}
.mtb-10 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.mtb-30 {
	margin-top: 30px;
	margin-bottom: 30px;
}
.mtb-25 {
	margin-top: 25px;
	margin-bottom: 25px;
}
.mtb-50 {
	margin-top: 50px;
	margin-bottom: 50px;
}
.mb-25 {
	margin-bottom: 25px;
}
.mb-30 {
	margin-bottom: 30px;
}
.mb-40 {
	margin-bottom: 40px;
}
.plr-0 {
	padding-left: 0;
	padding-right: 0;
}
/* margin classes ends ****/

.heading1 {
	background: url(../images/bkg_heading1.png) 50% 100% no-repeat;
	color: #555;
	font-size: 24px;
	padding-bottom: 10px;
	text-transform: uppercase;
	font-weight: 600;
	text-align: center;
	margin: 20px 0 30px;
}
.heading2 {
	color: #444;
	font-size: 20px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 30px;
}
.heading2 span {
	color: #ef7b1e;
}
.heading3 {
	/*background: url(../images/bkg_heading3.png) 50% 100% no-repeat; */
	color: #2d2d2d;
	font-size: 17px;
	display: inline-block;
	padding-bottom: 10px;
	text-transform: uppercase;
}
.heading4 {
	color: #ef7b0f;
	font-size: 22px;
	text-transform: uppercase;
}

.dotted {
	padding: 0 15px 10px;
	text-align: center;
	display: inline-block;
}
.text-black .dotted {
	border-bottom:1px dotted #000;
	}
.text-white .dotted {
	border-bottom:1px dotted #fff;
	}

	
.box-yellow {
	background: #fdb913;
}
.box-brown {
	background: #985f35;
}
.box-brown, .box-yellow {
	padding: 25px;
}
.box-dotted-dark {
	background: url(../images/bkg_dots.png) repeat-x scroll 0 50%;
	margin: 0 15px;
	text-align: center;
}
.box-dotted-light {
	background: url(../images/bkg_dots_light.png) repeat-x scroll 0 50%;
	margin: 0 15px;
	text-align: center;
}
.box-dotted-dark .btn-orange {
	background-color: #fdb913;
	width: 161px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 20px 0;
}
.box-dotted-light .btn-orange {
	background-color: #985f35;
	width: 161px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 20px 0;
}
.text-black {
	color: #111;
}
.text-white {
	color: #fff;
}
.text-white a {color:#000;}

.text-white a:hover {color: inherit;}
.text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6, .text-white p {
	color: inherit !important;
}
.text-black h2, .text-black h3, .text-black h4, .text-black h5, .text-black h6,.text-black p {
	color: inherit !important;
}
.text-black h5, .text-white h5 {
	font-size: 36px;
}
.img-section img {
	margin: 25px 0;
	width: 100%;
}
.w-100 {
	width: 100%;
}
/* terrace classes **************************************************************************************/
#slider-terrace .bx-wrapper .bx-pager.bx-default-pager a {
	background: url(../images/terrace/ico_cube_white.png) 0 0 no-repeat;
}
#slider-terrace .bx-wrapper .bx-pager.bx-default-pager a:hover, #slider-terrace .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: url(../images/terrace/ico_cube_yellow.png) 0 0 no-repeat;
}
ul.list-dotted {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.list-dotted li {
	padding: 0 0 12px;
	margin: 0 0 5px;
	background: url(../images/ico_dot_dark.png) 50% 100% no-repeat;
}
ul.list-dotted.light li {
	background-image: url(../images/ico_dot_light.png);
}
ul.list-dotted li:last-child, ul.list-dotted.light li:last-child {
	background: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
/* apartment classes **************************************************************************************/
#slider-apartment .bx-wrapper .bx-pager.bx-default-pager a {
	background: url(../images/apartment/ico_cube_white.png) 0 0 no-repeat;
}
#slider-apartment .bx-wrapper .bx-pager.bx-default-pager a:hover, #slider-apartment .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: url(../images/apartment/ico_cube_brown.png) 0 0 no-repeat;
}
/* form section **************************************************************************************/
.form-control {
	font-size: 13px;
111
}
select.form-control {
	line-height: 25px;
}
select, input[type=text], input[type=email], textarea {
	border: 1px solid #b4b4b4;
	border-radius: 0px !important;
	background: #fff;
}
.btn-primary {
	border: 2px solid #fdfce8;
	background: #000;
	border-radius: 1px;
	color: #fdfce8;
	padding-left: 20px;
	padding-right: 20px;
	text-transform: uppercase;
}
.btn-primary:hover {
	background: #fdfce8;
	border-color: #000;
	color: #000;
}
.txt-sm {
	font-size: 11px;
}
.error {
	font-size: 12px;
}
.error, .txt-sm {
	font-weight: 400;
}
#logo-raywhite, #logo-colliers {
	vertical-align: bottom;
}
#logo-raywhite {
	margin: 14px 0 15px;
}

#form-zone{
background: #985f35;
}
#form-errors {
	color: #ff0000;
	border: 1px solid #ff0000;
	margin-bottom: 10px;
	padding: 5px 12px;
	display: none;
	border-radius: 3px;
}
#form-left {
	background: #985f35;
	padding: 15px 40px 40px;
}
#form-right {
	background: #fdb913;
	padding: 15px 40px 40px;
}
#form-right #btn-submit {
	display: inline-block;
}
#form-right h2, #form-right h5 {
	color: #534c46
}
#form-left .register-form {
	color: #fff;
}
#form-right .register-form {
	color: #000;
}
.register-form .box {
	margin-top: 5px;
}
.register-form .form-group {
	min-width: 49%;
	display: inline-block;
}
.register-form input, .register-form select {
	border: 0;
	background: none;
	outline: 0;
	box-shadow: none;
	color: #fff;
}
#form-left #txt-regiter-left img {
	padding: 0 20px;
	background: #985f35;
}
#form-right #txt-regiter-right img {
	padding: 0 20px;
	background: #fdb913;
}
#txt-regiter-right, #txt-regiter-left {
	background: url(../images/bkg_dots.png)0 50% repeat-x;
}
#form-left select {
	color: #fff;
}
#form-right select, #form-right input[type=text], #form-right input[type=email] {
	color: #000;
}
[disabled="disabled"] {
 color: #000;
}
.select-style {
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 3px;
	overflow: hidden;
	display: inline-block;
	background: url(../images/ico_arrowdown.gif) no-repeat 96% 50%;
	box-shadow: inset 1px 1px 4px 1px #fff;
	opacity: 0.7;
	margin: 0 5px 0 10px;
}
.select-style select {
	padding: 5px 8px;
	width: 130%;
	border: none;
	box-shadow: none;
	min-width: 250px;
	background-color: transparent;
	background-image: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.select-style select option {
	padding-left: 10px;
	height: 20px;
}
.select-style select:focus {
	outline: none;
	box-shadow: none;
}

input.btn-submit{ background:url(../images/btn_submit_orange.png) 50% 50% no-repeat; width:152px; height:43px; font-size:0; line-height:0; padding:0;}

#form-left .select-style select option {
	background: #985f35;
}
#form-right .select-style select option {
	background: #fdb913;
}
.form-group label {
	float: left;
	line-height: 25px;
}
.form-control {
	height: 30px;
}

.btn-white-submit { background: url(../images/btn_submit_orange.png) 50% 50% no-repeat; font-size:0; line-height:0; height:46px; width:183px; border:none; outline:none;}
label.error { display:block; float:left; margin:10px 0; width:100%; color:#f00;}


/* footer -zone ************************************************************************/
#display-info-footer a { color:#000;}
#display-info-footer a:hover{ 	color: #ebbc75;}

.list-links a {
	color: #555;
	text-transform: uppercase;
}
/* clearfix ************************************************************************/
.box:after, #form-zone:after, #footer-zone:after, .form-group:after {
	font-size: 0;
	line-height: 0;
	display: block;
	clear: both;
	margin: 0;
	padding: 0;
	content: '.';
}
