html, body{
	font-family: 'Roboto', sans-serif;
}
.bg-sky{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-height: 500px;
	background: url("../images/bg-sky.jpg") center bottom repeat-x;
	background-size: auto 100%;
}
.bg-office{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-height: 450px;
	background: url("../images/bg-office.jpg") center bottom no-repeat;
	background-size: cover;
}
.content-wrap{
	position: relative;
	width: 100%;
	height: auto;
	z-index: 10;
}
.content-wrap > .container{
	position: relative;
}


@media (min-width: 1100px) {
  .container {
    width: 1054px;
  }
}

h1, h2, h3, h4, h5, h6{
	font-family: 'Roboto Black';
	margin-left: calc(15px / 2);
}

.separate-line{
	width: 100%;
	height: 37px;
	background: url('../images/energy-line.png') center repeat-x;
}
.container .container{
	max-width: 100%;
}

.chips .chip{
	display: inline-block;
	font-size: 13px;
	line-height: 120%;
	color: #333333;
	margin-right: 10px;
	font-family: 'Roboto';
	cursor: pointer;
	white-space: nowrap;
}
.chips .chip i{
	font-style: normal;
	margin-right: 5px;
}
.chips .clear-all{
	font-size: 12px;
	color: #999999;
	border-bottom: 1px dashed #999999;
	cursor: pointer;
	white-space: nowrap;
}


.clear-fix{
	width: 100%;
	clear: both;
}
/* Header */

#top-navbar{
    box-shadow: 0 15px 25px -10px #222;
    border-color: #48474a;
}
#top-navbar > .container{
	position: relative;
}
.nav-logo {
	display: inline-block;
    width: 319px;
    height: 68px;
    margin: 20px 20px 3px;
    background: url(../images/zero-day-logo.png) center no-repeat;
    background-size: 100%;
}

.navbar {
	min-height: 50px;
	margin-top: 15px;
	/*margin-bottom: 40px;*/
	width: calc(100% - 30px);
	position: absolute;
	left: 15px;
	z-index: 100;
}
.navbar .navbar-collapse{
	padding: 0;
}
.navbar-nav {
    margin: 42px 20px 0;
}
.nav > li > a {
  padding: 10px 25px;
}
.nav > li > a:hover, .nav > li > a:focus{
	background: transparent none;
}
.navbar {
  background-color: #282829;
  border-color: #282829;
}
.navbar .navbar-nav > li > a{
	color: #ffffff;
	font-size: 18px;
	margin: 0 10px;
	padding: 10px 5px;
}
.navbar .navbar-nav > .active > a, 
.navbar .navbar-nav > .active > a:hover, 
.navbar .navbar-nav > .active > a:focus {
    color: #808080;
    background-color: transparent;
    border-bottom: 1px solid #b3b3b3;
}
.navbar .navbar-nav > li > a:hover, 
.navbar .navbar-nav > li > a:focus {
    color: #808080;
}
.ssh-logo{
	position: absolute;
	right: 20px;
	top: 50px;
}
.navbar-toggle {
	background-color: #b3b3b3;
	float: left;
    margin-left: 15px;
    margin-right: auto;
    margin-top: 30px;
}
.navbar-toggle .icon-bar{
	background-color: #000000;
}
/*stick navbar*/
#top-navbar.navbar.stick{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0;
	z-index: 500;
	box-shadow: 0 5px 25px #222;
}
.navbar.stick .container{
	position: relative;
}
.navbar.stick .nav-logo{
	width: 170px;
	height: 30px;
	margin: 15px 20px 10px;
	background-image: url('../images/0-day-logo.png');
}
.navbar.stick .navbar-toggle{
	margin-top: 20px;
}
.navbar.stick .container > .navbar-collapse{
	margin: 0 200px;
	text-align: center;
}
.navbar.stick .navbar-nav{
	margin: 15px auto 0;
    display: inline-block;
    float: none;
}
.navbar.stick .navbar-nav > li > a{
	padding-bottom: 5px;
}
.navbar.stick .ssh-logo{
	top: 20px;
	right: 35px;
}

