/* ==== Google font ==== */
/*@import url(https://fonts.googleapis.com/css?family=Merriweather);
@import url(https://fonts.googleapis.com/css?family=Open+Sans);*/

/* ---------------------------------------------------------------------------- */
/* ------------------------------------Html-Body------------------------------- */
/* ---------------------------------------------------------------------------- */
body {font-family: 'Merriweather', serif;color: #666;background: #eee;font-size: 12px;line-height: 1.6em;font-weight: 400;position: relative;}
html, body {width:100%; padding:0; margin:0;}
.dp {
    display: none;
}
::-moz-selection{background:#000;color:#fff;text-shadow:none}
::selection{background:#000;color:#fff;text-shadow:none}
/* ---------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */
html { -webkit-text-size-adjust: none;}
.video embed,.video object,.video iframe { width: 100%;  height: auto;}
img{max-width:100%;	height: auto;}
.logo-pic{float:left;margin-left:50px;}
figure { margin: 0; }

h1 {font-size: 38px;}
h2 {font-size: 36px;}
h3 {font-size: 32px;}
h4 {font-size: 28px;}
h5 {font-size: 24px;}
h6 {font-size: 20px;}

h1,h2,h3,h4,h5,h6 {font-weight: 600;color: #2091BD;;}

/*p {color:#816943;}*/
p {color:#000;font-family: arial;line-height: 24px;margin:0}
a {
   color: #438392;
   -webkit-transition: all .2s ease-in-out;
   -moz-transition: all .2s ease-in-out;
   transition: all .2s ease-in-out;
}

a:hover,
a:focus {text-decoration: underline;color: #333;}

input:not([type]), input[type="color"], input[type="email"], input[type="number"], input[type="password"], input[type="tel"], input[type="url"], input[type="text"], input[type="search"], textarea, .form-control, select {
    border: 2px solid #E7E7E7;
    border-radius: 0 0 0 0;
    box-shadow: none;
    color: #999999;
    display: block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.2;
    margin: 0 5px;
    outline: medium none;
    padding: 5px 10px 0;
    transition: border-color 0.2s ease-in-out 0s, color 0.2s ease-in-out 0s;
    width: 100%;
	background-color: transparent;
    border: 2px solid #444444;
    background:#fff;
    width:100px;
    position: relative;
}

.f-right{float: right;}
.f-left{float: left;}
.t-center{text-align: center; margin: 0 auto;}
.t-right{text-align: right;}
.t-left{text-align: left;}

.post{}
.post:after, .post:before, article:after, article:before, section:after, section:before{clear: both; content: '\0020'; display: block; visibility: hidden; width: 0; height: 0;}

.clear{content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix:after, .clearfix:before{clear: both; content: '\0020'; display: block; visibility: hidden; width: 0; height: 0;}

.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.text-primary {
    color: #0AAC8E;
}

hr{max-width: 50px;
    border-color: #0AAC8E;
    border-width: 5px;}

/* ---------------------------------------------------------------------------- */
/* ----------------------------------Navbar------------------------------------ */
/* ---------------------------------------------------------------------------- */
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{background: none;}
.navbar-default {border-color: transparent;background-color: #222;}
.navbar-default .navbar-brand {font-family: Helvetica,Arial,cursive;color: #0AAC8E;}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {color: #fec503;}

.navbar-default .navbar-collapse {border-color: rgba(255,255,255,.02);}

.navbar-default .navbar-toggle {border: none;background-color: #0AAC8E;}
.navbar-default .navbar-toggle span.icon-bar{background-color: #fff;}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {background-color: #0AAC8E;}

.navbar-default .nav li a {font-family: Helvetica,Arial,sans-serif;font-weight: bold;letter-spacing: 0px;color: #fff; font-size:14px;}
.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {outline: 0;color: #fff;}

.navbar-default .navbar-nav>.active>a {border-radius: 0;color: #ddd;background: none;}
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {}

@media(min-width:768px) {
    .navbar-default {
        border: 0;
        background-color:#2091bd;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-default .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }
    .navbar-default.navbar-shrink {
        padding: 0;
        background-color: rgba(45,41,41,0.95);
    }
	
	.navbar-default.navbar-shrink .nav li a{color: #ddd;}
	.navbar-default.navbar-shrink .nav li a:hover,
	.navbar-default.navbar-shrink .nav li a:focus
	{color: #fff;}
	
    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
    .main > .col-sm-3{
        display:none;
    }
}

/* Carousel Styles */
.carousel-inner::before{bottom: 0;content: "";display: block;height: 100%;left: 0;position: absolute;width: 100%;}
.carousel-inner img {width: 100%;}

.carousel-control {width: 0;}
.carousel-control.left,
.carousel-control.right {opacity: 1;filter: alpha(opacity=100);background-image: none;background-repeat: no-repeat;text-shadow: none;}
.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right, 
.carousel-control .icon-prev, 
.carousel-control .icon-next {position: absolute;top: 45%;z-index: 5;display: inline-block;}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {left: 30px;}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {right: 30px;}
.carousel-control.left span:hover,
.carousel-control.right span:hover {opacity: .7;filter: alpha(opacity=70);}


.carousel-inner > .item {margin-left:0;margin-top:0;margin-bottom:0;padding-left: 0;width: 100%;height: auto;}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {display: block;max-width: 100%;height: auto;margin-left:0;padding-left: 0;}

/* Carousel Header Styles */
.header-text {position: absolute;top: 25%;left: 8%;right: auto;width: 85%;color: #fff;z-index: 9999;border-bottom: 2px solid #fff;padding-bottom: 60px;}
.header-text h1{margin-top: 0;margin-bottom: 0;text-transform: uppercase;font-weight: 700;color: #fff;font-size: 65px;}
.header-text hr{margin: 30px auto;}
.header-text p{ margin-bottom: 50px;font-size: 18px;font-weight: 300;color: rgba(255,255,255,.7);}
.header-text .btn-primary{background-color: #0AAC8E;border:none;padding: 10px 20px;}


/* ---------------------------------------------------------------------------- */
/* ----------------------------------Header------------------------------------ */
/* ---------------------------------------------------------------------------- */	
.sub-page header{min-height: 250px;padding: 130px 7px 0;}
.index-page header{margin-top: 50px;}
@media(max-width:767px){
	.index-page header{margin:130px auto 0;}
}
.site-branding {
    display: inline-block;
    float: left;
    margin: 0;
}
h2.site-description {
    margin: 7px;
    padding-left: 1.2em;
	font-size: 14px;
	font-weight: 300;
}
.site-title, .site-description {
    display: inline-block;
    margin: 0;
    vertical-align: top;
	text-shadow: 0 2px 0 rgba(0, 0, 0, 0.4);
	color: #fff;
}
h1.site-title{font-size: 31px;text-transform: uppercase;color: #fff;border-right: 1px solid #fff;padding-right: 1em;}
h1.site-title a{color: #fff;margin: 0;}
h1.site-title a:hover {text-decoration: none;}

.social-links{float: right;margin-top: 50px;margin-right: 100px;}
.social-links i.fa{color: #fff;text-shadow: 0 2px 0 rgba(0, 0, 0, 0.4);font-size: 27px;margin: 0 4px;}

/* ---------------------------------------------------------------------------- */
/* ---------------------------------Content------------------------------------ */
/* ---------------------------------------------------------------------------- */	
#page-content{}

/* ---HomePage--- */
@media(max-width:767px){
	.index-page .box-content.box-1 {margin-top: 0;}
    .mobileMenuBtn {
    z-index: 10000;
    display: block;
    position: fixed;
    top: 7px;
    left: 15px;
    background-color: #cccccc;
    border-radius: 5px;
    width: 42px;
    height: 35px;
    border: 2px #ffffff solid;
    opacity: 0.7;}
    
    .mobileMenuBtn div {
    z-index: 10000;
    display: block;
    margin: 6.5px;
    background-color: #fff;
    border-radius: 5px;
    width: 23px;
    height:2px;}

    .main > .col-sm-3 {
    position: fixed;
    top: 48px;
    left: -999px;
    z-index: 10000;
    width: 60%;
    height: 100%;
    overflow: scroll;
    background: #366277;
    padding-left:0;
    padding-right:0;}

    .container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse{
    background: #2091BD;}

    .main > .col-sm-3 ul{
    padding-left:0;}
    
    .head .hh{
    width:100%;
    background:#0AAC8E;
    padding: 5px 5px 5px 10px;
    font-size: 14px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: bold;}
  
    .list1 li{
    padding: 5px 0 3px 10px;}

    .list1 li a{
    font-size: 13px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: white;}
}
.box-content.box-1 .box-item{background-color: #fff;margin: 0 auto 30px;max-width: 500px;}
.box-content.box-1 .box-item:hover img{opacity: 0.9;} 
.box-content.box-1 .box-item .content{padding: 10px 30px 0px;padding-bottom: 10px;} 
.box-content.box-1 .box-item img {width: 100%;}
.box-content.box-1 .box-item a{color: #0aac8e;font-weight: bold;}
.box-content.box-1 .box-item .content h3{font-weight: 500;color: #333;font-size: 22px;margin-bottom: 20px;height: 47px;text-align: center;overflow:hidden;} 
.box-content.box-1 .box-item .content span{color: #bbb;font-size: 15px;}

/* ----------------- */
/* ---MainContent--- */
#main-content {background: #fff;}

article{}
article:after, article:before{clear: both; content: '\0020'; display: block; visibility: hidden; width: 0; height: 0;}
article .info {margin: 5px 0 10px 0;}
article .info span{display: block;}
article .info a{color: #17B3E8;text-decoration: none;}
article .info a:hover {color:#000;}
article h1 {font-size: 30px;}
article h2 {font-size: 22px;}
article img{width:auto;}
article .art-content{padding: 10px 20px 10px;}

/* ----------------- */
/* -----SideBar----- */
#sidebar{}

.widget{padding: 50px;}
.widget:after, .widget:before{clear: both; content: '\0020'; display: block; visibility: hidden; width: 0; height: 0;}
.widget ul li{list-style:none;}
.widget .heading { margin: 20px 0;}
.widget .heading h4 {font-size: 25px;}
.widget .content {margin-top:30px;}

.wid-related {}
.wid-related h4{font-weight: 500;font-size: 20px;}

/* ---------------------------------------------------------------------------- */
/* ----------------------------------Footer------------------------------------ */
/* ---------------------------------------------------------------------------- */
footer{color: #444;font-size: 13px;}
footer ul {padding: 0;margin-top: 10px;}
footer ul li{list-style: none;}
footer a {color: #444;}
footer a:hover {color: #fff;text-decoration: underline;}	

footer .col-footer{margin: 10px 0 10px;}

footer .wrap-footer{background-color:#EAECEE;}
footer .bottom-footer{background-color: #2091bd;color: #fff;text-align: center;padding: 40px 0px 10px;}
footer .bottom-footer a{font-weight: bold;}
footer .bottom-footer a:hover{color: #444;}
footer ul.social-buttons li a{display: block;width: 35px;height: 35px;border-radius: 100%;font-size: 20px;color: #222;background-color: #fff;transition-duration: 0.4s;}
footer ul.social-buttons li a:hover{background-color: #0aac8e;color: #fff;}
footer ul.social-buttons li a i{margin-top: 7px;}

.footer-title:before {background-color: #0aac8e;content: "";height: 1em;left: 0;margin-top: -0.5em;position: absolute;top: 50%;width: 3px;}
.footer-title {font-family: arial;display: block;font-weight: bold;letter-spacing: 1px;margin-top: -5px;padding-left: 13px;position: relative;text-transform: uppercase;font-size: 14px;color: #333;margin-top: 20px;}

.footer-tags a{color: #444; border: 1px solid #444; padding: 4px 10px;line-height: 2.4;font-size: 13px;text-transform: capitalize;}
.footer-tags a:hover{color: #fff;text-decoration: none;background: #0aac8e;border: 1px solid #0aac8e;}

.widget_recent_entries li{
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #999999;
    font-size: 11px;
    margin-bottom: 0;
    padding: 15px 0 16px;
    text-transform: uppercase;
}
.widget_recent_entries li a {text-transform:none;color: #444;display:inline-block;position:relative;padding-left:14px;font-size: 13px;font-family: arial;}
/* ---------------------------------------------------------------------------- */
/* -------------------------------------Contact-------------------------------- */
/* ---------------------------------------------------------------------------- */
.contact h2{font-size: 34px; font-weight: 500;letter-spacing: 3px;padding-top: 20px ;text-align: center;}

#contact_form {padding:25px;}

#ff label {cursor:pointer;margin:px 0;display:block;font-weight:bold;}
#ff input {display:block;width:100%;color:#000;padding:10px;margin: 5px 0 25px 0;}
#ff textarea {display:block;width:100%;height:200px;background-color:#fff; color:#000;padding:10px;margin: 5px 0 25px 0;}

#ff .sendButton {border: none;cursor:pointer;background-color: #000;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;;width:100px;color:#ffffff;}
#ff .sendButton:hover {background-color: #333;}

.message{text-align: center;margin: 50px 0;}
.message .wrap{	padding: 50px; background: #ffffff; border: 1px solid #333333;display: inline-block;border-radius: 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;-khtml-border-radius: 5px;}
.message .back{margin-top: 30px;}

/* ---------------------------------------------------------------------------- */
/* ------------------------------------Button---------------------------------- */
/* ---------------------------------------------------------------------------- */
.btn {
	border-radius: 2px;
	position: relative;
	display: inline-block;
	outline: none;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;	
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: 13px;
}
a.btn:focus{outline: 0;}

.btn-skin {padding: 7px 20px;line-height: 26px;font-weight: bold;color: #fff;background-color: #0AAC8E;}

/* ---------------------------------------------------------------------------- */
/* ----------------------------------Background gradients---------------------------------- */
/* ---------------------------------------------------------------------------- */
.site-gradients figure:before { background-color: #000; }
.site-gradients-media:before{
	background: transparent;
	background: -webkit-linear-gradient(       top, rgba(26,28,30, 0) 0%, #1a1c1e 100% );
	background:         linear-gradient( to bottom, rgba(26,28,30, 0) 0%, #1a1c1e 100% );
}
.site-gradients-media{
	position: absolute;
	width: 100%;
	max-width: 100%;
	max-height: 100%; /* the banner will be the height of the screen size due to fixed positioning */
	left: 0;
	top: 0;
	overflow: hidden;
	z-index: -1;
}
.site-gradients-media:before{
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 62%;
	left: 0;
	bottom: 0;
	z-index: 1;
}
.site-gradients figure {
	position: relative;
	z-index: 0;
}
.site-gradients figure:before {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: .4;
	z-index: 1;
}

.site-gradients img {
	position: relative;
	width: 100%;
	height: auto;
	z-index: 0;
}
.site-gradients img {
	top: -20px;
	-webkit-transform: scaleX(-1);
	   -moz-transform: scaleX(-1);
		-ms-transform: scaleX(-1);
			transform: scaleX(-1);
	-webkit-filter: blur(10px) grayscale(100%) contrast(66%);
	   -moz-filter: blur(10px) grayscale(100%) contrast(66%);
		-ms-filter: blur(10px) grayscale(100%) contrast(66%);
			filter: blur(10px) grayscale(100%) contrast(66%);
	filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='10');
	filter: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="blur-grayscale-contrast"><feGaussianBlur stdDeviation="10" /><feColorMatrix type="matrix" values="0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0" /><feComponentTransfer><feFuncR type="linear" slope=".66" intercept="-(0.5 * .66) + 0.5" /><feFuncG type="linear" slope=".66" intercept="-(0.5 * .66) + 0.5" /><feFuncB type="linear" slope=".66" intercept="-(0.5 * .66) + 0.5" /></feComponentTransfer></filter></svg>#blur-grayscale-contrast'); /* Firefox */
}
/* ---------------------------------------------------------------------------- */
/* --------------------------------Google-Map---------------------------------- */
/* ---------------------------------------------------------------------------- */
.maps iframe{
    pointer-events: none;
}

.carousel {
    width: 1110px;
    margin: auto;
}
#hh4{
    text-align: center;
    font-size:24px;
    padding-top: 5px;
    height: 57px;
    overflow: hidden;
}
#hh4 a{
    color:#2091BD;
}
#hh4 a:hover{
    color:#DC5C7F;
}
#rrw a{
    text-transform: none;
}
#rrw a:hover{
    color:red;
}
#rre{
    list-style-type: none;
    padding: 0;
    display:none;
}
#rrw:hover ul{
    display:block;
    background:#666;
    position: absolute;
    width: 118px;
    padding-left: 10px;
}
#imgpic{
    padding-left:15px;
    padding-right:15px;
}
#ppic{
    font-size: 14px;
    margin: auto 10px;
	padding-bottom: 10px;
    font-family: arial;
    height: 130px;
    overflow: hidden;
}
#pp{
    height:94px;
    font-size: 14px;
    color: #000;
    overflow: hidden;
    font-family: arial;
}
#pp p{
    font-size: 13px;
    font-family: arial;
}
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse{
    max-height:none;
}
.img-responsive, .thumbnail>img, .thumbnail a>img{
    padding: 15px 15px 0 15px;
}
.social-links .list-inline li{
    color:#000;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 16px;
    display:block
}
#example_video_1{
    width:100%;
    height:325px;
    float:right;
}
.menu2{
    height:30px;
    width:1110px;
    margin:0 auto
}
.menu2 div{
    background:rgba(64, 190, 167, 1);
    width:100%;
    height: 30px;
}
.menu2 li{
    float:left;
    font-size:14px;
    font-weight:bold;
    font-family:Helvetica,Arial,sans-serif;
    line-height:28px;
    padding: 0 15px;
}
.nav>li>a {
    padding: 15px 7.5px;
}
.carousel-control.right {
    right: 400px;
}
.carousel-inner {
    width: 63.9%;
    display: inline-block;
}
#vid{
    float:right;
    width: 400px;
}
.social-links .list-inline li img{
    width:25px;
}
@media(min-width:1200px) {
    .menu2 li {
    padding:0 30px;
}
    .container-1{
    width:1110px;
}
}
@media(max-width:1199px) {
    .art-content .row .col-md-12 img{
    margin:0 auto;
    display:block;
}
    #example_video_1{
    float:none;
    margin:0 auto;
}
}

@media(min-width:992px) and (max-width:1199px) {
    .carousel {
    width: 910px;
    margin: auto;
}
    #ppic {
    height:124px;
}
    .nav>li>a {
    padding: 15px 7.85px;
}
    .navbar-default .nav li a{
    letter-spacing: 0;
    font-size: 12px;
    font-weight: normal;
}
    .box-content.box-1 .box-item .content h3{
    font-size: 20px;
}
    #pp {
    height: 133px;
}
    #rrw:hover ul{
    width:97px;
    padding-left:8px;
}
    .menu2{
    width:910px;
}
    .container-1{
    width:910px;
}
    #vid {
    width: 327px;
}
    .carousel-control.right {
    right: 327px;
}
}

@media(min-width:768px) and (max-width:991px) {
    .navbar-default .nav li a{
    letter-spacing: 0;
    text-transform:none;
    font-size: 12px;
}
    .nav>li>a {
    padding: 15px 3px;
}
    #logo{
    margin:0 auto;
    display:block;
}
    .social-links{
    margin-top:20px;
}
    #rrw:hover ul{
    width:87px;
    padding-left:5px;
}
    .logo-pic img{
    width:70%
}
    .social-links .list-inline li{
    font-size: 14px;
}
    .menu2{
    width:690px;
}
    #rrw{
    position:absolute;
    top:55px;
    right:10px;
    background:#2091BD;
}
    #rrw a{
    padding:0;
}
    .container-1{
    width:690px;
}
.navbar-right {
    width: 111.4%;
}
    #vid {
    width: 248px;
}
    .carousel-control.right {
    right: 248px;
}
    .menu2 li{
    font-size:12px;
}
}

@media(max-width:767px) {
    .navbar-default .nav li a{
    text-align: center;
}
    #logo{
    margin:0 auto;
    display:block;
}
    .index-page header{
    margin:50px auto 0px;
}
    .blogContent ul{
    padding-left:0;
}
    .menu2{
    display:none;
}
    .nav>li {
    border: 1px #0AAC8E solid;
}
    .nav>li>a {
    padding: 7px 8px;
}
}

@media(min-width:700px) and (max-width:767px) {
    .logo-pic img{
    width:70%;    
}
    .social-links{
    margin-top:20px;
}
    .social-links .list-inline li{
    font-size:13px;
}
    .logo-pic {
    margin-left: 0px;
}
}

@media(min-width:700px) and (max-width:991px) {
    .carousel {
    width: 690px;
    margin: auto;
}
#hh4 {
    height:57px;
}
.col-md-3{
    width:33.33333333%;
    float:left;
}
.col-md-4{
    width:50%;
    float:left;
}
#ppic{
    height:120px;
}
}

@media(max-width:699px) {
    .logo-pic {
    float:none;
    margin:0 auto;
}
    .social-links {
    float:none;
    margin-top:0px;
    margin-right:0px;
}
    .social-links ul {
    margin-bottom:0px;
}
    .social-links .list-inline li{
    text-align:center;
    font-size:12px;
}
}

@media(max-width:660px) {
    #example_video_1{
    width:100%;
}
}

@media(min-width:460px) and (max-width:699px) {
.col-md-3{
    width:50%;
    float:left;
}
#ppic{
    height:124px;
}
#hh4 {
    height:57px;
}
}

@media (max-width:459px) {
.col-md-3{
    float:left;
    padding-left: 1%;
    padding-right: 1%;
    width: 50%;
}
#imgpic {
    padding-left: 0;
    padding-right: 0;
}
.logo-pic img {
    width:65%
}
.social-links .list-inline li img{
    width:15px;
}
.row {
    margin-right: 0;
    margin-left: 0;
}
.col-md-12 {
    padding-right: 0;
    padding-left: 0;
}
.container {
    padding-right: 0;
    padding-left: 0;
}
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    margin-right: 0px;
    margin-left: 0px;
}
#hh4 {
    height: 40px;
}
#hh4 a {
    font-size: 16px;
}
#ppic{
    text-overflow: ellipsis;
    white-space: nowrap;
}
.box-content.box-1 .box-item {
    margin: 0 auto 5px;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img{
    display:block;
}
.hidden-xs{
    display:block!important;
}
.carousel{
    width:100%;
}
.carousel-inner {
    width: 100%;
}
.carousel-control.right {
    right: 0;
}
#vid {
    width: 100%;
    margin: 1% 0;
}
.accordion section:last-child{
    margin-bottom:48px;
}
}

/* ------------------------------------demo.css------------------------------- */
/* ------------------------------------demo.css------------------------------- */
/* ------------------------------------demo.css------------------------------- */

li{list-style:none}
a:link,a:visited{text-decoration:none;}

.head-v3{z-index:100;}
.head-v3 .navigation-inner{margin:0 auto;width:980px;position:relative}
.navigation-up{height:60px;background:#27303f}
.navigation-up .navigation-v3{margin-left:155px;float:left;_margin-left:10px}
.navigation-up .navigation-v3 ul{float:left}
.navigation-up .navigation-v3 li{float:left;font:normal 16px/59px "microsoft yahei";color:#fff}
.navigation-up .navigation-v3 .nav-up-selected{background: rgba(37,22,65,0.9);}
.navigation-up .navigation-v3 .nav-up-selected-inpage{background:#202833}
.navigation-up .navigation-v3 li h2{font-weight:normal;padding:0;margin:0}
.navigation-up .navigation-v3 li h2 a{padding:0 25px;color:#fff;display:inline-block;height:60px;font-family:"microsoft yahei"}

.navigation-down{position:absolute;top:50px;left:0px;width:100%}
.navigation-down .nav-down-menu{width:100%;margin:0;background:rgba(59,57,52,0.9);position:absolute;top:0px}
.navigation-down .nav-down-menu .navigation-down-inner{margin:auto;width:1200px;position:relative}
.navigation-down .nav-down-menu dl{float:left;margin:18px 80px 18px 0}
.navigation-down .menu-1 dl{margin:20px 0px 10px 4.85%}
.navigation-down .menu-1 dt{font:normal 16px "microsoft yahei";color:#61789e;padding-bottom:10px;border-bottom:1px solid #61789e;margin-bottom:10px}
.navigation-down .menu-1 dt a{color: #93c447;font-weight:bold;font-size: 14px;}
.navigation-down .menu-1 dt a:hover{color: #60aff6;}
.navigation-down .menu-1 dd a{color:#93c447;font:normal 14px/30px "microsoft yahei";font-size: 12px;}
.navigation-down .menu-1 dd a:hover{color:#60aff6}
.navigation-down .menu-2 dd a,.navigation-down .menu-3 dd a{color:#fff;font:normal 16px "microsoft yahei";font-size: 12px;}
@media(max-width:1199px){.navigation-down .nav-down-menu .navigation-down-inner{width:100%;}}
@media(min-width:992px) and (max-width:1199px){.navigation-down .menu-1 dl {margin: 20px 21px 10px 6.2%;}}
@media(min-width:768px) and (max-width:991px){.navigation-down .menu-1 dl {margin: 20px 21px 10px 12.85%;}}
@media(max-width:991px){article img{margin: 0 auto;display: block;}#example_video_1{width: 560px;height: 425px;}}
@media(max-width:767px){.navigation-down div{overflow-y: auto;height: 400px;}.navigation-down .nav-down-menu dl{float:none} #rrw:hover ul {left: 37.5%;}.navbar-default {background-color: transparent;}}
@media(max-width:600px){#example_video_1{width: 100%;height: 45%;}}
@media(max-width:425px){#example_video_1{width: 100%;height: 25%;}}