@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,700&subset=latin,latin-ext);

body{
	font-family: 'Roboto', sans-serif;
  font-size: 100%;
  font-weight:400;
}

a{
	color:#ff8800;
}
a:hover{
	color:#000;
}

.row{
	max-width:73.125rem;
}


.bg-white{
	background:#fff;
	color:#333;
}
.bg-orange{
	background:#ff8800;
	color:#fff;
}
.bg-light p{
	margin-bottom:0px;
}
.bg-orange.alt{
	background:#fff;
	padding-bottom:10px;
	color:#ff8800;
}
.bg-dark{
	background:#262626;
	color:#ddd;
}
.bg-light{
	background:#eee;
	color:#333;
}
.bg-light.alt{
	padding:30px 0 0 0;
}
.bg-light.alt > div > div{
	padding-bottom:30px;
}
.bg-light2{
	background:#fafafa;
	color:#333;
}

.fg-white{
	color:#fff;
}
.fg-orange{
	color:#ff8800;
}

.progress .meter{
	background:#ff8800;
}

.branding{
	display:block;
	position:fixed;
	z-index:0;
	width:100%;
	height:100%;
}
.branding img{
	width:100%;
	height:auto;
}


.wrap{
	display:block;
	position:relative;
	margin:0 auto;
	left:0;
	right:0;
	transition: all 0.3s ease;
}
.wrap.boxed{
	width:1170px;
	box-shadow: 0 0 20px rgba(0,0,0,0.3);
}
.wrap.moved{
	position:fixed;
	left:240px;
	right:-240px;
}


/* header */
header{
	display:block;
	position:relative;
	background:#000000 url(../images/bg.jpg) center no-repeat;
	background-size:100% auto;
	min-height:60px;
}
header.home{
	box-shadow:inset 0 0 350px rgba(0,0,0,0.9);
}
header.home .title{
	position:absolute;
	top:50%;
	left:50%;
	width:300px;
	height:100px;
	text-align:center;
	font-size:24px;
	color:fff;
	text-shadow:0 0 10px rgba(0,0,0,0.7);
	margin:-50px 0 0 -150px;
}
header.home .title a{
	color:#fff;
}
header.home .title span{
	display:block;
	font-size:13px;
	color:#fff;
}
header.post,
header.page,
header.err{
	background:#ff8800;
}


/* HOME iframe */
iframe#main{
	position:absolute;
	z-index:1;
	top:0;
	left:0;
	right:0;
	bottom:0;
	border:none;
	width:100%;
	height:100%;
}


