.row {
    margin-right: 0px;
    margin-left: 0px;
}

.top1 {
	text-align: right;
}
.top2 {
	padding: 10px 0 5px 0;
	text-align: center;
}
.top2 a {
	margin-left: 5px;
	margin-right: 5px;
	text-decoration: none;
	border-bottom: 1px dotted;
	font-weight: 600;
	color: #4e54d9;
}
.top2 a:hover {
	border-bottom: none;
}
.top3 {
	padding: 10px 0 10px 0;
	text-align: left;
}
.bg-color {
	color: #fff;
}
.bg-color h2 {
	text-transform: uppercase;
	font-size: 38px !important;
	color: #e31e24;
	font-weight: 600;
	letter-spacing: 1px;
}
.bg-color h3 {
	font-size: 28px;
	color: #4958a2;
	font-weight: 600;
}
.white {
	padding-bottom: 20px;
}
.white li {
	list-style: disc;
}
.tranings {
	padding: 20px 0 0 0;
}
.traning {
	text-align: left;
	padding-bottom: 20px;
}
.traning h2 {
	color: #135894;
	font-size: 18px;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 5px;
	line-height: normal;
	font-weight: 600;
}
.traning a:hover {
	text-decoration: none;
}
.traning span {
	color: #3d99e7;
	display: block;
	font-weight: 600;
	margin-bottom: 5px;
}
.traning img {
	border-radius: 50%;
	border: 4px solid #ffed00;
	width: 130px;
	height: 130px;
}
.hz {
	background: url(../img/bg.jpg) no-repeat;
	background-size: cover;
}
.specialist {
	background: url(../img/specialist.jpg) no-repeat;
	background-size: cover;
}
.specialist h2 {
	color: #4958a2;
}
.specialist img {
	border-radius: 50%;
	width: 180px;
	height: 180px;
	border: 4px solid #4958a2;
	margin-bottom: 10px;
	
}
.specialist a {
	color: #4958a2;
	font-size: 16px;
	font-weight: 600;
	text-decoration: underline;
}
.specialist a:hover {
	text-decoration: none;
}
.specialist p {
	padding: 20px 0 20px 0;
}
.padding {
	padding-bottom: 10px;
}
.service img {
	border-radius: 50%;
	border: 4px solid #4958a2;
	margin-bottom: 10px;
	width: 180px;
}
.service a {
	font-weight: 600;
}
.sign {
	background: url(../img/sign.jpg) no-repeat;
	background-size: cover;
	padding-bottom: 20px;
	border-bottom: 1px solid #d82a30;
}
.sign h2 {
	color: #4958a2;
	padding-bottom: 20px;
}
.sign p {
	color: #3a4785;
	line-height: 2;
}
.clients {
	background: url(../img/bg.jpg) no-repeat;
	background-size: cover;
	padding-bottom: 20px;
	border-bottom: 1px solid #d82a30;
}
.clients h2 {
	color: #e32226;
}
.datenews {
	font-size: 12px;
	font-weight: 600;
	color: #1e1e1e;
}
.datenews2 {
	font-size: 12px;
	font-weight: 600;
	color: #1f1657;
	line-height: 2px;
	display: inline-block;
}
.news h2 {
	text-transform: none;
	font-size: 19px;
}
cite {
	font-style: normal;
	font-weight: 600;
}
.comments2 li {
	list-style: none;
}
.comments-list {
	padding-left: 20px;
}
.comment {
	background-color: #f3f3f3;
	margin-bottom: 10px;
	padding: 10px;
	border-radius: 5px;
}
.comment-author-admin {
	background-color: #dee6fc;
}

.foot-right {
	text-align: right;
}

body {
	line-height: 1.5;
	font-family: 'Open Sans', sans-serif;
    overflow-x: hidden; 
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	margin: 0 0 2em 0;
	width: 100%;
}

table tbody tr {
	border: solid 1px rgba(72, 89, 163, 0.47);
	border-left: 0;
	border-right: 0;
}

table tbody tr:nth-child(2n + 1) {
	background-color: #fff;
}

table td {
	padding: 0.75em 0.75em;
	border: solid 1px rgba(72, 89, 163, 0.47);
}

table th {
	color: #fff;
	font-size: 0.9em;
	font-weight: 600;
	padding: 0 0.75em 0.75em 0.75em;
	text-align: left;
}

