@charset "utf-8";

html, body {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
    height: 100%;
    background: #cbcbe7;
    color: #465557;
}

:focus {
    outline: none;
}

h1, h2 {
    color: #6c0095;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: normal;
}

h1 {
    margin-top: 0;
}

h3, h4, h5 {
    font-size: 18px;
    font-weight: normal;
    color: #305160;
}

a {
    color: #9e00ba;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

img {
    border: none;
}

p {
    margin: 17px 0;
}

.main {
    min-height: 100%;
    float: left;
    width: 100%;
    position: relative;
    z-index: 1;
}

.container {
    width: 100%;
    max-width: 970px;
    margin: 0 auto;
    position: relative;
}

input[type="submit"],
input[type="reset"],
input[type="button"] {
    cursor: pointer;
    border-radius: 5px;
    background: #58899d;
    background: -moz-linear-gradient(-45deg, #58899d 0%, #1c2b31 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #58899d), color-stop(100%, #1c2b31));
    background: -webkit-linear-gradient(-45deg, #58899d 0%, #1c2b31 100%);
    background: -o-linear-gradient(-45deg, #58899d 0%, #1c2b31 100%);
    background: -ms-linear-gradient(-45deg, #58899d 0%, #1c2b31 100%);
    background: linear-gradient(135deg, #58899d 0%, #1c2b31 100%);
    padding: 6px 28px 7px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
    font-size: 18px;
    text-transform: uppercase;
    border: none;
}

input[type="text"],
input[type="password"] {
    border: 2px solid #e5e5ed;
    border-radius: 10px;
    padding: 8px 15px 9px;
    width: 218px;
    font-size: 14px;
    color: #305160;
    font-family: Tahoma, Geneva, sans-serif;
    margin-right: 6px;
}

textarea {
    border: 2px solid #e5e5ed;
    border-radius: 10px;
    padding: 8px 15px 9px;
    height: 70px;
    width: 400px;
    font-size: 14px;
    color: #305160;
    margin-right: 6px;
    font-family: Tahoma, Geneva, sans-serif;
}

.line_form {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

label {
    width: 100%;
    float: left;
    margin-bottom: 7px;
    text-transform: uppercase;
    font-size: 14px;
    color: #305160;
}

:focus::-webkit-input-placeholder {
    color: transparent
}

:focus::-moz-placeholder {
    color: transparent
}

:focus:-moz-placeholder {
    color: transparent
}

:focus:-ms-input-placeholder {
    color: transparent
}

@font-face {
    font-family: 'MyriadPro-Regular';
    src: url('font/MyriadPro-Regular.eot?') format('eot'), url('font/MyriadPro-Regular.otf') format('opentype'), url('font/MyriadPro-Regular.woff') format('woff'), url('font/MyriadPro-Regular.ttf') format('truetype'), url('font/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
}

/*------------------------header-----------------------*/

#header {
    width: 100%;
    float: left;
    height: 122px;
    margin-bottom: 42px;
    position: relative;
    z-index: 2;
    background: url(images/header.jpg) no-repeat top center;
}

#header .logotip {
    width: 100%;
    text-align: center;
    margin-top: 25px;
    font-size: 29px;
    color: #fff;
    font-family: 'MyriadPro-Regular';
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #000;
}

#header .logotip a {
    color: #fff;
    text-decoration: none;
}

#header nav {
    position: absolute;
    font-family: 'MyriadPro-Regular';
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    height: 37px;
    background: #fff;
}

#header nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#header nav ul li {
    margin: 0;
    padding: 0;
    display: inline-block;
    font-size: 14px;
    position: relative;
    text-transform: uppercase;
}

#header nav ul li a {
    color: #6d6d6f;
    text-decoration: none;
    display: block;
    padding: 10px 12px;
}

#header nav ul li a:hover,
#header nav ul li:hover a {
    color: #fff;
}

#header nav ul li:hover {
    background: #311e94;
}

#header nav ul li ul {
    position: absolute;
    top: 37px;
    left: 0;
    padding: 5px 0;
    background: #311e94;
    display: none;
}

#header nav ul li:hover ul {
    display: block;
}

#header nav ul li ul li {
    display: block;
    white-space: nowrap;
    text-align: left;
}

#header nav ul li ul li a {
    color: #fff;
    padding: 5px 13px 5px 27px;
    position: relative;
}

