/** 
 * Author is big fan of bootstrap
 *
**/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=cyrillic');

html {
  height:100%;
}

/**
 * Basics
 *
**/

* {
	box-sizing: border-box;
}
body {
  color: #444;
  background-color: #f4f4f4;
  height:100%;
  margin: 0; padding: 0;
}
p {margin:0;}

img{ border: none; padding:0; }
img a{border:none;}

a { color: #398dd8; text-decoration: none; }
a:hover { text-decoration: none; }

input, textarea, select, button, body { 
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}

h1, h2 ,h3, h4,h5 {
	line-height: normal;
    margin-bottom: 5px;
	font-family: 'Open Sans', Tahoma, sans-serif,;
}
h1 {
    font-size: 20px;
}
h2 {
    font-size: 19.5px;
	margin-bottom: 20px;
}
h3 {
    font-size: 16px;
	margin-bottom: 10px;
}
h4 {
    font-size: 14px;
}
h5 {
    font-size: 15px;
}
.dpad p {
    text-indent: 35px;
}
input, textarea, select, button, a { 
outline: none; 
}
.clr {
	clear: both;
}

#dle-content {
    margin-top: 0;
}

/* Background top */

#parallax-1 {
	/* background-image: url("/uploads/blind-justice-3-lg.jpg"); */
	background-color: white;
    background-position: -150px -85px;
    border-radius: 3px;
    box-shadow: 0 1px 2px 0 gray;
    margin-bottom: 25px;
    padding: 0;
}
#parallax-1 h1 {
	color: #3b4952;
    font-family: Verdana,"Open Sans";
    font-size: 25px;
    font-weight: bold;
    margin: 0;
    padding: 15px 0;
/*     text-shadow: 0px 0px 5px black; */
}
.bgParallax {
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: repeat;
    color: #fff;
    margin: 0 auto;
    max-width: 1920px;
    min-height: 100%;
    position: relative;
    text-align: center;
    width: 100%;
}

#wrapper {
margin: 0 auto;
min-height:100%;
/* background-image: url("../images/bg.png");
background-repeat: repeat-y; */
	max-width: 1170px;
}

#header {
	
margin: 0 auto;
	background-color: #fff;
	background-attachment: fixed;
    background-image: url("/blind-justice-urydychna-nauka.jpg");
    background-position: -150px -20px;
    background-repeat: no-repeat;
    border-bottom: 1px solid #2e3658;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 4px 3px silver;
height: 120px;
	position: relative;
}
.logo img {
	padding-top: 10px;
}

.header_middle {
	/* width: 1170px; */
margin: 0 auto;
}

#menu {
float: right;
	padding-right: 25px;
}

#content {

}

#search {
height: 32px;
background-image: url("../images/searcha_bg.png");
background-repeat: no-repeat;
width:175px;
padding-left: 5px;
padding-top: 8px;
margin-top: 5px;
}

.left {
width: 200px;
float: left;
}
.right {
float: right;
}

#left_side {
	padding-left: 15px;
	padding-top: 15px;
}

.ls1 {
background-image: url("../images/menu_head.png");
background-repeat: no-repeat;
width: 180;
height: 20px;
border-bottom: solid 1px #fff;
}

.ls3 {
background-image: url("../images/menu_fot.png");
background-repeat: no-repeat;
width: 180;
height: 20px;
}

.right {
width: 210px;
padding-top: 15px;
float: right; 
}

.center {
padding-top: 15px;
width: 530px;
height:100%;
float: left; 
padding-left: 5px;
padding-right: 5px;  
}

.right_top {
background-image: url("../images/right_head.png");
background-repeat: no-repeat;
width: 210;
height: 20px;
}

.right_middle {
background-image: url("../images/right_m.png");
width: 210;
padding-left: 15px;
}

.right_fot {
background-image: url("../images/right_f.png");
background-repeat: no-repeat;
width: 210;
height: 20px;
  padding-bottom: 10px;
}

/**
 *	Menu
 */