table thead {
	border: solid 1px rgba(72, 89, 163, 0.47);
	font-weight: 600;
}

table tfoot {
	border: solid 1px rgba(72, 89, 163, 0.47);
}

table.alt {
	border-collapse: separate;
}

table.alt tbody tr td {
	border: solid 1px rgba(72, 89, 163, 0.47);
	border-left-width: 0;
	border-top-width: 0;
}

table.alt tbody tr td:first-child {
	border-left-width: 1px;
}

table.alt tbody tr:first-child td {
	border-top-width: 1px;
}

table.alt thead {
	border-bottom: 0;
}

table.alt tfoot {
	border-top: 0;
}
blockquote {
	font-size: 14px;
}
.section-padding
{
	padding: 30px 0px;
}
h1, h2, h3, h4, h5, h6
{
	font-family: 'Lato', sans-serif;
}
h1 {
	font-size: 27px;
	text-transform: uppercase;
	color: #e32226;
}
h2 {
	font-size: 25px;
	text-transform: uppercase;
	color: #4b55a3;
}
h3 {
	font-size: 21px;
	color: #4958a2;
}
select {
	width: 100%;
}

/**media Queries**/
.navbar-default {
    background-color: transparent;
}

.nav > li > a {
    padding: 0px;
}
.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}
.navbar-toggle:before {
    left: -50px;
    top: 10px;
    position: absolute;
    width: 50px;
}

.navbar .navbar-collapse {
  text-align: center;
}
.navbar-brand {
	height: inherit;
	font-family: 'Lato', sans-serif;
}
.navbar-brand img {
	width: 50px;
}
.navbar-default .navbar-brand {
    color: #fff;
	font-size: 34px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 2px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #4e54d9;
    background-color: transparent;
}
.navbar-default .navbar-nav > li > a {
    color: #3d3d45;
    padding: 0px 10px;
    text-decoration: none;
    font-size:17px;
    font-weight: 600;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #4e54d9;
}
#mynavbar {
	padding-top: 15px;
}
.navbar {
	border: none;
	margin: 0px;
}
#header {
	border: none;
	margin-left: 0px;
	margin-right: 0px;
}

.navbar-fixed-top {
    padding: 40px 0 0 0;
    transition: all 0.5s;
}

.top-nav-collapse {
    background: rgba(0, 0, 0, 0.8);
    padding: 30px 0 15px 0;
}
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 600;
    line-height: 1.42857143;
    color: #4e54d9;
    white-space: nowrap;
}
.dropdown-menu>li>a:hover {
    color: #fff;
    background-color: #4e54d9;
}

.wrapper
{
	padding: 90px 0px 40px;
}


.submit {
	background: #4958a2;
    color: #fff !important;
    font-size: 14px !important;
    padding: 5px 15px 5px 15px;
    font-weight: normal;
    text-transform: none !important;
    border-radius: 15px;
    margin: 5px 0 5px 0;
    border: none;
    box-shadow: -1px 3px 5px 0px rgba(50, 50, 50, 0.75);
}
.submit:hover {
    background: #546eb1;
    color: #fff;
    border: none;
}
.btn-submit {
    background: #e32226;
    color: #fff !important;
    font-size: 14px !important;
    padding: 5px 15px 5px 15px;
    font-weight: normal;
    text-transform: none !important;
    border-radius: 15px;
    margin: 5px 0 5px 0;
    border: none;
    box-shadow: -1px 3px 5px 0px rgba(50, 50, 50, 0.75);
}

.btn-submit:hover {
    background: #546eb1;
    color: #fff;
    border: none;
}

.btn-submit2 {
    background: #f5ca00;
    color: #36427e;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700 !important;
    padding: 5px 15px 5px 15px;
    font-weight: normal;
    border-radius: 15px;
    margin: 5px 0 5px 0;
    border: none;
    box-shadow: -1px 3px 5px 0px rgba(50, 50, 50, 0.75);
}

.btn-submit2:hover {
    background: #ffed00;
    color: #36427e;
    border: none;
}

.btn-submit3 {
    background: #12168a;
    color: #fff !important;
    font-size: 14px !important;
    padding: 5px 15px 5px 15px;
    font-weight: normal;
    text-transform: none !important;
    border-radius: 15px;
    margin: 5px 0 5px 0;
    border: none;
    box-shadow: -1px 3px 5px 0px rgba(50, 50, 50, 0.75);
}