#header nav ul li ul li a:before {
    border-radius: 50%;
    border: 2px solid #fff;
    width: 9px;
    height: 9px;
    display: block;
    content: "";
    position: absolute;
    top: 8px;
    left: 8px;
}

#header nav ul li ul li a:hover:before {
    background: #a08efc;
}

/*------------------------wrapper----------------------*/

#wrapper {
    width: 100%;
    float: left;
    position: relative;
    z-index: 1;
}

.slider {
    width: 100%;
    float: left;
    height: 327px;
    position: relative;
    margin-bottom: 21px;
}

.slider .tp-leftarrow {
    display: block;
    position: absolute;
    z-index: 3;
    width: 25px;
    height: 27px;
    top: 150px;
    left: 27px;
    background: url(images/arrow_left.png) no-repeat;
    cursor: pointer;
}

.slider .tp-rightarrow {
    display: block;
    position: absolute;
    z-index: 3;
    width: 25px;
    height: 27px;
    top: 150px;
    right: 27px;
    background: url(images/arrow_right.png) no-repeat;
    cursor: pointer;
}

.slider .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
}

@media all and (max-width: 600px) {
 .slider {
    height: 200px;
 }
}

@media all and (max-width: 400px) {
 .slider {
    height: 150px;
 }
}

.slider .slide ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.slider .slide ul li {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
}

.slider .slide ul li img {
    width: 100%;
    height: 327px;
    position: relative;
    z-index: 1;
    float: left;
}

.slider .slide ul li div.caption {
    background: rgba(0, 0, 0, 0.46);
    padding: 8px 15px 10px;
    color: #fff;
    font-size: 24px;
    display: block;
    position: absolute;
    opacity: 0.0;
    top: 115px;
    left: 130px;
    z-index: 2;
    line-height: 0.8em;
}

.slider .slide ul li div.caption a{
	color: #ffffff!important;	
}

.slider .tp-bullets {
    width: 100%;
    position: absolute;
    z-index: 3;
    bottom: 11px;
    left: 0;
    text-align: center;
    top: auto !important;
}

.slider .tp-bullets .bullet {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: rgba(0, 0, 0, 0.55);
    border: 3px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    padding: 0;
    margin: 0 5px;
}

.slider .tp-bullets .bullet.selected:before {
    width: 14px;
    height: 14px;
    background: #fff;
    position: absolute;
    top: 5px;
    left: 5px;
    content: "";
    border-radius: 50%;
}

.news_box {
    width: 100%;
    float: left;
    margin-bottom: 24px;
}

.news_box .name a {
  color: white;
  font-size: 14px;
  text-decoration: none;
  padding-left: 0;
}

.news_box section {
	background: #0280af none repeat scroll 0 0;
    border-right: 1px dashed #ffffff;
    width: calc(20% - 1px);
    height: 289px;
    float: left;
    /* text-shadow: 1px 1px 2px black, 0 0 1em white; */
	overflow: hidden;
}

.news_box section .background{

  z-index: -1;

  
  width: 193px;
  height: 289px;

  filter:blur(2px);
  -o-filter:blur(2px);
  -ms-filter:blur(2px);
  -moz-filter:blur(2px);
  -webkit-filter:blur(2px);
  
  
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  
  margin:-2px;
  left: -2px;
  top:-2px;
  bottom:-2px;
  position: relative;
  right: -2px;
      transform: scale(1.04);
}

.news_box section .name_text{
	max-height: 226px;
	overflow: hidden;
}

.news_box section .name {
  color: #ffffff;
  float: left;
  font-size: 14px;
  margin-bottom: 10px;
  min-height: 40px;
  padding: 13px 5.2% 0;
  text-align: center;
  width: 89.6%;
  z-index: 2;
}

.news_box section .text {
  color: #ffffff;
  float: left;
  font-size: 12px;
  line-height: 19px;
  margin-bottom: 5px;
  margin-top: -6px;
  overflow: hidden;
  padding: 0 4%;
  width: 92%;
  z-index: 2;
}

.news_box section .views {
    text-align: right;
    padding: 0 5px;
    color: #fff;
    font-size: 12px;
}

.news_box section .more {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 15px;
	text-shadow: none;
	z-index: 2;
}