a.scrollDown {
  position: absolute;
	z-index: 2;
	bottom:0;
	left:50%;
	margin-left:-20px;
	width:40px;
	height:60px;
	background: #ff8800;
	cursor: pointer;
}
a.scrollDown span {
  position: absolute;
  top: 10px;
  left: 50%;
  width: 18px;
  height: 18px;
  margin-left: -9px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb07 2s infinite;
  animation: sdb07 2s infinite;
  opacity: 0;
  box-sizing: border-box;
	cursor: pointer;
}
a.scrollDown span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
a.scrollDown span:nth-of-type(2) {
  top: 17px;
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}
a.scrollDown span:nth-of-type(3) {
  top: 24px;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
@-webkit-keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


/* topbar */
.topbar{
	display:block;
	position:relative;
	z-index:998;
	width:100%;
	height:70px;
	margin:0 auto;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
}
.topbar.fixed{
	position: fixed;
	top:0;
	right:0;
	bottom:0;
	background:#fff;
}
header.post .topbar{
	background: #fff;
}
.topbar .btnl{
	display:block;
	float:right;
	margin:0;
	line-height:60px;
	border-left:none;
	font-size:13px;
	color:#fff;
	text-align:center;
	padding:10px 10px 0 10px;
}
.topbar.fixed .btnl,
header.post .btnl{
	color:#333;
}
.topbar .btnl:first-child{
	margin-right:-15.125px;
}
.topbar .btnl .fa-search{
	display:block;
	font-size:20px;
	line-height:60px;
}
.topbar .btnl:hover{
	background:rgba(0,0,0,0.1);
}
.topbar .btnl.active{
	background:#ff8800;
	color:#fff;
}

.topbar .user-box{
	display:none;
	position:absolute;
	top:70px;
	right:-1px;
	width:127px;
	color:#fff;
	background:#ff8800;
}
.topbar .user-box.opened{
	display:block;
}
.topbar .user-box ul{
	display:block;
	margin:0;
	padding:0;
}
.topbar .user-box ul li{
	display:block;
	line-height:34px;
	border-top:1px solid rgba(255,255,255,0.2);
}
.topbar .user-box ul li a{
	display:block;
	padding:0 15px;
	color:#fff;
	font-size:13px;
}

.topbar .search-box{
	display:none;
	position:absolute;
	top:70px;
	left:0;
	right:0;
	background:#262626;
	border-top:3px solid #ff8800;
	padding:20px;
	z-index:998;
}
.topbar .search-box input.search-text{
	background:transparent;
	color:#aaa;
	border:none;
	border-bottom:1px solid #aaa;
	font-size:16px;
	padding-top:20px;
	padding-bottom:20px;
	margin-bottom:20px;
}
.topbar .search-box input.search-text:focus{
	color:#fff;
	border-bottom:1px solid #fff;
}


.topbar .logo{
	display:block;
	float:left;
	padding-top:5px;
}
.topbar.fixed .logo .l1{
	display:none;
}
.topbar .logo .l2{
	display: none;
}
.topbar.fixed .logo .l2{
	display: block;
}
header.post .topbar .logo .l1{
	display: none;
}
header.post .topbar .logo .l2{
	display: block;
}
.topbar .logo img{
	min-width:150px;
	height:auto;
}

/* Navicoon */
.navicon{
	display:none;
	float:left;
  position:relative;
  z-index: 999;
  width:44px;
  height:60px;
	margin-right:15px;
}
.navicon i{
  display:block;
  position:absolute;
  width:32px;
  height:1px;
  background:#000;
  transition: all 0.2s ease;
}
.navicon i:nth-child(1){
  top:27px;
}
.navicon i:nth-child(2){
  top:35px;
}
.navicon i:nth-child(3){
  top:43px;
}
.navicon:hover{
  cursor:pointer;
}
.navicon.active{
	margin-left:-15px;
}
.navicon.active i:nth-child(1){
  -ms-transform: rotate(-45deg); /* IE 9 */
  -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
  transform: rotate(-45deg);
  top:30px;
  background:#fff;
}
.navicon.active i:nth-child(2){
  display:none;
}
.navicon.active i:nth-child(3){
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  transform: rotate(45deg);
  top:30px;
  background:#fff;
}
header.home .topbar .navicon i{
	background: #ff8800;
}
header.home .topbar.fixed .navicon i{
	background: #000;
}


.mobileBox{
	display:block;
	position: fixed;
	z-index: 99999;
	top:0;
	left:0;
	bottom:0;
	width:0;
	background:#242424;
	overflow:hidden;
	transition: all 0.3s ease;
	font-weight:300;
}
.mobileBox > .mobileContent{
	display:block;
	margin:20px;
}
.mobileNav ul{
	display:block;
	margin:20px 0 0 0;
	padding:0;
	list-style: none;
}
.mobileNav ul li{
	display:block;
	line-height: 40px;
	border-bottom:1px solid rgba(255,255,255,0.3);
}
.mobileNav ul li:last-child{
	border-bottom:none;
}
.mobileNav ul li a{
	display:block;
	padding:0 5px;
	color:#fff;
}
.mobileBox h4{
	color:#fff;
	font-size:18px;
	font-weight:300;
}
.mobileBox h4:after{
	content:"";
	display:block;
	position:relative;
	margin:10px 0 -13px 0;
	width:50px;
	height:3px;
	background:#ff8800;
}


/* navigation menus */
.navigation, .navigation > ul{
	margin:0 0 0 10px;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	z-index:659;
	float: left;
	line-height:55px;
}
.navigation ul a{
	display:block;
	font-weight:400;
	font-size:12px;
	padding:15px 10px 0 10px;
	color:#fff;
	text-decoration:none;
	transition: all 0.4s ease;
	text-transform:uppercase;
}
.navigation ul li a i{
	display:block;
	font-size:20px;
	padding:18px 0 22px 0;
}
.navigation ul li ul a i{
	float:right;
	padding-top:7px;
}
.navigation ul li{
	display:block;
	float:left;
	position:relative;
}
.navigation ul li:hover a{
	/*background:#353535;*/
	color:#ff8800;
}
.navbar.fixed .navigation ul li:hover a{
	color:#fff;
}
.navigation ul li.current{
  	background:#ff8800;
}
.navigation li.current a{
	font-weight:700;
	color:#fff;
}
.navigation li.current:hover a{
	font-weight:700;
	color:#fff !important;
}
.topbar.fixed .navigation ul a,
header.post .topbar .navigation ul a{
	color:#333;
}
header.post .topbar .navigation li.current a{
	color:#fff;
}
header.post .topbar .navigation ul li:hover a{
	color:#ff8800;
}
.navigation ul ul {
	position:absolute;
	display:none;
	width:225px;
	top:41px;
	left:0px;
	padding:10px;
	margin:0;
	background:#333;
}
.navigation ul li ul li{
	display: block;
	width:100%;
	margin:0;
}
.navigation ul li:hover ul li a{
	display: block;
	width:100%;
	padding:5px 10px;
	margin:0;
	font-size:14px;
	line-height: 30px;
	font-weight:400;
	text-transform:none;
	height:auto;
	background:none;
	text-decoration:none;
	color: #fff;
	text-align:left;
}
.navigation ul ul ul{
	top:auto;
}
.navigation ul li ul ul {
	left:195px;
	margin:0px 0 0 10px;
	top:0;
	background:#ff8800;
	border-top:none;
}
.navigation ul li ul ul ul {
	background:#0078bf;
}
.navigation ul li ul li:hover{
	background:#ff8800;
}
.navigation ul li ul li ul li:hover{
	background:#353535;
}
.navigation ul li ul li ul li ul li:hover{
	background:#333;
}
.navigation ul li ul li:hover a{
	color:#fff;
}
.navigation > ul li:hover ul ul,
.navigation > ul li:hover ul ul ul,
.navigation > ul li:hover ul ul ul ul{
	display:none;
}
.navigation > ul li:hover ul,
.navigation > ul li li:hover ul,
.navigation > ul li li li:hover ul{
	display:block;
}


/* ADS */
.ad-header{
	display:block;
	width:728px;
	height:90px;
	line-height:90px;
	background:#ddd;
	color:#fff;
	text-align:center;
	margin-top:5px;
	float:right;
}


/* heading typography */
h1.title{
	font-size:24px;
	font-weight:700;
	margin:0 auto 30px auto;
	padding:0 0 10px 0;
	max-width:500px;
	text-transform:uppercase;
	border-bottom:1px solid rgba(0,0,0,0.1);
	text-align:center;
}
h1.title a{
	color:#000;
}
h1.title:after{
	content:"";
	display:block;
	position:relative;
	left:50%;
	margin:10px 0 -13px -25px;
	width:50px;
	height:3px;
	background:#ff8800;
}
h3.title{
	display:block;
	font-size:19px;
	font-weight:700;
	margin:0 0 10px 0;
	padding:0 0 10px 0;
	text-transform:uppercase;
	border-bottom:1px solid rgba(255,255,255,0.3);
}
h3.title:after{
	content:"";
	display:block;
	position:relative;
	margin:10px 0 -12px 0;
	width:50px;
	height:2px;
	background:#000;
}
h3.title.center:after{
	left:50%;
	margin-left:-25px;
}
h3.title.white:after{
	background:#fff;
}
h3.title.orange{
	border-bottom:1px solid rgba(0,0,0,0.2);
}
h3.title.orange:after{
	background:#ff8800;
}
h3.title.orange a{
	color:#777;
}
h3.title.orange a:hover{
	color:#ff8800;
}
.bg-orange h3.title a{
	color:#fff;
}


/* SECTTION */
section{
	display:block;
	position:relative;
	padding:30px 0;
}
section p{
	font-size:14px;
}

section.post-title{
	color:#fff;
}
section.post-title a{
	color:#fff;
}
section.post-title h2{
	color:#fff;
	font-weight:700;
	font-size:32px;
	margin:0;
	padding:0;
}
section.post-title h2.err{
	color:#fff;
	font-weight:300;
	font-size:128px;
	margin:0;
	padding:0;
}

section .post{
	font-size:14px;
}
section .post img{
	max-width:100%;
	width:auto;
	height:auto;
}
section .post ul,
section .post ul{
	font-size:14px;
}
section .post h1,
section .post h2,
section .post h3,
section .post h4,
section .post h5,
section .post h6{
	font-weight:300;
}
section .post h1{
	font-size:42px;
}
section .post h2{
	font-size:32px;
}
section .post h3{
	font-size:28px;
}
section .post h4{
	font-size:24px;
}
section .post h5{
	font-size:20px;
}
section .post h6{
	font-size:16px;
}
section .post .zoom{
  display: none;
  position:absolute;
  width:150px;
  height:150px;
  top:50%;
  left:50%;
  margin:-75px 0 0 -75px;
  color:#fff;
	font-size:40px;
	text-align:center;
	padding-top:30px;
}
section .post .slides:hover .zoom{
	display:block;
}

section .post .tags{
	display:block;
	margin:10px 0;
}
section .post .tags a{
	display:inline-block;
	line-height:20px;
	font-size:13px;
	border:1px solid #999;
	color:#999;
	padding:0 5px;
	border-radius:2px;
}
section .post .tags a:hover{
	border-color:#000;
	color:#000;
}
section .post .zr{
	display:block;
	padding:10px 20px;
	margin:4px 0;
	background:#eee;
	border-radius:2px;
}
section .post .zr:hover{
	background:#ff8800;
}
section .post .zr:hover a{
	color:#fff;
}
section .post .zr a{
	display:block;
}

#istaknuto1{
	display:block;
	padding:20px;
	background:#ff8800;
	color:#fff;
	margin-bottom:20px;
}
#istaknuto2{
	display:block;
	float:left;
	width:30%;
	padding:20px;
	background:#ff8800;
	color:#fff;
	margin-bottom:20px;
}
#istaknuto3{
	display:block;
	float:right;
	width:30%;
	padding:20px;
	background:#ff8800;
	color:#fff;
	margin-bottom:20px;
}
#istaknuto4{
	display:block;
	padding:20px;
	background:#fff;
	color:#ff8800;
	border:1px solid #ff8800;
	margin-bottom:20px;
}
#istaknuto5{
	display:block;
	float:left;
	width:30%;
	padding:20px;
	background:#fff;
	color:#ff8800;
	border:1px solid #ff8800;
	margin-bottom:20px;
}
#istaknuto6{
	display:block;
	float:right;
	width:30%;
	padding:20px;
	background:#fff;
	color:#ff8800;
	border:1px solid #ff8800;
	margin-bottom:20px;
}


