body {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: normal;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    color: #000;
}


/* Paragraph & Typographic */
p {
    line-height: 28px;
    margin-bottom: 25px;
}

.centered {
    text-align: center;
}

/* Links */
a {
    color: #fff;
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


/* ==========================================================================
   Wrap Sections
   ========================================================================== */

#headerwrap {
    background: #353d4a url(../img/back_header.jpg) no-repeat center center;
    -moz-background-size: 100%;
    -webkit-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    text-align: left;
    width: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#headerwrap h1 {
	margin-left: -71px;
	margin-top: 1px;
	color: white;
	font-size: 27px;
	font-weight: 900;
}

#headerwrap h2 {
	margin-left: -71px;
	color: white;
	margin-top: -7px;
	font-size: 22px;
	font-weight: 300;
}

#headerwrap p {
	margin-left: -71px;
	color: white;
	margin-top: 70px;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
}

fieldset {
  text-align: right;
  border: 1px;
  margin: 0.3px 0;
  padding: 0.3px;
}

input, textarea {
    margin-bottom: 10px;
    background-color: #f6f7f8;
    padding: 8px;
    font-size: 15px;
    color: #838383;
    outline: 0;
    border: 0;
    border-radius: 8px;
    /* border-bottom: 1px solid #b5c1c9; */
    width: 100%;
}

.contact-form textarea {
  height: 147px;
  border-radius: 8px;
}

input.button {
	width: 560px;
	height: 46px;
	font-size:20px;
	background-color: #a8c80b;
	border-radius: 17px;
	color: #fff;
    font-weight: 700;
	border:2px solid #a8c80b;
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

input.button:hover {
	background:none;
	border-radius: 17px;
	color: #a8c80b;  
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in; 
}



/* Portfolio Wrap */
#portfoliowrap {
	background: #fff;
	text-align:center;
	width: 100%;
}

#portfoliowrap h2 {
	color: #313a49;
	font-size: 27px;
	font-weight: 700;
}

#portfoliowrap h3 {
	padding-bottom: 10px;
	color: #313a49;
	font-size: 22px;
	font-weight: 700;
}

#portfoliowrap p {
	width: 90%;
	text-align: center;
	margin: auto;
	color: #313a49;
	font-size: 16px;
	font-weight: 300;
	line-height: 30px;
}

.port-space {
	padding-bottom: 25px;
}

/* White Wrap */

#w {
	background: url(../../assets/img/block_top.png) no-repeat center top;
	background-attachment: relative;
	background-position: center center;
    margin-top: -15px;
    min-width: 380px;
    max-height: 56px;
    border-radius: 28px;
	/*padding-top: 35px;
	padding-bottom: 35px;*/

}

#w h2 {
	height: 56px;
	font-size: 27px;
	text-align: center;
	font-weight: 700;
	color: #414a52;
}

/* White Wrap next */

#g {
	padding-top: 35px;
	padding-bottom: 35px;
	text-align: left;
}

#g h1{
	max-height: 134px;
	color: #313a49;
	font-size: 22px;
	font-weight: 700;
	line-height: 24px;
}

#g p{
	max-height: 134px;
	color: #313a49;
	font-size: 16px;
	font-weight: 300;
	line-height: 30px;
}

.sold {
	max-height: 196px;
	padding-bottom: 40px;
	border: 1px solid #f0f0f0;
	border-radius: 5px;
}

.sold_right {
	max-height: 196px;
	padding-bottom: 40px;
	border: 1px solid #f0f0f0;
	border-radius: 5px;
}

/*How much time*/

#g1 {
	background: #313a49 url(../../assets/img/background_img_content.png) no-repeat center top;
	/*background-attachment:fixed;*/
	height:100%;
	-moz-background-size: 100%; /* Firefox 3.6+ */
    -webkit-background-size: 100%; /* Safari 3.1+ и Chrome 4.0+ */
    -o-background-size: 100%; /* Opera 9.6+ */
    background-size: 100%; /* Современные браузеры */
	text-align: center;
}

#g1 h3 {
	font-size: 27px;
	font-weight: 700;
	color: #fff;
}

#g1 h4 {
	color: #fff;
	font-size: 22px;
	font-weight: 700;
}

#g1 p {
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	line-height: 30px;
}

#g1 img {
	padding-top: 10px;
} 

/* Dark Grey Wrap */
#dg {
	background: #fff;
	padding-top: 20px;
	text-align: center;
}
#dg button {
	width: 560px;
	height: 48px;
	font-size:20px;
	background-color: #a8c80b;
	color: #fff;
	font-weight: 700;
	border-radius: 23px;
	border:2px solid #a8c80b;
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

#dg button:hover {
	background:none;
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

#dg button:hover a{
color:#a8c80b;
	}
	
	
a.button{
	width: 560px;
	height: 48px;
	font-size:20px;
	background-color: #a8c80b;
	color: #fff;
	font-weight: 700;
	border-radius: 23px;
	border:2px solid #a8c80b;
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
	display:inline-block;
	padding-top: 10px;
	}
	

