html, body {
    font-family: 'Roboto', sans-serif;
}
html{
    overflow-x: hidden;
}
header{
    background: white !important;
    border: none !important;
    box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.5);
}
.top-nav-collapse{
    padding: 8px 0;
}
.btn-osk{
    background-color: #072958 !important;
    border-color: #072958 !important;
    text-transform: uppercase;
    font-weight: bolder;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block;
    width: 150px;
    border-radius: 0;
    color: #fff;
}
.btn-osk:hover{
    background-color: #031935 !important;
    border-color: #031935 !important;
}
.border-top{
    border-top: 1px solid #072958;
    padding-top: 80px;
}
header li a{
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px !important;
    color: #072958 !important;
}
header li a:hover{
    background-color: #E2E2E2 !important;
}
header li.active a{
    background-color: #072958 !important;
    color: white !important;
}
header li.open a{
    background-color: #215191 !important;
    color: white !important;
}
.dropdown-menu{
    padding: 0;
    border-color: #215191;
    border-radius: 0;
    margin-top: 3px !important;
}
.dropdown-menu li a{
    padding-top: 6px;
    padding-bottom: 6px;
}
.dropdown-menu li a:hover{
    background-color: #1B457C !important;
}
#main-slider {
    margin-top: 65px;
}
@media (max-width: 1200px){
    header li a{
        padding: 12px 9px !important;
        margin-top: 3px !important;
    }
    .navbar {
        padding: 5px 0;
    }
    #main-slider {
        margin-top: 55px;
    }
    .dropdown-menu li a{
        margin-top: 0px !important;
        padding-top: 6px !important;
        padding-bottom: 6px !important;
    }
    
}
@media (max-width: 992px){
    header .container{
        width: 100%;
    }
    header li a{
        font-size: 12px !important;
        padding: 12px 4px !important;
        margin-top: 3px !important;
    }
    .dropdown-menu li a{
        padding-top: 6px !important;
        padding-bottom: 6px !important;
        margin-top: 0px !important;
    }
}
@media (max-width: 767px){
    .navbar {
        padding: 2px 0;
    } 
    .navbar-toggle{
        border: 1px solid #4D86D1 !important;
        background-color: white !important;
    }
    .navbar-toggle:focus, .navbar-toggle:hover{
        background-color: #E1E5EA !important;
    }
    .navbar-toggle span{
        color: #2962AD !important;
        background-color: #2962AD !important;
    }   
    header li a{
        font-size: 12px !important;
        padding: 12px 15px !important;
        margin-top: 0px !important;
    }
    .navbar-nav{
        margin-top: 2px !important;
        margin-bottom: 2px !important;
    }
    .dropdown-menu{
        margin-top: 0px !important;
    }
    header li.open li a{
        background-color: #3367AA !important;
    }
    .dropdown-menu li a:hover{
        background-color: #1B457C !important;
    }
    header li.active a{
        background-color: #072958 !important;
    }
    .dropdown-menu li.active a{
        background-color: #2B4566 !important;
    }
}
    header li.active a{
        background-color: #072958 !important;
    }
    header li.open li a{
        background-color: #3367AA !important;
    }
    .dropdown-menu li.active a{
        background-color: #2B4566 !important;
    }    