/* SIDEBAR */
.sidebar{
	border-left:1px solid #eee;
	padding:10px 0 10px 20px;
}
.sidebar h3.title.orange{
	font-size:16px;
	font-weight:300;
}
.sidebar .sidebar-item{
	margin-bottom:30px;
}
.sidebar .sidebar-item:last-child{
	margin-bottom:0;
}

.sidebar .sidebar-item.box{
	display:block;
	border-radius:2px;
	box-shadow:0 0 5px rgba(0,0,0,0.1);
	font-size:12px;
	padding:10px;
	margin-top:40px;
	background:#fafafa;
}
.sidebar .sidebar-item.box img{
	display:block;
}
.sidebar .sidebar-item.box h4{
	font-size:16px;
	font-weight:700;
}

.sidebar ul.cat{
	display:block;
	margin:0;
	padding:0;
	list-style:none;
}
.sidebar ul.cat li{
	display:block;
	line-height:40px;
	border-bottom:1px solid rgba(0,0,0,0.1);
}
.sidebar ul.cat li:hover{
	border-bottom:1px solid rgba(0,0,0,0.7);
}
.sidebar ul.cat li a{
	display:block;
	padding:0 15px;
}

.news-sidebar{
	display:block;
}
.news-sidebar.first{
	margin-bottom:15px;
}
.news-sidebar.second{
	margin-bottom:10px;
}
.news-sidebar.first img{
	display:block;
	width:100%;
	height:auto;
}
.news-sidebar.second img{
	display:block;
	float:left;
	margin-right:15px;
}
.news-sidebar.first .title,
.news-sidebar.second .title{
	display:block;
	font-size:20px;
	line-height:23px;
	font-weight:300;
	color:#000;
	margin:10px 0;
}
header .news-sidebar.second .title{
	color:#fff;
}
.news-sidebar.second .title{
	font-size:18px;
	line-height:21px;
	margin:5px 0 10px 0;
}
.news-sidebar.second .title.alt{
	font-size:13px;
	line-height:15px;
	margin:5px 0;
}
.news-sidebar.first .title:after,
.news-sidebar.second .title:after{
	display:block;
	content:"";
	margin:10px 0 0 0;
	width:70px;
	height:1px;
	background:#ff8800;
}
.news-sidebar.second .title:after{
	margin:10px 0 0 140px;
}
.news-sidebar.second .title.alt:after{
	margin:5px 0 0 110px;
}
header .news-sidebar.second .title.alt:after{
	margin:10px 0 0 115px;
}
.news-sidebar.first .title:hover,
.news-sidebar.second .title:hover{
	color:#ff8800;
}
.news-sidebar.first span,
.news-sidebar.second span{
	display:block;
	color:#777;
	font-size:13px;
	margin-bottom:10px;
}
.news-sidebar.first .excerpt{
	display:block;
	font-size:14px;
	line-height:17px;
	font-weight:300;
	color:#555;
}

.poll{
	display:block;
	position:relative;
  margin-top:10px;
  font-size:13px;
  line-height: 16px;
}
.poll_loader{
  display:none;
  position:absolute;
  top:0;
  left:0;
  right: 0;
  bottom: 0;
  background:url(../images/loading-small.gif) no-repeat center, rgba(255,255,255,0.5);
}



/* BOX elements */
.box-element{
	display:block;
	font-weight:300;
	color:#777;
	margin:-8px 0 0 0;
	font-size:12px;
}
.box-element img{
	float:left;
	margin-right:10px;
	margin-top:-10px;
	margin-bottom:-14px;
}
.box-element h4{
	font-size:18px;
	margin:0;
	padding:0;
	font-weight:300;
	color:#262626;
	text-transform:uppercase;
}