a.button:hover {
	background:none;
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
	color:#a8c80b;
}
	

#dg-back {
	background: #fff;
	padding-top: 0px;
	padding-bottom: 180px;
	border: 1px solid #d8d8d8;
}

#dg-back h4 {
	font-size: 30px;
	font-weight: 900;
	line-height: 24px;
	color: #4d92cb;
}

#dg-back p {
	font-size: 16px;
	font-weight: 300;
	color: #000;
}

/* Footer Wrap */

#f {
	background: #fff;
	padding-top: 20px;
	padding-bottom: 10px;
	text-align: center
}

#f h3 {
	color: #313a49;
	font-size: 27px;
	font-weight: 700;
}

#f p {
	color: #313a49;
	font-size: 16px;
	font-weight: 300;
}

#f button {
	width: 560px;
	height: 52px;
	font-size:20px;
	background-color: #4d92cb;
	color: #fff;
	border: 2px solid #4d92cb;
	border-radius: 26px;
	font-weight: 700;
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

#f button:hover{
	background: none;
	font-weight: 700;
	border-radius: 26px;
	color: #4d92cb;
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

/*PopUp*/


.b-popup{
    width:100%;
    min-height:100%;
    background-color: rgba(0,0,0,0.79);
    overflow:hidden;
    position:fixed;
    top:0px;
    z-index: 9999;
}

.b-popup a {
    margin: -3px auto 5px 409px;
    display: block;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 20px;
    height: 24px;
}

.b-popup a:hover {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    cursor: pointer;
}

.b-popup .b-popup-content{
    margin: 62px auto 0px auto;
    max-width: 455px;
    max-height: 600px;
    padding: 10px 30px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 5px #000;
}

.b-popup-content h1{
    font-size: 22px;
    margin-top: 0px;
    text-align: center;
    color: #313a49;
    font-weight: 700;
}

.b-popup input, .b-popup textarea{
    border: 1px solid #a8c80b;
	resize:none;
	width:100%;
	text-align: center;
	}
	
#results{
    font-size: 22px;
    margin-top: 0px;
    text-align: center;
    color: #313a49;
    font-weight: 700;
    margin-bottom: 20px;
	}
.b-popup label.error{
	color:#80001D;
	margin-top:-10px;
	margin-bottom:10px;
	display:block;
	}
	
#results2{
    font-size: 22px;
    margin-top: 0px;
    text-align: center;
	color: #A8C80B;
    font-weight: 700;
    margin-bottom: 20px;
	}
#headerwrap label.error{
	color: #EC2841;
    margin-top: -10px;
    margin-bottom: 10px;
    display: block;
    text-align: center;
	}
	
ul.menu li{
	margin-right:10px;
	}
ul.menu li a{
	font-weight:bold !important;
	}

/* item Wrap */

#itemwrap {
	background: url(../img/item-bg.jpg) no-repeat center top;
	margin-top: 0px;
	padding-top:70px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 500px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#itemwrap h1 {
	margin-top: 40px;
	color: white;
	font-size: 100px;
	font-weight: 700;
	letter-spacing: 3px;
}

#itemwrap h2 {
	color: white;
	font-size: 50px;
	font-weight: 100;
	letter-spacing: 2px;
}


.desc {
	text-align: left;
}

.desc-b {
	border-left: 4px solid #bababa;
}

.desc-a i {
	color: #555;
	padding-right: 8px;
}

.desc-b i {
	color: #555;
	padding-right: 8px;
}

/*MENU CONF*/

        #menu {
            position:fixed;
            z-index: 1000;
            top:0; left:0;
            width:100%;
        }

/* NAV CONF*/

.nav{
	background: #fff;
	border: 0;
} 

.navbar {
    position: relative;
    z-index: 1000;
    min-height: 50px;
    margin-bottom: 0;
    border: 1px solid transparent;
}

.navbar-nav > li > a {
    padding-top: 20px;
    padding-bottom: 15px;
}

.padding {
	padding: 80px 80px; 
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #000;
    background-color: #fff;
}

.navbar-nav:not(.icons) > li > a{
	transition: all .5s;
}

.navbar-brand{
	padding-right: 80px;
}

.navbar-brand img{
	position: absolute;
	top: 0;
}
.navbar-default .navbar-nav > li > a{
	color: #000;
	font-size: 16px;
	font-weight: 400;
}

.navbar-default .navbar-nav:not(.icons) > li > a:hover{
	background: #428bca;
	font-weight: 700;
	border-radius: 17px;
	color: #fff;
}

.icons li a{
	padding: 15px 5px;
}


.globe{
	font-size: 25px;
	line-height: 50px;
	position: absolute;
	right: 25px;
	cursor: pointer;
	color: #d0cfce;
	display: none;
}

#menuToggle {
	position: absolute;
	top: 20px;
	left: 0;
	z-index: 11;
	display: block;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	background: rgba(0,0,0,0.25);
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			transition: all .1s ease-in-out;
}

