/* =================================== */
/*	Basic Style
/* =================================== */

body {
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
    line-height: 18px;
	font-size: 14px;
    color: #575859;
}
.text p img {
    width: 100%;
    height: auto;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

p {
    margin: 0;
}

a {
    -webkit-transition: all .3s ease-in 0s;
       -moz-transition: all .3s ease-in 0s;
        -ms-transition: all .3s ease-in 0s;
         -o-transition: all .3s ease-in 0s;
            transition: all .3s ease-in 0s;
}

iframe {
    border: 0;
}

a, a:focus, a:hover {
    text-decoration: none;
    outline: 0;
}

a:focus, a:hover {
    color: inherit;
}

h1, h2, h3,
h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	margin: 0;
}

.clear:before,
.clear:after {
    content: " ";
    display: table;
}

.clear:after {
   clear: both;
}

.clear {
   *zoom: 1;
}

.section-title,.section-titlew {
  margin: 0 auto 25px;
  /* width: 420px; */
}

.section-title h2 {
  color: #1f2021;
  font-size: 30px;
  position: relative;
    margin: 17px 0;
    padding-bottom: 11px;
}

.section-title h2:before {
  border-bottom: 1px solid #1f2021;
  bottom: 0;
  content: "";
  left: 50%;
  margin-left: -50px;
  position: absolute;
  width: 100px;
}

.section-title h2:after {
background: none repeat scroll 0 0 #fff;
border: 1px solid #1F2021;
border-radius: 25px;
bottom: -6px;
content: "";
height: 11px;
left: 50%;
margin-left: -5.5px;
position: absolute;
width: 11px;
}

.section-title p,.section-titlew p {
    line-height: 25px;
    font-weight: 300;
    font-size: 13px;
}
.section-titlew h2 {
  color: #fff;
  font-size: 30px;
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 27px;
  text-transform: uppercase;
}

.section-titlew h2:before {
  border-bottom: 1px solid #fff;
  bottom: 0;
  content: "";
  left: 50%;
  margin-left: -50px;
  position: absolute;
  width: 100px;
}

.section-titlew h2:after {
background: none repeat scroll 0 0 #000;
border: 1px solid #fff;
border-radius: 25px;
bottom: -6px;
content: "";
height: 11px;
left: 50%;
margin-left: -5.5px;
position: absolute;
width: 11px;
}

.btn {
    border-radius: 0;
}

.btn:hover,
.btn:focus {
    outline: 0;
}

.btn-blue {
  background-color: #00c7fc;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  padding: 10px 35px;
}

.kill-margin {
    margin: 0 !important;
}

/*************************
*******Navigation******
**************************/

#navigation,
.navbar-brand,
.navbar-toggle,
.navbar-nav > li > a,
.search-form > #search-sub {
  -webkit-transition: all 0.6s ease;
     -moz-transition: all 0.6s ease;
      -ms-transition: all 0.6s ease;
       -o-transition: all 0.6s ease;
          transition: all 0.6s ease;
}

.animated-nav .navbar-brand {
  padding: 13px 15px;
}

.animated-nav .navigation .navbar-nav > li > a {
  padding: 23px 0;
}

#navigation > .container {
  border-bottom: 1px solid #636364;
}

.animated-nav#navigation > .container {
  border-bottom: none;
}


.navbar-brand {
  height: inherit;
  padding: 28px 15px;
}

.navbar-brand a {
  display: block;
}

.navigation .navbar-nav > li > a {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 38px 0px;
  margin: 0 10px;
  text-transform: uppercase;
}

.navigation .navbar-nav > li.current > a {
  color: #00C7FC;
  border-bottom: 1px solid #00C7FC;
  margin-bottom: -1px;
}

.animated-nav .navigation .navbar-nav > li.current > a {
  color: #fff;
  border-bottom: 1px solid #fff;
  margin-bottom: 0px;
}

.navigation .navbar-nav > li > a:focus,
.navigation .navbar-nav > li > a:hover {
  background-color: transparent;
}

.search-form {
  position: relative;
}

.search-form > #search {
  width: 100%;
}

.search-form > #search {
  background-color: transparent;
  height: 40px;
    border: 0 ;
  margin-top: 28px;
  width: 100%;
}

.search-form > #search-sub {
  background: url("../img/icons/search.png") no-repeat scroll 0 0 transparent;
  border: 0 ;
  bottom: 11px;
  height: 15px;
  position: absolute;
  right: 8px;
  padding: 0;
  text-indent: -9999em;
  width: 15px;
}

.animated-nav .search-form > #search-sub {
    bottom: 22px;
}