/* CALUCALTORS */
.calc{
  height:150px;
  position:relative;
}
.calc_full{
  height:120px;
  position:relative;
  margin:15px 10px;
}
.calc > .title{
  display:block;
  font-family: "Roboto Condensed";
  font-weight:600;
  font-size:16px;
  line-height:16px;
  padding:20px 20px 5px 120px;
}
.calc > .desc{
  display:block;
  padding:0 20px 15px 120px;
  font-size:13px;
}
.calc > .btn{
	position:absolute;
	bottom:10px;
	right:10px;
}
.calc_bricks{
  background:#fff url(../images/calc_bricks.jpg) -80px center no-repeat;
  padding:0;
}
.calc_rigips{
  background:#fff url(../images/calc_rigips.jpg) -80px center no-repeat;
  padding:0;
}
.calc_rooftile{
  background:#fff url(../images/calc_rooftile.jpg) -80px center no-repeat;
  padding:0;
}

.calcItem{
  display:block;
  float:left;
  width:19%;
  height:200px;
  margin:0.5%;
  text-align:center;
	line-height:13px;
}
.calcItem img{
  width:100%;
  height:auto;
}
.calcItem:hover,
.calcItem.selected{
	-moz-box-shadow: 0 0 7px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 7px rgba(0,0,0,0.3);
	-khtml-box-shadow: 0 0 7px rgba(0,0,0,0.3);
}


/* NEWS - homepage */
.news-homepage{
	display:block;
	margin-bottom:-26px;
}
.news-homepage .news-homepage-item{
	display:block;
	position:relative;
}
.news-homepage .news-homepage-item img,
.news-homepage .news-homepage-item .content,
.news-homepage .news-homepage-item .overlay{
	/*position:absolute;*/
}
.news-homepage .news-homepage-item img{
	height:auto;
}
.news-homepage .news-homepage-item.first,
.news-homepage .news-homepage-item.second{
	overflow:hidden;
	margin-left:-10px;
	margin-right:-10px;
}
.news-homepage .news-homepage-item.first .overlay,
.news-homepage .news-homepage-item.second .overlay{
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:rgba(0,0,0,0.2);
	transition: all 0.4s ease;
}
.news-homepage .news-homepage-item.first:hover .overlay,
.news-homepage .news-homepage-item.second:hover .overlay{
	background:rgba(0,0,0,0.7);
	transition: all 0.4s ease;
}
.news-homepage .news-homepage-item.first .content{
	left:25px;
	right:25px;
	bottom:25px;
}
.news-homepage .news-homepage-item.second .content{
	left:20px;
	right:20px;
	bottom:25px;
}
.news-homepage .news-homepage-item.first .content .title,
.news-homepage .news-homepage-item.second .content .title{
	display:block;
	color:#333;
	font-size:26px;
	font-weight:300;
	line-height:30px;
	text-shadow:1px 1px 4px rgba(0,0,0,0.5);
	margin-top:10px;
}
.news-homepage .news-homepage-item.second .content .title{
	font-size:20px;
	line-height:24px;
}
.news-homepage .news-homepage-item.first .content .title:after,
.news-homepage .news-homepage-item.second .content .title:after{
	display:block;
	content:"";
	margin:10px 0;
	width:70px;
	height:1px;
	background:#ff8800;
}
.news-homepage .news-homepage-item.first .content .cat,
.news-homepage .news-homepage-item.second .content .cat{
	display:inline-block;
	color:#ccc;
	font-size:12px;
	text-transform:uppercase;
}
.news-homepage .news-homepage-item.first .content .date,
.news-homepage .news-homepage-item.second .content .date{
	display:block;
	color:#fff;
	font-size:12px;
	text-transform:uppercase;
}

/* NEWS listing */
.news-list{
	display:block;
	height:200px;
	margin:20px 0;
}
.news-list img{
	float:left;
	margin-right:20px;
}
.news-list .title{
	display:block;
	font-size:22px;
	font-weight:300;
	color:#000;
	margin-bottom:10px;
}
.news-list .title:after{
	display:block;
	content:"";
	margin:10px 0 0 295px;
	width:70px;
	height:1px;
	background:#ff8800;
}
.news-list .title:hover{
	color:#ff8800;
}
.news-list span{
	display:block;
	color:#777;
	font-size:13px;
	margin-bottom:10px;
}
.news-list .excerpt{
	color:#666;
	font-weight:300;
}


/* Homepage - premium clients */
#client_sl_new{
  position: relative;
  width:100%;
  height:200px;
  margin:0 auto;
  padding:0 50px;
}
.client_sl_new{
  display:block;
  width:100%;
  height:200px;
  list-style:none;
  overflow:hidden;
  margin:0 -5px;
  padding:0;
}
.client_sl_new li {
  display:block;
  position: relative;
  height:200px;
  width:300px;
  max-width:300px;
  margin:0;
  padding: 0 5px;
}
@media(max-width:1599px){

}
.client_sl_new li img{
	width:100%;
	height:auto;
}
.client_sl_new li .zoom{
	display:none;
	position:absolute;
	top:0;
	left:4px;
	right:4px;
	bottom:0;
	background:rgba(0,0,0,0.7);
	color:#fff;
	line-height:110px;
}
.client_sl_new li:hover .zoom{
	display:block;
}
.client_sl_new li span{
	display:block;
	padding:5px;
	background:#ff8800;
	font-size:13px;
	font-weight:300;
	color:#262626;
}
a.client_bgNext{
  display:block;
  position:absolute;
  z-index: 9999;
  top:55%;
  right:0;
  width:40px;
  height:40px;
  font-style: normal;
  font-weight: normal;
  text-align:center;
  color:#000;
  font-size:32px;
  margin:0;
  padding:0;
  opacity:0.4;
  filter:alpha(opacity=40);
}
a.client_bgPrev{
  display:block;
  position:absolute;
  z-index: 7;
  top:55%;
  left:0;
  width:40px;
  height:40px;
  font-style: normal;
  font-weight: normal;
  text-align:center;
  color:#000;
  font-size:32px;
  margin:0;
  padding:0;
  opacity:0.4;
  filter:alpha(opacity=40);
}
a.client_bgPrev:hover,
a.client_bgNext:hover{
  cursor: pointer;
  opacity:1.0;
  filter:alpha(opacity=100);
}


