.ptb-5 {
	padding-top: 5px;
	padding-bottom: 5px;
}
.ptb-15 {
	padding-top: 15px;
	padding-bottom: 15px;
}
.mob-pt-15 {
    padding-top: 15px;
    min-height: 100px;
}
.pb-15 {
    padding-bottom: 15px;
}
.pt-45 {
    padding-top: 45px;
}
.ptb-50 {
	padding-top: 50px;
	padding-bottom: 50px;
}
.pt-60 {
    padding-top: 60px;
}

/*Загрузка страницы*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    z-index: 1000;
}
.pre-container {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
}
.spinner {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 100px auto;
}
.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #195C7F;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: bounce 2.0s infinite ease-in-out;
    animation: bounce 2.0s infinite ease-in-out;
}
.double-bounce3 {
    width: 100%;
    height: 100%;
    padding-top: 40px;
    color: #195C7F;
    font-weight: bold;
    opacity: 0.6;  
}
.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}


@-webkit-keyframes bounce {
    0%,
    100% {
        -webkit-transform: scale(0.0)
    }
    50% {
        -webkit-transform: scale(1.0)
    }
}
@keyframes bounce {
    0%,
    100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

.logo-nav {
    background-color: #0C2430;  
}
.navbar {
	margin-bottom: 0;
}
.logoclass {
	padding-left: 15px;
	font-size: 18px;
	color: black;
}
.logo-nav .navbar  {
	min-height: 0;
	margin-bottom: 0;   
}
.logomain {
	padding-top: 22px;
    padding-bottom: 22px;
}
.logomain span {
    color: #ffffff;
}
.logomain a {
	text-decoration: none;
    color: #8E37D7;
}
.navbar-default {
	border: none;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}
.navbar-default {
	background-color: transparent;
}
.navbar-nav {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 15px;
	float: right;
    padding-top: 20px;
}

.navbar-nav li a {
	display: inline-block;
    line-height: 2;
    text-decoration:none;
    cursor: pointer;
    color: white!important;
}
.navbar-nav li a:after {
    background-image: linear-gradient(to right, #195C7F, #48A8DA);
    display: block;
    content: "";
    height: 3px;
    width: 0%;
    -webkit-transition: width .3s ease-in-out;
    -moz--transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
}

.navbar-nav li a:hover:after,
	
.navbar-nav li a:focus:after {
    width: 100%;
}
.navbar-nav .menunav {
	margin-left: 38px;
}
.navbar-collapse li i {
	font-size: 19px;
	color: #FFFFFF;
	padding-top: 10px;
}
.dropdown-menu {
	background-color: #0b0b0a;
	font-size: 12px;
	text-transform: none;
}
.dropdown-menu li a:hover {
	background-color: #0b0b0a;
}
.dropdown-menu li a:focus {
	background-color: #0b0b0a;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
     background-color: #0b0b0a;
}
.nav>li>a {
    padding-left: 2px!important;
    padding-right: 2px!important;
}
.horizontal-line {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}
.horizontal-line h2 {
    font-weight: 900!important;
    font-size: 29px!important;
    color: #195C7F;
}
.block_author {
	color: #4b5058;
    font-family: 'Montserrat', sans-serif;
}
author {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px!important;
}
.block_author a {
	text-decoration: none;
	color: #4b5058;	
}
.social_footer a {
	font-size: 12px;
    padding-right: 15px;
    padding-left: 15px;
}
.social_footer a:hover {
	color: #195C7F;
    -webkit-transition: width .8s ease-in-out;
    -moz--transition: width .8s ease-in-out;
    transition: width .8s ease-in-out;  
}
.social_footer {
    float: right;
}
.social_footer li {
    display: inline;
}
.logo a {
	font-size: 12px;
    padding-right: 15px;
    padding-left: 15px;
}
.logo a:hover {
	color: #195C7F;
    -webkit-transition: width .8s ease-in-out;
    -moz--transition: width .8s ease-in-out;
    transition: width .8s ease-in-out;  
}
.logo li {
    display: inline;
}
.logo {
    text-align: center;
}
.center {
	font-family: 'Montserrat', sans-serif;
}
.blog-area p {
	font-size: 16px;
    padding-top: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
}
.post-content {
    padding: 20px;
}
.post-content h3 {
    padding-bottom: 10px;
}
.card {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Montserrat', sans-serif;
}
.post-content a {
	text-decoration: none;
	color: #191919;
	font-weight: 600;
	 moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.post-content a:hover {
	color: #8E37D7;
	 moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.card_team .blog-bg {
    display: block;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    height: 330px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;  
}
.card_team .blog-text {
    position: relative;
    width: 100%;
    padding: 30px;
    float: left;
    border: 1px solid rgba(0, 0, 0, 0.05);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.card_team .blog-text span {
    display: inline-block;
    margin-bottom: 20px;
    font-size: 14px !important;
    color: rgba(0, 0, 0, 0.3);
}
.card_team .blog-text h3 {
    font-size: 13px;
    margin-bottom: 20px;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: "Source Sans Pro", sans-serif;
}
.card_team .blog-text h3 a {
    color: black;
}
.card_team {
    margin-bottom: 55px;
	box-shadow: 0 8px 12px 4px rgba(212, 212, 212, 0.57);
    -webkit-transform: scale(1.04);
    -ms-ransform: scale(1.04);
    transform: scale(1.04);
    border-radius: 10px!important;
}
.card_team:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	 -webkit-transform: scale(1.04);
    -ms-ransform: scale(1.04);
    transform: scale(1.04);
}
.center {
    text-align: center;
}
.logo i {
	padding-right: 5px;
    font-size: 35px;
    color: #0e76a8;
    padding-bottom: 10px;
}
.post-content {
    min-height: 160px;
}
.post-content h2 {
    font-weight: 900!important;
    font-size: 26px!important;
    color: #195C7F;
}
.post-content p {
	font-family: 'montserrat', sans-serif;
	color: #6e6e6e;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 400;
	padding-bottom: 5px;
}


@media (max-width: 1200px) {
    .navbar-nav .menunav {
	margin-left: 0px;
}
    .social_footer ul {
       padding-left: 0; 
    } 
    .navbar-nav {
        display:inline-block;
        float:none;   
	}
    .centermob {
        text-align: center!important;  
    }
    .navbar-nav li a {
        font-size: 25px;
    }
    .navbar-header {
    float: none;
  }
  .navbar-left,.navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none!important;
  }
  .navbar-nav {
    float: none!important;
    margin-top: 7.5px;
  }
  .navbar-nav>li {
    float: none;
  }
  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in{
    display:block !important;
  }
  .container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    margin-right: -15px;
    margin-left: -15px;
  }
  .navbar-toggle {
        margin-right: 0;
        margin-top: 17px!important;
    }
	.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:focus {
    	background-color: #333333;
	}
	.navbar-default {
		background-color: #1B1C1E;
	}
    .logo-nav {
        background-color: #1B1C1E;
    }
    .logoclass {
        color: #ffffff;
    }
    .navbar-nav li a {
        color: #ffffff!important;
    }
    .navbar-nav li a:hover {
        color: grey!important;
    }
    .logomain {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 0px;
    }
  
}

@media (max-width: 994px) { 
    
    .item {
        height: 100%;
    }
    .social_header {
        display: none;
    }
     
     
}

@media (max-width: 991px) {
    .mob-pt-15 {
        min-height: 120px;
    }
}

@media (max-width: 820px) { 
    .logo li i {
        font-size: 14px!important;
    }
    .logo a  {
        padding-right: 5px!important;
        padding-left: 5px!important;
    }   
}

@media (max-width: 767px) {
    
    
    
    
    .card {
        width: 85%;
    }
	.block_author {
		text-align: center;
	}
	author {
		display: none;
	}
    .social_footer {
        text-align: center;
        float: none;
    }
    .social_footer a {
		font-size: 10px;
        line-height: 50px;
        font-family: 'Montserrat', sans-serif;
        padding-left: 10px;
        padding-right: 10px;
    }
    .wow {
		animation-name: none!important;
		visibility: visible!important;
	}
    
    .logoclass {
		font-size: 22px;
	}
    .logomain span {
    	color: #ffffff;
	} 
    .logo ul {
        padding-left: 0px!important;
    }
    .post {
        height: 100px!important;
    }
	.post-content a {
    	min-height: 40px!important;
    }
    .mob-pt-15 {
        min-height: 15px;
    }
}

@media (max-width: 490px) {	
    .post-content p {
        padding-bottom: 10px;
    }
}