/*************************
*******Main Slider******
**************************/


#home{
  padding: 0;
  overflow: hidden;
}
#home .address {
	position: absolute;
	right: 20px;
	top: 120px;
	color: #fff;
	font-size: 18px;
	background-color: rgba(15,116,143,0.3);
	padding: 12px;
    max-width: 340px;
    line-height: 24px;
}
#home-carousel .carousel-inner .item {
  background-size:cover;
    height: 600px;
}

#home-carousel .slider-content {
  height: 100%;
}

#home-carousel .carousel-caption {
  left: 0;
  top: 0;
  z-index: 11;
  text-align: left;
}

.carousel-caption > div {
  background-color: rgba(15,116,143,0.6);
  padding: 60px 50px 80px 20%;
  position: absolute;
  top: 45%;
  width: 60%;
}

#home-carousel .carousel-inner h2 {
  color: #ffffff;
  font-size: 30px;
  line-height: 50px;
  margin-bottom: 20px;
  text-shadow: none;
  text-transform: uppercase;
}

#home-carousel .carousel-inner p {
  color: #FFFFFF;
  line-height: 28px;
  font-size: 13px;
  margin-top: 0;
  text-shadow:none;
}

#nav-arrows > a {
  border: 1px solid #fff;
  color: #fff;
  display: block;
  height: 60px;
  line-height: 76px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 60px;
  z-index: 20;
  margin-top: -30px;

    -webkit-transition: all 0.3s ease 0s;
       -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
         -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
}

#nav-arrows > a.sl-prev {
    left: 50px;
}

#nav-arrows > a.sl-next {
    right: 50px;
}

#nav-arrows > a.sl-next:hover, #nav-arrows > a.sl-prev:hover {
    background-color: #009EE3;
    border-color: #009EE3;
    color: #fff;
}

.carousel-indicators .active {
  background-color: #00c7fc;
  border: 0;
}


/*============================================================
    Services
============================================================*/

figure.image img {
	width:100%;
}

.sidebar {
	border-right: 1px solid #d3d3d3;
    margin-right: -1px;
	padding:50px 15px;
}
.sidebar-block ul li {
    font-size: 15px;
	border-bottom:1px solid #e9e9e9;
}
.sidebar-block ul li a {
	color:#1f2021;
	display:inline-block;
	padding: 17px 10px;
}
.sidebar-block:not(:last-child){
	margin-bottom:50px;
}
.sidebar-block .title {
	color:#1f2021;
	font-style:italic;
	font-weight:600;
	margin:15px 0 10px;
}
.sidebar-block p {
	color:#6f6f6f;
}
.sidebar-block .link {
	color:#1f2021;
	text-decoration:underline;
	margin:10px 0;
	display:inline-block;
}
.sidebar-block .sbnews:not(:last-child) {
	border-bottom: 2px dotted #a3a3a4;
}
.sidebar-header {
	font-size:30px;
	color:#09afe8;
	border-bottom: 1px solid #09afe8;
	padding: 15px 0;
}
.sidebar-header img {
	margin-top: -4px;
    padding:0 10px;
}
.sidebar-block ul li a {
  display: block;
}
.sidebar-block ul li:last-child {
  border-bottom: none;
}
.sidebar-block ul li a i {
	float: right;
    margin-top: 2px;
}
.sidebar-block ul li a:hover {
  color:#1f2021;
}
.sidebar-block ul li ul {
	border-top: 1px solid #e9e9e9;
	display:none;
}
.sidebar-block ul li ul li a {
	padding-left:25px;
}
.cont {
	border-left: 1px solid #d3d3d3;
	padding:40px 15px;
	overflow-x: auto;
}

#service .media > .pull-left{
    margin-right: 50px;
}

#service .media .media-body h3{
    color: #00C7FC;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 15px;
}

#service .media .media-body p{
    color: #A8A8A8;
    font-size: 13px;
    line-height: 24px;
}

#service .media{
    padding-bottom: 50px;
    padding-left: 20px;
}




.service-item {
    margin-bottom: 70px;
}

.service-icon {
  float: left;
  margin-top: 8px;
}

.service-desc {
    margin-left: 115px;
}

.service-item h3 {
  color: #00c7fc;
  font-size: 20px;
  margin-bottom: 28px;
}

.service-item p {
  line-height: 24px;
}


/*============================================================
    Service Bottom
============================================================*/

#service-bottom {
  background: url('../img/bg.jpg');
  padding-bottom: 0;
  position: relative;
}

.mobile-device {
  position: relative;
}