/* CLIENTS LISTING */
.premium-ls{
	display:block;
	position:relative;
	margin:10px -4px;
	box-shadow:0 0 10px rgba(0,0,0,0.1);
	transition: all 0.3s ease;
	min-height: 190px;
}
.premium-ls:hover{
	box-shadow:0 0 10px rgba(0,0,0,0.5);
	transition: all 0.3s ease;
}
.premium-ls img{
	display:block;
	width:50%;
	height:auto;
}
.premium-ls .title{
	display:block;
	position:absolute;
	top:0;
	left:50%;
	right:0;
	bottom:40px;
	padding:30px 15px;
	text-align:center;
	font-size:18px;
	color:#262626;
	font-weight:300;
	background:#fafafa;
	box-shadow:inset 0 0 50px rgba(0,0,0,0.1);
}
.premium-ls .title small{
	display:block;
}
.premium-ls .meta{
	display:block;
	position:absolute;
	left:50%;
	right:0;
	bottom:0;
	padding:0;
	font-size:13px;
	height:40px;
	color:#000;
	font-weight:300;
}
.premium-ls .meta .more{
	display:inline-block;
	line-height:40px;
	background:#fff;
	color:#777;
	padding:0 10px;
	border-left:1px solid #eee;
	width:30%;
}
.premium-ls .meta .rate-box{
	display:inline-block;
	line-height:40px;
	height:40px;
	padding:5px 0 0 5px;
	width:70%;
}

.premium-focus{
	display:block;
	background:#fff;
	height:75px;
	margin-top:-10px;
	margin-bottom:30px;
	box-shadow:0 0 10px rgba(0,0,0,0.1);
	transition: all 0.3s ease;
}
.premium-focus .i1{
	display:block;
	position:relative;
	float:left;
	width:170px;
	background:#ff8800;
	color:#fff;
	font-weight:300;
	padding:26px 5px 26px 20px;
	text-align:center;
	margin-right:25px;
}
.premium-focus .i1:after{
	content:".";
	width: 0;
	height: 0;
	position:absolute;
	top:0;
	right:-24px;
	border-top: 38px solid transparent;
	border-bottom: 38px solid transparent;
	border-left: 25px solid #ff8800;
}
.premium-focus img{
	display:block;
	float:left;
	height:100%;
	width:auto;
	margin:0 15px;
}
.premium-focus .i2{
	display:block;
	float:left;
	font-size:20px;
	font-weight:300;
	padding:14px 20px;
	text-align:center;
	border-left:1px solid rgba(0,0,0,0.05);
}
.premium-focus .i2 small{
	display:block;
}
.premium-focus .btn{
	display:block;
	float:right;
	margin:18px 20px;
}

.standard-ls{
	display:block;
	position:relative;
	margin:20px 0;
	background:rgba(0,0,0,0.03);
	box-shadow:0 0 10px rgba(0,0,0,0.1);
	transition: all 0.3s ease;
}
.standard-ls:hover{
	box-shadow:0 0 10px rgba(0,0,0,0.5);
	transition: all 0.3s ease;
}
.standard-ls img{
	display:block;
	float:left;
	width:225px;
	height:150px;
}
.standard-ls .title{
	display:block;
	float:left;
	width:300px;
	padding:20px;
	font-size:20px;
	font-weight:300;
	line-height:23px;
	color:#000;
}
.standard-ls .title small{
	display:block;
	color:#555;
}
.standard-ls .rate-box{
	display:block;
	float:right;
	width:130px;
	height:150px;
	padding:30px 15px;
	margin-right:150px;
	background:#eee;
	color:#262626;
	box-shadow:inset 0 0 15px rgba(0,0,0,0.1);
}
.standard-ls .btn{
	position:absolute;
	right:20px;
	top:50%;
	margin-top:-20px;
}

.artikal-ls{
	display:block;
	position:relative;
	margin:20px 0;
	background:#fff;
	box-shadow:0 0 10px rgba(0,0,0,0.1);
	transition: all 0.3s ease;
	overflow:hidden;
	height:270px;
}
.artikal-ls img{
	position:absolute;
	width:100%;
	height:auto;
	z-index:1;
}
.artikal-ls .title{
	display:block;
	position:absolute;
	z-index:2;
	bottom:20px;
	font-size:16px;
	font-weight:300;
	color:#333;
	background:#fafafa;
	padding:10px;
	box-shadow:inset 0 0 50px rgba(0,0,0,0.1);
	width:100%;
}
.artikal-ls small{
	display:block;
	width:100%;
	position:absolute;
	z-index:2;
	bottom:0px;
	padding:4px 10px;
	background:#fff;
}


/* CLIENTS PROFILE */
.profile{
	padding:0;
}
.profile .logo{
	display:block;
	float:left;
	width:auto;
	height:150px;
	margin:1px 0;
}
.profile .long{
	display:block;
	float:left;
	width:320px;
	padding:20px 15px;
	font-size:14px;
	line-height:16px;
	min-height:102px;
}
.profile .short{
	display:block;
	float:left;
	width:200px;
	padding:20px 15px;
	font-size:14px;
	line-height:16px;
	min-height:102px;
}
.profile .long small,
.profile .short small{
	font-size:11px;
	color:#777;
}

.gall-item{
	display:inline-block;
	position:relative;
	margin:1px 5px;
	padding:0;
	width:10%;
	height:130px;
	overflow:hidden;
}
.gall-item img{
	position:absolute;
	width:100%;
	height:auto;
	top:0;
	left:0;
}
.gall-item .zoom{
	display:block;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:rgba(0,0,0,0.4);
	color:#fff;
	padding:45px 20px;
	font-size:26px;
	opacity:0.0;
	filter:alpha(opacity=0);
	transition: all 0.3s ease;
}
.gall-item:hover .zoom{
	opacity:1.0;
	filter:alpha(opacity=100);
	transition: all 0.3s ease;
}


/* QA */