#main-slider .prev, #main-slider .next{
    border-radius: 0px;
    background-color: rgba(255, 255, 255, 0.5);
}
#main-slider .prev i, #main-slider .next i{
    color: black;
}
#main-slider .prev:hover, #main-slider .next:hover {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 0px;
}
#main-slider .carousel .item.active:after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: black;
    z-index: 1;
    opacity: 0.4;
}
#main-slider .carousel h2 {
    font-family: "Alegreya",serif;
    font-size: 66px;
    font-style: italic;
    font-weight: 900;
    line-height: 70px;
    margin-top: 170px;
    text-align: center;
    text-shadow: 1px 1px black;
    position: relative;
    z-index: 2;
    letter-spacing: 2px;
    word-wrap: break-word;
}
#main-slider .carousel p {
    font-family: "Alegreya",serif;
    text-align: center;
    margin-top: 20px;
    text-shadow: 1px 1px black;
    line-height: 25px;
    position: relative;
    z-index: 2;
}
#main-slider .carousel a{
    position: relative;
    z-index: 2;
}
.service-wrapper h3{
    color: #072958;
    text-transform: uppercase;
}
.img-block{
    margin: 60px auto 30px auto;
    border: 7px solid #072958;
    padding: 3px;
}
.service-wrapper p{
    font-size: 13px !important;
    font-weight: 300;
    text-transform: uppercase;
}
.section-title h1{
    color: #072958;
    text-align: center;
    margin-top: 0;
    word-wrap: break-word;
}
.hr_ornt{
    width: 100%;
    height: 35px;
    background: url("../img/ornament.png") no-repeat center center;
    margin-bottom: 40px;
}
.section-white{
    padding-top: 0px;
}
.section-title h1::before{
    display: none;
}
.content p{
    font-size: 15px !important;
    font-weight: 300;
    text-align: center;
    padding: 0 55px;
    line-height: 25px;
    margin-bottom: 25px;
}
.content{
    padding-bottom: 40px;
}
.footer{
    background: black;
    border-top: 4px solid #072958;
    box-shadow: 0 -1px 12px rgba(0, 0, 0, 0.4);
    color: #a0a0a0;
    margin-top: 20px;
    padding: 0 20px 10px;
}
.footer h3{
    padding-bottom: 4px;
    text-transform: uppercase;
    color: white;
}
.footer p{
    color: white;
}
.footer a{
    color: #215191;
}
.footer a:hover{
    color: #4275B7;
}
.footer-copyright{
    color: white;
    padding-top: 15px;
    font-size: 11px;
}
.featured-news{
    margin-top: 15px;
    margin-bottom: 10px;
}
.featured-news .caption a{
    color: white;
    text-transform: uppercase;
}
.featured-news .intro{
    color: white;
}
#social {
    height: auto;
    position: fixed;
    left: 0;
    top: 285px;
    width: 48px;
    z-index: 999;
}
#social li {
    background-color: #072958;
    cursor: pointer;
    display: block;
    height: 50px;
    margin-top: 1px;
    position: absolute;
    left: 10px;
    top: 0;
    width: 50px;
    z-index: 1;
}
#social li:after{
    content: "";
    display: block;
    width: 10px;
    height: 50px;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: -10px;
}
#social li:nth-child(2) {
    top: 50px;
    z-index: 3;
}
#social .fb-container {
    background-color: white;
    border: 1px solid #072958;
    cursor: default;
    height: 238px;
    margin-right: 60px;
    width: 248px;
    float: right;
}
#social .fb-like-box{
    margin-top: 3px;
    margin-left: 3px;
}
.facebook span.btn-social, .gplus a{
    display: block;
    height: 50px;
    width: 50px !important;
    cursor: pointer;
    position: absolute;
    top: 2px;
    right: -3px;
    color: white;
    font-size: 26px;
    padding-left: 14px;
    padding-top: 11px;
}
.gplus a{
    transition: all 0.4s ease 0s;
}
.gplus a:hover{
    right: -4px;
    width: 50px;
}
#deb_facebook{
    width: 115px;
    height: 24px;
    z-index: 99999999999999999999999 !important;
    overflow: hidden;
}
.fb-page{
    margin-top: 3px;
    margin-left: 3px;
}
@media (max-width: 1310px){
    .carousel-content h2, .carousel-content p{
        margin-left: 120px;
        margin-right: 120px;
    }
    #main-slider .carousel h2{
        margin-top: 180px !important;
    }
}
@media (max-width: 1200px){
    .carousel-content h2{
        font-size: 60px !important;
        line-height: 60px !important;
    }
    #main-slider .carousel h2{
        margin-top: 180px !important;
    }
    #social {
        top: 275px;
    }
    .carousel-content h2, .carousel-content p{
        margin-left: 60px;
        margin-right: 60px;
    }
}
@media (max-width: 992px){
    .footer{
        margin-top: 0;
    }
    .f-footer h3{
        text-align: center;
        display: block;
        width: 175px;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        padding-bottom: 7px;
    }
    .f-footer p{
        text-align: center;
    }
    .contact-us-details:last-child{
        margin-bottom: 30px !important;
    }
}
@media (max-width: 767px){
    .carousel-content h2, .carousel-content p{
        margin-left: 10px;
        margin-right: 10px;
    }
    .carousel-content h2{
        font-size: 30px !important;
        line-height: 35px !important;
    }
    .carousel-content p{
        font-size: 20px !important;
        line-height: 25px !important;
    }
    #main-slider .carousel h2{
        margin-top: 110px !important;
    }
    .img-block{
        margin-top: 0px;
    }
    .boxes:first-child .img-block{
        margin-top: 40px;
    }
    .hr_ornt{
        background-size: 90%;
        margin-bottom: 20px;
        margin-top: -33px;
    }
    .content p{
        padding: 0 15px;
    }
    .section-title h1 {
        margin-bottom: 25px;
    }
}
.section-title h1 {
    margin-left: 0px;
}
#loading{
	background-color: #215191;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 999999999999999999;
	margin-top: 0px;
	top: 0px;
}
#loading-center{
	width: 100%;
	height: 100%;
	position: relative;
	}