.mobile-device img {
  float: left;
  position: relative;
}

.mobile-device .black {
  left: 98px;
  z-index: 2;
}

.mobile-device .white {
  bottom: -62px;
  z-index: 1;
}

.service-features {
  background-color: #0f748f;
  color: #fff;
  height: 335px;
  padding: 50px 0 50px 65px;
  position: absolute;
  right: 0;
  top: 18%;
  width: 45%;
}

.service-features h3 {
  margin-bottom: 60px;
  text-transform: uppercase;
}

.service-features ul li {
  background: url("../img/icons/list-bg.png") no-repeat scroll 0 13px transparent;
  font-size: 16px;
  line-height: 36px;
  padding-left: 50px;
}


/*============================================================
    Portfolio
============================================================*/

#projects {
    width: 90%;
	margin: auto;
}

.project-filter {
  margin-bottom: 40px;
}

.project-filter ul li {
  padding: 0;
}

.project-filter ul li a {
  color: #000;
  display: block;
  line-height: 18px;
  padding: 10px 20px;
  text-transform: uppercase;
}

.project-filter ul li a:hover,
.project-filter ul li a.active {
    background-color: #00C7FC;
    color: #fff;
}

.mix {
    display: none;
}

.portfolio-item {
    position: relative;
    float: left;
    overflow: hidden;
    padding: 10px;
	text-align: -webkit-center !important;
	text-align: center;
}

.plus {
  background: url("../img/icons/plus.png") no-repeat scroll center center #0faed9;
  border-radius: 50%;
  display: block;
  height: 80px;
  left: 50%;
  margin: -40px 0 0 -40px;
  position: absolute;
  top: -41px;
  width: 80px;

    -webkit-transition: 0.3s ease-out 0s;
       -moz-transition: 0.3s ease-out 0s;
        -ms-transition: 0.3s ease-out 0s;
         -o-transition: 0.3s ease-out 0s;
            transition: 0.3s ease-out 0s;
}

figcaption.mask {
  background-color: #fff;
  bottom: -101px;
  left: 0;
  padding: 30px 0 30px 30px;
  position: absolute;
  width: 100%;

    -webkit-transition: 0.3s ease-out 0s;
       -moz-transition: 0.3s ease-out 0s;
        -ms-transition: 0.3s ease-out 0s;
         -o-transition: 0.3s ease-out 0s;
            transition: 0.3s ease-out 0s;
}

.portfolio-item:hover figcaption.mask {
    bottom: 0;
}

.portfolio-item:hover .plus {
    top: 30%;
}

figcaption.mask h3 {
  color: #1f2021;
  font-size: 20px;
  line-height: 28px;
}

figcaption.mask span {
  color: #0FAED9;
}


#reviews {
    background: url('../img/bg.jpg');
    padding-bottom: 0;
    position: relative;
	padding-bottom:40px;
}
/*============================================================
    FAQ
============================================================*/

#faq {
    background: url('../img/bg.jpg');
    padding-bottom: 0;
    position: relative;
	padding-bottom:40px;
}

.about-us img {
  margin: 0 auto;
}

/* Counter section */

#count {
  background-color: #121116;
  padding-bottom: 90px;
}

.counter-section {
  background-color: #096c89;
  padding: 25px 0 40px;
}

.fact-item {
  color: #fff;
}

.fact-icon {
  position: relative;
  width: 50px;
  height: 28.87px;
  background-color: #1F2021;
  margin: 14.43px auto;
}

.fact-icon:before,
.fact-icon:after {
  content: "";
  position: absolute;
  width: 0;
  left: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
}

.fact-icon:before {
  bottom: 100%;
  border-bottom: 14.43px solid #1F2021;
}

.fact-icon:after {
  top: 100%;
  width: 0;
  border-top: 14.43px solid #1F2021;
}

.fact-icon > i {
  line-height: 27px;
}

.fact-item span {
  display: block;
  font-size: 50px;
  line-height: 42px;
  font-weight: 700;
  margin: 28px 0 20px;
}

.fact-item p {
  font-weight: 300;
}

.faq-single,.faq-single-r {
  margin-bottom: 20px;
  margin-left: 15px;
  margin-right: 15px
}

.faq-single img {
  max-width: 70px;
  float: left;
}
.faq-single-r img {
  max-width: 70px;
  float: right;
}
.faq-content {
  border-bottom: 1px solid #a9a9a9;
  margin: 10px 0 0 100px;
  /* padding-bottom: 20px; */
}
.faq-content-r {
  border-bottom: 1px solid #a9a9a9;
  margin: 10px 100px 0 0;
  /* padding-bottom: 20px; */
}

