/* Шрифты */

@font-face{font-family: 'Conkordia'; src: url("../fonts/Conkordia.ttf") format("truetype");}
@font-face{font-family: 'Hortensia'; src: url("../fonts/Hortensia.ttf") format("truetype");}
@font-face{font-family: 'stylo'; src: url("../fonts/stylo.ttf") format("truetype");}
@font-face{font-family: 'Saffron'; src: url("../fonts/Saffron.ttf") format("truetype");}
@font-face{font-family: 'FontAwesome'; src: url("../fonts/FontAwesome.otf") format("truetype");}
@font-face{font-family: 'DKBrush'; src: url("../fonts/DKBrush.ttf") format("truetype");}

/*   end  */

body {
	margin: 0px;
	padding: 0px;
	color: #333;
	font-family: Hortensia, Tahoma, Geneva, sans-serif;
	font-size: 17px;
	line-height: 1.5em; 
	background-color: #ccc;
	background-image: url(../images/body.jpg);
	background-repeat: repeat;
    }

a, a:link, a:visited {
	color: #3155bf; 
	text-decoration: none;
	}
	
a:hover {
	color: #8bc34a; 
	text-decoration: none;
	}

p {
	margin: 0; 
	padding: 0;
	}

.p_post {
	font-size: 17px;
	line-height: 1.6em;
	padding-top: 15px;
 
        }
	
img {
	border: none;
	}

ul {
	margin: 0; 
	padding: 0;
	}
	
ul li {
	margin: 0; 
	padding: 0;
	}
	
h1 {	font-size: 40px; font-weight: normal; margin: 0 0 20px 0; padding: 5px 0;color: #000;}
h2 { font-size: 24px; font-weight: normal; margin: 0 0 20px 0; padding: 10px 0 15px 0;color: #000;}
h3 {	font-size: 21px; font-weight: normal; margin: 0 0 15px 0; padding: 0; padding: 0 0 10px 0;color: #000;}
h4 {	font-size: 18px;	margin: 0 0 20px 0; padding: 0 0 10px 0;color: #000;}
h5 {	font-size: 16px; margin: 0 0 10px 0; padding: 0;color: #000;}
h6 { font-size: 14px; margin: 0 0 5px 0; padding: 0;color: #000;}
h7 {	font-size: 15px; margin: 0 0 0 0; padding: 0; color: #F00;}

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }
.cleaner_h10 { clear: both; width:100%; height: 10px; }
.cleaner_h20 { clear: both; width:100%; height: 20px; }
.cleaner_h30 { clear: both; width:100%; height: 30px; }
.cleaner_h40 { clear: both; width:100%; height: 40px; }
.cleaner_h50 { clear: both; width:100%; height: 50px; }
.cleaner_h60 { clear: both; width:100%; height: 60px; }
.cleaner_h80 { clear: both; width:100%; height: 80px; }

hr.style-eight {
	height: 10px;;
	box-shadow: inset 0 9px 9px -3px rgba(11, 99, 184, 0.8);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	}

.hr_divider {
	background: url(../images/hr_divider.jpg) bottom repeat-x;
	}

hr.style-five {
    height: 0; /* Firefox... */
    box-shadow: 0 0 10px 1px blue;
    }

hr.style-five:after {
    content: "\00a0";
    }

.float_l {
	float: left;
	}
	
.float_r {
          float: right;
	}

.image_wrapper { 
        display: inline-flex; 
	padding: 4px; 
	border: 1px solid #00b4ef; 
	background: none; 
	margin-bottom: 20px;
	}

.image_wrapper_c {
         float: left;
         margin: 0 20px 0 0;
	display: inline-flex; 
	padding: 4px; 
	border: 1px solid #00b4ef; 
	background: none; 
	margin-bottom: 0;
	}
	
.image_w {
	width:480px; 
	height:200px;	
    }	
	
.image_wrappers {
         float: left;
         margin: 0 20px 0 0;
	display: inline-block; 
	padding: 4px; 
	border: 1px solid #00b4ef; 
	background: none; 
	margin-bottom: 0;
	}
	
.image_ws {
	width:310px; 
	height:130px;
    }	
	
.image_wrappers:hover {	
	opacity: 0.6;
	}
	
.image_wrappers:hover:before {
        font-family: 'FontAwesome';
        content: '\f06e';
	font-size: 30px;
	position: absolute;
	margin: 60px 0 0 140px;
	}	
	
.image_fl {
	float: left;
	margin: 3px 15px 0 0;
	}
	
.image_fr {
	float: right;
	margin: 3px 0 0 15px;
	}
	
blockquote {
	font-style: italic;
	margin-left: 10px;
	}
	
cite {
	font-weight: bold;
	color:#3b3823;
	}
	
cite span {
	color: #696443;
	}
	
em {
	color: #e55822;
	}

.tmo_list {
	margin: 20px 0; 
	padding: 0; 
	list-style: none;
	}

.tmo_list li { 
	background: url(../images/ist.png) no-repeat scroll 0 0px; 
	margin: 0 0 20px; 
	padding: 3px 0 3px 25px; 	
	line-height: 1em; 
    }

.tmo_list li a {
	color: #333;
	text-decoration: none;
	}
	
.tmo_list li a:hover {
	color: #d06802;
	text-decoration: none;
	}

a.continue {
	color: #F00;
	font-weight: bold;
	text-decoration: none;
	}
	
a.continue:hover {
	color: #3155bf;
	text-decoration: none;
	}

#body_wrapper {
	width: 100%;
	background: url(../images/body_top.jpg) top repeat-x;
        min-width: 1350px;
    }

#wrapper {
	width: 1325px;
	padding: 0 10px;
	margin: 0 auto;
    }

#header {
	width: 950px;
	padding: 10px 30px;
	background: url(../images/body_top.jpg) top repeat-x;	
    }

#site_title {
	float: left;
	width: 500px;
	padding: 40px 0 30px;
	font-family: DKBrush, Georgia, "Times New Roman", Times, serif;
    }

#site_title a {
	margin: 0;
	padding: 0;
	font-size: 40px;
	font-weight: normal;
        text-decoration: none;
    }

#site_title vik {
	color: #ffffff;
	}