.qa .qa_main{
  display: block;
  position: relative;
  padding: 20px 20px 20px 100px;
	border-bottom:1px solid rgba(0,0,0,0.3);
}
.qa .qa_item{
  display: block;
  position: relative;
  padding: 20px 20px 20px 100px;
  min-height: 150px;
}
.qa .qa_main h1{
  font-size:26px;
  line-height: 30px;
}
.qa .qa_main small,
.qa .qa_item small{
	font-size:12px;
}
.qa .qa_scores{
  display: block;
  position: absolute;
  top:20px;
  left:0;
  width:80px;
}
.qa .qa_scores .score{
  display: block;
  text-align: center;
  font-size: 32px;
  line-height: 32px;
  font-weight: 300;
  margin-top:3px;
}
.qa .qa_scores .score_up,
.qa .qa_scores .score_down{
  display: block;
  text-align: center;
  font-size: 24px;
  line-height: 24px;
	color:#000;
  opacity:0.5;
  filter:alpha(opacity=50);
}
.qa .qa_scores .score_up:hover,
.qa .qa_scores .score_down:hover{
  cursor: pointer;
  opacity:1.0;
  filter:alpha(opacity=100);
}
.qa_red{
  color:#cc0000;
}
.qa_green{
  color:#1e741e;
}

.qa_list{
  display: block;
  position:relative;
}
.qa_list .qa_num{
  text-align: center;
  font-size: 26px;
  font-weight: 300;
  padding-top:10px;
  padding-bottom:20px;
}
.qa_list .qa_num small{
  display: block;
  font-size: 12px;
  color:#999;
}
.qa_list .qa_title{
  background:#fafafa;
  padding:0 20px;
  height:84px;
}
.qa_list .qa_title small{
  display: block;
  padding-top:10px;
}
.qa_list .qa_title a{
  display: block;
  font-size: 16px;
  font-weight: 300;
  padding-bottom:11px;
  color:#333;
  text-decoration: none;
}
.qa_list .btn{
	position:absolute;
	top:5px;
	right:5px;
}
.qa_list:hover .qa_num{
  background:#fafafa;
}
.qa_list:hover .qa_title{
  background:#eee;
}


/* Dictionary */
.tabs_content {
    width:100%;
    padding:20px 0;
    min-height: 300px;
}
.dictionary{
	display:block;
  background:#fafafa;
  margin:3px;
  padding:10px;
  min-height:40px;
  color:#777;
  font-weight: 400;
  border-left:7px solid #f0f0f0;
  text-decoration: none;
	transition: all 0.3s ease;
}
.dictionary:hover{
  background:#ff8800;
  color:#fff;
  border-color:#ff8800;
	transition: all 0.3s ease;
}



/* Star rating */
.rate-ex1-cnt{
	position:relative;
	width:100px; height: 20px;
	background:url(../images/star_empty_white.png) center left;
	background-size:100px 20px;
}
.rate-ex1-cnt.rate-dark{
	background:url(../images/star_empty_black.png) center left;
	background-size:100px 20px;
}
.rate-ex1-cnt > .final{
	position:absolute;
	z-index:1;
	top:0;
	left:0;
	bottom:0;
	background:url(../images/star_full_white.png) center left;
	background-size:100px 20px;
}
.rate-ex1-cnt.rate-dark > .final{
	background:url(../images/star_full_black.png) center left;
	background-size:100px 20px;
}
.rate-ex1-cnt:hover > .final{
	background:url(../images/star_empty_white.png) center left;
	background-size:100px 20px;
}
.rate-ex1-cnt.rate-dark:hover > .final{
	background:url(../images/star_full_black.png) center left;
	background-size:100px 20px;
}
.rate-ex1-cnt .rate-btn{
	position:relative;
	z-index:2;
	width: 20px; height:20px;
	float: left;
	background: transparent;
	cursor: pointer;
}
.rate-ex1-cnt .rate-btn:hover, .rate-ex1-cnt  .rate-btn-hover, .rate-ex1-cnt  .rate-btn-active{
	background: url(../images/star_one_full_white.png) no-repeat;
	background-size:20px 20px;
}


/* SUBMIT LOADER */
#submit_loader{
	display:none;
	position:absolute;
	z-index:1000;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:url(../images/transparent-white.png);
}
#submit_loader .loading{
	display:block;
	width:300px;
	margin:10% auto 0 auto;
	padding:20px 20px 20px 50px;
	background:#fff url(../images/loading-small.gif) 15px 15px no-repeat;
	color:#666;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow: 0 0 7px #999;
	-webkit-box-shadow: 0 0 7px #999;
	-khtml-box-shadow: 0 0 7px #999;
	box-shadow: 0 0 7px #999;
	border:3px solid #ddd;
}


/* BUTTONS */
.btn{
	display:inline-block;
	line-height:36px;
	text-align:center;
	color:#fff;
	border:1px solid transparent;
	background:#262626;
	padding:0 20px;
	margin:1px;
	border-radius:2px;
	transition: all 0.4s ease;
}
.btn.btn-white-outline{
	border-color:#fff;
	color:#fff;
	background:transparent;
}
.btn.btn-orange{
	border-color:#ff8800;
	color:#fff;
	background:#ff8800;
}
.btn.btn-white-outline:hover{
	background:#fff;
	color:#262626;
	transition: all 0.4s ease;
}
.btn.btn-black-outline{
	border-color:#262626;
	color:#262626;
	background:transparent;
}
.btn.btn-black-outline:hover{
	background:#262626;
	color:#fff;
	transition: all 0.4s ease;
}
.btn.disabled{
	display:none;
}
.btn.active{
	background:#fff;
	color:#333;
	border:1px solid #333;
}
.btn.btn-pg{
	padding:0 14px;
}
.btn.btn-pg:hover{
	color:#fff;
	background:#ff8800;
}
.btn-dict{
	padding:0;
	width:34px;
}
.btn-dark:hover,
.btn-dark:active,
.btn-dark:focus{
	background:#ff8800;
}

.standard-ls .btn:hover{
	background:#ff8800;
}
.btn-box-element{
	font-size:12px;
}
.btn.btn-sm{
	line-height:32px;
	font-size:13px;
	padding:0 15px;
}
.btn.btn-alt{
	line-height: 16px;
	padding:10px;
	text-align: center;
	width:calc(100% - 2px);
}