@media (max-width: 991px) {
   .navbar {
    padding-bottom: 15px;
   }
    .ssh-logo{
        display: none;
    }
    .nav-logo{
        width: 170px;
/*    	height: 30px;*/
    	margin: 20px 20px 0px;
/*    	background-image: url('../images/0-day-logo.png');*/
    }
    .navbar .navbar-collapse{
        float: left;
    }
    .navbar-nav {
        margin: 20px auto 0;
        width: 100%;
        text-align: center;
    }
    .navbar-nav li{
        float: none;
        display: inline-block;
    }
    .navbar.stick .container > .navbar-collapse{
        margin: 0;
    }
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 0px;
  }
}
@media (max-width: 767px) {
  .navbar-nav {
    margin: 42px 20px;
  }
  .nav-logo{
    width: 210px;
    height: 50px;
    margin: 20px 30px -5px;
	background-image: url('../images/zero-day-logo.png');
  }
  .ssh-logo{
    display: block;
    top: 30px;
  }
  .navbar .navbar-collapse{
    float: none;
    margin-top: 15px;
  }
  .navbar-nav{
    margin: 15px 0 0;
  }
}
@media (max-width: 450px){
.page_content {
	padding-top: 40px;
}
  .navbar-nav {
    margin: 42px 20px;
  }
  .nav-logo, .navbar.stick .nav-logo{
    width: 210px;
    height: 50px;
    margin: 20px 30px -5px;
	background-image: url('../images/zero-day-logo.png');
    max-width: calc(100% - 120px);
  }
  .navbar.stick .nav-logo{
    margin: 13px 30px -10px;
  }
  .ssh-logo{
    display: none;
  }
  .navbar .navbar-collapse{
    float: none;
    margin-top: 15px;
  }
  .navbar-nav{
    margin: 15px 0 0;
  }
  .navbar-nav li {
    display: block;
  }
}
@media (max-width: 530px){
    .page_content {
        padding-top: 30px;
    }
  .navbar-nav {
    margin: 42px 20px;
  }
  .nav-logo, .navbar.stick .nav-logo{
    width: 210px;
    height: 50px;
    margin: 20px 30px -5px;
	background-image: url('../images/zero-day-logo.png');
    max-width: calc(100% - 120px);
  }
  .navbar.stick .nav-logo{
    margin: 13px 30px -10px;
  }
  .ssh-logo{
    display: none;
  }
  .navbar .navbar-collapse{
    float: none;
    margin-top: 15px;
  }
  .navbar-nav{
    margin: 15px 0 0;
  }
  .navbar-nav li {
    display: block;
  }
}

/* END Header */

/* Page content */
.page_content{
	margin-top: 100px;
/*	margin-top: 145px;*/
}
.page_title{
	text-align: center;
	margin-bottom: 20px;
}
.page_title h1{
	margin-bottom: 25px;
    font-size: 30px;
    text-align: center;
    font-family: 'Roboto';
}
#research-page, #subscribe{
/*	margin-top: 215px;*/
	margin-top: 125px;
}
#database-page {
/*	margin-top: 215px;*/
	margin-top: 185px;
}


/* vulnerabilities view-switch */
.vulnerabilities-panel{
	margin-bottom: 5px;
}
.vulnerabilities-panel .section-title{
	font-size: 30px;
	text-align: center;
	padding: 0 150px;
	margin: 0;
    font-family: 'Roboto black';
}
.view-swith{
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
}
.view-swith li{
	display: inline-block;
	margin-right: 5px;
}
.view-swith li a{
	display: block;
	width: 22px;
	height: 15px;
	margin: 10px;
	background-image: url('../images/icons.png');
	background-repeat: no-repeat;
}
.view-swith .view-s{
	background-position: -54px -47px;
}
.view-swith .view-s.active, .view-swith .view-s:hover{
    background-position: -54px -67px;
}
.view-swith .view-m{
	background-position: -27px -47px;
}
.view-swith .view-m.active, .view-swith .view-m:hover{
    background-position: -27px -67px;
}
.view-swith .view-l{
	background-position: 0 -47px;
}
.view-swith .view-l.active, .view-swith .view-l:hover{
    background-position: 0 -67px;
}

/* Vulnerabilities issues */
#vulnerabilities{
	margin-top: 40px;
}
.issue-status{
	margin: 5px 0 8px;
}
.issue-status > div{
	display: inline-block;
	min-width: 120px;
}
.issue-status time{
	font-size: 12px;
	color: #000000;
}
.issue-status .discavered span,
.issue-status .patched span{
	color: #8cbb42;
}
.issue-status .not-patched{
	color: #f40207;
}
.issue-status .discavered:before,
.issue-status .patched:before,
.issue-status .not-patched:before {
	content: "";
	width: 15px;
	height: 16px;
	display: inline-block;
	margin-right: 5px;
	background: url(../images/icons.png) 0 0 no-repeat; 
}
.issue-status .patched:before{
	background-position: -20px 0;
}
.issue-status .not-patched:before{
	background-position: -40px 0;
}