.faq-content p {
  color: #fff;
  line-height: 25px;
}
.faq-content-r p {
  color: #fff;
  line-height: 25px;
  text-align:right;
}

.faq-content span {
  float: left;
  font-style: italic;
  margin-right: 5px;
  margin-bottom: 5px;
}
.faq-content-r span {
  float: right;
  font-style: italic;
  margin-left: 5px;
  margin-bottom: 5px;
}
/*============================================================
    FAQ
============================================================*/

.subtitle {
  margin: 0 auto;
  width: 95%;
}

.subtitle h3 {
  color: #1f2021;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.subtitle p {
  line-height: 25px;
  margin-bottom: 65px;
}

.tst-single,.tst-single-r {
  margin-bottom: 40px;
}

.tst-single img {
  max-width: 100px;
  float: left;
}
.tst-single-r img {
  max-width: 100px;
  float: right;
}
.tst-content {
  border-bottom: 1px solid #a9a9a9;
  margin: 10px 0 0 160px;
  padding-bottom: 25px;
}
.tst-content-r {
  border-bottom: 1px solid #a9a9a9;
  margin: 10px 160px 0 0;
  padding-bottom: 25px;
}

.tst-content p {
  color: #fff;
  line-height: 25px;
}
.tst-content-r p {
  color: #fff;
  line-height: 25px;
  text-align:right;
}

.tst-content span {
  float: right;
  font-style: italic;
  margin-right: 5px;
}
.tst-content-r span {
  float: left;
  font-style: italic;
  margin-left: 5px;
}

/* carousel navigation */

.owl-pagination {
  text-align: center;
}

.owl-controls .owl-page {
  cursor: pointer;
  display: inline-block;
}

.owl-controls .owl-page span {
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #ACACAC;
  display: block;
  height: 12px;
  margin: 5px 4px;
  width: 12px;
}

.owl-controls .owl-page.active span,
.owl-controls .owl-page:hover span {
  background-color: #00C7FC;
  border-color: #00C7FC;
}


/* progress bars */

.progress-bars > span {
  color: #1f2021;
  line-height: 24px;
  text-transform: uppercase;
}

.progress {
  background-color: #dbdbdb;
  border-radius: 0;
  box-shadow: none;
  height: 25px;
  margin-bottom: 25px;
}

.progress .bar {
  width: 0;
  height: 25px;
  background-color: #00C7FC;

  -webkit-transition: width 0.6s ease;
     -moz-transition: width 0.6s ease;
      -ms-transition: width 0.6s ease;
       -o-transition: width 0.6s ease;
          transition: width 0.6s ease;
}


.progress .bar small { color:#fafafa; font-size:12px; }

.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
     -moz-animation: progress-bar-stripes 2s linear infinite;
      -ms-animation: progress-bar-stripes 2s linear infinite;
       -o-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}

.progress-success .bar, .progress-green .bar {
  background-color: #00C7FC;

}



/*=================================
    Quotes
===================================*/

#quotes {
    background-color: #1F2021;
}

.call-to-action {
    color: #fff;
    font-weight: 600;
}

.call-to-action p {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 15px;
}



/*============================================================
    Pricing
============================================================*/

.pricing-table {
  color: #1f2021;
  font-size: 16px;
  line-height: 24px;
}

.pricing-table .price {
  border-top: 1px solid #00c7fc;
  padding: 35px 0 45px;
}

.pricing-table .plan {
  display: block;
  text-transform: uppercase;
}

.pricing-table .value {
  font-size: 13px;
  font-weight: 600;
}

.pricing-table .value > small {
  font-size: 20.33px;
  margin-right: 15px;
  position: relative;
  top: -27px;
}

.pricing-table .value > strong {
  font-size: 59.48px;
  margin-right: 10px;
  line-height: 69.22px;
}

.pricing-table ul {
  border-bottom: 1px solid #00c7fc;
  border-top: 1px solid #00c7fc;
}

.pricing-table ul li {
  margin: 20px 0;
  padding-bottom: 20px;
  position: relative;
}

.pricing-table ul li:after {
  border-bottom: 1px solid #00c7fc;
  bottom: 0;
  content: "";
  display: block;
  left: 50%;
  margin-left: -65px;
  position: absolute;
  width: 130px;
}

.pricing-table ul li:last-child:after {
  border-bottom: none;
}

.pricing-table ul li:last-child {
  margin-bottom: 0;
}

.btn-price {
  border: 1px solid #00c7fc;
  color: #1f2021;
  margin-top: 40px;
  padding: 10px 30px;
}