.flags {
	background-color: #3b4952;
	border-radius: 0 0 4px;
	/* box-shadow: 1px 1px 2px 1px silver inset; */
	float: right;
	padding: 4px 6px;
	text-align: center;
}
.flags a {
	marging-right: 2px;
	display: block;
	opacity: 0.6;
    padding-bottom: 8px;
}
.flags a:last-child {
	padding: 0;
}
.flags a:hover {
	opacity: 1;
}
/*	3:4 svg flags	*/
.flag-icon-ua {
    background-image: url("/uploads/ua.svg");
}
.flag-icon-gb {
    background-image: url("/uploads/gb.svg");
}
.flag-icon-ru {
    background-image: url("/uploads/ru.svg");
}
.flag-icon {
    background-position: 50% center;
    background-repeat: no-repeat;
    background-size: contain;
	/* box-shadow: 1px 1px 2px #eee; */
    display: inline-block;
	border-radius: 1.5px;
    height: 24px;
    position: relative;
    width: 32px;
}
.flag-icon:hover {
	border-color: grey;
    border-image: none;
    border-style: none none solid;
    border-width: 1px 0 0;
}
/* List-group for menu BT 3.4 */
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}
/**
 *	Breadcrumbs
 */

.breadcrumbs {
	min-height: 20px;
}

/**
 *  Content
 */

.md-heading {
    font-size: 24px !important;
    line-height: 36px !important;
	font-weight: normal;
	margin-top: 0;
	text-align: center;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}

.post .caption {
    float: left;
    padding: 25px;
    text-align: left;
    width: 100%;
}
.post {
    background: #fff none repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    float: left;
    margin-bottom: 40px;
    width: 100%;
}

.post .post-type {
    /* float: left; */
    width: 100%;
}

article .caption h5,
article .issue-contents h5 {
    border: 1px solid #d7d7d7;
    border-radius: 4px;
    background-color: #f9f9f9;
    color: #3b4952;
    cursor: pointer;
	font-size: 15px;
    line-height: 24px;
	margin-top: 18px;
}
article .caption h5:hover {
	color: #398dde;
}
article .caption h5.opened,
article .issue-contents h5 {
	border-color: #e3e3e3;
	background-color: #e3e3e3;
	cursor: text;
}
article .caption h5::before,
article .issue-contents h5::before {
    content: "\e800";
    font-weight: 900;
    font-size: 12px;
    font-family: Arial, fontello;
    background-color: #3b4952;
    padding: 7px 8px 6px 7px;
    margin-right: 8px;
    border-radius: 3px 0 0 3px;
    color: white;
}
article .caption h5.opened:before {
	content: "\e801";
	padding: 6px 7px 6px 7px;
	vertical-align: top;
}
article .repository p,
article .issue-contents p {
	font-size: 12px;
	padding-left: 36px;
    padding-right: 10px;
}
article .issue-contents p {
	font-size: 14px;
	line-height: 1.4;
}

.vt-post.post .caption {
    padding: 25px 25px 25px 0;
}
.post-img {
	border-right: 1px solid #ddd;	position: relative;
}
.vt-post.post .post-img a img {
    border-radius: 3px 0 0;
}
.post .post-img a img {
    border-radius: 3px 3px 0 0;
}
.post .author-info .list-inline {
    margin: 0;
}
.list-inline {
    list-style: outside none none;
    padding-left: 0;
}
.list-inline > li {
    display: inline-block;
}
.post .author-info ul li {
    border-left: 1px solid #ddd;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
}
.post .author-info.author-info-2 ul li:first-child {
    border-left: medium none;
    padding-left: 0;
}
.post .author-info ul li .info {
    float: left;
}

.yn_empty {
	position: absolute;
	z-index: 2;
	bottom: 50px;
	color: white;
	font-weight: bold;
	font-size: 26px;
	left: 5px;
	font-style: italic;
	font-family: Tahoma;
}
.yn_empty span {
	font-size: 10px;
	float: right;
	font-style: normal;
	line-height: 20px;
}

.vt-post.post .author-info ul li {
    float: none;
    padding-left: 15px;
    padding-right: 15px;
}

.post h2 {
	margin-top: 0;
}
.caption h4 {
    color: gray;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
}
.title_spoiler {
    font-weight: normal !important;
}
.title_spoiler > a {
    color: grey;
}