.issue{
/*	margin: 15px 0;*/
	margin: 5px 0;
	transition: all 0.3s ease;
}
.unactive .issue-title{ color: #d2d2d2 !important; }
.issue .issue-title{
	color: #f40207;
	line-height: 100%;
	margin: 0 0 5px;
	font-size: 17px;
}
.unactive .issue-title a{ color: #d2d2d2 !important; }
.issue .issue-title a{
	color: #f40207;
	transition: all 0.2s ease;
	border-bottom: 1px solid transparent;
}
.unactive .issue-title:hover a{ border-bottom: 1px solid #d2d2d2 !important; }
.issue .issue-title:hover a{
	text-decoration: none;
	border-bottom: 1px solid #f40207;
}
.issue .issue-title .issue-code{
	color: #000000;
	padding: 2px;
	text-transform: uppercase;
	font-size: 12px;
	transition: all 0.1s ease;
}
.unactive .issue-title:hover .issue-code{ background-color: #d2d2d2 !important; }
.issue .issue-title:hover .issue-code{
	background-color: #f40207;
	color: #ffffff;
}
.issue .spec{
	transition: all 0.3s ease;
}
.issue .spec p{
	font-size: 12px;
	line-height: 140%;
	color: #af5b00;
	margin-bottom: 10px;
}
.issue .description{
	transition: all 0.3s ease;
}
.issue .description p{
	font-size: 12px;
    line-height: 135%;
}
.issue .description p a.more{
	white-space: nowrap;
	color: #42a4ff;
}
.issue .issue-note{
	width: 50%;
	float: right;
	height: 20px;
	position: relative;
}
.issue-note .note{
	position: absolute;
	left: 0px;
	top: 0px;
}
.note{
	width: auto;
	position: relative;
	background-color: #fbf8e4;
}
.note i{
	width: 25px;
	height: 25px;
	border-radius: 50%;
	border: 1px solid #ffffff;
	background-color: #ece4ae;
	color: #ffffff;
	font-size: 14px;
	line-height: 20px;
	position: absolute;
	top: 5px;
	left: 7px;
	text-align: center;
	font-style: normal;
}
.note .note-text{
	margin: 10px 20px 10px 40px;
}
.note .note-text p{
	color: #8c8363;
	font-size: 14px;
	line-height: 18px;
}

.issues-l{

}

.issues-l .for-m, .issues-l .for-s, .issues-l .not-l{
	max-height: 0;
	overflow: hidden;
	transition: all 0.2s ease;
}

#issuew_wrap .full-report span.for-m,
#issuew_wrap .full-report .issues-l span.for-s,
.issues-l span.for-m, .issues-l span.for-s{
	display: none;
}
#issuew_wrap .full-report .issue,
.issues-l .issue{
	width: 100%;
}
#issuew_wrap .full-report .issue-title,
.issues-l .issue-title{
	font-size: 30px;
	font-family: 'Roboto Light';
	overflow: hidden;
	margin-bottom: 17px: 
}
#issuew_wrap .full-report .issue-title a,
.issues-l .issue-title a{
	float: left;
}
.issues-l .issue-title span{
	line-height: 100%;
	float: left;
	clear: left;
}
.issues-l .issue-title .issue-code{
	font-size: 12px;
}
.issues-l .description{
	margin: 17px 0;
}
.issues-l .description .desc-title{
	font-size: 16px;
}
.issues-l .description p{
	font-size: 14px;
}
.issues-l .issue-status > div{
	min-width: 190px;
}
.issues-l .issue-status span{
	text-transform: capitalize;
	margin-right: 5px;
	font-size: 12px;
}
.issues-l .issue-status time{
	font-size: 14px;
}
.issues-l .issue-status .discavered:before,
.issues-l .issue-status .patched:before,
.issues-l .issue-status .not-patched:before {
	content: "";
	width: 20px;
	height: 22px;
	display: inline-block;
	margin-right: 5px;
	background: url(../images/icons.png) 0 -20px no-repeat; 
}
.issues-l .issue-status .patched:before{
	background-position: -25px -20px;
}
.issues-l .issue-status .not-patched:before{
	background-position: -50px -20px;
}
.issues-l .issue .spec{
	max-width: 50%
}
.issues-l .spec p{
	font-size: 12px;
	line-height: 140%;
	margin-bottom: 10px;
}
.issues-l .spec .spec-title{
	font-size: 14px;
	font-family: 'Roboto Black';
	margin-bottom: 10px;
	color: #000000;
}
.issues-l .issue-links{
	max-width: 50%
}
.issues-l .issue .issue-links > a{
	font-size: 12px;
	line-height: 140%;
	margin-bottom: 10px;
	color: #42a4ff;
	display: block;
}
.issues-l .issue-links-title{
	font-size: 14px;
	font-family: 'Roboto Black';
	margin-bottom: 10px;
	color: #000000;
}
.issues-l .issue .full-report,
.issues-m .issue .full-report,
.issues-s .issue .full-report
{
	margin-right: 10px 0;
}


.issues-l .issue .full-report a,
.issues-m .issue .full-report a,
.issues-s .issue .full-report a
{
	display: inline-block;
	padding: 0 15px;
	color: #f40207;
	height: 28px;
	line-height: 26px;
	font-size: 12px;
	border: 2px solid #f40207;
	border-left-color: transparent;
	border-bottom-color: transparent;
	border-right-color: transparent;
	transition: all 0.2s ease;
}
.issues-l .unactive .full-report a,
.issues-m .unactive .full-report a,
.issues-s .unactive .full-report a{
	color: #d2d2d2 !important;
	border-top: 2px solid #d2d2d2;
}
.issues-l .issue .full-report a:hover,
.issues-m .issue .full-report a:hover,
.issues-s .issue .full-report a:hover
{
	color: #ffffff;
	background-color: #f40207;
	border-color: #f40207;
	text-decoration: none;
}
.issues-l .unactive .full-report a:hover,
.issues-m .unactive .full-report a:hover,
.issues-s .unactive .full-report a:hover
{
	color: #000 !important;
	background-color: #d2d2d2;
	border-color: #d2d2d2;
	text-decoration: none;
}
.issues-m{

}
.issues-m .issue{
/*	min-height: 190px;*/
}
.issues-m .for-l, .issues-m .for-s, .issues-m .not-m{
	max-height: 0;
	overflow: hidden;
	transition: all 0.2s ease;
}
.issues-m span.for-l, .issues-m span.for-s{
	display: none;
}
.issues-m .issue-title{
	font-size: 17px;
}
.issues-m .issue-title .issue-code{
	font-size: 12px;
}
.issues-m .spec p{
	font-size: 12px;
	line-height: 140%;
	margin-bottom: 10px;
}
.issues-m .description p{
	font-size: 12px;
    line-height: 135%;
}
.issues-s{

}
.issues-s .issue{
	min-height: 80px;
}
.issues-s .for-m, .issues-s .for-l, .issues-s .not-s{
	max-height: 0;
	overflow: hidden;
	transition: all 0.2s ease;
}
.issues-s span.for-l, .issues-s span.for-m{
	display: none;
}
.issues-s .issue-title{
	font-size: 17px;
}
.issues-s .issue-title .issue-code{
	font-size: 12px;
}

/* END Vulnerabilities issues */


/* Charts */
.chart-box{
	margin: 35px 0;
}
.chart-wrap{
	position: relative;
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
}
.chart-wrap > div{
	margin: 0 auto;
	max-width: 100%;
}
/* END Charts */

/* Services */
.services{
	min-height: 140px;
	background-color: #84d5ec;
}
.services .service-block{
	display: inline-block;
	position: relative;
	vertical-align: middle;
/*	width: 50%;*/
	min-height: 140px;
}
.service-block .service-logo{
	width: 190px;
	height: 100%;	
	min-height: 140px;
	position: absolute;
	left: 0;
	top: 0;
}
.service-block .service-logo img{
	height: auto;
    width: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.service-block .service-content{
	margin-left: 190px;
	margin-right: 20px;

}
.service-block .service-content .service-title,
.service-block .service-content .service-title a{
    color: #35495d;
    font-family: 'Roboto Black';
    font-size: 24px;
    letter-spacing: -0.1px;
    word-spacing: -1px;
    margin: 25px 0 15px;
}
.service-block .service-content p{
	color: #33616d;
	font-size: 12px;
	line-height: 16px;
}
.services .vss-service .service-logo{
	background: url('../images/vss_bg.png') left center no-repeat;
	background-size: 90% 100%;
}
.services .vss-service .service-logo img{
	left: 45%;
}
@media (max-width: 768px) {
  .services .service-block {
    width: 100%;
  }
  #research-page{
	margin-top: 200px;
  }
  #subscribe {margin-top: 200px;}
}

@media (max-width: 530px) {
  .services .service-block {}
  .services .vss-service {
    border-bottom: 10px solid #8bbd38;
  }
  .service-block .service-logo{
    width: 100%;
    height: 140px;
  }
  .service-block .service-content{
    margin-left: 15px;
    margin-top: 150px;
  }
}

/* END Services */

/* filter-form */
select {

  /* styling */
  background-color: white;
  border: none;
  border-radius: 0;
  display: inline-block;
  font: inherit;
  line-height: 24px;
  padding: 0 30px 0 5px;

  /* reset */

  margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;

  background-image: 
    linear-gradient(45deg, transparent 50%, #333333 50%), 
    linear-gradient(135deg, #333333 50%, transparent 50%), 
    linear-gradient(to right, #ccc, #ccc);
  background-position: 
    calc(100% - 12px) 10px, 
    calc(100% - 9px) 10px, 
    calc(100% - 23px) 3px;
  background-size: 
    4px 6px, 
    4px 7px, 
    1px 18px;
  background-repeat: no-repeat;
}

select:focus {
  background-image:
    linear-gradient(45deg, #333333 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, #333333 50%),
    linear-gradient(to right, #ccc, #ccc);    
  background-position: 
    calc(100% - 8px) 9px, 
    calc(100% - 11px) 9px, 
    calc(100% - 23px) 3px;
  background-size: 
    4px 7px, 
    4px 7px, 
    1px 18px;
  background-repeat: no-repeat;
  outline: 0;
}


select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.filter-form .filter-header{
	width: 100%;
	background-color: #4d4d53;
	padding-top: 15px;
	padding-bottom: 15px;
}
.filter-form input[type='text'], .filter-form select{
	min-height: 24px;
	background-color: #b3b3b3;
}
.filter-form input[type='text']{
	border: none transparent;
	padding: 0 5px;
}
.filter-form .pseudo-select{
	display: inline-block;
	vertical-align: top;
	padding: 0 5px;
	background-color: #b3b3b3;
	line-height: 24px;
	height: 24px;
	overflow: hidden;
	cursor: pointer;
}
.filter-form label, .filter-form span{
	line-height: 24px;
	font-family: 'Roboto Black';
}
.filter-header .period-block label{
	width: 50px;
	color: #d2d2d2;
}
.filter-header .period-block span{
	width: 20px;
	display: inline-block;
	text-align: center;
}
.filter-header .period-block select{
	width: calc(50% - 40px);

}

.filter-header .vendor-block{
    width: calc(50% + 35px);
    float: left;
}
.filter-header .app-block1{
    width: calc(50% - 42px);
    padding: 0 5px;
    float: left;
}
.filter-header .app-block1 .quick-search{
    width: 99%;
}

.filter-header .vendor-block label{
	width: 55px;
}
.filter-header .vendor-block, .filter-header .app-block{
	position: relative;
}
.filter-header .vendor-block input, .filter-header .app-block input{
	cursor: pointer;
}
.filter-header .vendor-block:after, 
.filter-header .app-block:after {
	content: "";
    display: block;
    width: 0px;
    height: 0px;
    border-top: 5px solid #333;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 5px solid transparent;
    position: absolute;
    top: 50%;
    right: 23px;
    margin: -4px 0 0;
    cursor: pointer;
}
.filter-header .vendor-block:before, 
.filter-header .app-block:before {
	content: "";
    display: block;
    width: 1px;
    height: 18px;
    background-color: #ccc;
    position: absolute;
    top: 4px;
    right: 38px;
}
.filter-header .vendor-block .pseudo-select{
/*	width: calc(100% - 55px);*/
	width: 100%;
}

.filter-header .app-block label{
	width: 35px;
}
.filter-header .app-block .pseudo-select{
	width: calc(100% - 35px);
}

@media (max-width: 991px) {
	.filter-header .period-block{
		padding-right: 30px;
		padding-left: 30px;
	}
  	.filter-header .period-block label, .filter-header .vendor-block label, .filter-header .app-block label{
		width: 60px;
	}
	.filter-header .period-block span{
		width: 20px;
		text-align: center;
	}
	.filter-header .period-block select{
		width: calc(50% - 40px);
	}
	.filter-header .vendor-block .pseudo-select, .filter-header .app-block .pseudo-select{
		width: calc(100% - 60px);
	}
    .filter-form{
        margin-bottom: -15px;
    }
}
@media (max-width: 530px){
    .filter-header .vendor-block{
        width: 100%;
    }
    .filter-header .app-block1{
        width: 100%;
        margin-top: 10px;
        padding: 0 15px;
    }
    .filter-header .app-block1 .quick-search{
        width: 100%;
    }
}

.filter-form .filter-body{
	width: 100%;
	max-height: 0px;
	overflow: hidden;
	background-color: #d9d9d9;
	transition: all 0.4s ease;
/*
	padding-top: 15px;
	padding-bottom: 15px;*/
}

.filter-body.open{
	max-height: 2000px;
	padding-top: 15px;
	padding-bottom: 15px;
	transition: all 0.8s ease;
}
.filter-form .filter-body .quick-search{
	border: 1px solid #b2b2b2;
	height: 30px;
	float: right;
	margin-left: 30px;
	margin-right: 15px;
	width: 215px;
	background-color: #d9d9d9;
	font-size: 13px;
	padding: 0 2px;
}
.filter-form hr{
    border: none; 
    color: #ffffff; 
    background-color: #ffffff; 
    height: 2px; 
    margin: 10px 0;
}
.filter-form .filter-body .filter-items{
	margin: 10px 0;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 210px;
}
.filter-form .filter-item{
	width: 25%;
	float: left;
}
.filter-form .filter-item label{
	padding-right: 10px;
	font-family: 'Roboto';
	line-height: 120%;
	font-weight: normal;
    padding-left: 20px;
}
.filter-form .filter-item label input[type="checkbox"]{
    margin-left: -16px;
}

@media (max-width: 767px) {
	.filter-form .filter-item{
		width: 50%;
		float: left;
	}
}

.filter-submit{
	margin: 20px auto 0;
	padding: 0 10px;
	height: 37px;
	display: block;
	color: #ffffff;
	text-transform: uppercase;
	border-top: 1px solid #ffffff;
	border-right: none;
	border-bottom: none;
	border-left: none;
	background-color: #d9d9d9;
}
.filter-submit.show-active,
.filter-submit:hover{
	background-color: #ffffff;
	color: #f40207;
}
.filter-submit:hover{
    box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Параметры тени */
}
/* END filter-form */

/* subscription */
.subscription-wrap{
	width: 90%;
    max-width: 580px;
    margin: 50px auto;
}
.subscription-wrap .subscription-img{
	text-align: center;
	margin: 50px 0; 
}
.subscribe-form .subscribe-email-line{
	width: 100%;
	border: 2px solid #e5e5e5;
	border-radius: 6px;
	background-color: #ffffff;
	box-shadow: inset 0px 3px 6px #dddddd;
	position: relative;
	padding: 6px 0; 
}
.subscribe-form .subscribe-email-line input{
	border: none;
	width: 100%;
	padding-right: 120px;
	padding-left: 10px;
	height: 36px;
}
.subscribe-form .subscribe-email-line input:focus{
	outline: none;
}
.subscribe-form .subscribe-email-line button{
	width: 100px;
	height: 36px;
	position: absolute;
	right: 6px;
	top: 50%;
	margin-top: -18px;
	background-color: #ccd8e3;
	color: #ffffff;
	border-radius: 6px;
	border: 0px solid transparent;
}
.subscribe-form .subscribe-email-line button:hover{
	color: #444444;
}
.subscribe-form .subscription-options{
	margin: 40px auto;
	max-width: 500px;
}
.subscribe-form .subscription-options label{
	padding-left: 17px;
}
.subscribe-form .subscription-options input[type="checkbox"] {
    margin: 4px 0 0 -17px;
}
/* subscription */

/* footer block */
.footer-block{
	display: block;
	padding: 30px 30px;
	background-color: #282829;
	color: #ffffff;
}
.footer-block .footer-block-title{
	font-family: 'Roboto Light';
	font-size: 30px;
	margin: 20px 0 30px;
	text-align: center;
}
.footer-block p{
	font-size: 14px;
	line-height: 20px;
}
/* END footer block */

/* END Page content */