.special-plan,.special-planw {
    margin-top: 100px;
}

.special-plan p {
    font-size: 20px;
    margin-bottom: 35px;
    color: #1f2021;
}
.special-planw p {
    font-size: 20px;
    margin-bottom: 35px;
    color: #fff;
}


/*============================================================
    Media Queries
============================================================*/

#subscribe {
  background-color: #1f2021;
  color: #fff;
  line-height: 24px;
}

.subscription-form {
  color: #fff;
  position: relative;
}

.subscription-form i {
  left: 21px;
  position: absolute;
  top: 22px;
}

.subscription-form .subscribe {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  height: 58px;
  text-indent: 60px;
  width: 100%;
}

.subscription-form #mail-submit {
  background-color: #00c7fc;
  border: 0 none;
  color: #fff;
  padding: 16px 35px;
  position: absolute;
  right: 1px;
  top: 1px;
}


/*============================================================
    Contact Us
============================================================*/

.contact-form .input-field {
  margin-bottom: 30px;
}

.contact-form .form-control {
  border: 1px solid #dbdbdb;
  padding: 20px;
  border-radius: 0;
  height: 58px;
  box-shadow: none;
}

.contact-form .message .form-control {
  height: 198px;
}

.contact-form .form-control::-moz-placeholder {
  color: #1f2021;
}

.contact-form #msg-submit {
  font-size: 13px;
  padding: 17px 50px;
}

.contact-details {
  margin-bottom: 90px;
}

.contact-details > span {
  color: #1f2021;
  display: block;
  margin-bottom: 35px;
}
.form-item-cod{
  width: 40%;
}


/*============================================================
    Footer
============================================================*/

#footer {
    background: url('../img/bg.jpg');
    padding: 115px 0 35px;
}

.footer-logo {
    margin-bottom: 45px;
}

.footer-social {
    margin-bottom: 50px;
}