.IntenseEmphasis {
    font-weight: bold;
    color: #6495ed;
}
.vt-post.post .author-info {
    border-bottom: 1px solid silver;
    border-radius: 0 0 4px 4px;
    border-right: 1px solid #ddd;
    padding: 15px 12px;
}
.post .author-info {
    background: #fcfcfc none repeat scroll 0 0;
    border-bottom: 1px solid #ddd;
    float: left;
    min-height: 60px;
    padding: 15px;
    text-align: left;
    width: 100%;
}
.files {
	margin-left: 0;
    margin-right: 0;
}
/* .files div {
	padding: 0 0 15px;
	text-align: center;
} */
.files a {
	/* background-color: #ebf1f4; */
    border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	color: #3b4952;
    display: block;
    padding: 10px 4px 8px;
	text-decoration: none;
}
.files div:nth-child(2) a {
	border-radius: 0 0 6px;
}
.files a:hover {
	color: white;
	background-color: #3b4952;
}
.files i {
	color: #3b4952;
	font-size: 28px;
}
.files a:hover i {
	color: white;
}

.post .btn a::before {
    content: ">> ";
}
.post .btn {
	float: right;
    margin-right: 25px;
	margin-bottom: 10px;
}
.btn-default a {
	background: #e74c3c none repeat scroll 0 0;
    border-color: #e74c3c;
    color: #fff;
}
.btn a {
	-moz-user-select: none;
	background-color: #398dd8;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
.btn a:hover, .btn a:focus {
	background-color: #3b4952;
	color: white;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
	max-width: 100%;
}

/*	Panel side	*/

.panel {
	/* margin-top: 25px; */
}

.panel-default {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    float: left;
    margin-bottom: 30px;
    width: 100%;
}
.panel-default .panel-heading {
    background: #3b4952 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-size: 24px;
    line-height: 40px;
    min-height: 60px;
    padding: 10px 25px;
}
.panel-heading {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel-default .panel-body {
    text-align: left;
}
.nopadding {
    padding: 0;
}
.list-group {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    border-radius: 0 0 3px 3px;
    box-shadow: none;
    float: left;
    margin-bottom: 0;
    text-align: left;
    width: 100%;
}
.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}
a.list-group-item {
    border-color: #eef3f6 -moz-use-text-color;
    border-left: medium none;
    border-right: medium none;
    color: #49545b;
    font-weight: 300;
    padding: 15px 25px;
	text-decoration: none;
	font-size: 14px;
}
.list-group-item {
    background-color: #fff;
    border: 1px solid #ddd;
    display: block;
    margin-bottom: -1px;
    padding: 10px 15px;
    position: relative;
}
a.list-group-item:focus, a.list-group-item:hover {
    background-color: #f5f5f5;
    color: #555;
    text-decoration: none;
}

/**
 * Footer
 *
**/

#footer {
	max-width: 1170px;
min-height: 116px;
margin: 20px auto 0;
    border-top: 1px solid silver;
    border-radius: 6px 6px 0 0;
    box-shadow: 0 -2px 3px silver;
clear: both;
/* margin-top: -160px; */
	background-attachment: fixed;
    background-image: url("/blind-justice-urydychna-nauka.jpg");
	background-repeat: no-repeat;
	background-position: center bottom;
}

.footer_policy {
	color: #fff;
padding-left: 20px;
	padding-top: 12px;
	padding-bottom: 10px;
}

.footer_policy a {
	color: #fff;
	font-size: 16px;
text-decoration:none;
    padding-left: 6px;
    padding-right: 8px;
border-right: solid 1px #8d8d8d;
}

#footer_policy_img {
border: 0px;
}

.members {
	background-color: #aaa;
    border-radius: 2px;
    float: right;
    padding: 4px 4px 0;
    text-align: center;
	opacity: 0.65;
}
.members:hover {
	opacity: 1;
}

/**
 *  Menu
 */

#menu ul{
  list-style:none;
  width:100%;
	margin: 0;
	padding-left: 0;
}

#menu li{
	float:left;
	height:40px;
}

