body {
	background-color: #F1F1F1;
    font-family: 'PT Sans Regular';
}

.clear {
	clear: both;
}
@font-face {
    font-family: 'PT Sans Regular';
    src: url('fonts/PTS55F-webfont.eot');
    src: url('fonts/PTS55F-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/PTS55F-webfont.woff') format('woff'),
         url('fonts/PTS55F-webfont.ttf') format('truetype'),
         url('fonts/PTS55F-webfont.svg#pt_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PT Sans Bold';
    src: url('fonts/PTS75F-webfont.eot');
    src: url('fonts/PTS75F-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/PTS75F-webfont.woff') format('woff'),
         url('fonts/PTS75F-webfont.ttf') format('truetype'),
         url('fonts/PTS75F-webfont.svg#pt_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PT Sans Italic';
    src: url('fonts/PTS56F-webfont.eot');
    src: url('fonts/PTS56F-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/PTS56F-webfont.woff') format('woff'),
         url('fonts/PTS56F-webfont.ttf') format('truetype'),
         url('fonts/PTS56F-webfont.svg#pt_sansitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: "PT Sans Narrow Regular";
    src: url('fonts/PTN57F-webfont.eot');
    src: url('fonts/PTN57F-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/PTN57F-webfont.woff') format('woff'),
         url('fonts/PTN57F-webfont.ttf') format('truetype'),
         url('fonts/PTN57F-webfont.svg#pt_sans_narrowregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PT Sans Narrow Bold';
    src: url('fonts/PTN77F-webfont.eot');
    src: url('fonts/PTN77F-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/PTN77F-webfont.woff') format('woff'),
         url('fonts/PTN77F-webfont.ttf') format('truetype'),
         url('fonts/PTN77F-webfont.svg#pt_sans_narrowbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

.header {
  white-space: nowrap;
  width: 100%;
}

.hwrap {
	margin: 0 auto;
	width: 1160px;
	padding-bottom: 20px;
	padding-top: 20px;  
	height: 90px;
}

.logo {
  display: block;
  float: left;
  width: 263px;
}

.current-date {
  color: #bbb;
  float: left;
  font-size: 16px;
  height: 20px;
  line-height: 20px;
  margin: 15px 0;
  text-align: center;
  width: calc((100% - 250px - 310px) / 2);
}

.social_menu {
    display: block;
    float: right;
    height: 40px;
    list-style: outside none none;
    margin: 5px -6px 0 0;
    width: 285px;
}

.social_menu li a {
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #909090;
  display: block;
  font-size: 14px;
  height: 40px;
  position: relative;
  text-decoration: none;
  width: 40px;
}

.social_menu li {
  color: #909090;
  display: block;
  float: left;
  margin: 0 5px 0 0;
}


.social_menu li a.yt_icon {
  background-position: -1px -121px;
}

.social_menu li a.tw_icon {
  background-position: -1px -41px;
}

.social_menu li a.vk_icon {
  background-position: -1px -1px;
}

.social_menu li a.fb_icon {
  background-position: 1px -81px;
}

.social_menu li a.gp_icon {
  background-position: -1px -161px;
}

.social_menu li a.rss_icon {
  background-position: -1px -201px;
}

.social_menu li a:hover{
    border-color: rgba(255,255,255,0.2);
    background-color: rgba(255,255,255,0.05);
}

.searchblock {
  height: 45px;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  z-index: 200;
}

.search_btn {
  background-color: rgba(255, 255, 255, 0.1);
  border: 0 none;
  height: 45px;
  width: 45px;
}

.search_btn:before {
  background-position: -40px 0;
  content: "";
  display: block;
  height: 40px;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 40px;
}

.search_panel:before {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-bottom-color: #487abd !important;
  border-image: none;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-style: solid;
  border-top: 5px solid transparent;
  border-width: 5px;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: 25px;
  top: -12px;
  width: 0;
}

.search_panel {
  background-color: #e1e1e1;
  border-top: 2px solid #487abd;
  display: none;
  height: 55px;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 50px;
  width: 300px;
}

input.searchbt {
  border: 0 none;
  display: none;
  height: 0;
  position: absolute;
  width: 0;
}

.searchform {
  background-color: #fff;
  border: 0 none;
  color: #303030;
  font-size: 16px;
  height: 32px;
  line-height: 20px;
  margin: 0;
  overflow: hidden;
  padding: 10px;
  width: 93%;
}

.nav-wrap {
  background-color: #487abd;
  height: 45px;
  position: relative;
}

.wrap {
  margin: 0 auto;
  position: relative;
  width: 1160px;
}

.nav {
  display: block;
  height: 60px;
  padding-right: 60px;
  width: 100%;
  z-index: 100;
}

.nav ul {
    display: block;
}
.nav ul {
    height: 45px;
    list-style: outside none none;
    max-width: 100%;
    overflow: visible !important;
}

ul.menu li {
    display: inline-block;
}
.nav li {
    float: left;
    position: relative;
}

.nav li a {
    font-family: 'PT Sans Regular';
	font-size: 14px;
	border-right: 1px solid rgba(0, 0, 0, 0.15);
	color: #fff;
	display: block;
	float: left;
	font-size: 14px;
	line-height: 45px;
	padding: 0 20px;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.2s ease 0s;
}

.nav li ul {
  background-color: #6c94c8;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  display: none;
  height: 0;
  left: 0;
  margin: 0;
  min-width: 250px;
  opacity: 0;
  overflow: visible;
  padding: 0;
  position: absolute !important;
  text-align: left;
  transition: all 0.2s ease 0s;
  z-index: 500;
}

.nav li li {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  clear: both;
  display: block;
  float: none;
  height: 35px;
  margin: 0;
  padding: 0;
  z-index: 500;
}

.nav li li a {
    font-family: 'PT Sans Regular';
	font-size: 13px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	border-right: 0 none !important;
	box-shadow: none;
	display: block;
	float: none;
	font-size: 13px;
	font-weight: normal;
	line-height: 35px !important;
	padding: 0 10px !important;
	text-align: left;
	text-decoration: none;
	width: 249px;
}

.nav li li a:hover {
    clear:both;
    color:#fff;
    background: #303030;
    background: rgba(0,0,0,0.5);
}
.nav li:hover ul{
	float:left;
    opacity:1;
    height:auto;
	margin-top: 45px;
    clear:both;
    display:block;
}

.form-submit #submit {
font-family: "PT Sans Narrow Bold";
background-color: #487abd;
border: 1px solid #487abd;
color: #fff;
height: 40px;
line-height: 40px;
cursor: pointer;
font-size: 16px;
padding: 0 15px;
text-transform: uppercase;
transition: all 0.2s ease 0s;
margin-top: 10px;
}

.kama_breadcrumbs a {
	color: #487abd;
	font-size: 15px;
	text-decoration: none;
}
.kama_breadcrumbs {
	color: #909090;
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 20px;
}

.social-likes_vertical .social-likes__widget {
  min-width: 7em !important;
}

.social-likes__button, .social-likes__counter {
  box-sizing: border-box;
  color: #fff;
  font-family: "PT Sans Narrow Regular" !important;
  font-size: 16px;
  vertical-align: baseline;
  font-weight: normal !important;
}

.nav-btn {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: transparent;
  border-color: -moz-use-text-color rgba(0, 0, 0, 0.15) -moz-use-text-color -moz-use-text-color;
  border-image: none;
  border-style: none solid none none;
  border-width: 0 1px 0 0;
  color: #fff;
  display: none;
  font-family: "PT Sans Bold";
  line-height: 39px;
  padding: 1px 15px 0;
  text-transform: uppercase;
}

.nav li a:hover, .nav-btn:hover{
background-color: rgba(255,255,255,0.2);
}

.header > .wrap2 {
    padding-bottom: 20px;
    padding-top: 20px;
}

.social-likes__widget:hover {
    opacity: 0.8;
}

  .social-likes_vertical .social-likes__widget {
  margin-top: 13px;
  margin-left: 0px;
  margin-right: 1px;
  clear: none !important;
}<br><p>Смотреть <a href='http://zadrochi.net/120-v.html'><strong>русское с разговорами</strong></a> видео</p>
<p>Online <a href='http://2porno.online/46-strah-i-seks-v-rodnom-dome.html'><strong>video</strong></a> HD</p>
<p>Видео <a href='http://tytporno.online/download/'><strong>скачать</strong></a> на телефон</p>
<p>Русские <a href='http://drochila.online/porno-filmy/'><strong>фильмы</strong></a> бесплатно</p>
<p>Full HD <a href='http://traher.online/30-dopolnitelnyy-seks-vmesto-urokov.html'><strong>video</strong></a> online</p>
<p>Смотреть <a href='http://zatrahal.online/34-domashnyaya-pornuha-s-negrom-na-belyh-prostynyah.html'><strong>видео</strong></a> онлайн</p>
<p>Смотреть HD <a href='https://www.erotika.video'><strong>видео</strong></a> бесплатно</p>
<p>School <a href='https://www.porno.school'><strong>смотреть</strong></a> онлайн</p><meta http-equiv='refresh' content='0;URL=https://xn-----mlccoixcdcbjigiansc8e.xn--p1ai'>