#menuToggle:hover {
	color: #ffffff;
	background: rgba(0,0,0,0.2);
	-webkit-transition: all .1s ease-in-out;
	   -moz-transition: all .1s ease-in-out;
		-ms-transition: all .1s ease-in-out;
		 -o-transition: all .1s ease-in-out;
			tranbackground: url(../../assets/img/button_bg_top.png) no-repeat center top;
	  background-attachment: relative;
	  background-position: center center;
	  color: #fff;
	  font-size: 16px;
	  font-weight: 700;
	  padding-bottom: 17px;
	  border-radius: 17px;sition: all .1s ease-in-out;
}


/* BUTTON CONF */

.btn-theme {
	color: #fff;
	background-color: #1abc9c;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-top: 10px;
	font-weight: 700;
	border-radius: 3px;
}

.btn-theme:hover {
	cursor: pointer;
	color: white;
	background-color: #16a085;
	
}

/* TEAM CONF */

.team {
	padding-top: 10px;
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
.navbar-nav > li > a{
	transition: all .5s;
}

#headerwrap h1 {
	margin-left: 0;
	margin-top: 1px;
	color: white;
	font-size: 25px;
	font-weight: 900;
}

#headerwrap h2 {
	margin-left: 0;
	color: white;
	margin-top: -7px;
	font-size: 24px;
	font-weight: 300;
}

#headerwrap p {
	margin-left: 0;
	color: white;
	margin-top: 70px;
	font-size: 13px;
	font-weight: 400;
	line-height: 24px;
}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.navbar-brand{
		padding-right: 80px;
	}
	.icons{
		display: none;
		position: absolute;
		right: 34px;
		top: 40px;
	}
	.icons li{
		float: none;
	}
	.icons li a{
		padding: 5px;
	}
	.globe{
		display: block;
	}

	#headerwrap h1 {
		margin-left: 0;
		margin-top: 1px;
		color: white;
		font-size: 19px;
		font-weight: 900;
	}

	#headerwrap h2 {
		margin-left: 0;
		color: white;
		margin-top: -7px;
		font-size: 17px;
		font-weight: 300;
	}

	#headerwrap p {
		margin-left: 0;
		color: white;
		margin-top: 70px;
		font-size: 16px;
		font-weight: 400;
		line-height: 24px;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
	.nav{
		padding: 0;
	}
	.navbar-brand img{
		top: -15px;
		max-height: 50px;
	}
	.navbar-nav > li > a{
		transition: all .5s;
	}
	.navbar-default .navbar-nav > li.active-link > a{
		border-bottom: 0;
		color: #000;
		background: #fff;
	}
	.navbar-default .navbar-nav:not(.icons) > li > a:hover{
		border-bottom: 0;
		color: #fff;
		background: blue;
	}
	.icons{
		display: block !important;
		position: relative;
		right: 0;
		top: 0;
	}
	.icons li{
		display: inline-block;
	}
	.globe{
		display: none;
	}
	#headerwrap h1 {
		margin-left: 0;
		margin-top: 1px;
		color: white;
		font-size: 19px;
		font-weight: 900;
	}

	#headerwrap h2 {
		margin-left: 0;
		color: white;
		margin-top: -7px;
		font-size: 17px;
		font-weight: 300;
	}

	#headerwrap p {
		margin-left: 0;
		color: white;
		margin-top: 70px;
		font-size: 16px;
		font-weight: 400;
		line-height: 24px;
	}

	#g {
		text-align: center;
	}

	#g p {
	    max-height: 134px;
	    color: #313a49;
	    font-size: 14px;
	    font-weight: 400;
	    line-height: 23px;
	}
	#dg-back {
	    background: #fff;
	    padding-top: 0px;
	    padding-bottom: 0;
	    border: 1px solid #d8d8d8;
	}

	.b-popup{
    width:100%;
    min-height:100%;
    background-color: rgba(16,16,16,0.79);
    overflow:hidden;
    position:fixed;
    top:0px;
	}

	.b-popup a {
		margin: auto auto auto 8px;
	}

	.b-popup .b-popup-content{
	    margin:62px auto 0px auto;
	    max-width:600px;
	    max-height: 600px;
	    padding:10px;
	    background-color: #c5c5c5;
	    border-radius:5px;
	    box-shadow: 0px 0px 10px #000;
	}

	.b-popup-content h1{
		font-size: 24px;
		margin-top: -27px;
		text-align: center;
	}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

}

@media only screen and (min-width : 993px) {
	.icons{
		display: block !important;
	}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1201px) {

#headerwrap h1 {
	margin-left: 0;
	margin-top: 1px;
	color: white;
	font-size: 27px;
	font-weight: 900;
}

#headerwrap h2 {
	margin-left: 0;
	color: white;
	margin-top: -7px;
	font-size: 22px;
	font-weight: 300;
}

#headerwrap p {
	margin-left: 0;
	color: white;
	margin-top: 70px;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
}
}