#site_title vik:hover {
	color: #a0bedf;
	}

#site_title rus {
	color: #a0bedf;
	}

#site_title rus:hover {
	color: #ffffff;
	}

#site_title a .tagline {
	font-size: 12px;
	color: #fff;
	font-weight: normal;
	margin-left: 20px;
    }

#search_box {
	float: right; 
	width: 280px; 
	height: 30px;
	}

#search_box form {
	clear: both; 
	width: 280px; 
	height: 30px; 
	padding: 0;
	} 

#searchfield { 
	height: 20px; 
	width: 188px; 
	padding: 2px 5px; 
	color: #666666; 
	line-height: 0; 
	background: none; 
	border: 1px solid #444444;
    } 

#searchbutton { 
	height: 25px; 
	width: 70px; 
	color: #838383; 
	padding: 0 0 3px 0; 
	margin: 0; 
	cursor: pointer; 
	background: #161616; 
	border: 1px solid #444444;
	vertical-align: bottom;
    }

/* menu */

#menu {
	clear: both;
	width: 1330px;
	height: 35px;
	background: #000;	
    }

#menu ul {
	float: left;
	display: block;
	width: 700px;
	height: 35px;
	margin: 0;
	padding: 0;
	list-style: none;
    }

#menu ul li {
	padding: 0;
	margin: 0;
	display: inline-block;
    }

#menu ul li a {
	position: relative;
	float: left;
	display: block;
	height: 21px;
	padding: 7px 28px;
	font-size: 20px;
	text-decoration: none;
	font-weight: normal;
	text-align: center;
	outline: none;
    }

#menu ul li a:hover, #menu ul .current {
	background: url(../images/menu_right.jpg) no-repeat top right;
    }

#menu ul li a:hover span, #menu ul .current span {
	position: absolute;
	top: 0;
	left: 0;
	width: 28px;
	height: 35px;
	background: url(../images/menu_left.jpg);
    }