#loading-center-absolute {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 118px;
	width: 118px;
	margin-top: -59px;
	margin-left: -59px;

}

.object{
	width: 20px;
	height: 20px;
	background-color: #FFF;
	margin-right: 20px;
	float: left;
	margin-bottom: 20px;
	-moz-border-radius: 50% 50% 50% 50%;
	-webkit-border-radius: 50% 50% 50% 50%;
	border-radius: 50% 50% 50% 50%;
	}
.object:nth-child(3n+0) {
	margin-right: 0px;
}


#object_one {
	-webkit-animation: animate 1s -0.9s ease-in-out infinite ;
	animation: animate 1s -0.9s ease-in-out infinite ;
	}
#object_two {
    -webkit-animation: animate 1s -0.8s ease-in-out infinite ;
	animation: animate 1s -0.8s ease-in-out infinite ;
	}
#object_three {
    -webkit-animation: animate 1s -0.7s ease-in-out infinite ;
	animation: animate 1s -0.7s ease-in-out infinite ;
	}
#object_four {
    -webkit-animation: animate 1s -0.6s ease-in-out infinite ;
	animation: animate 1s -0.6s ease-in-out infinite ;
	}
#object_five {
    -webkit-animation: animate 1s -0.5s ease-in-out infinite ;
	animation: animate 1s -0.5s ease-in-out infinite ;
	}
#object_six {
    -webkit-animation: animate 1s -0.4s ease-in-out infinite ;
	animation: animate 1s -0.4s ease-in-out infinite ;
	}
#object_seven {
    -webkit-animation: animate 1s -0.3s ease-in-out infinite ;
	animation: animate 1s -0.3s ease-in-out infinite ;
	}
#object_eight {
    -webkit-animation: animate 1s -0.2s ease-in-out infinite ;
	animation: animate 1s -0.2s ease-in-out infinite ;
	}
#object_nine {
    -webkit-animation: animate 1s -0.1s ease-in-out infinite ;
	animation: animate 1s -0.1s ease-in-out infinite ;
	}

@-webkit-keyframes animate {
 

  50% {
	-ms-transform: scale(1.5,1.5); 
   	-webkit-transform: scale(1.5,1.5); 
    transform: scale(1.5,1.5); 
	  }
 
  100% {
	-ms-transform: scale(1,1); 
   	-webkit-transform: scale(1,1); 
    transform: scale(1,1); 
	  }

}