.news_box section .more a {
    color: #fff;
    width: 104px;
    display: inline-block;
    height: 37px;
    background: #fff;
    border-radius: 5px;
    color: #311e94;
    font-size: 14px;
    text-decoration: none;
    line-height: 2.5em;
}

.news_box section .more a span {
    display: inline-block;
    border-bottom: 1px dashed #311e94;
    height: 26px;
}

.news_box section .more a:hover span {
    border-color: #fff;
}

.news_box section.lost {
	border-right: 0;
    background: #0280af;
	line-height: 14px;
    width: 20%;
    font-size: 14px;
    color: #fff;
	text-shadow: none;
}

.news_box section.lost .title {
    width: 100%;
    padding: 12px 0;
    text-align: center;
}

.news_box section.lost ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.news_box section.lost ul li {
    border-top: 1px dashed #fff;
    margin: 0;
    padding: 0;
}

.news_box section.lost ul li .link>div {
    color: #fff;
    text-decoration: none;
    height: 49px;
    padding: 0 0 0 23px;
    left: 25px;
    width: 135px;
    position: relative;
    vertical-align: middle;
    display: table-cell;
    background: url(images/arrow_news.png) no-repeat left center;
}

.news_box section.lost ul li a {
    color: #fff;
    text-decoration: none;
}

@media all and (max-width: 800px) {
    .news_box section {
        width: calc(25% - 1px);
    }
    .news_box section.lost {
        width: 100%;
    }
}

@media all and (max-width: 600px) {
    .news_box section {
        width: calc(50% - 1px);
    }
    .news_box section.lost {
        width: 100%;
    }
}

.head_article {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 14px;
}

.head_article h1 {
    display: inline-block;
    background: #fff;
    width: 970px;
    height: 65px;
    color: #7b7b7b;
    font-size: 24px;
    line-height: 2.8em;
	text-transform: none;
	margin: 0;
}

.article_box {
    width: 100%;
    float: left;
    text-align: center;
}

.article_box section {
    width: 314px;
    vertical-align: top;
    margin: 0 0 50px 10px;
    background: #fff;
    display: inline-block;
    position: relative;
    text-align: left;
}

.article_box section:nth-child(3n+1),
.article_box section:first-child {
    margin-left: 0;
}

.article_box section:nth-child(3n-2) {
    clear: left;
}

.article_box section img {
    width: 314px;
    height: 144px;
    float: left;
}

.article_box section .parent {
    padding: 17px 25px 30px;
    width: 264px;
    float: left;
}

.article_box section .name {
    font-size: 18px;
    color: #6c0095;
    width: 100%;
    float: left;
    padding-bottom: 5px;
}

.article_box section .date {
    width: 100%;
    padding-bottom: 3px;
    float: left;
    color: #7b7b7b;
}

.article_box section .hr {
    width: 100%;
    height: 1px;
    background: #cecece;
    float: left;
    margin: 5px 0 3px;
}

.article_box section .text {
    width: 100%;
    max-height: auto;
    overflow: hidden;
    color: #3f3f41;
    line-height: 1.6em;
}

.article_box section .link {
    width: 100%;
    float: left;
    margin-top: 4px;
}

.article_box section .link a {
    color: #e43131;
}

.article_box section .more {
    background: #FFF;
    width: 97px;
    height: 29px;
    border-radius: 0 0 5px 5px;
    position: absolute;
    bottom: -29px;
    text-align: center;
    right: 0;
    line-height: 2em;
}

.article_box section .more a {
    color: #6c0095;
    text-decoration: none;
    font-size: 14px;
}

.article_box section .more a span {
    border-bottom: 1px dashed #6c0095;
}

.article_box section .more a:hover span {
    border: none;
}

.cloud {
    width: 100%;
    position: relative;
    display: block;
    float: left;
    background: #eeeef8;
    overflow: hidden;
    text-align: center;
}

.cat_list {
  display: inline-block !important;
  margin-right: 50px;
  position: relative !important;
  padding-bottom: 10px!important;
}

.cloud .title {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 10px;
}

.cloud .title span {
    background: #fff;
    width: 144px;
    height: 50px;
    line-height: 2.7em;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    font-size: 18px;
}

.cloud a {
    display: block;
    position: relative;
    margin: 10px;
    color: #7b7b7b;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
}