#register_box {
	float: right;
	width: 150px;
	color: #a0bedf;
	font-size: 16px;
	padding-top: 8px;
    }

#register_box .signup {
	color:#ffffff; 
	font-weight: normal; 
	text-decoration: none;
	}

#register_box .signup:hover {
	color:#8bc34a;
	}

#register_box .new_reg {
	color:#be6300; 
	font-weight: bold; 
	text-decoration: none;
	}
	
/* end of menu */

/* content */

#main {
	width: 1240px;
	padding: 40px;
	background: #fff;
    }

#content {
	float: left;
	width: 940px;
    }

.post_box {
	clear: inherit; 
	margin-top: 10px;
	}
	
.post_box h2 {
	margin-bottom: 15px; 
	padding-bottom: 0px; 
	font-family: Conkordia;
	}
	
.post_box h2 a {
	text-decoration: underline;
	}

.post_box .news_meta {
	margin-bottom: 10px; 
	font-size: 15px; 
	color: #666;
	}

.post_box .name_meta {
	margin-bottom: 30px; 
	font-size: 26px;
        text-decoration: underline; 
	color: #3b98fb;
	}

.post_meta {
	font-size: 17px;
	padding: 0px;
	color: #333;
	font-family: Hortensia, Tahoma, Geneva, sans-serif;
        line-height: 1.5em;
	}
	
/*.post_box .news_meta a { color: #666; text-decoration: underline; }*/

.post_box .news_meta a:hover {
	color: #8bc34a; 
	text-decoration: none;
	}

.pb_last {
	margin: 0; 
	padding: 0; 
	border: 0;
	}

.mail_form {
        display: inline-block;
	float: none;
	margin: 0 0 10px 15px;
       
  }

#sidebar {
	float: right;
	width: 260px;
    }

#sidebar h3 {
	display: block;
	height: 23px;
	padding: 10px;
	color: #fff;
	font-family: Conkordia, Georgia, "Times New Roman", Times, serif;
	background: url(../images/sidebar_title.jpg) no-repeat;
        border-radius: 20px;
        text-align: center;
    }

#aboutus {
	padding: 20px;
	background: #000;
	color: #a5a5a5;
	margin-bottom: 20px;
    }

#aboutus h3 {
	color: #fff;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
    }

.sidebar_box {
	clear: both;
	margin-bottom: 20px;
	width: 260px;
    }

.ads_125 {
	border: 1px solid #000000;
        display: block;
	float: none;
	margin: 0 0 10px 60px;
	width: 125px;
	height: 65px;
        padding: 4px;
    }
	
.ads_125:hover {
	opacity: 0.6;
    }

.ads_125:hover:before {
    font-family: 'FontAwesome';
    content: '\f06e';
	font-size: 15px;
	position: absolute;
	margin: 20px 0 0 60px;
	}	

.odd {
	margin-right: 0;
	}

.sidebar_menu {
	margin: 0; 
	padding: 0; 
	list-style: none;
	}
	
.sidebar_menu li {
	margin: 0 0 3px 0;
	padding: 3px 0;
	border-bottom: 1px solid #ddd;
	}
	
.sidebar_menu li a {
	text-decoration: none;
	font-size: 15px;
	}
	
.sidebar_menu li a span {
	color: #f00;
	}

.sm_two_col {
	margin: 0; 
	padding: 0; 
	list-style: none;
	font-family: Conkordia;
	}
	
.sm_two_col li {
	margin: 0; 
	padding: 0;
	}

.sm_two_col li a {
	display: block; 
	float: left;
	width: 250px;
	text-decoration: none; 
	font-size: 17px;  
	margin: 0 0 3px 0; 
	padding: 3px 0; 
	border-bottom: 1px solid #ddd; 
}

.sm_two_col li a span {
	color: #f00;
	}

#sidebar form {
	padding: 0;
	margin: 0;
	}

#sidebar form .newsletter_email { 
	width: 160px; 
	height: 28px; 
	background: url(../images/subscribe.jpg) no-repeat; 
	border: none; 
	padding: 0 5px; 
    }