@keyframes animate {
  50% {
	-ms-transform: scale(1.5,1.5); 
   	-webkit-transform: scale(1.5,1.5); 
    transform: scale(1.5,1.5); 
	  }
 
  100% {
	-ms-transform: scale(1,1); 
   	-webkit-transform: scale(1,1); 
    transform: scale(1,1); 
	  }
  
}

.subsite{
    margin-top: 140px;
}
.subsite .hr_ornt{
    margin: 0 auto !important;
    margin-top: -35px !important;
    margin-bottom: 18px !important;
}
.gallery-gird{
    margin-top: -30px !important;
    margin-bottom: 60px;
}
figcaption span{
    color: #58A5D5;
    line-height: 25px;
    margin-left: -10px !important;
}
figcaption a{
    background-color: #1B457C !important;
    position: absolute !important;
    bottom: 10px !important;
    right: 10px !important;
}
figcaption a:hover{
    opacity: 0.8;
}
figcaption h3{
    margin-top: -10px !important;
    margin-left: -10px !important;
    padding-right: 150px !important;
}
figcaption{
    height: auto;
}
@media (max-width: 767px){
    .subsite .hr_ornt{
        margin: 0 auto !important;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }
    .gallery-gird{
        margin-top: -30px !important;
        margin-bottom: -30px;
    }
    .subsite{
        margin-top: 100px;
    }
    .subsite .section-title h1{
        margin-bottom: 0px !important;
    }
}
.no-padding{
    padding: 0 !important;
}
.single-post-info{
    border: none !important;
    margin: 0 !important;
    margin-top: 5px !important;
    margin-left: 10px !important;
}
.single-post-content {
    margin: 0 !important;
    padding-bottom: 20px;
    border-bottom: none !important;
    margin-left: 10px !important;
}
.single-post-title h2{
    color: #072958 !important;
    text-transform: uppercase;
    margin-top: 5px !important;
    font-size: 26px;
}
.single-post-image{
    margin-top: 6px !important;
    margin-bottom: 6px !important;
}
.single-post-content a{
    background-color: #556EAC;
    border-color: #556EAC;
    border-radius: 1px;
}
.single-post-image img{
    margin-bottom: 15px;
}
.blog-post {
    margin: 10px 0 !important;
}
@media (max-width: 992px){
    .single-post-info{
        margin-top: 15px !important;
        margin-left: 0px !important;
    }
    .single-post-content {
        margin-left: 0px !important;
    }
    .single-post-image img{
        margin-bottom: 0px !important;
    }
}
@media (max-width: 767px){
    .blog-single-post {
        padding: 15px !important;
    }
    .single-post-title h2{
        line-height: 28px;
        font-size: 24px;
        padding-bottom: 5px;
        margin-top: 0px !important;
    }
    .no-padding-xs{
        padding: 5px !important;
    }
    .single-post-image img{
        margin-bottom: 0px !important;
    }
}
.news-list{
    margin-top: -60px !important;
}
.sites p{
    text-align: left;
}
.sites hr{
    margin-left: 55px !important;
    margin-right: 55px !important;
}
@media (max-width: 767px){
    .sites hr{
        margin-left: 10px !important;
        margin-right: 10px !important;
    }
}
.sites-header h1{
        color: #072958;
        text-align: left;
        font-size: 32px;
        font-weight: 700;
        text-transform: uppercase;
        margin-left: 55px;
        margin-right: 55px;
        padding: 0 !important;
        margin-bottom: 20px !important;
        margin-top: 10px !important;
}
.sites .breadcrumb{
        margin-left: 10px;
        margin-right: 15px;
        margin-top: 0px;
        margin-bottom: 0px;
        background-color: white;
        padding-left: 0;
        padding-bottom: 0px !important;
}
.sites .breadcrumb a{
        color: #556FAD;
}
.sites .breadcrumb a:hover{
        color: #072958;
}
.sites ul{
        margin-left: 55px;
        margin-right: 55px;
        margin-bottom: 30px;
}
.sites .content ul li p{
        padding-left: 15px !important;
        padding-right: 15px !important;
        margin: 10px 0 !important;
}
.sites .content ul li{
    list-style-type: circle;
}
.gallery{
        padding-left: 55px;
        padding-right: 55px;
}
.gallery img{
        margin-bottom: 30px !important;
}