.footer-social h3 {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

.footer-social h3:after {
  border-bottom: 1px solid #fff;
  bottom: 0;
  content: "";
  display: block;
  left: 50%;
  margin-left: -115px;
  position: absolute;
  width: 230px;
}

.footer-social ul li a {
  color: #fff;
  display: block;
  margin: 0 8px;
}

.footer-social ul li a:hover {
  color: #00C7FC;
}

.copyright {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    line-height: 26px;
}

.copyright a {
    color: #00C7FC;
}

.copyright a:hover {
    color: #fff;
}

.copyright p {

}

.copyright p:first-child {
    margin-bottom: 15px;
}
legend {
	border:none;
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 15px;
}
.input, .textarea, .select {
	width:100%;
	background:#f2f2f2;
	border:1px solid #00c8fe;
	border-radius:3px;
	margin-bottom: 20px;
	padding:5px 10px;
	min-height:36px;
}
.content button {
	background:#00c8fe;
	border-radius:3px;
	border:none;
	color:#fff;
	padding:5px 20px;
	margin-top: 15px;
	height:44px;
}
input[type=checkbox] {
	vertical-align: top;
}
.button {
	background:#00c8fe;
	border-radius:3px;
	border:none;
	color:#fff;
	padding:5px 20px;
	margin-top: 15px;
	line-height:34px;
	display:inline-block;
}
.button.disabled {
    color: #595d6e;
    background-color: #e2e5ec;
    border-color: #e2e5ec;
    cursor: default;
}
.dashed {
	border-top:1px dashed #cccccc;
}
.notice:not(:first-child) {
	margin-top:40px;
	color:#3b4b73;
}
.notice img {
	width:140px;
	height:140px;
	object-fit:contain;
	display:inline-block;
	border-radius:5px;
}
.notice .img {
	width: 21%;
	position:relative;
}
.notice .img:before{
    border-left: 1px solid #00c8fe;
    top: calc(50% - 45px);
    content: "";
    right: 5px;
    margin-left: 0px;
    position: absolute;
    height: 90px;
}
.notice .img:after{
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #00c8fe;
    border-radius: 25px;
    bottom: calc(50% - 4.5px);
    content: "";
    height: 9px;
    right: 1px;
    position: absolute;
    width: 9px;
}
.notice .text {
	width: 54%;
	line-height: 22px;
}
.notice .contact {
	height: 140px;
    border-right: 1px solid #00c8fe;
}
.notice .contact:before{
    border-left: 1px solid #00c8fe;
    top: calc(50% - 45px);
    content: "";
    left: 5px;
    margin-left: 0px;
    position: absolute;
    height: 90px;
}
.notice .contact:after{
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #00c8fe;
    border-radius: 25px;
    bottom: calc(50% - 4.5px);
    content: "";
    height: 9px;
    left: 1px;
    position: absolute;
    width: 9px;
}

.notice .contact a {
	display:block;
	margin-bottom:20px;
	color:#3b4b73;
	font-style:italic;
	font-weight:600;
}
.notice .contact a i {
	margin-right:10px;
	width:20px;
	color:#00c8fe;
	font-size:16px;
}
.notice .contact span, .notice .text h3 {
	display:block;
	font-size: 18px;
    font-weight: 600;
    color: #3b4b73;
	margin-bottom: 25px;
}
.news .title h3, .votes .title h3 {
	font-size: 18px;
    font-weight: 600;
    color: #3b4b73;
	margin-bottom: 15px;
    line-height: 23px;
}
/*.news {*/
/*	padding:10px 0;*/
/*	border-bottom:1px solid #00c8fe;*/
/*}*/
.news, .votes {
    position: relative;
    margin-left: 10px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #d3d3d3;
}
.news:before, .votes:before {
    content: "";
    display: block;
    border-left: 5px solid #00c8fe;
    width: 1px;
    height: calc(100% - 30px);
    position: absolute;
    top: 0;
    left: -25px;
}
.votes .quest {
    color: #00c8fe;
    font-weight: 600;
    padding: 10px 0;
}
.news .button {
	margin-top:0;
}
.news .date {
	font-size: 12px;
	color: #3b4b73;
	line-height:44px;
}
.forum .title {
	font-size: 15px;
	border-bottom: 1px solid #dcdcdc;
	color: #1f2021;
	padding:15px 25px;
	position:relative;
}
.forum .noForum {
	font-size: 15px;
	color: #1f2021;
	padding:15px 25px;
	position:relative;
}
.forumRight {
	float: right;
    max-width: 265px;
	width:100%;
    display: inline-block;
}
.forumRight div {
	display:inline-block;
	text-align:center;
}
.forumRight .ntheme {
	width:60px;
}
.forumRight .nmess {
	width:110px;
}
.forumRight .act {
	width:95px;
}
.title .forumRight .act {
	text-align:right;
}
.forum .title:after {
  content: "";
  display: block;
  border-bottom: 2px solid #2172cd;
  width: 100px;
  margin-bottom: -1px;
  position: absolute;
  bottom: 0;
}
.forum {
  border: 1px solid #dcdcdc;
  background: #fff;
  margin-bottom: 10px;
}
.forum .forumItem {
	padding: 20px 25px;
	color:#707070;
}
.forum .forumItem .forumRight {
	font-weight:600;
	margin-top:10px;
}
.forum .forumItem:nth-child(even) {
	background:#ecf1fc;
}
.forumPost {
	color:#1a1a1a;
}
.forumPost .date {
	display: inline-block;
    float: right;
    margin-top: 10px;
    font-weight: 600;
	color:#707070;
	font-size: 12px;
}
.forumPost .author {
	color:#707070;
	font-weight:600;
	margin: 10px 0 15px;
	display: inline-block;
	text-decoration:none;
}
.forumPost .postTitle {
	font-size: 18px;
    margin-top: 5px;
    margin-left: 65px;
    padding-bottom: 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e9e9e9;
}
.forumLeft {
    display: inline-block;
	max-width:calc(100% - 285px);
	width:100%;
}
.forumLeft .author {
	color:#707070;
	font-style:italic;
	font-size:13px;
}
.forumLeft .author a {
	text-decoration:none;
	color:#707070;
}
.forumLeft .img, .forumPost .img {
	width: 65px;
    height: 65px;
    float: left;
}
.forumLeft .img img, .forumPost .img img {
	width: 40px;
    height: 40px;
	object-fit: cover;
	border-radius: 2px;
}
.forumLeft .img span, .forumPost .img span {
	display: block;
    background: #499ec5;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    color: #fff;
    border-radius: 2px;
}
.forumLeft .img span i,.forumPost .img span i  {
	line-height: 40px;
}
.forumLeft .forumLink {
	text-decoration:none;
	color:#1a1a1a;
	margin: 10px 0 15px;
    display: block;
}
.postText blockquote {
	border-left: 5px solid #ccc;
    padding: 10px 15px;
    margin-bottom: 5px;
    font-style: italic;
    background: aliceblue;
	font-size:unset;
}
.forumBottom {
	text-align: right;
}
.forumBottom a {
	font-size:18px;
	color:#cbcbcb;
}
.forumBottom a:not(:first-child) {
	margin-left:10px;
}
.forumBottom a.quote_btn:hover {
	color:#60c549;
}
.forumBottom a.del_btn:hover {
	color:#f33223;
}
.forumLeft p, .postText  {
	margin-left:65px;
	word-break: break-word;
}
.profile:after {
	content:"";
	clear:both;
	display: table;
}

.profile .ava {
	width: 280px;
    display: inline-block;
	position:relative;
    float: left;
}
.profile .ava > a {
	position: absolute;
    left: 0;
    top: 0;
    padding: 5px 10px;
    color: #fff;
    background: rgba(0,0,0,0.5);
    border-bottom-right-radius: 5px;
}
.profile .ava img {
	width:250px;
	height: 250px;
    object-fit: cover;
}

.profile p {
	font-weight: 600;
    padding: 8px 0;
    border-bottom: 1px dotted #ccc;
    margin-left: 280px;
}

.profile a {
	color:#1a1a1a;
}

.profile a:hover {
	text-decoration:none;
}

.profile p span{
	color:#7a7a7a;
	font-weight:400;
}

.profile #myfoto {
	display:none;
}