#sidebar form #submit { 
	background: none; 
	border: none; 
	text-decoration: underline; 
	font-size: 11px; 
	cursor: pointer; 
    }

.icon_link { 
	display: block; 
	float: left; 
	margin-left: 20px; 
	width: 50px; 
    }

/* end of content */

/* footer */

#footer_wrapper {
	width: 100%;
	background: #000;
        min-width: 1350px;
    }

#footer {
	width: 1140px;
	padding: 0px 0px;
	margin: 0 auto;
	color: #ddd;
    }

#footer a {
   color: #9d9d9d;
   text-decoration: none;
    }

#footer h4 {
	color: #bebebe;
	font-weight: normal;
    }

.footer_box {
	float: left;
	padding-right: 24px;
	margin-right: 120px;
	border-right: 0px solid #131313;
    }

.col_w160 {
	width: 140px;
    }

.col_w260 {
	width: 200px;
    }
	
.col_w260_admin {
	width: 200px;
	color: black;
    }	

.col_300 {
	width: 300px;
    }

.fb_last {
	margin: 0;
	padding: 0;
	border: 0;
	}

.footer_menu {
	margin: 20px 0;
	padding: 0;
	list-style: none;
	}

.footer_menu li { 
	background: url(../images/list.jpg) no-repeat scroll 0 0px; 
	margin: 0 0 5px; 
	padding: 0 0 5px 25px; 
	line-height: 1em; 
    }

.footer_menu li a { 
	color: #9d9d9d; 
	text-decoration: none; 
    }

.footer_menu li a:hover { 
	color: #fff; 
	text-decoration: none;
    }
/* end of footer */

#copyright {
	width: 1270px;
	padding: 15px 40px;
	margin: 0 auto;
	color: #333;
	background: #fff;
	font-size: 13px;
	text-align: center;
    }

/* contact */
/* Внешний вид полей ввода*/

input {
  outline:none;
  background-color: #eee; 
  display: inline-block;
  margin: 10px auto;
  border: 2px solid #eee;
  padding: 10px 20px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  border-radius: 20px;
    }

textarea {
  outline:none;	
  display: inline-block;
  margin: 10px auto;
  border: 2px solid #eee;
  padding: 10px 0px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  resize: none; 
  border-radius: 10px;
    }

button {
  background-color: #008eff; 
  display: block;
  margin: 10px 70px;
  border: 2px solid #008eff;
  padding: 10px 20px;
  font-family: Verdana, Arial, sans-serif;
  color: #fff;
  font-size: 14px;
  border-radius: 20px;
    }

button:hover {
  background-color: #83c1f7; 
  border: 2px solid #83c1f7;	
    }
   
/* Form Style */

.btn {
  color: #fff;
  background: #008eff;
    }

.contact {
  width: 450px;  
  font-size: 26px;
  margin: 10px 80px;
    }

.label {
	width: 190px;
	color: #00b4ef; 
	text-align:center;
    margin: 25px 0px;	
    }

.rey{
	margin-left: 300px;
	}
	
/* Заголовок */
	
.block {
    text-align: center;                                            /* выравнивание заголовка по центру обертки */
    width: 80%;                                                   /* ширина обертки. На самом деле для фиксированной верстки можно использовать и px, но лучше сразу адаптировать под разные устройства, т.к. это, что называется, тренди :-) */
    margin: 10px 80px;                                       /* выравнивание обертки по центру документа */
    overflow: hidden;                                         /* прячем линии за границами обертки, чтобы в случае изменения ширины экрана линии не выходили за ее пределы */   
    }

.block span {
     position: relative;
    }

.block span:before {
    display: block;                                               /* делаем псевдоэлемент блоком для последующего работы с ним, как с простым div'ом */
    width:1000px;                                              /* устанавливаем ширину линию. Можно использовать произвольную ширину */
    content: '';                                                  /* позволяет вставлять генерируемое содержание в текст страницы, которое первоначально в тексте отсутствует */
    position: absolute;                                      /* абсолютное позиционирование для управления линиями */
    border-bottom: 2px solid #85a5ff;              /* бордер псевдо дива, т.е. сама линия */
    top:50%;                                                 /* позиционирование по вертикали */
    right: 110%;                                           /* позиционирование по горизонтали */
    }
 