.gallery a:hover{
    opacity: 0.8;
}
.data-bread li{
    font-size: 13px !important;
    color: #556fad;
}
.data-bread li i{
    margin-right: 10px;
    margin-left: 2px;
    font-size: 12px !important;
    top: -1px;
    position: relative;
}
.data-bread{
    position: relative;
    margin-left: 55px !important;
    padding-bottom: 0px !important;
}
.data-bread:after{
    content: "";
    width: 1px;
    height: 14px;
    background-color: #556fad;
    position: absolute;
    top: 11px;
    right: 0;
}
@media (max-width: 767px){
    .sites-header h1{
            margin-left: 15px;
            margin-right: 15px;
    }
    .data-bread{
            margin-left: 13px !important;
            padding-bottom: 0px !important;
    }
    .sites ul{
            margin-left: 0px;
            margin-right: 0px;
    }
    .gallery {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.scale, .scale-easy {
    cursor: pointer;
    transition: all 0.4s ease 0s;
}
.scale-easy:hover {
    opacity: 0.8;
    transform: rotate(1deg) scale(0.95) !important;
}
.sites .breadcrumb li{
    line-height: 25px;
}

/*.cs-style-3 figure:hover figcaption {*/
.cs-style-3 figure figcaption {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}
/*.cs-style-3 figure:hover img {*/
.cs-style-3 figure img {
	-webkit-transform: translateY(80px);
	-moz-transform: translateY(80px);
	-ms-transform: translateY(80px);
	transform: translateY(80px);
}
.no-touch .cs-style-3 figure:hover img, .cs-style-3 figure.cs-hover img {
    transform: translateY(70px);
}
.news-inside{
    padding-bottom: 0;
}
#google-map, #google-map iframe {
    height: 450px;
    width: 100%;
    position: relative;
}
#google-map{
    position: relative;
    margin-bottom: 80px !important;
}
#google-map .click_me {
    background-color: transparent;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.contact{
    padding-bottom: 10px;
}
.contact-bottom{
    padding-top: 60px;
    padding-bottom: 20px;
}
.classic-title {
    border-bottom: 1px solid #eee;
    margin-bottom: 25px !important;
    padding-bottom: 8px !important;
    text-transform: uppercase;
    margin-top: 20px;
    color: #072958;
}
.classic-title span{
    border-bottom: 1px solid #556FAD;
    padding-bottom: 8px !important;
}
#contact-form input, #contact-form textarea{
    border-radius: 0;
    border-color: #8AA2D8;
    box-shadow: none;
    font-size: 13px;
    color: #072958;
}
#contact-form ::-webkit-input-placeholder { /* WebKit browsers */
    color:    #556EAC;
    font-weight: 500;
    text-transform: uppercase;
}
#contact-form :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #556EAC;
   opacity:  1;
   font-weight: 500;
    text-transform: uppercase;
}
#contact-form ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #556EAC;
   opacity:  1;
   font-weight: 500;
    text-transform: uppercase;
}
#contact-form :-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #556EAC;
   font-weight: 500;
    text-transform: uppercase;
}
#contact-form .btn{
    text-transform: uppercase;
    font-weight: bolder;
    border-radius: 0;
    background-color: #072958;
    border-color: #072958;
    padding-left: 20px;
    padding-right: 20px;
    color: white !important;
}
#contact-form .btn:hover{
    opacity: 0.8;
}
.first-c{
    padding-bottom: 0px;
}
@media (max-width: 992px){
    .second-c{
        padding-top: 10px !important;
    }
    .first-c{
        padding-top: 20px !important;
    }
    #contact-form .btn{
        display: block;
        margin: 0 auto;
    }
}
.play-btn{
    width: 100px;
    height: 100px;
    display: block !important;
    position: absolute !important;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
}
.h3_opinion{
    background-color: #1B457C;
    color: white;
    font-size: 16px;
    font-weight: bolder;
    text-transform: uppercase;
    padding: 10px 15px;
}
.h3_opinion i{
    font-size: 18px;
    margin-right: 5px;
}
.comment-item:after{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #1B457C;
    margin-top: 20px;
}
.comment-item h3{
    color: #072958;
    font-weight: bolder;
    font-size: 15px;
}
.comment-item h3 i{
    margin-left: 5px;
    margin-right: 5px;
}
.comment-item h3 span{
    font-weight: 300;
    font-size: 12px;
}
.opinion-form{
    padding-top: 0px;
}
.comment-item .mail{
    font-weight: 300;
    font-size: 12px;
    color: #556FAD;
}
.comment-item h3, .comment-item p{
    padding-left: 5px;
    padding-right: 5px;
}
.forum-opinion{
    padding-bottom: 0 !important;
}
.bread-alone{
    margin-left: 57px !important;
}
@media (max-width: 767px){
    .bread-alone{
        margin-left: 17px !important;
    }
}
.news-img{
    max-width: 320px;
    margin-left: 55px;
    margin-right: 20px;
    margin-bottom: 10px;
}
@media (max-width: 767px){
    .news-img{
        max-width: none;
        width: 100% !important;
        display: inline;
        margin: 0;
        margin-bottom: 20px;
    }
    .xs-padding{
        padding-left: 15px;
        padding-right: 15px;
    }
}
.yt_movie{
    width: 100%;
    height: auto;
    margin-bottom: 60px !important;
}
.yt_movie iframe{
    width: 640px;
    height: 360px;
    margin: 0 auto !important;
    display: block;
}
@media (max-width: 767px){
    .yt_movie iframe{
        width: 100%;
    }
    .yt_movie{
        margin-bottom: 30px !important;
        margin-top: -30px !important;
    }
}
@media (max-width: 400px){
    .yt_movie iframe{
        height: 260px;
    }
}