/* SHARE BUTTONS */
.share{
	display:block;
	text-align:center;
	margin:20px 0;
	padding:20px;
	border-top:1px solid rgba(0,0,0,0.1);
	border-bottom:1px solid rgba(0,0,0,0.1);
}
.btn-share{
	display:inline-block;
	line-height:38px;
	width:40px;
	text-align:center;
	border:1px solid rgba(0,0,0,0.3);
	background:transparent;
	border-radius:2px;
	transition: all 0.4s ease;
	color:#000;
}
.btn-share:hover{
	background:#ff8800;
	color:#fff;
	border:1px solid #ff8800;
	transition: all 0.4s ease;
}
.post-title .btn-share{
	border:1px solid rgba(255,255,255,0.3);
	color:#fff;
}
.post-title .btn-share:hover{
	background:#fff;
	color:#ff8800;
}
.post-title .share{
	margin:0;
	padding:0;
	border:none;
	margin-top:20px;
}


/* ADS */
.ads{
	display:block;
	background:#fafafa;
	padding:5px 0;
}
.ads img,
.ads object{
	display:block;
	margin:0 auto;
}


/* footer */
footer{
	display:block;
	position:relative;
	z-index:1;
	background:#121212;
	padding:30px 0 0 0;
	color:#aaa;
	font-size:13px;
}
footer h3{
	font-size:16px;
	font-weight:300;
	margin:0 auto 30px auto;
	padding:0 0 10px 0;
	max-width:500px;
	text-transform:uppercase;
	border-bottom:1px solid rgba(255,255,255,0.2);
	text-align:center;
	color:#ccc;
}
footer h3 a{
	color:#ccc;
}
footer h3:after{
	content:"";
	display:block;
	position:relative;
	left:50%;
	margin:10px 0 -13px -25px;
	width:50px;
	height:3px;
	background:#ff8800;
}
footer ul{
	display:block;
	list-style:none;
}
footer ul li{
	display:block;
	line-height:30px;
	border-bottom:1px solid rgba(255,255,255,0.1);
}
footer ul li:hover{
	border-bottom:1px solid rgba(255,255,255,0.7);
}
footer ul li:last-child{
	border-bottom:none;
}
footer ul li a{
	display:block;
	font-size:14px;
	color:#ff8800;
	padding:0 10px;
}
footer ul li a:hover{
	color:#fff;
}
footer .logo img{
	transform: scale(1.2);
	margin-left:20px;
}
footer .copy{
	display:block;
	padding:20px 0;
	background:#333;
	font-size:11px;
}
footer .copy a{
	color:#eee;
	font-weight:700;
}
footer .copy .powered{
	padding-top:10px;
	opacity:0.3;
	filter:invert(100%);
	-webkit-filter:invert(100%);
	-moz-filter:invert(100%);
	transition:all 0.3s ease;
}
footer .copy .powered:hover{
	opacity:1;
	filter:alpha(opacity=100);
	transition:all 0.3s ease;
}


.toTop{
	display:none;
	position:fixed;
	z-index:9999;
	bottom:40px;
	right:10px;
	width:50px;
	text-align:center;
	background:#ff8800;
	color:#fff;
	font-size:28px;
	padding:4px 0 6px 0;
}



.checkbox{
  margin-top:10px;
}
.radio label,
.checkbox label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 15px;
  font-size: 13px;
}
.radio input[type=radio],
.checkbox input[type=checkbox] {
  display: none;
}
label:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 5px;
  position: absolute;
  left: 0;
  bottom: 1px;
  background:transparent;
}

.radio label:before {
  -webkit-border-radius:8px;
     -moz-border-radius:8px;
      border-radius:8px;
}
.checkbox label {
  margin-bottom: 10px;
}
.checkbox label:before {
}

.radio input[type=radio] + label:before {
  background:#fff url(../images/ch.png) no-repeat;
  background-position: -120px 0;
}

.checkbox input[type=checkbox] + label:before {
  background:#fff url(../images/ch.png) no-repeat;
  background-position: 0 0;
}
.radio input[type=radio]:disabled + label:before {
  background:#fff url(../images/ch.png) no-repeat;
  background-position: -192px 0;
}
.checkbox input[type=checkbox]:disabled + label:before {
  background:#fff url(../images/ch.png) no-repeat;
  background-position: -72px 0;
}
.radio input[type=radio]:checked + label:before {
  background:#fff url(../images/ch.png) no-repeat;
  background-position: -168px 0;
}
.checkbox input[type=checkbox]:checked + label:before {
  background:#fff url(../images/ch.png) no-repeat;
  background-position: -48px 0;
}


.alert{
	display:block;
	margin:10px 0;
	padding:15px 20px;
	border-bottom:1px solid rgba(0,0,0,0.3);
	color:#fff;
	font-size:14px;
	font-weight:300;
}
.alert.alert-success{
	background:#4e9a06;
}
.alert.alert-error{
	background:#cc0000;
}
.alert.alert-warning{
	background:#f57900;
}
.alert.alert-info{
	background:#d3d7cf;
	color:#555753;
}

.fb-icon{
	display:none;
	position:fixed;
	z-index:9999;
	right:10px;
	bottom:100px;
	background:#3B5998;
	color:#fff;
	line-height:50px;
	width:50px;
	text-align:center;
	font-size:24px;
	transition: all 0.5s ease;
}
.fb-icon:hover{
	background:#fff;
	color:#3B5998;
}


@media (max-width: 1170px){


.wrap.boxed{
	width:100%;
	box-shadow: none;
}

}

@media (max-width: 992px){

  .hidden-992{
    display:none !important;
  }

  .navicon{
    display:block;
  }

  .topbar .logo{
    position:absolute;
		top:5px;
		left:auto;
		right:20px;
  }

  section{
	  padding:30px 20px;
  }

  .profile .logo{
    height:125px;
  }
  .profile .long{
    width:50%;
    padding:20px 15px;
	  min-height:auto;
  }
  .profile .short{
    width:20%;
    padding:20px 15px;
	  min-height:auto;
  }
  header.home .title{
    top:auto;
    left:auto;
    bottom:80px;
    width:100%;
    height:auto;
    font-size:20px;
    margin:0;
  }

  .sidebar{
    border-left:none;
    padding:10px 0 10px 0;
  }


  .premium-ls img{
    width:35%;
    padding-bottom:40px;
  }
  .premium-ls .title{
    left:35%;
    padding:30px 10px;
    font-size:16px;
  }
  .premium-ls .meta .more{
    width:50%;
  }

	.premium-ls .title small{
		display:none !important;
	}


	.standard-ls .rate-box{
		margin-right:0;
	}
	.standard-ls .btn{
		display:none !important;
	}

	.calc{
  	height:200px;
	}

	.calcItem{
		width:24%;
		height:200px;
	}


	.premium-focus .i1{
		width:150px;
		padding:26px 0 26px 15px;
		margin-right:15px;
	}
	.premium-focus .i2{
		font-size:18px;
		padding:14px 10px;
	}

}