/* аналогичные стили для второго псевдоэлемента */
 
.block span:after {
    display: block;
    width:1000px;
    content: '';
    position: absolute;
    border-bottom: 2px solid #85a5ff;
    top:50%;
    left: 110%; 
    }

.block h1 {
	font-family: Conkordia, Arial, sans-serif;
    font-size: 25px; 
    }

/* 403, 404 */

.error {
	text-align: center;
    font-size: 30px;
	color: #f00;
	padding: 100px;
    }

/* Сообщение об ошибке */

.error-cont {
margin-bottom:.5rem!important;	 
margin:10px 0px;
padding:7px!important;
width:auto;
background-color:#dc3545!important;
border-radius:20px;
font-size: 18px;
color:#fff!important;
text-align: center;
    }

.error-text {
width:auto;
font-size: 23px;
color:#f00!important;
text-align: center;
    }
 
a.error-cont:focus,a.error-cont:hover {
background-color:#bd2130!important;
    }

.full-cont {
margin-bottom:.5rem!important;	 
margin:10px 0px;
padding:7px!important;
width:auto;
background-color:#28a745!important;
border-radius:20px;
font-size: 18px;
color:#fff!important;
text-align: center;
    }

.full-cont-text {
width:auto;
font-size: 18px;
color:#28a745!important;
text-align: center;
    }  

a.full-cont:focus,a.full-cont:hover {
background-color:#1e7e34!important;
    }

 .m-3{margin:1rem!important}
 .mt-3{margin-top:1rem!important}
 .mr-3{margin-right:1rem!important}

.card{
position:relative;
display:-ms-flexbox;
display:flex;
-ms-flex-direction:column;
flex-direction:column;
min-width:0;
word-wrap:break-word;
background-color:#fff;
background-clip:border-box;
border:1px solid rgba(0,0,0,.125);border-radius:.25rem;
}

.card-body{
-ms-flex:1 1 auto;flex:1 1 auto;padding:1.25rem;
}

::placeholder {
  color: #666ad7;
  padding-left: 10px;
}


/*               */


#down,
#demo{
	position:relative;
	padding:5px;
	float:left;
	margin:10px 10px 10px 10px;
	width:230px;
	height:50px;
	display:block;
	text-decoration:none;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