.navbar-brand h1, .navbar-brand p{
    margin: 0 !important;
    padding: 0 !important;
    color: #072958 !important;
}
.navbar-brand h1{
    font-family: "Alegreya",serif;
    font-size: 18px;
    line-height: 20px;
    font-style: italic;
    font-weight: 900;
    text-transform: uppercase;
    margin-top: -12px !important;
}
.navbar-brand p{
    font-size: 12px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}
.navbar-brand:hover{
    opacity: 0.8;
}
@media (max-width: 1200px){
    .navbar-brand h1{
        font-size: 15px;
        margin-top: -11px !important;
    }
}
@media (max-width: 992px){
    .navbar-brand h1{
        font-size: 10px;
        line-height: 12px;
        margin-top: -1px !important;
    }
}
.single-partner {
    margin: 0 5px;
}
.single-partner img {
    border: 1px solid #95A3C9;
    padding: 6px;
    width: 100%;
}
.owl-buttons div {
    border: 1px solid #95A3C9;
    color: #072958;
    display: inline-block;
    font-size: 20px;
    height: 30px;
    line-height: 25px;
    margin-left: 6px;
    text-align: center;
    width: 30px;
    margin-top: 15px;
}
@media (max-width: 767px){
    .owl-controls{
        margin-bottom: 80px;
    }
}
.height_auto {
    height: auto !important;
}
.fb_like_inside {
    margin-bottom: 15px !important;
}
.more_margin{
    margin-left: 55px;
}
@media (max-width: 767px){
    .fb_like_inside{
        margin-left: 15px;
    }
}
#contact-form .alert {
    border-radius: 0;
    display: none;
}
.contact-social{
    margin-top: 30px;
}
.contact-social a{
    margin-right: 5px;
}
.contact-social i{
    color: #072958;
    font-size: 28px;
}
.fb_like_inside{
    display: none;
}
.table-responsive{
    padding: 0 50px;
}
@media (max-width: 767px){
    .table-responsive{
        padding: 0 15px;
    }
}
.fa-caret-right{
    margin-left: 15px;
}