ul li a {
    background-color: #3b4952;
    background-repeat: no-repeat;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 2px 2px #222;
    color: #d0dbec;
    display: block;
    font-weight: bold;
    height: 36px;
    margin-right: 6px;
    padding: 8px 15px;
    text-align: center;
    text-decoration: none;
}

ul li a:hover {
	box-shadow: 0 2px 2px #222;
	color: #eee;
}


/**
 *  Menu left
 */

.left_menu {
width: 180px;
}

.left_menu a {
height: 18px;
background-color: #dae3ef;
color: #395e96;
text-decoration:none;
font-weight: bold;
display: block;
padding: 5px 5px 0 10px;
border-bottom: solid 1px #b5c8e1;
}

.left_menu a:hover {
background-color: #bccde5;
}

/* menu right */

.right_middle a {
width: 165px;

background-color: #fff;
color: #393939;
text-decoration:none;
display: block;
padding: 15px 5px 0 10px;
border-bottom: solid 1px #e1e1e1;
}

.right_middle a:hover {
background-color: #f5f5f5;
}

/* other */

.speedbar {
    border-bottom: 4px solid #eee;
    color: #3b4952;
    font-family: "Roboto",sans-serif;
	text-transform: uppercase;
    font-size: 14px;
    font-weight: 100;
    line-height: 1.4;
    margin-bottom: 0;
    margin-top: 10px;
    padding-bottom: 10px;
}
#dle-speedbar {
    display: inline-block;
    line-height: 1.4;
}
#dle-speedbar span {
	margin-right: 0;
}
.speedbar > span > span::after {
	content: '\e802';
	font-family:  "fontello";
	color: silver;
    font-size: 14px;
    font-weight: normal;
}
.speedbar a {
	color: #929292;
    padding: 1px 12px 2px 4px ;
}

#story {
  float: left;
  height: 20px;
  padding: 1px 2px;
  width: 130px;
  border: 0px;
margin-top:2px;
margin-left:10px;
  font: normal 11px Verdana;
  color: #395e96;
  background:  url("../images/inputtext.png")no-repeat;
}

#searchbutton,searchbutton:hover,searchbutton:active,searchbutton:focus {
  border: 0px;
  width: 23px;
  height: 22px;
  outline:none;
  background: url("../images/greenbtn.png")no-repeat;
}


#searchresult_short1 {
width: 520px;
background: url("../images/s_result1.png")no-repeat;
height: 20px;
}
#searchresult_short2 {
width: 520px;
background: url("../images/s_result2.png");
background-repeat: repeat-y;
padding-left:3px;
}
#searchresult_short3 {
width: 520px;
background: url("../images/s_result3.png")no-repeat;
height: 20px;
}


/**
 *  Buttons
 *
**/

.fbutton, .btn_reglog, .vresult { border: 0 none; background: none; cursor: pointer; }