span.btn-title{
	color:#fff;
	text-align:center;
	font:30px/58px Tahoma, Arial, sans-serif;
	height:50px;
	width:230px;
	display:block;
	position:relative;
	background: rgb(243,197,189); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(243,197,189,1) 0%, rgba(232,108,87,1) 50%, rgba(234,40,3,1) 51%, rgba(255,102,0,1) 75%, rgba(199,34,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(243,197,189,1)), color-stop(50%,rgba(232,108,87,1)), color-stop(51%,rgba(234,40,3,1)), color-stop(75%,rgba(255,102,0,1)), color-stop(100%,rgba(199,34,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(243,197,189,1) 0%,rgba(232,108,87,1) 50%,rgba(234,40,3,1) 51%,rgba(255,102,0,1) 75%,rgba(199,34,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(243,197,189,1) 0%,rgba(232,108,87,1) 50%,rgba(234,40,3,1) 51%,rgba(255,102,0,1) 75%,rgba(199,34,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(243,197,189,1) 0%,rgba(232,108,87,1) 50%,rgba(234,40,3,1) 51%,rgba(255,102,0,1) 75%,rgba(199,34,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(243,197,189,1) 0%,rgba(232,108,87,1) 50%,rgba(234,40,3,1) 51%,rgba(255,102,0,1) 75%,rgba(199,34,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3c5bd', endColorstr='#c72200',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	z-index:5;
	line-height:50px;
	-webkit-transition:width .2s ease-out;
	-moz-transition:width .2s ease-out;
	-o-transition:width .2s ease-out;
}
#down:hover span.btn-title,
#demo:hover span.btn-title {
	font-size:19px;
	width:135px;
	background: rgb(211,168,165); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(211,168,165,1) 0%, rgba(196,90,74,1) 50%, rgba(198,29,3,1) 51%, rgba(221,92,0,1) 75%, rgba(165,24,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(211,168,165,1)), color-stop(50%,rgba(196,90,74,1)), color-stop(51%,rgba(198,29,3,1)), color-stop(75%,rgba(221,92,0,1)), color-stop(100%,rgba(165,24,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(211,168,165,1) 0%,rgba(196,90,74,1) 50%,rgba(198,29,3,1) 51%,rgba(221,92,0,1) 75%,rgba(165,24,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(211,168,165,1) 0%,rgba(196,90,74,1) 50%,rgba(198,29,3,1) 51%,rgba(221,92,0,1) 75%,rgba(165,24,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(211,168,165,1) 0%,rgba(196,90,74,1) 50%,rgba(198,29,3,1) 51%,rgba(221,92,0,1) 75%,rgba(165,24,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(211,168,165,1) 0%,rgba(196,90,74,1) 50%,rgba(198,29,3,1) 51%,rgba(221,92,0,1) 75%,rgba(165,24,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3a8a5', endColorstr='#a51800',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow: 1px 0px 0 #AA1300, 0 1px 1px #AA1300;
	-moz-box-shadow: 1px 0px 0 #AA1300, 0 1px 1px #AA1300;
	box-shadow:1px 0px 0 #AA1300,0 1px 1px #AA1300;
}
.btn-info {
	position:absolute;
	height:50px;
	width:230px;
	top:5px;
	right:4px;
	-webkit-box-shadow:0 -1px 0 #CF0404, 0 1px 1px #CF0404;
	-moz-box-shadow:0 -1px 0 #CF0404, 0 1px 1px #CF0404;
	box-shadow:0 -1px 0 #CF0404, 0 1px 1px #CF0404;
	background: rgb(207,4,4); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(207,4,4,1) 0%, rgba(255,48,25,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(207,4,4,1)), color-stop(100%,rgba(255,48,25,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(207,4,4,1) 0%,rgba(255,48,25,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(207,4,4,1) 0%,rgba(255,48,25,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(207,4,4,1) 0%,rgba(255,48,25,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(207,4,4,1) 0%,rgba(255,48,25,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf0404', endColorstr='#ff3019',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	z-index:4;
}
.btn-info p {
	width:70px;
	margin:12px 12px 0 0;
	position:absolute;
	right:0;
	color:#EAF5FF;
	font:11px/12px Tahoma, Arial, sans-serif;
	text-align:left;
}



/ *  Font Awesome   */

@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}

 .fa{display:inline;font:  normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;}
 .fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}
 .fa-2x{font-size:2em}
 .fa-3x{font-size:3em}
 .fa-4x{font-size:4em}
 .fa-5x{font-size:5em}
 .fa-fw{width:1.28571429em;text-align:center}
 .fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}
 .fa-ul>li{position:relative}
 .fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}
 .fa-li.fa-lg{left:-1.85714286em}
 .fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}
 .fa-pull-left{float:left}
 .fa-pull-right{float:right}
 .fa.fa-pull-left{margin-right:.3em}
 .fa.fa-pull-right{margin-left:.3em}
 .pull-right{float:right}
 .pull-left{float:left}
 .fa.pull-left{margin-right:.3em}
 .fa.pull-right{margin-left:.3em}
 .fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}
 .fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}
 .fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}
 .fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}
 .fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}
 .fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}
 .fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root 
 .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}
 .fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}
 .fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}
 .fa-stack-1x{line-height:inherit}
 .fa-stack-2x{font-size:2em}
 .fa-inverse{color:#fff}

 .fa-download:before{content:"\f019"}
 .fa-mail-forward:before,.fa-share:before{content:"\f064"}
 .fa-envelope:before{content:"\f0e0"}
 .fa-copyright:before{content:"\f1f9"}
 .fa-arrow-left:before{content:"\f060"}
 .fa-arrow-right:before{content:"\f061"}
 .fa-angle-left:before{content:"\f104"}
 .fa-angle-right:before{content:"\f105"}



/*   The important stuffs. The ones that you should copy-paste and use. */

 .paginate {
  font-size: 14px;
  line-height: 1em; 
  text-align: center; 
}
 .paginate ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center; 
}

 .paginate li {
    display: inline; 
}

 .paginate a {
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 0 1px;
    margin: 1px 2px;
    padding: 5px 10px;
    display: inline-block;
    border-top: 1px solid #fff;
    text-decoration: none;
    color: #717171;
    font-size: smaller;
    font-family: "Helvetica Neueu", Helvetica, Arial, sans-serif;
    text-shadow: white 0 1px 0;
    background-color: #f5f5f5;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#eaeaea));
    background-image: -webkit-linear-gradient(top, #f9f9f9, #eaeaea);
    background-image: -moz-linear-gradient(top, #f9f9f9, #eaeaea);
    background-image: -ms-linear-gradient(top, #f9f9f9, #eaeaea);
    background-image: -o-linear-gradient(top, #f9f9f9, #eaeaea);
    background-image: linear-gradient(top, #f9f9f9, #eaeaea);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f9f9f9', EndColorStr='#eaeaea'); 
}

 .paginate a:first-child, .paginate a.first {
      margin-left: 0; 
}

 .paginate a:last-child, .paginate a.last {
      margin-right: 0; 
}

 .paginate a:hover, .paginate a:focus {
      border-color: #fff;
      background-color: #fdfdfd;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#fafafa));
      background-image: -webkit-linear-gradient(top, #fefefe, #fafafa);
      background-image: -moz-linear-gradient(top, #fefefe, #fafafa);
      background-image: -ms-linear-gradient(top, #fefefe, #fafafa);
      background-image: -o-linear-gradient(top, #fefefe, #fafafa);
      background-image: linear-gradient(top, #fefefe, #fafafa);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fefefe', EndColorStr='#fafafa'); 
}

 .paginate a.more {
      box-shadow: 0 0 0 0 transparent;
      border: 0 none;
      background: transparent;
      margin-left: 0;
      margin-right: 0; 
}

 .paginate a.active {
      box-shadow: rgba(0, 0, 0, 0.75) 0 0 0 0 inset;
      border-color: #505050;
      color: #f2f2f2;
      text-shadow: black 0 1px 0;
      background-color: #676767;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#00b4ef), to(#3396f5cc));
      background-image: -webkit-linear-gradient(top, #00b4ef, #3396f5cc);
      background-image: -moz-linear-gradient(top, #00b4ef, #3396f5cc);
      background-image: -ms-linear-gradient(top, #00b4ef, #3396f5cc);
      background-image: -o-linear-gradient(top, #00b4ef, #3396f5cc);
      background-image: linear-gradient(top, #00b4ef, #3396f5cc);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#00b4ef', EndColorStr='#3396f5cc');

}

 .paginate a.active:hover {
      box-shadow: rgba(0, 0, 0, 0.75) 0 0 0 0 inset;
      border-color: #505050;
      color: #f2f2f2;
      text-shadow: black 0 1px 0;
      background-color: #fdfdfd;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#00b4ef), to(#3396f5cc));
      background-image: -webkit-linear-gradient(top, #00b4ef, #3396f5cc);
      background-image: -moz-linear-gradient(top, #00b4ef, #3396f5cc);
      background-image: -ms-linear-gradient(top, #00b4ef, #3396f5cc);
      background-image: -o-linear-gradient(top, #00b4ef, #3396f5cc);
      background-image: linear-gradient(top, #00b4ef, #3396f5cc);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#00b4ef', EndColorStr='#3396f5cc');

}



#work_area{
    width: 800px;
    margin: 100 auto;
}
#work_area li{
    display: inline;
    font-size: 14px;
    margin-right: 10px;
}
#work_area .current{
    border: 1px dotted;
    font-size: 18px;
    padding: 3px;
}