.profile #myfotolabel {
	background:#1a1a1a;
	margin-bottom:20px;
	color:#fff;
	width:250px;
	display:block;
	line-height:36px;
	text-align:center;
	font-size:13px;
	cursor:pointer;
}
.profile .editlink {
	font-size: 13px;
    text-align: center;
    display: block;
    margin: 20px 0;
}
.cont table {
	width:100%;
	text-align: center;
	font-size:16px;
}
.cont table thead {
	border-bottom: 1px dotted #e9e9e9;
}
.cont table thead th {
	text-align: center;
	color:#818080;
	font-style:italic;
	padding: 20px 10px;
	position:relative;
}
.cont table tfoot tr {
	border-top: 1px dotted #e9e9e9;
	color:#818080;
	font-weight:600;
}

.cont table tr:not(:last-child) {
	border-bottom: 1px dotted #e9e9e9;
}

.cont table tr td {
	padding: 20px 0;
	min-width:100px;
	position:relative;
}
.cont table tr td:not(:last-child):after,.cont table thead th:not(:last-child):after {
	content: "";
    border-left: 1px solid #131313;
    position: absolute;
    right: 0;
    display: block;
	height: 16px;
    width: 1px;
    top: calc(50% - 8px);
}
.cont table b {
	font-weight:600;
}
.cont table a {
	color: inherit;
    font-size: 14px;
    text-decoration: none;
}
.cont table a:hover {
	text-decoration:underline;
}
.cont table a i {
	margin-right:5px;
}
.ck-content.ck-editor__editable {
    min-height: 200px;
}
.files {
	min-height:110px;
	margin-bottom:38px;
}
.files .img {
	width:60px;
	display:inline-block;
	vertical-align: top;
	margin-bottom:15px;
}
.files .text {
	width:calc(100% - 64px);
	display:inline-block;
	word-wrap:break-word;
	line-height: 16px;
	color:#343434;
}
.files .text p {
	color:#909090;
	margin-top:10px;
}
.files a {
	width:110px;
	background:#00c7fc;
	display:inline-block;
	text-align:center;
	color:#fff;
	padding:6px 0;
}
.files a:last-child {
	margin-left:12px;
	background:#121116;
}
a:hover {
	opacity:0.6;
}
progress {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  max-width: 280px;
  width:100%;
  height: 20px;
  border: none;
  background: #dddddd;
  border-radius: 3px;
  margin-bottom: 15px;
}

progress::-webkit-progress-bar {
  background: #dddddd;
  border-radius: 3px;
}

progress::-webkit-progress-value {
  background-color: var(--prcolor);
  border-radius: 3px;
}