.btn_reglog { background: #f2f2f2 url("../images/bbcodes.png") repeat-x; border: 1px solid #c5c5c5; color: #7d7d7d; width: 108px; height: 21px; padding-bottom: 3px; font-weight: bold; }
.btn_reglog:hover { background: #fff none; }

.fbutton { text-shadow: 0 1px 0 #fff; font-size: 1.15em; margin-bottom: 2px; border: 1px solid #bcc5c9; width: 100px; height: 29px; color: #596368; padding: 2px 0 5px 0; background: #fff url("../images/fbutton.png") repeat-x 0 100%; font-weight: bold; }
  .fbutton:hover { background-position: 0 10px; }
.fbutton {
  -moz-box-shadow: 0 1px 4px -3px black;
  -webkit-box-shadow: 0 1px 4px -3px black;
  box-shadow: 0 1px 4px -3px black;
}
button.fbutton span { cursor: pointer; display: block; padding-top: 2px; }

.label {
background: #f0f4fa;
border: solid 1px #fff;
color: #395e96;
padding: 3px;
}

.tableform {
border-collapse: collapse; 
border-spacing: 0;
margin-bottom: 3px;
}

.pheading {
color: #395e96;
margin-bottom: 3px;
}

.fb-like-box {
padding-bottom: 5px; 
padding-left: 2px;  
}

#sh_st img {
padding: 4px;
}
 
#dle-content .contents p {
	margin-bottom: 0;
}

article h5 {
	color: #6495ed;
}
figure {
	margin: 0;
}

/**
 *  Pages
 *
*/

.bnnavi {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.navigation {
	margin: 30px 0 20px;
}
.navigation a, .navigation a:active, .navigation a:link,
.nextprev a, .nextprev a:active, .nextprev a:link,
.navigation span, .nextprev > span {
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0 1px 3px 0 rgba(44, 56, 64, 0.2);
	color: #2c3840;
	display: inline-block;
	line-height: 1.42857;
	margin: 6px;
	padding: 6px 12px;
}
.navigation a:hover, .nextprev a:hover {
	background-color: #e74c3c;
	color: #fff;
	box-shadow: 0 1px 3px 0 rgba(44, 56, 64, 0.2);
}
.navigation a:focus, .nextprev a:focus {
	box-shadow: 1px 1px #eee;
}

.nextprev {
	text-align: center;
	font-weight: 700;
}
.navigation span, .nextprev > span {
	/* border: 1px solid #5d81b8; */
	background-color: #3b4952;
	border-radius: 3px;
	color: silver;
	font-weight: bold;
	margin-left: 7px;
	box-shadow: none;
	
}
.navigation span.nav_ext {
	border: none;
	background-color: #fff;
}

#footer {
	position: relative;
}
.back-to-top {
    bottom: 35px;
    color: #3b4952;
    display: block;
    font-size: 42px;
	font-weight: 900;
/*     padding: 0.35em 0.65em 0.5em; */
    position: fixed;
    right: 30px;
    text-decoration: none;
	z-index: 887;
}
.back-to-top i {
    text-shadow: 2px 2px 5px silver;
}
.back-to-top i:hover {
	text-shadow: 0 0 1px silver;
}

/**
 * Adaptive
 *
 **/

@media screen and (orientation:landscape) {
	/*  */
}

@media screen and (max-width: 1199px) {
	.logo img {
		width: 360px;
		padding-top: 20px;
		position: absolute;
	}
	#menu li:first-child {
		display: none;
	}
}
@media screen and (max-width: 991px) {
	.logo img {
		padding-top: 40px;
		width: 320px;
	}
}
@media screen and (max-width: 991px) {
	body { 
		font-size: 16px;
	}
	#wrapper, #footer {
		width:100%;
	}
	#menu li {
		text-transform: uppercase;
	}
	.logo img {
		width: 280px;
	}
	article .repository p,
	article .issue-contents p {
		font-size: 18px;
		line-height: 1.2;
	}
	article .caption h5,
	article .issue-contents h5 {
		font-size: 15px;
		line-height: 30px;
	}
	article .caption h5::before {
		font-size: 18px;
	}
	article .issue-contents h5::before {
		padding: 10px 10px 9px 9px;
	}
	a.list-group-item {
		font-size: 24px;
		line-height: 1.5;
	}
	.btn a {
		padding: 10px 16px;
	}
	#menu li:first-child {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	#menu {
		width: 100%;
		padding-right: 0;
		margin-top: 28px;
	}
	#menu ul {
		
	}
	#menu li {
		float: none;
		height: 41px;
	}
	#menu li a {
		background-color: #393840;
		margin-right: 0;
		height: 40px;
		padding: 9px 15px;
		border-radius: 0;
	}
	.logo img {
		width: 420px;
		max-width: 100%;
		margin: 0 auto;
		display: block;
		padding-top: 10px;
	}
	.invisible-xs {
	  visibility: hidden;
	  display: none;
	}
	#menu li:nth-child(2) a {
		border-radius: 6px 6px 0 0;
	}
	#menu li:last-child a {
		border-radius: 0 0 6px 6px;
	}
	figure img {
		width: 100%;
	}
	.vt-post.post .caption {
		padding: 15px;
	}
	.post .btn {
		margin-right: 0;
		margin-bottom: 0;
	}
	#footer .back-to-top {
		display: none;
	}
}


/*	Bootstrap 3.3.4	*/

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}


@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}