@media (max-width: 768px){

  .hidden-768,
	.premium-focus .btn,
	.premium-focus .i1:after{
    display:none !important;
  }

  header{
    background-size: auto 100%;
  }

  h1.title{
    font-size:18px;
    max-width:90%;
  }

  section.post-title h2{
    font-size:24px;
  }

  .news-list{
    height:auto;
    margin:20px 0;
  }
  .news-list img{
    width:100%;
    height:auto;
    margin-right:0;
  }
  .news-list .title:after{
    margin:5px 0 0 0;
  }

	.s1{
		padding:10px 0;
		text-align:center !important;
	}

  .premium-ls .title{
    padding:10px 5px;
    font-size:16px;
  }

	.premium-ls .title small{
		display:block !important;
	}


	.standard-ls img{
		width:30%;
		height:auto;
	}
	.standard-ls .title{
		width:70%;
		padding:20px 20px 0 20px;
		font-size:20px;
	}
	.standard-ls .rate-box{
		width:70%;
		height:auto;
		padding:15px 20px 0 20px;
		background:transparent;
		box-shadow:none;
		text-align:right;
	}
	.standard-ls .rate-box > .meta{
		width:33%;
		float:right;
	}
	.standard-ls .rate-box > .rate-ex1-cnt{
		float:left;
	}

	.calcItem{
		width:32%;
		height:200px;
	}

	.premium-focus{
		height:auto;
	}
	.premium-focus img{
		height:auto;
		width:30%;
		margin:0;
	}
	.premium-focus .i1{
		width:100%;
		padding:10px 0;
		margin-right:0;
	}
	.premium-focus .i2{
		width:70%;
		font-size:18px;
		padding:14px 10px;
	}

	.toTop{
		right:0;
		width:40px;
		font-size:24px;
	}
	.fb-icon{
		right:0;
		line-height:40px;
		width:40px;
	}

}

@media (max-width: 480px){



  .profile .logo{
    width:100%;
    height:auto;
  }
  .profile .long{
    width:100%;
    padding:10px 15px 10px 15px;
	  min-height:auto;
  }
  .profile .short{
    width:100%;
    padding:10px 15px;
	  min-height:auto;
  }

  section.post-title h2{
    font-size:20px;
  }

  .news-sidebar.second img{
    margin-right:10px;
    width:45%;
    height:auto;
  }
  .news-sidebar.second .title{
    font-size:14px;
    line-height:16px;
    margin:5px 0 5px 0;
  }

	.premium-ls img{
		width:100%;
	}
  .premium-ls .title{
    left:100%;
    padding:10px 5px;
    font-size:16px;
		position:relative;
		top:auto;
		left:auto;
		right:auto;
  }
  .premium-ls .meta .more{
    width:100%;
  }


	.standard-ls img{
		width:100%;
	}
	.standard-ls .rate-box{
		width:100%;
	}
	.standard-ls .title{
		width:100%;
		padding:10px;
		font-size:18px;
	}

	.profile .btn{
		width:100%;
	}

	.calcItem{
		width:49%;
		height:200px;
	}

	.premium-focus img{
		height:auto;
		width:1000%;
		margin:0;
	}
	.premium-focus .i2{
		width:100%;
		font-size:18px;
		padding:14px 10px;
	}

}


.calc-alt{
	display: block;
	position: relative;
	height:200px;
	box-shadow:0 0 10px rgba(0,0,0,.15);
	-moz-box-shadow:0 0 10px rgba(0,0,0,.15);
	-webkit-box-shadow:0 0 10px rgba(0,0,0,.15);
	-ms-box-shadow:0 0 10px rgba(0,0,0,.15);
	margin:13.125px 0;
}
.calc-alt div{
	position: absolute;
	bottom:60px;
	right:20px;
	left:55%;
	color:#000;
	font-size:14px;
}
.calc-alt span{
	position: absolute;
	display: block;
	bottom:20px;
	right:20px;
	color:#000;
	font-size:12px;
	padding:4px 10px;
	background:#ff8800;
}
.calc-alt.calc-rofix{
	background:#fff url('../images/calc-rofix.png') top left no-repeat;
	background-size: 100% auto;
}
.calc-alt.calc-bramac{
	background:#fff url('../images/calc-bramac.png') top left no-repeat;
	background-size: 100% auto;
}
.calc-alt.calc-velux{
	background:#fff url('../images/calc-velux.png') top left no-repeat;
	background-size: 100% auto;
}
.calc-alt.calc-vaillant{
	background:#fff url('../images/calc-vaillant.png') top left no-repeat;
	background-size: 100% auto;
}
.calc-alt.calc-helios{
	background:#fff url('../images/calc-helios.png') top left no-repeat;
	background-size: 100% auto;
}


section.landing-one{
	display: block;
	width:100%;
	height: 100%;
	background: url('../images/landing-dsc-ng.jpg') center no-repeat;
	background-size: cover;
	vertical-align: middle;
}
section.landing-one a{
	color:#000;
}
section.landing-one #register{
	display: block;
	padding:25px;
	background: rgba(255,255,255,0.5);
	border-right: 10px solid #ff8800;
	box-shadow:0 0 10px rgba(0,0,0,.15);
	-moz-box-shadow:0 0 10px rgba(0,0,0,.15);
	-webkit-box-shadow:0 0 10px rgba(0,0,0,.15);
	-ms-box-shadow:0 0 10px rgba(0,0,0,.15);
}
section.landing-one h1{
	font-weight: 700;
	font-size: 36px;
	margin: 0;
	padding: 0;
}
section.landing-one img{
	height:50px;
	width: auto;
	margin-right:20px;
	margin-bottom: 30px;
}


/**** END ***/