progress::-moz-progress-bar {
  background-color: var(--prcolor);
  border-radius: 3px;
}
.conttable {
	padding: 40px 0;
}
.conttable .title{
	color: #09afe8;
	font-size:16px;
	font-weight:600;
	border-bottom: 1px solid #e9e9e9;
	line-height: 50px;
}
.cont .pagination {
	text-align:center;
	margin-bottom: 20px;
	width: 100%;
}
.cont .pagination a {
    min-width: 24px;
    border: 1px solid #e9e9e9;
    text-decoration: none;
	color:inherit;
	padding: 5px 2px;
	font-weight:600;
	display: inline-block;
}
.cont .pagination a i {
	vertical-align: middle;
}
.cont .pagination a.active,.cont .pagination a:hover {
	background: #09afe8;
	border-color:#09afe8;
	color:#fff;
}
.cont ul{
    padding-left: 40px;
	margin:unset;
	list-style: disc;
}
.cont ul li {
    list-style: unset;
}
figure table {
	text-align:unset !important;
}
figure table td:after {
	display:none !important;
}
figure table td {
	padding:10px 0 !important;
}
.message {
    margin-bottom: 20px;
    padding: 10px 20px 10px 60px;
    position: relative;
    font-weight: 600;
	min-height: 55px;
}
.message i {
	position: absolute;
    left: 10px;
    font-size: 35px;
}
.message.margin-top {
    margin-top: 10px;
    margin-bottom: 0;
}
.message.errors {
	background: rgba(255, 0, 0, 0.3);
	border: 1px solid red;
}
.message.errors i {
	color: orangered;
}
.message.infos {
	background: rgba(255, 165, 0, 0.3);
    border: 1px solid orange;
}
.message.infos i {
	color: orange;
}
.cont .addre {
	display: inline-block;
    vertical-align: top;
    width: calc(100% - 300px);
    margin-left: 10px;
}
.cont .comm {
	border: 1px solid #dcdcdc;
    background: #fff;
    margin-bottom: 10px;
	padding: 20px 25px;
}
.cont .text.comm .img {
	width: 65px;
    height: 65px;
    float: left;
}
.cont .text.comm .img img{
	width: 40px;
    height: 40px;
	object-fit: cover;
    border-radius: 2px;
}
.cont .text.comm .comment {
  margin-left: 65px;
}
.cont .text.comm .comment .author {
	color: #707070;
    font-weight: 600;
    margin-bottom:10px;
    display: inline-block;
    text-decoration: none;
}
.cont .text.comm .comment .date {
    display: inline-block;
    float: right;
    font-weight: 600;
    color: #707070;
	font-size: 12px;
}
.flexMenu-viewMore {
	position:relative;
}
.flexMenu-popup {
	background: #1b1b1d;
	right: 0;
    top: 96px;
}
.animated-nav .flexMenu-popup {
	top: 81px;
}
.flexMenu-popup li {
	display:block;
}
.flexMenu-popup li a {
	white-space: nowrap;
	color:#fff;
	text-transform: uppercase;
	font-size: 12px;
    font-weight: 600;
	padding: 7px 13px;
    display: block;
}
.flexMenu-popup::before {
	content:"";
	position:absolute;
	background: #1b1b1d;
	width:20px;
	height:20px;
	top: -10px;
    right: 25px;
    transform: rotateZ(45deg);
	z-index: -1;
}
#navigation .container {
	display: flex;
}
.impotant {
    background: red;
    color: #fff;
    padding: 0 5px;
}
/* свойства модального окна по умолчанию */
.modal {
    position: fixed; /* фиксированное положение */
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.5); /* цвет фона */
    z-index: 1050;
    opacity: 0; /* по умолчанию модальное окно прозрачно */
    -webkit-transition: opacity 200ms ease-in;
    -moz-transition: opacity 200ms ease-in;
    transition: opacity 200ms ease-in; /* анимация перехода */
    pointer-events: none; /* элемент невидим для событий мыши */
    margin: 0;
    padding: 0;
}
/* при отображении модального окно */
.modal-open {
    opacity: 1; /* делаем окно видимым */
    pointer-events: auto; /* элемент видим для событий мыши */
    overflow-y: auto; /* добавляем прокрутку по y, когда элемент не помещается на страницу */
    display: block;
}
/* ширина модального окна и его отступы от экрана */
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
@media (min-width: 576px) {
    .modal-dialog {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -90%);
        max-width: 500px;
        width: 100%;
    }
}
/* свойства для блока, содержащего контент модального окна */
.modal-content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    box-shadow: 0 0 13px 0 rgba(82,63,105,0.1);
    border: 1px solid #ebedf2;
    border-radius: 4px;
    outline: 0;
    max-width: 500px;
    width: 100%;
}

/* свойства для заголовка модального окна */
.modal-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid #f0f3ff;
}
.modal-title {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 18px;
    font-weight: 500;
    color:#1f2021;
}
/* свойства для кнопки "Закрыть" */
.close {
    float: right;
    font-family: sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    text-decoration: none;
}
/* свойства для кнопки "Закрыть" при нахождении её в фокусе или наведении */
.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .75;
}
/* свойства для блока, содержащего основное содержимое окна */
.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 15px;
    overflow: auto;
}
.mainblock {
    display: flex;
    flex-direction: row-reverse;
}