.cloud a span {
    display: inline-block;
    border-bottom: 1px dashed #7b7b7b;
    height: 17px;
}

.cloud a:hover span {
    border-color: #eeeef8;
}


/*------------------------footer-----------------------*/

.hfooter {
    height: 125px;
    float: left;
    width: 100%;
}

footer {
    width: 100%;
    height: 104px;
    margin-top: -105px;
    background: url(images/footer.jpg) no-repeat bottom center;
    color: #fff;
    font-size: 14px;
    float: left;
    position: relative;
    z-index: 5;
    border-top: 1px solid #85858d;
}

footer:before {
    width: 100%;
    height: 3px;
    background: #e5e5ed;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
}

footer .copy {
    margin-top: 45px;
}

footer a {
    color: #fff;
}

/*------------------------article----------------------*/

.content {
    width: 654px;
    float: left;
    background: #fff;
}

.content .title {
    width: 87%;
    float: left;
    background: #799074;
    background: -moz-linear-gradient(left, #799074 0%, #354b4c 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #799074), color-stop(100%, #354b4c));
    background: -webkit-linear-gradient(left, #799074 0%, #354b4c 100%);
    background: -o-linear-gradient(left, #799074 0%, #354b4c 100%);
    background: -ms-linear-gradient(left, #799074 0%, #354b4c 100%);
    background: linear-gradient(to right, #799074 0%, #354b4c 100%);
    background-size: cover;
    color: #fff;
    font-size: 24px;
    padding: 13px 6.5%;
    margin-bottom: 20px;
}

h1.title{
	text-transform: none;
}

.content .date {
    width: 91.5%;
    padding: 8px 2% 8px 6.5%;
    float: left;
    background: #f3f3f9;
    margin: -20px 0 20px;
}

.content .date .left {
    float: left;
    width: 60%;
    text-transform: uppercase;
    color: #305160;
    font-size: 14px;
}

.content .date .right {
    width: 40%;
    float: right;
    font-size: 12px;
    text-align: right;
    text-transform: uppercase;
    color: #465557;
    position: relative;
    top: 2px;
}

.content .parent {
    width: 91.5%;
    padding: 5px 2% 5px 6.5%;
    float: left;
    line-height: 1.5em;
}

.alignleft {
    float: left;
    margin: 0 10px 10px 0;
}

.lid {
    width: 100%;
    float: left;
    font-size: 12px;
}

.content .info {
    width: 100%;
    float: left;
    border-top: 1px solid #e7c9ad;
    padding-top: 9px;
    margin-bottom: 25px;
}

.content .info .left {
    width: 40%;
    float: left;
    font-size: 12px;
}

.content .info .left a {
    color: #6f8689;
}

.content .info .right {
    float: right;
}

.content .video {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

.content .video .video-div {
    float: left;
    cursor: pointer;
}

.content .video img {
    margin-right: 35px;
}

div > p {
    margin-top: 0;
}
.clear{
	clear:both;
}

ul.post {
    margin: -5px 0 30px;
    padding: 0;
    list-style: none;
}

ul.post li {
    margin: 0;
    padding: 0 0 8px;
    position: relative;
    font-size: 14px;
}

ul.post li a:before {
    content: "";
    width: 11px;
    height: 11px;
    display: block;
    position: absolute;
    top: 0;
    left: -22px;
    background: #fff;
    border: 2px solid #8aa2a5;
    border-radius: 50%;
}

ul.post li a {
    color: #465557;
    position: relative;
}

ul.post li a:hover:before {
    background: #8aa2a5;
}

.sidebar {
    width: 300px;
    float: right;
}

.sidebar .category {
    width: 300px;
    margin-bottom: 9px;
    float: left;
    background: #365763;
    background: -moz-linear-gradient(left, #365763 0%, #274351 100%, #274351 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #365763), color-stop(100%, #274351), color-stop(100%, #274351));
    background: -webkit-linear-gradient(left, #365763 0%, #274351 100%, #274351 100%);
    background: -o-linear-gradient(left, #365763 0%, #274351 100%, #274351 100%);
    background: -ms-linear-gradient(left, #365763 0%, #274351 100%, #274351 100%);
    background: linear-gradient(to right, #365763 0%, #274351 100%, #274351 100%);
}

.sidebar .category .title {
    width: 100%;
    height: 50px;
    line-height: 2.7em;
    color: #fff;
    margin-bottom: 12px;
    font-size: 18px;
    text-align: center;
    background: #3d6c7f;
    background: -moz-linear-gradient(left, #3d6c7f 0%, #274351 100%, #29546a 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #3d6c7f), color-stop(100%, #274351), color-stop(100%, #29546a));
    background: -webkit-linear-gradient(left, #3d6c7f 0%, #274351 100%, #29546a 100%);
    background: -o-linear-gradient(left, #3d6c7f 0%, #274351 100%, #29546a 100%);
    background: -ms-linear-gradient(left, #3d6c7f 0%, #274351 100%, #29546a 100%);
    background: linear-gradient(to right, #3d6c7f 0%, #274351 100%, #29546a 100%);
}

.sidebar .category ul {
    margin: 0 35px 3px;
    padding: 0;
}

.sidebar .category ul li {
    margin: 0;
    padding: 0 0 17px;
    list-style: none;
    font-size: 14px;
}

.sidebar .category ul li a {
    color: #465557;
    position: relative;
    text-transform: uppercase;
    text-decoration: none;
}

.sidebar .category ul li a:before {
    content: "";
    width: 9px;
    height: 9px;
    display: block;
    position: absolute;
    top: 3px;
    left: -22px;
    background: #335360;
    border: 2px solid #afafaf;
    border-radius: 50%;
}

.sidebar .category ul li a:hover:before {
    background: #a08efc;
}

.sidebar .stories {
    width: 100%;
    float: left;
    background: #fff;
    margin-bottom: 9px;
}

.sidebar .stories .title {
    width: 100%;
    height: 50px;
    line-height: 2.7em;
    color: #fff;
    font-size: 18px;
    text-align: center;
    background: #3f6970;
    background: -moz-linear-gradient(left, #3f6970 0%, #274351 100%, #234653 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #3f6970), color-stop(100%, #274351), color-stop(100%, #234653));
    background: -webkit-linear-gradient(left, #3f6970 0%, #274351 100%, #234653 100%);
    background: -o-linear-gradient(left, #3f6970 0%, #274351 100%, #234653 100%);
    background: -ms-linear-gradient(left, #3f6970 0%, #274351 100%, #234653 100%);
    background: linear-gradient(to right, #3f6970 0%, #274351 100%, #234653 100%);
}

.sidebar .stories section {
    width: 300px;
    position: relative;
    height: 80px;
    float: left;
    margin-top: 3px;
}

.sidebar .stories section .background{

  position: absolute;
  width: 300px;
  height: 80px;

}

.sidebar .stories section a {
    background: url(images/arrow_stories.png) no-repeat 230px 11px rgba(0, 0, 0, 0.55);
    color: #fff;
    text-decoration: none;
    position: absolute;
    top: 10px;
    left: 15px;
    width: 222px;
    height: 49px;
    line-height: 1.4em;
    padding: 7px 45px 5px 8px;
	overflow: hidden;
}

.sidebar .stories section a span {
    font-size: 14px;
    text-transform: uppercase;
    display: block;
	margin-bottom: 4px;
}

.sidebar .interesting {
    width: 100%;
    float: left;
    background: #adb8b6;
    margin-bottom: 9px;
}

.sidebar .interesting .title {
    width: 100%;
    height: 50px;
    line-height: 2.7em;
    color: #fff;
    font-size: 18px;
    text-align: center;
    background: #8ca3a6;
}

.sidebar .interesting .box {
    padding: 10px 15px 25px;
    color: #465557;
    font-size: 12px;
    line-height: 1.43em;
}

.sidebar .interesting .box p {
    margin: 4px 0;
}

.sidebar .twitter {
    width: 100%;
    margin-bottom: 9px;
    float: left;
    background: #3b5451;
    background: -moz-linear-gradient(top, #3b5451 0%, #2d4d5c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3b5451), color-stop(100%, #2d4d5c));
    background: -webkit-linear-gradient(top, #3b5451 0%, #2d4d5c 100%);
    background: -o-linear-gradient(top, #3b5451 0%, #2d4d5c 100%);
    background: -ms-linear-gradient(top, #3b5451 0%, #2d4d5c 100%);
    background: linear-gradient(to bottom, #3b5451 0%, #2d4d5c 100%);
}

.sidebar .twitter .title {
    width: 100%;
    height: 50px;
    margin-bottom: 10px;
    line-height: 2.7em;
    color: #fff;
    font-size: 18px;
    text-align: center;
    background: #3f6970;
    background: -moz-linear-gradient(left, #3f6970 0%, #274351 100%, #234653 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #3f6970), color-stop(100%, #274351), color-stop(100%, #234653));
    background: -webkit-linear-gradient(left, #3f6970 0%, #274351 100%, #234653 100%);
    background: -o-linear-gradient(left, #3f6970 0%, #274351 100%, #234653 100%);
    background: -ms-linear-gradient(left, #3f6970 0%, #274351 100%, #234653 100%);
    background: linear-gradient(to right, #3f6970 0%, #274351 100%, #234653 100%);
}

.sidebar .twitter section {
    margin: 3px 9px 3px;
    float: left;
    width: 282px;
    font-size: 12px;
    line-height: 1.3em;
    color: #465557;
    border-bottom: 1px solid #fff;
}

.sidebar .twitter section:last-child{
	border-bottom: 0;
}

.sidebar .twitter section img {
    border-radius: 50%;
    float: left;
    margin: 0 5px 25px 0;
}

.sidebar .twitter section .date {
    color: #afafaf;
    font-size: 11px;
	margin-left: 50px;
    margin-bottom: 3px;	
}

.sidebar .sponsor {
    width: 100%;
    float: left;
    background: #fff;
}

.sidebar .sponsor .title {
    width: 100%;
    height: 50px;
    margin-bottom: 14px;
    line-height: 2.7em;
    color: #fff;
    font-size: 18px;
    text-align: center;
    background: #475b64;
}

.sidebar .sponsor ul {
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
}

.sidebar .sponsor ul li {
    margin: 0;
    padding: 0 32px 17px;
    font-size: 12px;
}

.sidebar .sponsor ul li a {
    color: #2f2f2f;
}

/*------------------------contact----------------------*/

.contact_page {
    width: 613px;
    background: #fff;
    padding: 15px 18px 18px 23px;
    float: left;
}

.contact_page form {
    padding: 29px 28px 10px;
    width: 90%;
    float: left;
    border-radius: 5px;
    background: #fff;
}

.contact_page form textarea {
    float: left;
}

.contact_page form input[type="submit"] {
    margin-top: 53px;
}

/*------------------------category---------------------*/

.pagination {
    width: 100%;
    float: left;
    margin: 20px 0;
    text-align: center;
}

.pagination a, .pagination span {
    display: inline-block;
    background: #fff;
    padding: 10px 14px;
    color: #3f3f41;
    margin: 0 -1px 0 -2px;
    text-decoration: none;
}

.pagination :first-child {
    border-radius: 5px 0 0 5px;
}

.pagination :last-child {
    border-radius: 0 5px 5px 0;
}

.pagination a:hover,
.pagination span.active {
    background: #311e94;
    color: #fff;
}

/*------------------------header-----------------------*/

#contact_form fieldset, #contact_form dd, #contact_form dt, #contact_form dl {
    border: none;
    padding: 0;
    margin: 0;
}

#contact_form dd {
    margin-bottom: 10px;
}

#contact_form fieldset legend {
    display: none;
}

article.postlist, article.page404 {
    padding: 30px;
}

#contact_form {
    background: none;
    border-bottom: none;
    border-radius: 0;
    margin: 0;
    padding: 0 !important;
    position: relative;
    width: auto;
}

.col-sm-4 {
    width: 50%;
    float: left;
}

.col-sm-4 a, .col-sm-4 li {
    color: #465557;
}

.col-sm-4 li a {
    font-size: 14px;
}


@media all and (max-width: 978px) {
 .content {
    width: 100%;
 }
 .sidebar {
    width: 100%;
    text-align: center;
 }
 .sidebar>* {
    display: inline-block;
    float: none !important;
    max-width: 300px !important;
    margin: 5px;
    text-align: left;
 }
 .sidebar script {
    display: none !important;
 }
 .contact_page{
    width: 100%;
    }
    #contact_form {
    width: 90% !important;
}
 #contact_form textarea {
    width: 90% !important;
 }
 #header nav ul li a {
    padding: 10px;
 }
 .video-div {
    padding: 7px 1%;
    margin-right: 1%;
 }
}