.btn-submit3:hover {
    background: #4260ad;
    color: #fff;
    border: none;
}



.validation {
    color: red;
    display:none;
    margin: 0 0 20px;
    font-weight:400;
    font-size:13px;
}

#sendmessage {
    color: green;
    border:1px solid green;
    display:none;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#errormessage {
    color: red;
    display:none;
    border:1px solid red;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#sendmessage.show, #errormessage.show, .show {
	display:block;
}



/****/
#footer
{
	color: #4958a2;
	background: url(../img/bg.jpg) no-repeat;
	background-size: cover;
	padding: 20px 0px;
}
#footer h3 {
	color: #e32226;
}
#footer a {
	color: #1f1657;
	font-size: 13px;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}
.footer-copyright {
    color: #4958a2;
    text-align: left;
}
.footer-social
{
	float: right;
}
.footer-social a {
    font-size: 18px;
    color: #666;
}
.link-dec, .link-dec:hover{
    color: #000;
}
.btn-default {
    border: 1px solid #007d00;
    background-color: #007d00;
    color: #fff;
}
.btn-default:hover {
	background-color: #15ba15;
}
.form-control {
    border: 1px solid #4b55a3;
    font-weight: 500;
}
.input-group {
	padding-top: 10px;
	padding-bottom: 10px;
}

/****/
@media (min-width: 451px) and (max-width: 1200px){
   .navbar-default .navbar-nav > li > a{
        font-size: 12px;
    }
    .navbar-brand img {
	    width: 150px;
    }
    #mynavbar {
		padding-top: 15px;
	}
	.traning img {
		width: 110px;
		height: 110px;
	}
}

@media (min-width: 451px) and (max-width: 993px){
   .navbar-default .navbar-nav > li > a {
	   padding-left: 8px;
	   padding-right: 8px;
	   font-size: 10px;
	}
    .navbar-brand img {
	    width: 140px;
    }
    .top1 {
		text-align: center;
	}
	.top2 {
		text-align: center;
	}
	.top3 {
		text-align: center;
	}
	.traning img {
		width: 140px;
		height: 140px;
	}
	.footer-copyright {
		text-align: center;
	}
	.foot-right {
		text-align: center;
	}
}


@media (min-width: 450px) and (max-width: 760px) {
	.navbar-default .navbar-nav > li > a{
        text-align: center;
        background-color: transparent;
        color: #000;
        line-height: 35px;
        font-size: 16px;
    }
    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
        background-color: rgba(255,  255,  255, 0.57);
        color: #4958a2;
    }
    .top1 {
		text-align: center;
	}
	.top2 {
		text-align: center;
	}
	.top3 {
		text-align: center;
	}
	.traning {
		text-align: center;
	}
	.traning img {
		margin-bottom: 10px;
	}
	.bg-color h2 {
		font-size: 18px !important;
		line-height: normal !important;
	}
	.bg-color h3 {
		font-size: 22px;
	}
	.footer-copyright {
		text-align: center;
	}
	.foot-right {
		text-align: center;
	}
}

@media (min-width: 20px) and (max-width: 450px){
    
    .top1 {
		text-align: center;
	}
	.top2 {
		text-align: center;
	}
	.top3 {
		text-align: center;
	}
	.traning {
		text-align: center;
	}
	.traning img {
		width: 160px;
		height: 160px;
		margin-bottom: 10px;
	}
	.slideh {
		display: none;
	}
	.bg-color {
		height: 230px;
	}
	.bg-color h2 {
		font-size: 14px !important;
		line-height: 16px !important;
	}
	.footer-copyright {
		text-align: center;
	}
	.foot-right {
		text-align: center;
	}

    
    .navbar-toggle:hover, .navbar-toggle{
        background-color: #fff;
        color: #000;
    }
    .navbar-toggle{
	    background-color: #fff;
        margin-top: 20px;
    }
    .navbar-default .navbar-nav > li > a{
        text-align: center;
        background-color: transparent;
        color: #000;
        line-height: 35px;
    }
    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
        background-color: rgba(255, 255, 255, 0.57);
        color: #4958a2;
    }
    body{
        font-size: 14px;
    }
}
/****/