@import url("font-awesome.css");
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 400;
}
body, h1, h2, h3, h4, h5, h6, .button, input[type="button"], input[type="submit"], input[type="text"], input[type="password"], input[type="email"], textarea, select {
    font-family:"Raleway" ;
    font-size:14px;
    line-height:20px;
    
}
h1 {
    font-size: 28px;
    line-height: 50px;
}
h2 {
    font-size: 22px;
    line-height: 30px;
}
h3 {
    font-size: 16px;
    line-height: 30px;
}
h4 {
    font-size: 14px;
    line-height: 30px;
}
h5 {
    font-size: 12px;
    line-height: 24px;
}
h6 {
    font-size: 10px;
    line-height: 20px;
}
a {text-decoration: none ;}
a:hover{
    text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
	color:#555;
}
a:focus{
    outline: none;
    text-decoration: none;
}
.not-ie a {
	-webkit-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
	   -moz-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
		-ms-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
		 -o-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
			transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
}
.mrgb-20{ margin-bottom:20px; }
.mrgb-30{ margin-bottom:30px; }
.mrgb-40{ margin-bottom:40px; }
.mrgb-50{ margin-bottom:50px; }
.mrg-0{ margin:0 auto; }
.mrgt-20{ margin-top:20px; }
.mrgt-30{ margin-top:30px; }
.mrgt-40{ margin-top:40px; }
.mrgt-50{ margin-top:50px; }
.mrgt-70{ margin-top:70px; }
.pdt-50{ padding-top: 50px; }
.pdt-70{ padding-top: 70px; }
.content{
    padding:30px 0 60px;
    position: relative;
}
.sub_content {
    padding: 30px 0;
}
.super_sub_content{
    padding: 60px 0;
}
.grey_bg{
    background: #efefef;
}
/* =================================================================== */
/* 2. HEADER
====================================================================== */
#background{
    width: 100%;
    height: 100%;
}
#header {
    background: #fff none repeat scroll 0 0;
    transition: all 0.4s ease-in-out 0s;
    width: 100%;
    z-index: 999;
}
#top-bar{background: #00325b; color:white; padding: 8px 0 8px;}
.top-info{ float:right; }
.top-info span { font: 13px/28px "Raleway"; padding-top:6px;padding-left: 15px;float:left;
}
.top-info span i { font-size: 13px; margin-right: 5px; }
.top-info li{ float:left;}
.top-info li a{
    border: 1px solid #9f9f9f !important;
    border-radius: 100%;
    color: white;
    display: inline-block;
    font-size: 14px;
    height: 25px;
    line-height: 23px;
    margin: 0 2px;
    text-align: center;
    transition: background-color 400ms linear 0s;
    width: 25px;
}
.top-info li:hover a                {color:#fff!important;}
.top-info li:hover a.my-tweet       {background:#3ABDD1;}
.top-info li:hover a.my-facebook    {background:#648CD5;}
.top-info li:hover a.my-skype       {background:#00AFFF;}
.top-info li:hover a.my-pint        {background:#DE5656;}
.top-info li:hover a.my-rss         {background:#EF8D1F;}
.top-info li:hover a.my-google      {background:#E73904;}
.top-info li:hover a.my-youtube     {background:#E73904;}
/* Logo
====================================*/
#logo-bar {
    padding: 20px 0;
    background: transparent;
}
#logo-bar.scroll-to-fixed-fixed{
    padding: 5px 0;
    background:#00325b !important; 
    box-shadow: none !important;
}
#logo img
{
    width:80%;
    height:auto;
    float:left 
}
#logo > h1 {
    margin:0;
    display:inline-block;
    float: left;
}
#logo-bar {
    padding: 20px 0;
    background: transparent;
}
#logo-bar.scroll-to-fixed-fixed{
    padding: 5px 0;background:white; 
    box-shadow: 0 2px 4px #ddd;
}
#logo img
{
    width:100%;
    height:auto;
}
#logo > h1 {
    margin:0;
    display:inline-block;
    float: left;
}
/* page_head Title
====================================*/
.page_head {
    background: #727CB6;
    border-bottom: 1px solid #EAEAEA;
    padding:30px 0;
}
.page_title{ float: left; }
.page_title h2 {
    color: #fff;
    float: left;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0 9px;
}
.sub_heading{
    display: block;
    background: #fff;
    color: #666;
    font-size: 16px;
    padding: 5px 8px;
    border-left: 2px solid #727CB6;
    clear: both;
}
/* =================================================================== */
/* 3. NAVIGATION
====================================================================== */
/*
  Add some SmartMenus required styles not covered in Bootstrap 3's default CSS.
 These are theme independent and should work with any Bootstrap 3 theme mod.
*/
.navbar-nav ul
{
    width:100%;
    min-width:187px!important;
    padding:0;
}
.nav-caption{
    color: #323A45;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 0 0 0;
    position: absolute;
    text-align: center;
    top: 15%;
    width: 100%;
    display: none;
}
.navbar-toggle{
    background:#303436;
    border:none;
    padding:20px 20px;
    border-radius:3px;
    margin-top:80px;
}
.navbar-default{
    background: #fff;
}
.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus{
    background:#303436;
}
.navbar-default .navbar-toggle .icon-bar{
    background-color:#fff;
    height:3px;
}
.navbar{
    margin-bottom: 0;
    margin-top: 20px;
    min-height:35px;
    border:none;
    float: left;
}
/* sub menus arrows */
.navbar-nav .sub-arrow, .navbar-nav .collapsible .sub-arrow {
    position:static;
    margin-top:0;
    margin-right:0;
    margin-left:2px;
    display:inline-block;
    width:0;
    height: 0;
    overflow:hidden;
    vertical-align:middle;
    border-top:4px solid;
    border-right:4px dashed transparent;
    border-bottom:4px dashed transparent;
    border-left:4px dashed transparent;
}
.navbar-nav > li > .has-submenu .sub-arrow {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    width:8px;
    height: 8px;
    line-height: 3px;
    border-width: 0px;
}
.navbar-nav > li > .has-submenu .sub-arrow:before {
    content: "\f107";
}
.navbar-nav ul .sub-arrow {
    position:absolute;
    right:0;
    margin-top:6px;
    margin-right:15px;
    border-top:4px dashed transparent;
    border-bottom:4px dashed transparent;
    border-left:4px solid;
}
.navbar-nav ul a.has-submenu {
    padding-right:30px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{
    border-color: transparent;
}
/* scrolling arrows for tall menus */
.navbar-nav span.scroll-up, .navbar-nav span.scroll-down {
    position:absolute;
    display:none;
    visibility:hidden;
    height:20px;
    overflow:hidden;
    text-align:center;
}
.navbar-nav span.scroll-up-arrow, .navbar-nav span.scroll-down-arrow {
    position:absolute;
    top:-2px;
    left:50%;
    margin-left:-8px;
    width:0;
    height:0;
    overflow:hidden;
    border-top:7px dashed transparent;
    border-right:7px dashed transparent;
    border-bottom:7px solid;
    border-left:7px dashed transparent;
}
.dropdown-menu.sm-nowrap{
    display: none;
    left: 0;
    margin-left: 186px;
    margin-top: -42px;
    max-width: 20em;
    min-width: 10em;
    top: auto;
    width: auto;
}
.navbar-nav span.scroll-down-arrow {
    top:6px;
    border-top:7px solid;
    border-right:7px dashed transparent;
    border-bottom:7px dashed transparent;
    border-left:7px dashed transparent;
}
.navbar-default .navbar-nav li a{
    color: #010101;
    text-transform:uppercase;
    font-size: 12px;
    font-weight: 500;
    line-height:14px;
}
.navbar-default .navbar-nav > li{
}
.navbar-default .navbar-nav > li:first-child{
    border-left:none;
}
.navbar-default .navbar-nav > li > a:after,
.navbar-default .navbar-nav > li > a:before {
    transition: all .5s;
}
.navbar-default .navbar-nav > li > a{
    padding:15px 6px;
    position:relative;
    z-index: 1;
}
.navbar-default .navbar-nav > li > a:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    content: '.';
    color: transparent;
    background: #cf1861;
    opacity: 0;
    z-index: -1;
}
.navbar-default .navbar-nav > li > a:hover:after {
    opacity: 1;
    visibility: visible;
    height: 100%;
}
.navbar-nav > li.active > a,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus{
    background: #cf1861;
    color:#fff!important;
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus
{
     background:#cf1861;
    color:#fff!important;
}
.navbar-nav li:nth-child(n+2)::before {
    background: none repeat scroll 0 0 #d0d0d0;
    content: "";
    height: 19px;
    left: -1px;
    position: absolute;
    top: 13px;
    width: 1px;
}
.navbar-nav > li + li {
    margin-left: 1px;
}
/* add more indentation for 2+ level sub in collapsible mode - Bootstrap normally supports just 1 level sub menus */
.navbar-nav .collapsible ul .dropdown-menu > li > a,
.navbar-nav .collapsible ul .dropdown-menu .dropdown-header {
    padding-left:35px;
}
.navbar-nav .collapsible ul ul .dropdown-menu > li > a,
.navbar-nav .collapsible ul ul .dropdown-menu .dropdown-header {
    padding-left:45px;
}
.navbar-nav .collapsible ul ul ul .dropdown-menu > li > a,
.navbar-nav .collapsible ul ul ul .dropdown-menu .dropdown-header {
    padding-left:55px;
}
.navbar-nav .collapsible ul ul ul ul .dropdown-menu > li > a,
.navbar-nav .collapsible ul ul ul ul .dropdown-menu .dropdown-header {
    padding-left:60px;
}
.navbar-nav .dropdown-menu > li > a {
    white-space:normal;
    font-size: 12px;
    text-transform:none;
    padding:12px 20px;
    border-bottom:1px solid #e4e4e4;
}
.navbar-nav .dropdown-menu > li > a:hover
{
    color:#fff;
    background:#00325b;
}
.navbar-nav ul.sm-nowrap > li > a {
    white-space:nowrap;
}
/* The following will make the sub menus collapsible for small screen devices (it's not recommended editing these) */
.navbar-nav .collapsible ul {display:none;position:static !important;
    top:auto !important;left:auto !important;margin-left:0 !important;
    margin-top:0 !important;width:auto !important;min-width:0 !important;
    max-width:none !important;}
.navbar-nav .collapsible ul.sm-nowrap > li > a {white-space:normal;}
.navbar-nav .collapsible iframe{display:none;}
/* disable Bootstrap 3's global box-sizing:border-box; for the menus as it doesn't play nice with SmartMenus */
ul.sm li *,ul.sm li *:before,ul.sm li *:after{-moz-box-sizing:content-box;
    -webkit-box-sizing:content-box;box-sizing:content-box;}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus
{
    border-color:transparent!important;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus{
    background-color:#fff ;
}
/*------------Animation-CSS-------------*/
.navbar-nav > li:hover > ul{
    /*display: block;*/
    -moz-animation: fadeInUp .4s ease-in;
    -webkit-animation: fadeInUp .4s ease-in ;
    animation: fadeInUp .4s ease-in;
}
.navbar-nav > li > ul.dropdown-menu li:hover ul{
    /*display:block;*/
    -moz-animation: fadeInUp .5s ease-in ;
    -webkit-animation: fadeInUp .5s ease-in ;
    animation: fadeInUp .5s ease-in;
}
/*--------Animation_Hover_Effect_CSS---------------*/
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
/*--------//Animation_Hover_Effect_CSS---------------*/
/* ===================================================== */
/* 4. FOOTER & FOOTER WIDGETS												 */
/* ===================================================== */
.footer_bottom{
    background:#cf1861; /*#cf1861*/ /*#00325b*/
    padding:20px 0;
    color:#fff;
    margin-top:20px;
    z-index:200 !important;
}
.footer{
    background:#e5e5e5;
    padding:20px 0px 0px 0px;
    position: relative;
    color:#fff;
    z-index:200;
}
/* Footer Widgets
====================================*/
.widget_content{
    margin-top: 15px;z-index: 200;
}
.widget_content > p {
    font-family: Pt Sans,Helvetica, Arial, sans-serif;
    font-size: 14px;
}
.copyright {
    color: #AAAAAA;
    font-size: 12px;
    line-height: 40px;
    margin: 0;
}
.copyright a{
    color:#fff;
    text-decoration:none;
}
.copyright a:hover{
    color:#aaa;
}
.sidebar .widget h4 span
{
    background:#fff;
    color:inherit;
}
/* Social Widget
====================================*/
.widget_social {
    list-style: none outside none;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    z-index: 200;
}
.widget_social li {
    float: left;
    background: none !important;
}
.widget_social li a {
    color: #666;
    display:block;
    height: 46px;
    text-align: center;
    width: 46px;
    border-radius:50%;
    -webkit-border-radius: 50%;-moz-border-radius: 50%;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}
.widget_social li a i {
    font-size: 22px;
    line-height: 46px;
    margin-right: 0;
    float: none;
}
.widget_social li a.fb:hover      {color: #2f5a9a;}
.widget_social li a.twtr:hover    {color: #3abdd1;}
.widget_social li a.gmail:hover   {color: #363636;}
.widget_social li a.pinterest:hover{color: #d13a3a;}
.widget_social li a.rss:hover     {color: #f15200;}
.widget_social li a.tumblr:hover  {color: #203550;}
.widget_social li a.flickrs:hover        {color: #ff0084;}
.widget_social li a.instagram:hover     {color: #507ea4;}
.widget_social li a.linkedin:hover      {color: #0072b2;}
.widget_social li a.skype:hover         {color: #00aaf1;}
.widget_social li a.youtube:hover       {color: red;}
.widget_social li a.dribbble:hover      { color: #f973a4;}
/*---------- Small-images CSS ----------*/
.small-images .option a.fa,
.owl-carousel .option a.fa{
    font-size: 16px;
    height: 35px;
    line-height: 32px;
    width: 35px;
}
.small-images .option h5,
.owl-carousel .option h5{
    font-size: 18px;
}
.small-images .option span,
.owl-carousel .option span{
    font-size: 15px;
}
.small-images .inner > div {
    height: 50%;
}
/* ==================================================
   26. TITLE
================================================== */
.dividerHeading,
.widget_title{
    margin-bottom: 25px;
}
.dividerHeading h4,
.widget_title h4{
    font-size: 18px;
    font-weight: normal;
    padding: 0 0 10px;
    position: relative;
    text-transform: capitalize;
}
.dividerHeading h4::before,
.widget_title h4::before{
    background: #00325b;
    border-radius: 0 5px 5px 0;
    bottom: -1.5px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 50px;
}
.dividerHeading.text-center{
    margin-bottom: 45px;
}
.dividerHeading.text-center h4{
    font-size: 25px;
}
.dividerHeading.text-center h4::before{
    display: block;
    position: relative;
    margin: 0 auto;
    bottom: -40px;
}
.dividerHeading.text-center > span{
    font-size: 18px;
    color: #868889;
    display: block;
    margin: 15px 0 30px;
}
.widget_title h4 {
    font-size: 14px;
    text-transform: uppercase;
}
.footer .widget_title h4
{
    border-color: #ffffff;
}
.footer .widget_title h4 span:before,
.footer .widget_title h4 span:after{
    color:#dfdfdf!important;
}
.footer .widget_title h4 span{
    color:#00325b;
    padding:0;
    background:transparent;
}
/* Footer Social
====================================*/
.footer_social{
    float: right;
    z-index:200;
}
.footbot_social {
    list-style: none outside none;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
}
.footbot_social li {
    float: left;
    background: none !important;
}
.footbot_social li a {
    color: #f5f5f5;
    display:block;
    height: 40px;
    text-align: center;
    width:35px;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    margin: 0 2px;
}
.footbot_social li a i {
    font-size: 18px;
    line-height: 40px;
    margin-right: 0;
    float: none;
}
.footbot_social li a.fb:hover            {background:#1964DA; border-radius: 5px; color:#fff;}
.footbot_social li a.twtr:hover          {color: #fff; background:#3ABDD1; border-radius:5px;}
.footbot_social li a.gmail:hover         {color: #fff;}
.footbot_social li a.pinterest:hover     {color: #fff;}
.footbot_social li a.rss:hover           {color: #fff; background:#F15200; border-radius:5px;}
.footbot_social li a.tumblr:hover        {color: #fff;}
.footbot_social li a.flickr:hover        {color: #fff;}
.footbot_social li a.instagram:hover     {color: #fff;}
.footbot_social li a.linkedin:hover      {color: #fff;}
.footbot_social li a.skype:hover         {color: #fff; background:#00AAF1; border-radius:5px;}
.footbot_social li a.youtube:hover       {color: #fff; background:#f2381f; border-radius:5px;}
.footbot_social li a.gplus:hover      { color: #fff; background:#f36754; border-radius:5px;}
/* ===================================================== */
/* 32. List & Bullets									 */
/* ===================================================== */
ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
/* ===================================================== */
/* 34. Media Query										 */
/* ===================================================== */
@media only screen and (min-width: 980px) and (max-width: 1280px){
    .post-title{font-size:14px}
    .blog_medium .post_img{width:30%; }
    .shares li.shareslabel h3{padding:8px 14px;}
    .comment_form > input{width:30%;}
    .post-images { margin-right: 15px;}
    .post-slide { margin-bottom:40px; }
}
@media only screen and (min-width: 768px) and (max-width: 989px){
    #logo{
        position: absolute;
        width: 100%;
     }
    .navbar-default .navbar-nav > li > a { padding:12px 6px;font-size:6px;}
      .navbar-nav ul.sm-nowrap > li > a{font-size:8px;}
    .serviceBox_2{ margin-bottom:30px; }
    .tab-content {margin-bottom:30px;}
    .post-images { margin-right: 15px; }
    .serviceBox_1 .service_icon > h3{ font-size: 17px;}
    .serviceBox_3 .service-content h3 {
        font-size: 18px;
        height: 105px;
        line-height: 20px;
        padding: 30px 0;
    }
    .serviceBox_4 .service-icon{left: 66px;}
    .serviceBox_6 { padding: 30px; }
    .grey-transparent-content .sub_content {
        padding: 50px 20px;
    }
    .post-slide { margin-bottom:40px; }
}
@media only screen and (max-width:768px) {
    #logo-bar{padding:30px 0;}
    .nav-tabs > li > a { padding:10px 10px; }
    .sub_content {
        padding: 15px 0;
    }
    .super_sub_content {
        padding: 40px 0;
    }
    .tab-content{margin-bottom:30px;}
    .nav-tabs > li > a { padding:10px 10px; }
    .serviceBox_1,.serviceBox_2,.serviceBox_3{ margin-bottom:30px; }
    .serviceBox_3 .service-content h3 {
        font-size: 18px;
        height: 105px;
        line-height: 20px;
        padding: 30px 0;
    }
    .serviceBox_6 { padding: 30px; }
    .grey-transparent-content .sub_content {
        padding: 50px 20px;
    }
    .blog-hover > a { top: 30%; }
    .blog_medium .post_content{ width:45%; }
    .shares li.shareslabel h3{ padding:8px 14px; }
    section.parallax { padding: 30px 0; }
    .parallax-testimonial{ padding: 0 15px 30px; }
    .img-about{ margin-bottom: 20px; }
    .texture-section{ padding: 15px 0;margin: 10px 0; }
    .post-slide { margin-bottom:40px; }
    .option a.fa,
    .small-images .option a.fa ,
    .owl-carousel .option a.fa{
        font-size: 16px;
        width: 40px;
        height: 40px;
        line-height: 35px;
    }
    .option h5,
    .large-images .option h5,
    .small-images .option h5{
        font-size: 155%;
    }
    .option span,
    .small-images .option span,
    .large-images .option span{
        font-size: 115%;
    }
    .large-images .masonry_wrapper .inner > div,
    .medium-images .masonry_wrapper .inner > div,
    .small-images .masonry_wrapper .inner > div {
        height: 65%;
    }
    .feature-block img{
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 767px) {
    #info-bar {background:none; padding:0;}
    #logo {
        position: absolute;
        width: 65%;
        z-index: 9999;
    }
    #top-bar{padding:5px 0;}
    #logo-bar {padding: 10px 0;}
    .navbar-default .navbar-nav li a{
        color: #010101;
    }
    .navbar{
        background:none;
        border-color: transparent;
        float: none;
    }
    .navbar-nav li:nth-child(n+2)::before {
        background: none;
    }
    .navbar-nav{
        background:#303436;
    }
    .navbar-collapse{
        position: absolute;
        width: 100%;
    }
    .navbar-nav > li ul > li:first-child > a{border-top:none;}
    .navbar-default .navbar-nav > li > a,.navbar-nav .dropdown-menu > li > a
    {
        padding-top:12px!important;
        padding-bottom:12px!important;
    }
    .navbar-default .navbar-nav li a{
        color: #fff;
    }
    .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a
    {
        padding-left:45px;
        color:#fff;
        font-size:13px;
        border-bottom: none;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus
    {
        background:#727CB6;
        color:#fff;
    }
    .navbar-nav .sub-arrow, .navbar-nav .collapsible .sub-arrow
    {
        float:right;
        color:#fff;
    }
    .navbar-nav > li > ul:before
    {
        content:"";
        display:none;
    }
    .navbar-nav > li > .has-submenu .sub-arrow{
        font-size: 14px;
        font-weight: bold;
        width: 10px;
    }
    .navbar-default .navbar-nav > li{border-bottom:1px solid rgba(255, 255, 255, 0.54);}
    .dropdown-menu.sm-nowrap > li{background:#303436; border-top:1px solid rgba(255, 255, 255, 0.54);}
    .navbar-nav > li:hover > ul{
        -moz-animation: none;
        -webkit-animation: none ;
        animation: none;
    }
    .navbar-nav > li > ul.dropdown-menu li:hover ul{
        -moz-animation: none;
        -webkit-animation:none;
        animation: none;
    }
    .nav-caption{ display: block; }
    .page_head {padding: 12px 0;}
    .page_head h2 { font-size: 20px; }
    .text-center > img {
        width: 100%;
    }
    .images-style-inner {
        margin: 10px 0;
    }
    
}
@media only screen and (min-width: 481px) and (max-width: 767px){
    .author_bio {margin-top:35%; position: relative;}
    #breadcrumbs { float: right;margin-top:0;}
}
@media only screen and (max-width: 480px){
    #breadcrumbs{ display: none; }
    .sub_content {
        padding: 10px 0;
    }
    .author_bio {margin-top:55%; position: relative;}
    #filter li a{padding:10px;}
    .post-images {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 15px;
    }
    .post-detail { width: 100%; }
    .serviceBox_7.right .service-icon {
        margin: 0 0 0 20px;
    }
    .serviceBox_7 .service-icon{
        margin: 5px 20px 0 0;
    }
    .serviceBox_7 .service-content {
        width: 65%;
    }
    .copyright{
        line-height: 20px;
    }
}
/* ===================================================== */
/* 31. BUTTON UP                                             */
/* ===================================================== */
.btntoTop {
    width: 44px;
    height: 44px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color:#ffffff;
    border-radius: 2px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    border:1px solid #00325b;
}
.btntoTop:before {
    content: "\f106";
    display: inline-block;
    vertical-align: middle;
    font: 25px 'FontAwesome';
    color: #00325b;
}
.btntoTop.active {
    opacity: 1;
}
.btntoTop.active:hover{
    opacity: 0.8
}
/* Inside Page */
.index-container
{
 width:1300px !important   
}
.inner-container
{
width:35%;
background:#00325b;
height:380px;
margin-top:0px;
float:left;    
}
.inner-container1
{
width:35%;
background:#cf1861;
height:380px;
margin-top:0px;
float:left;    
}
.inner-section
{
width:450px;
top:5%;
height:140px;
position:relative;
margin:auto;    
}
.inner-block
{
width:420px;
top:30%;
height:140px;
position:relative;
margin:auto;    
}
.inner-block h1
{
color:white;
padding:0px;
margin:0px;
width:90%;
border-bottom:1px solid white;
letter-spacing:1px;
}
.inner-block h3
{
color:white;
margin-top:10px;
margin-right:15px;
float:left;
font-size:16px;
letter-spacing:1px;
}
.inner-block1
{
width:420px;
top:10%;
height:140px;
position:relative;
margin:auto;    
}
.inner-block1 h1
{
color:white;
padding:0px;
margin:0px;
width:93%;
border-bottom:1px solid white;
letter-spacing:1px;
}
.inner-block1 h3
{
color:white;
margin-top:10px;
margin-right:15px;
float:left;
font-size:13px;
letter-spacing:1px;
}
.inner-block3
{
width:420px;
top:30%;
height:140px;
position:relative;
margin:auto;    
}
.inner-block3 h1
{
color:white;
padding:0px;
margin:0px;
width:50%;
border-bottom:1px solid white;
letter-spacing:1px;
}
.inner-article
{
width:65%;
background:url(https://www.jhs.ac.in/jhs-news/images/JHS-Budding-Stars.jpg) no-repeat;
height:380px;
float:left;
background-size:cover;
background-position: center;
box-sizing:border-box;    
} 
.inner-article-sec
{
 width:850px;
 margin:auto;   
}
.about-section
{
 width:55%;
 display:none;
 top:38%;
 height:96px;
 position:relative;
 margin:auto;
 background:white;
 float:right;   
}
.about-container
{
width:350px;
float:left;    
}
.about-container img
{
 margin-left:-25px;
 float:left ;  
}
.about-container h2
{
color:#00325b;
font-weight:500;
}
.about-container h3
{
color:#00325b;
padding:0px;
margin-top:-10px;
font-weight:500;    
}
.inside-container
{
 width:1100px;
 margin:auto;
 padding:20px;   
}
.inside-container h2
{
color:#cf1861;
}
.inside-container p
{
width:900px;
font-family:'Raleway';
font-size:14px;
line-height:1.8em;
letter-spacing:1px;
text-align:justify;
}
.inside-container h3
{
letter-spacing:1px;
}
.inside-container ul
{
font-family:'Raleway';
font-size:14px;
line-height:1.8em;
letter-spacing:1px;
list-style-image:url(../images/arrow.png);
padding-left:20px;    
}
.inside-container-box
{
width:700px;
height:180px;
margin:20px;    
}
.inside-left-box
{
 width:200px;
 margin:10px;
 float:left;
 height:160px;   
}
.inside-right-box
{
width:450px;
margin:10px;
float:left;    
}
.inside-right-box p
{
letter-spacing:1px;
font-weight:500;
}
.inside-partner
{
width:900px;
height:auto;
margin:20px;    
}
.inside-partner-left
{
width:150px;
margin:15px;
padding-top:20px;
float:left;
height:auto;    
}
.inside-partner-left img
{
width:110px;
}
.inside-partner-right
{
width:700px;
margin:10px;
float:left;
}
.inside-partner-right p
{
font-family:'Raleway';
font-size:14px;
width:700px;
line-height:1.8em;
letter-spacing:1px;
text-align:justify;
}
.right-side-menu
{
 width:auto;   
}
.right-side-menu p
{
 width:180px;
 font-family:'Raleway';
 font-size:14px;
 line-height:1.8em;
 letter-spacing:1px;
 text-align:left;   
}
.sub-right-menu img
{
 width:140px;
 height:180px;
 margin:auto;
 padding-top:20px;
 padding-left:20px;   
}
.event-cms-left
{
width:450px;
margin:10px 10px 10px 0px;
float:left;
height:auto;    
}
.event-cms-left p
{
width:430px;
}
.event-cms-right-new
{
width:450px;
margin:10px;
float:left;
height:auto;    
}
.event-cms-right-new p
{
width:430px;
}
.testimonials-left
{
width:250px;
height:auto;
margin:15px;
float:left;
}
.testimonials-right
{
width:600px;
height:auto;
margin:15px;
float:left;
}
.testimonials-right p
{
width:600px;
}
.aboutimgstyle
{
 margin:20px;border-radius:4px;
 float:left;   
}
.pstyle
{
width:430px;
}
.peventstyle
{
width:300px;
}
.academic-style-cms
{
width:650px;
height:100px;
margin:20px;
}
.academic-style-cms img
{
    float:right;
}
.academic-style-cms1
{
width:650px;
height:100px;
margin:20px;
}
.academic-style-cms1-img
{
float:left;margin-left:200px
}
.academic-style-cms2
{
width:650px;
height:100px;
margin:20px;
}
.academic-style-cms2-img
{
float:left;
margin-left:150px;
padding-top:20px;
}
.academic-style-cms3
{
width:650px;
height:100px;
margin:20px;
}
.academic-style-cms3-img
{
float:left;margin-left:200px;padding-top:20px;
}
.academic-style-cms4
{
width:650px;
height:100px;
margin:20px;
}
.academic-style-cms4-img
{
float:left;margin-left:130px;padding-top:20px;width:220px;
}
.academic-style-cms5
{
width:650px;
height:100px;
margin:20px;
}
.academic-style-cms5-img
{
float:right;margin-right:90px;padding-top:15px;
}
.academic-style-cms5-img1
{
float:right;padding-top:15px;margin-right:15px;
}
.h3class
{
color:#00325b;float:left;
}
.acd-line
{
width:820px;
border:1px dotted #00325b;
margin-left:8%;
}
.facts-academic
{
width:280px;
height:150px;
margin:20px;
float:left;   
}
.facts-academic img
{
padding-left:32%;
}
.facts-academic h3
{
text-align:center;
margin-top:5px;
color:#00325b;
}
.facts-academic h4
{
text-align:center;
margin-top:-8px;
color:#474747;
}
.h3width
{
width:880px;
}
.industry
{
width:280px;height:150px;
margin:20px;
float:left;    
}
.industry img
{
padding-left:25%;    
}
.industry h3
{
text-align:center;margin-top:20px;color:#00325b;  
}
.industry1
{
width:280px;height:150px;
margin:20px;
float:left;    
}
.industry1 img
{
padding-left:20%;
}
.industry1 h3
{
text-align:center;margin-top:18px;color:#00325b;
}
.industry2
{
width:280px;height:150px;
margin:20px;
float:left;    
}
.industry2 img
{
padding-left:2%;
}
.industry2 h3
{
text-align:center;margin-top:52px;color:#00325b;
}
.industry3
{
width:280px;height:150px;
margin:20px;
float:left;    
}
.industry3 img
{
padding-left:22%;
}
.industry3 h3
{
text-align:center;margin-top:15px;color:#00325b;
}
.industry4
{
width:280px;height:150px;
margin:20px;
float:left;    
}
.industry4 img
{
padding-left:22%;
padding-top:20px;
}
.industry4 h3
{
text-align:center;margin-top:28px;color:#00325b;
}
.placementul
{
width:900px;
}
.placement-width
{
padding-left:690px;color:#00325b;    
}
.placement-width1
{
padding-left:590px;text-align:center !important;padding-bottom:30px;  
}
.placement-width2
{
padding-left:715px;color:#00325b;
}
.placement-rec-width
{
padding-left:600px;color:#00325b;    
}
.placement-rec-width1
{
padding-left:500px;text-align:center !important;padding-bottom:30px;
}
.placement-rec-width2
{
 padding-left:630px;color:#00325b;   
}
.placement-rec-width3
{
 padding-left:450px;text-align:center !important;padding-bottom:30px; 
}
.video-section
{
    width:100%;height:100%;
    background:url(../html5gallery/bg.jpg) repeat;
}
.video-container
{
 width:1200px;
 height:500px;
 margin:auto;
 padding:20px;
 margin-bottom:200px;   
}
.contact-section
{
width:1050px;margin:auto;    
}
.contact-section ul
{
line-height:1.8em;
font-size:14px;
letter-spacing:1px;
}
.contact-map
{
width:800px !important;height:350px !important;    
}
.contact-map1
{
display:none;   
}
.location-map
{
width:420px !important;
height:1200px !important;    
}
.location-map1
{
display:none;    
}
.precipice
{
width:900px;height:auto;
margin:auto;
padding:10px;
margin-bottom:40px;    
}
.precipice-left
{
width:550px;height:92px;float:left;    
}
.precipice-left h3
{
margin-top:-15px;font-weight:700;
}
.precipice-right
{
width:300px;
height:92px;
float:left;
margin-top:16px;
}
.precipice-right h3
{
 float:left;
 border:1px solid gray;
 border-radius:4px;
 padding:4px;color:#034072;
 margin-left:10px;
 font-size:14px;   
}
.precipice h2
{
color:#034072;letter-spacing:1px;font-size:18px;
}
.precipice ul
{
letter-spacing:1px;
line-height:1.8em;
padding-left:20px;
list-style-image:url(../images/button.png) 
}
.precipice1
{
width:900px;height:auto;
margin:auto;
padding:10px;
margin-bottom:40px;    
}
.precipice1-left
{
width:520px;height:92px;float:left;    
}
.precipice1-left h3
{
margin-top:-15px;font-weight:700;
}
.precipice1-right
{
width:320px;
height:92px;
float:left;
margin-top:16px;
}
.precipice1-right h3
{
 float:left;
 border:1px solid gray;
 border-radius:4px;
 padding:4px;color:#034072;
 margin-left:10px;font-size:14px;   
}
.precipice1 h2
{
color:#034072;letter-spacing:1px;font-size:18px;
}
.precipice1 ul
{
letter-spacing:1px;
line-height:1.8em;
padding-left:20px;
list-style-image:url(../images/button.png) 
}
.accoma-img
{
width:220px;height:auto:margin:20px;float:left;
}
.accoma-img img
{
width:200px;
}
.postpg
{
    width:300px;height:40px;background:#00325b;
    margin-top:40px;margin-left:-10px;
    border-radius:4px;
}
.postpg h3
{
 text-align:center;
 letter-spacing:1px;
 color:white;
 font-size:18px;
 padding-top:4px;
 padding-right:5px;
}
@media screen and (min-width: 760px) and (max-width: 768px) {
.accoma-img
{
width:220px;height:auto:margin:20px;float:left;
}
.accoma-img img
{
width:200px;
}
.index-container
{
 width:480px !important   
}
.inside-container ul
{
 width:480px !important   
}
.peventstyle
{
width:480px !important;
}
.pstyle
{
width:480px !important;
}
.inner-container
{
width:30%;
background:#00325b;
height:300px;
margin-top:0px;
float:left;    
}
.inner-container1
{
width:30%;
background:#00325b;
height:380px;
margin-top:0px;
float:left;    
}
.inner-section
{
width:100%;
top:0%;
height:120px;
position:relative;
margin:auto;    
}
.inner-block
{
width:100%;
top:2%;
height:100px;
position:relative;
margin:auto;    
}
.inner-block h1
{
color:white;
padding-left:10px;
margin:0px;font-size:22px;
width:100%;
border-bottom:1px solid white;
letter-spacing:1px;
}
.inner-block h3
{
color:white;
margin-top:10px;
margin-right:6px;
float:left;line-height:1.4em;
padding-left:4px;
font-size:12px;
letter-spacing:1px;
}
.inner-block1
{
width:100%;
top:2%;
height:100px;
position:relative;
margin:auto;  
}
.inner-block1 h1
{
color:white;
padding-left:5px;
margin:0px;line-height:1.4em;
width:100%;font-size:14px;
border-bottom:1px solid white;
letter-spacing:1px;
}
.inner-block1 h3
{
color:white;
margin-top:20px;
margin-right:6px;
float:left;line-height:1.4em;
padding-left:4px;
font-size:12px;
letter-spacing:1px;
}
.inner-article
{
width:70%;
background:url(../images/top-university.png) no-repeat;
height:300px;
float:left;
margin-top:00px;
background-size:cover;
background-position: center;
box-sizing:border-box;    
}
.inner-article-acd
{
width:70%;
background:url(../images/academics-cms-college.jpg) no-repeat;
height:380px;
float:left;
margin-top:00px;
background-size:cover;
background-position: center;
box-sizing:border-box  
}
.inner-article-ad
{
width:70%;
background:url(../images/admissions-cms-college.jpg) no-repeat;
height:300px;
float:left;
margin-top:00px;
background-size:cover;
background-position: center;
box-sizing:border-box   
}
.inner-article-infra
{
width:70%;
background:url(../images/infrastructure-cms-college.jpg) no-repeat;
height:300px;
float:left;
margin-top:00px;
background-size:cover;
background-position: center;
box-sizing:border-box
}
.inner-article-placements
{
width:70%;
background:url(../images/placements-cms-college.jpg) no-repeat;
height:300px;
float:left;
margin-top:00px;
background-size:cover;
background-position: center;
box-sizing:border-box
}
.inner-article-contact
{
width:70%;
background:url(../images/contact-cms-college.jpg) no-repeat;
height:300px;
float:left;
margin-top:00px;
background-size:cover;
background-position: center;
box-sizing:border-box  
}
.inner-article-media
{
width:70%;
background:url(../images/media-cms-college.png) no-repeat;
height:300px;
float:left;
margin-top:00px;
background-size:cover;
background-position: center;
box-sizing:border-box  
}

.inner-article-mou
{
width:70%;
background:url(../images/Model-United-Nations.jpg) no-repeat;
height:380px;
float:left;
background-size:cover;
background-position: center;
box-sizing:border-box;    
}



.inner-article-sec
{
 width:100%;
 margin:auto; text-align:center; 
 background:transparent !important;  
}
.navbar-header
{
    background:none !important;  
}
.about-section
{
 width:100%;
 top:45%;
 position:relative;
 margin:auto;
 background:white;
 
}
.about-container
{
width:100%;
float:none;    
}
.about-container img
{
 margin-left:25px;
 float:none ;
}
.about-container h2
{
color:#00325b;
font-size:10px;
font-weight:500;
}
.about-container h3
{
color:#00325b;
padding:0px;font-size:10px;
margin-top:-10px;
font-weight:500;    
}
.inside-container
{
 width:80%;
 margin:auto;
 padding:0px;   
}
.aboutimgstyle
{
 margin:00px;border-radius:4px;
 float:none;   
}
.inside-container h1
{
color:#00325b;
font-size:20px;
}
.inside-container p
{
width:75%;
font-family:'Raleway';
font-size:12px;
line-height:1.8em;
letter-spacing:1px;
text-align:justify;
}
.inside-container h3
{
letter-spacing:1px;
}
.inside-container ul
{
font-family:'Raleway';
font-size:12px;
line-height:1.8em;
letter-spacing:1px;
list-style-image:url(../images/arrow.png);
padding-left:20px;    
}
.inside-container-box
{
width:80%;
height:350px;
margin:2px;    
}
.inside-left-box
{
 width:200px;
 margin:0px;
 float:none;
 height:200px;   
}
.inside-left-box img
{
width:150px !important;
}
.inside-right-box
{
width:500px;
margin:0px;
float:none;    
}
.inside-right-box p
{
letter-spacing:1px;
font-weight:500;
}
.inside-partner
{
width:480px;
height:auto;
margin:00px;    
}
.inside-partner-left
{
width:150px;
margin:5px;
padding-top:20px;
float:none;
height:auto;    
}
.inside-partner-left img
{
width:110px;
}
.inside-partner-right
{
width:480px;
margin:2px;
float:none;
}
.inside-partner-right p
{
font-family:'Raleway';
font-size:12px;
width:480px;
line-height:1.8em;
letter-spacing:1px;
text-align:justify;
}
.right-side-menu
{
 width:auto;   
}
.right-side-menu p
{
 width:160px;
 font-family:'Raleway';
 font-size:14px;
 line-height:1.8em;
 letter-spacing:1px;
 text-align:left;   
}
.sub-right-menu img
{
 width:120px ;
 height:180px;
 margin:auto;
 padding-top:20px;
 padding-left:20px;   
}
.event-cms-left
{
width:480px;
margin:0px;
float:none;
height:auto;    
}
.event-cms-left p
{
width:480px;
}
.event-cms-left h3
{
font-size:14px;
}
.event-cms-left img
{width:280px !important;}
.event-cms-right p
{
width:480px;
}
.events-cms-right-new
{
width:480px;
margin:0px;padding:0px;
float:none;
height:auto;    
}
.event-cms-right-new h3
{
font-size:14px !important;
}
.events-cms-right-new img{width:450px !important;}
.inside-container img{width:300px !important;}
.events-cms-right-new p
{
width:480px;
}
.testimonials-left
{
width:250px;
height:auto;
margin:0px;
float:none;
}
.testimonials-right
{
width:300px;
height:auto;
margin:0px;
float:none;
}
.testimonials-right p
{
width:480px;
}
.precipice
{
width:300px;height:auto;
margin:auto;
padding:0px;
margin-bottom:40px;    
}
.precipice img
{
    width:300px;
}
.precipice-left
{
width:300px;height:92px;float:left;    
}
.precipice-left h3
{
margin-top:-15px;font-weight:700;
}
.precipice-right
{
width:220px;
height:92px;
float:right;
margin-top:16px;
}
.precipice-right h3
{
 float:left;
 border:1px solid gray;
 border-radius:4px;
 padding:4px;color:#034072;
 margin-left:10px;   
}
.precipice h2
{
color:#034072;letter-spacing:1px;font-size:18px;
}
.precipice ul
{
letter-spacing:1px;
line-height:1.8em;
padding-left:20px;
list-style-image:url(../images/button.png) 
}
.logowidth-al
{
    width:280px;
}
.contact-map1
{
width:250px !important;height:250px !important;
}
.contact-map
{
display:none;   
}
.location-map1
{
width:220px !important;
height:1200px !important;    
}
.location-map
{
display:none;      
}
.contact-section
{
width:300px;margin:auto;    
}
.contact-section ul
{
line-height:1.8em;
font-size:14px;
letter-spacing:1px;
}
.map-width
{
    width:200 !important;
    height:350 !important;
}
.enquirywidth
{
width:250 !important;
height:1200 !important;
}
.video-section
{
    width:100%;height:100%;
    background:url(../html5gallery/bg.jpg) repeat;
}
.video-container
{
 width:250px;
 height:200px;
 margin:auto;
 padding:0px;
 margin-top:50px;   
}
.placement-rec-width
{
padding-left:50%;color:#00325b;text-align:center !important;    
}
.placement-rec-width1
{
padding-left:50%;text-align:center !important;padding-bottom:30px;
}
.placement-rec-width2
{
 padding-left:50%;color:#00325b;text-align:center !important;   
}
.placement-rec-width3
{
 padding-left:50%;text-align:center !important;padding-bottom:30px; 
}
.placement-width
{
padding-left:50%;color:#00325b; text-align:center !important;   
}
.placement-width1
{
padding-left:50%;text-align:center !important;padding-bottom:30px;  
}
.placement-width2
{
padding-left:50%;color:#00325b;text-align:center !important;   
}
.placementul
{
width:260px;
}
.industry
{
width:200px;
height:180px;
margin-top:10px;
float:none;    
}
.industry img
{
padding-left:0%;    
}
.industry h3
{
text-align:center;margin-top:20px;color:#00325b;  
}
.industry1
{
width:200px;
height:220px;
margin-top:10px;
float:none;     
}
.industry1 img
{
padding-left:0%;
}
.industry1 h3
{
text-align:center;margin-top:10px;color:#00325b;
}
.industry2
{
width:200px;
height:180px;
margin-top:10px;
float:none;  
}
.industry2 img
{
padding-left:0%;
}
.industry2 h3
{
text-align:center;margin-top:12px;color:#00325b;
}
.industry3
{
width:200px;
height:180px;
margin-top:20px;
float:none;   
}
.industry3 img
{
padding-left:0%;
}
.industry3 h3
{
text-align:center;margin-top:15px;color:#00325b;
}
.industry4
{
width:200px;
height:180px;
margin-top:10px;
float:none;  
}
.industry4 img
{
padding-left:0%;
padding-top:00px;
}
.industry4 h3
{
text-align:center;
margin-top:28px;color:#00325b;
}
.h3width
{
width:480px;font-size:14px;text-align:center;
}
.facts-academic
{
width:480px;
height:150px;
margin:0px;
float:none;   
}
.inside-container h3
{
width:480px;
}
.inside-container h1
{
width:480px;font-size:18px;
}
.facts-academic img
{
width:300px !important;padding-left:40%;
}
.facts-academic h3
{
text-align:center;
margin-top:5px;
color:#00325b;
}
.facts-academic h4
{
text-align:center;
margin-top:-8px;
color:#474747;
}
.acd-line
{
display:none;
}
.h3class
{
color:#00325b;
margin-top:30px;
float:left !important;
}
.academic-style-cms
{
width:200px;
height:400px;
margin:2px;
}
.academic-style-cms img
{
margin-top:20px;
}
.academic-style-cms1
{
width:200px;
height:150px;
margin:2px;
}
.academic-style-cms1-img
{
float:left;margin-left:0px
}
.academic-style-cms2
{
width:200px;
height:150px;
margin:2px;
}
.academic-style-cms2-img
{
float:left;
margin-left:0px;
padding-top:20px;
}
.academic-style-cms3
{
width:200px;
height:150px;
margin:2px;
}
.academic-style-cms3-img
{
float:left;margin-left:0px;padding-top:20px;
}
.academic-style-cms4
{
width:200px;
height:150px;
margin:2px;
}
.academic-style-cms4-img
{
float:left;margin-left:0px;padding-top:20px;
}
.academic-style-cms5
{
width:200px;
height:450px;
margin:2px;
}
.academic-style-cms5-img
{
float:none;margin-left:0px;padding-top:15px;
}
.academic-style-cms5-img1
{
float:none;padding-top:15px;margin-left:0px;
}
.postpg
{
    width:300px;height:40px;background:#00325b;
    margin-top:40px;margin-left:-10px;
    border-radius:4px;
}
.postpg h3
{
 text-align:center;
 letter-spacing:1px;
 color:white;
 font-size:18px;
 padding-top:4px;
 padding-right:5px;
}
}
@media screen and (max-width: 435px) {
.postpg
{
    width:300px;height:40px;background:#00325b;
    margin-top:40px;margin-left:-10px;
    border-radius:4px;
}
.postpg h3
{
 text-align:center;
 letter-spacing:1px;
 color:white;
 font-size:18px;
 padding-top:4px;
 padding-right:5px;
}
.accoma-img
{
width:220px;height:auto:margin:20px;float:left;
}
.accoma-img img
{
width:200px;
}
.precipice
{
width:300px;height:auto;
margin:auto;
padding:0px;
margin-bottom:40px;    
}
.precipice img
{
    width:300px;
}
.precipice-left
{
width:300px;height:92px;float:left;    
}
.precipice-left h1
{
font-size:14px !important;
}
.precipice-left h3
{
margin-top:-15px;font-weight:700;
}
.precipice-right
{
width:220px;
height:92px;
float:right;
margin-top:16px;
}
.precipice-right h3
{
 float:left;
 border:1px solid gray;
 border-radius:4px;
 padding:4px;color:#034072;
 margin-left:10px;   
}
.precipice h2
{
color:#034072;letter-spacing:1px;font-size:18px;
}
.precipice ul
{
letter-spacing:1px;
line-height:1.8em;
padding-left:20px;
list-style-image:url(../images/button.png) 
}
.logowidth-al
{
    width:280px;
}
.contact-map1
{
width:250px !important;height:250px !important;
}
.contact-map
{
display:none;   
}
.location-map1
{
width:220px !important;
height:1200px !important;    
}
.location-map
{
display:none;      
}
.contact-section
{
width:300px;margin:auto;    
}
.contact-section ul
{
line-height:1.8em;
font-size:14px;
letter-spacing:1px;
}
.map-width
{
    width:200 !important;
    height:350 !important;
}
.enquirywidth
{
width:250 !important;
height:1200 !important;
}
.video-section
{
    width:100%;height:100%;
    background:url(../html5gallery/bg.jpg) repeat;
}
.video-container
{
 width:250px;
 height:200px;
 margin:auto;
 padding:0px;
 margin-top:50px;   
}
.placement-rec-width
{
padding-left:0px;color:#00325b;text-align:center !important;    
}
.placement-rec-width1
{
padding-left:0px;text-align:center !important;padding-bottom:30px;
}
.placement-rec-width2
{
 padding-left:0px;color:#00325b;text-align:center !important;   
}
.placement-rec-width3
{
 padding-left:0px;text-align:center !important;padding-bottom:30px; 
}
.placement-width
{
padding-left:0px;color:#00325b; text-align:center !important;   
}
.placement-width1
{
padding-left:0px;text-align:center !important;padding-bottom:30px;  
}
.placement-width2
{
padding-left:0px;color:#00325b;text-align:center !important;   
}
.placementul
{
width:260px;
}
.industry
{
width:200px;
height:180px;
margin-top:10px;
float:none;    
}
.industry img
{
padding-left:0%;    
}
.industry h3
{
text-align:center;margin-top:20px;color:#00325b;  
}
.industry1
{
width:200px;
height:220px;
margin-top:10px;
float:none;     
}
.industry1 img
{
padding-left:0%;
}
.industry1 h3
{
text-align:center;margin-top:10px;color:#00325b;
}
.industry2
{
width:200px;
height:180px;
margin-top:10px;
float:none;  
}
.industry2 img
{
padding-left:0%;
}
.industry2 h3
{
text-align:center;margin-top:12px;color:#00325b;
}
.industry3
{
width:200px;
height:180px;
margin-top:20px;
float:none;   
}
.industry3 img
{
padding-left:0%;
}
.industry3 h3
{
text-align:center;margin-top:15px;color:#00325b;
}
.industry4
{
width:200px;
height:180px;
margin-top:10px;
float:none;  
}
.industry4 img
{
padding-left:0%;
padding-top:00px;
}
.industry4 h3
{
text-align:center;
margin-top:28px;color:#00325b;
}
.h3width
{
width:300px;font-size:14px;
}
.facts-academic
{
width:250px;
height:250px;
margin:0px;
float:none;   
}
.facts-academic img
{
width:120px !important;padding-left:0%;
}
.facts-academic h3
{
text-align:center;
margin-top:5px;
color:#00325b;
}
.facts-academic h4
{
text-align:center;
margin-top:-8px;
color:#474747;
}
.acd-line
{
width:250px;
border:1px dotted #00325b;
margin-left:10px;
}
.h3class
{
color:#00325b;
margin-top:30px;
float:none !important;
}
.academic-style-cms
{
width:200px;
height:400px;
margin:2px;
}
.academic-style-cms img
{
margin-top:20px;
}
.academic-style-cms1
{
width:200px;
height:150px;
margin:2px;
}
.academic-style-cms1-img
{
float:none;margin-left:0px
}
.academic-style-cms2
{
width:200px;
height:150px;
margin:2px;
}
.academic-style-cms2-img
{
float:none;
margin-left:0px;
padding-top:20px;
}
.academic-style-cms3
{
width:200px;
height:150px;
margin:2px;
}
.academic-style-cms3-img
{
float:none;margin-left:0px;padding-top:20px;
}
.academic-style-cms4
{
width:200px;
height:150px;
margin:2px;
}
.academic-style-cms4-img
{
float:none;margin-left:0px;padding-top:20px;
}
.academic-style-cms5
{
width:200px;
height:450px;
margin:2px;
}
.academic-style-cms5-img
{
float:none;margin-left:0px;padding-top:15px;
}
.academic-style-cms5-img1
{
float:none;padding-top:15px;margin-left:0px;
}
.index-container
{
 width:300px !important   
}
.peventstyle
{
width:280px !important;
}
.pstyle
{
width:280px !important;
}
.inner-container
{
width:100%;
background:#00325b;
height:250px;
margin-top:0px;
float:none;    
}
.inner-container1
{
width:100%;
background:#cf1861;
height:380px;
margin-top:0px;
float:none;    
}
.inner-section
{
width:300px;
top:0%;
height:120px;
position:relative;
margin:auto;    
}
.inner-block
{
width:300px;
top:2%;
height:100px;
position:relative;
margin:auto;    
}
.inner-block h1
{
color:white;
padding-left:5px;
margin:0px;
width:100%;
border-bottom:1px solid white;
letter-spacing:1px;
}
.inner-block h3
{
color:white;
margin-top:10px;
margin-right:8px;
float:left;padding-left:2px;
font-size:11px;
letter-spacing:1px;
}
.inner-block1
{
width:300px;
top:2%;
height:100px;
position:relative;
margin:auto;  
}
.inner-block1 h1
{
color:white;
padding-left:5px;
margin:0px;
width:100%;
border-bottom:1px solid white;
letter-spacing:1px;
}
.inner-article
{
width:100%;
background:url(http://www.jhs.ac.in/fadeslideshow/images/Best-School-for-Arts-Bangalore.jpg) no-repeat;
height:220px;
float:none;
margin-top:-30px;
background-size:cover;
background-position: center;
box-sizing:border-box;    
}
.inner-article-acd
{
width:100%;
background:url(../images/academics-cms-college.jpg) no-repeat;
height:220px;
float:none;
margin-top:-30px;
background-size:cover;
background-position: center;
box-sizing:border-box;    
}
.inner-article-ad
{
width:100%;
background:url(../images/admissions-cms-college.jpg) no-repeat;
height:220px;
float:none;
margin-top:-30px;
background-size:cover;
background-position: center;
box-sizing:border-box;      
}
.inner-article-infra
{
width:100%;
background:url(../images/infrastructure-cms-college.jpg) no-repeat;
height:220px;
float:none;
margin-top:-30px;
background-size:cover;
background-position: center;
box-sizing:border-box;        
}
.inner-article-placements
{
width:100%;
background:url(../images/placements-cms-college.jpg) no-repeat;
height:220px;
float:none;
margin-top:-30px;
background-size:cover;
background-position: center;
box-sizing:border-box;   
}
.inner-article-contact
{
width:100%;
background:url(../images/contact-cms-college.jpg) no-repeat;
height:220px;
float:none;
margin-top:-30px;
background-size:cover;
background-position: center;
box-sizing:border-box;   
}
.inner-article-media
{
width:100%;
background:url(../images/media-cms-college.png) no-repeat;
height:220px;
float:none;
margin-top:-30px;
background-size:cover;
background-position: center;
box-sizing:border-box;     
}

.inner-article-mou
{
width:100%;
background:url(../images/Model-United-Nations.jpg) no-repeat;
height:200px;
float:left;
background-size:cover;
background-position: center;
box-sizing:border-box;    
}

.inner-article-sec
{
 width:90%;
 margin:auto; text-align:center; 
 background:transparent !important;  
}
.navbar-header
{
    background:none !important;  
}
.about-section
{
 width:300px;
 top:45%;
 position:relative;
 margin:auto;
 background:white;
 
}
.about-container
{
width:300px;
float:none;    
}
.about-container img
{
 margin-left:25px;
 float:none ;
}
.about-container h2
{
color:#00325b;
font-size:10px;
font-weight:500;
}
.about-container h3
{
color:#00325b;
padding:0px;font-size:10px;
margin-top:-10px;
font-weight:500;    
}
.inside-container
{
 width:280px;
 margin:auto;
 padding:0px;   
}
.aboutimgstyle
{
 margin:00px;border-radius:4px;
 float:none;   
}
.inside-container h1
{
color:#00325b;
text-align:center;
font-size:20px;
}
.inside-container p
{
width:280px;
font-family:'Raleway';
font-size:12px;
line-height:1.8em;
letter-spacing:1px;
text-align:justify;
}
.inside-container h3
{
letter-spacing:1px;
}
.inside-container ul
{
font-family:'Raleway';
font-size:12px;
line-height:1.8em;
letter-spacing:1px;
list-style-image:url(../images/arrow.png);
padding-left:20px;    
}
.inside-container-box
{
width:300px;
height:350px;
margin:2px;    
}
.inside-left-box
{
 width:200px;
 margin:0px;
 float:none;
 height:200px;   
}
.inside-left-box img
{
width:150px !important;
}
.inside-right-box
{
width:200px;
margin:0px;
float:none;    
}
.inside-right-box p
{
letter-spacing:1px;
font-weight:500;
}
.inside-partner
{
width:280px;
height:auto;
margin:00px;    
}
.inside-partner-left
{
width:150px;
margin:5px;
padding-top:20px;
float:none;
height:auto;    
}
.inside-partner-left img
{
width:110px;
}
.inside-partner-right
{
width:280px;
margin:2px;
float:none;
}
.inside-partner-right p
{
font-family:'Raleway';
font-size:12px;
width:280px;
line-height:1.8em;
letter-spacing:1px;
text-align:justify;
}
.right-side-menu
{
 width:auto;   
}
.right-side-menu p
{
 width:180px;
 font-family:'Raleway';
 font-size:14px;
 line-height:1.8em;
 letter-spacing:1px;
 text-align:left;   
}
.sub-right-menu img
{
 width:140px;
 height:180px;
 margin:auto;
 padding-top:20px;
 padding-left:20px;   
}
.event-cms-left
{
width:280px;
margin:0px;
float:none;
height:auto;    
}
.event-cms-left h3
{
font-size:14px;
}
.event-cms-left img
{width:280px !important;}
.event-cms-right p
{
width:280px;
}
.events-cms-right-new
{
width:280px;
margin:0px;padding:0px;
float:none;
height:auto;    
}
.event-cms-right-new h3
{
font-size:14px !important;
}
.events-cms-right-new img{width:250px !important;}
.inside-container img{width:250px !important;}
.events-cms-right-new p
{
width:280px;
}
.testimonials-left
{
width:250px;
height:auto;
margin:0px;
float:none;
}
.testimonials-right
{
width:300px;
height:auto;
margin:0px;
float:none;
}
.testimonials-right p
{
width:280px;
}
}
.top-info ul{ list-style:none; float:right; padding:10px; margin-top:15px;}
.top-info span { font: 13px/28px "inherit";
}
.top-info span i { font-size: 13px; margin-right: 5px; }
.top-info li{ float:left;}
.top-info li a{
    border: 1px solid #9f9f9f !important;
    border-radius: 100%;
    color: black;
    display: inline-block;
    font-size: 14px;
    height: 30px;
    line-height: 26px;
    margin: 0 2px;
    text-align: center;
    transition: background-color 400ms linear 0s;
    width: 30px;
}
.top-info li:hover a                {color:#fff!important;}
.top-info li:hover a.my-tweet       {background:#3ABDD1;}
.top-info li:hover a.my-facebook    {background:#648CD5;}
.top-info li:hover a.my-skype       {background:#00AFFF;}
.top-info li:hover a.my-pint        {background:#DE5656;}
.top-info li:hover a.my-rss         {background:#EF8D1F;}
.top-info li:hover a.my-google      {background:#E73904;}
.top-info li:hover a.my-youtube     {background:#E73904;}
.highslide-container div {
    font-family: Verdana, Helvetica;
    font-size: 10pt;
}
.highslide-container table {
    background: none;
    table-layout: auto;
}
.highslide {
    outline: none;
    text-decoration: none;
    
}
.highslide img {
    border: 4px solid gray;
}
.highslide:hover img {
    border-color: #cf1861;
}
.highslide-active-anchor img {
    visibility: hidden;
}
.highslide-gallery .highslide-active-anchor img {
    border-color: black;
    visibility: visible;
    cursor: default;
}
.highslide-image {
    border-width: 2px;
    border-style: solid;
    border-color: white;
}
.highslide-wrapper, .highslide-outline {
    background: white;
}
.glossy-dark {
    background: #111;
}
.highslide-image-blur {
}
.highslide-number {
    font-weight: bold;
    color: gray;
    font-size: .9em;
}
.highslide-caption {
    display: none;
    font-size: 1em;
    padding: 5px;
    /*background: white;*/
}
.highslide-heading {
    display: none;
    font-weight: bold;
    margin: 0.4em;
}
.highslide-dimming {
    /*position: absolute;*/
    background: black;
}
a.highslide-full-expand {
   background: url(../highslide/graphics/fullexpand.gif) no-repeat;
   display: block;
   margin: 0 10px 10px 0;
   width: 34px;
   height: 34px;
}
.highslide-loading {
    display: block;
    color: black;
    font-size: 9px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    padding: 3px;
    border: 1px solid white;
    background-color: white;
    padding-left: 22px;
    background-image: url(../highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    display:none !important;
    text-decoration: none;
    font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
.highslide-move, .highslide-move * {
    cursor: move;
}
.highslide-viewport {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: none;
    left: 0;
    top: 0;
}
.highslide-overlay {
    display: none;
}
.hidden-container {
    display: none;
}
/* Example of a semitransparent, offset closebutton */
.closebutton {
    position: relative;
    top: -15px;
    left: 15px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: url(../highslide/graphics/close.png);
    /* NOTE! For IE6, you also need to update the highslide-ie6.css file. */
}
/*****************************************************************************/
/* Thumbnail boxes for the galleries.                                        */
/* Remove these if you are not using a gallery.                              */
/*****************************************************************************/
.highslide-gallery ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.highslide-gallery ul li {
    display: block;
    position: relative;
    float: left;
    width: 106px;
    height: 106px;
    border: 1px solid silver;
    background: #ededed;
    margin: 2px;
    padding: 0;
    line-height: 0;
    overflow: hidden;
}
.highslide-gallery ul a {
    position: absolute;
    top: 50%;
    left: 50%;
}
.highslide-gallery ul img {
    position: relative;
    top: -50%;
    left: -50%;
}
html>/**/body .highslide-gallery ul li {
    display: table;
    text-align: center;
}
html>/**/body .highslide-gallery ul li {
    text-align: center;
}
html>/**/body .highslide-gallery ul a {
    position: static;
    display: table-cell;
    vertical-align: middle;
}
html>/**/body .highslide-gallery ul img {
    position: static;
}
/*****************************************************************************/
/* Controls for the galleries.                                               */
/* Remove these if you are not using a gallery                               */
/*****************************************************************************/
.highslide-controls {
    width: 195px;
    height: 40px;
    background: url(../highslide/graphics/controlbar-white.gif) 0 -90px no-repeat;
    margin: 20px 15px 10px 0;
}
.highslide-controls ul {
    position: relative;
    left: 15px;
    height: 40px;
    list-style: none;
    margin: 0;
    padding: 0;
    background: url(../highslide/graphics/controlbar-white.gif) right -90px no-repeat;
}
.highslide-controls li {
    float: left;
    padding: 5px 0;
    margin:0;
    list-style: none;
}
.highslide-controls a {
    background-image: url(../highslide/graphics/controlbar-white.gif);
    display: block;
    float: left;
    height: 30px;
    width: 30px;
    outline: none;
}
.highslide-controls a.disabled {
    cursor: default;
}
.highslide-controls a.disabled span {
    cursor: default;
}
.highslide-controls a span {
    /* hide the text for these graphic buttons */
    display: none;
    cursor: pointer;
}
/* The CSS sprites for the controlbar - see http://www.google.com/search?q=css+sprites */
.highslide-controls .highslide-previous a {
    background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
    background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
    background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
    background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
    background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
    background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
    background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
    background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
    background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
    background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
    background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
    background-position: -120px 0;
}
.highslide-controls .highslide-move a:hover {
    background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
    background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
    background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
    background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
    background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
    background-position: -180px -30px;
}
/*****************************************************************************/
/* Styles for the HTML popups                                                */
/* Remove these if you are not using Highslide HTML                          */
/*****************************************************************************/
.highslide-maincontent {
    display: none;
}
.highslide-html {
    background-color: white;
}
.mobile .highslide-html {
    border: 1px solid silver;
}
.highslide-html-content {
    display: none;
    width: 400px;
    padding: 0 5px 5px 5px;
}
.highslide-header {
    padding-bottom: 5px;
}
.highslide-header ul {
    margin: 0;
    padding: 0;
    text-align: right;
}
.highslide-header ul li {
    display: inline;
    padding-left: 1em;
}
.highslide-header ul li.highslide-previous, .highslide-header ul li.highslide-next {
    display: none;
}
.highslide-header a {
    font-weight: bold;
    color: gray;
    text-transform: uppercase;
    text-decoration: none;
}
.highslide-header a:hover {
    color: black;
}
.highslide-header .highslide-move a {
    cursor: move;
}
.highslide-footer {
    height: 16px;
}
.highslide-footer .highslide-resize {
    display: block;
    float: right;
    margin-top: 5px;
    height: 11px;
    width: 11px;
    background: url(../highslide/graphics/resize.gif) no-repeat;
}
.highslide-footer .highslide-resize span {
    display: none;
}
.highslide-body {
}
.highslide-resize {
    cursor: nw-resize;
}
/*****************************************************************************/
/* Styles for the Individual wrapper class names.                            */
/* See www.highslide.com/ref/hs.wrapperClassName                             */
/* You can safely remove the class name themes you don't use                 */
/*****************************************************************************/
/* hs.wrapperClassName = 'draggable-header' */
.draggable-header .highslide-header {
    height: 18px;
    border-bottom: 1px solid #dddddd;
}
.draggable-header .highslide-heading {
    position: absolute;
    margin: 2px 0.4em;
}
.draggable-header .highslide-header .highslide-move {
    cursor: move;
    display: block;
    height: 16px;
    position: absolute;
    right: 24px;
    top: 0;
    width: 100%;
    z-index: 1;
}
.draggable-header .highslide-header .highslide-move * {
    display: none;
}
.draggable-header .highslide-header .highslide-close {
    position: absolute;
    right: 2px;
    top: 2px;
    z-index: 5;
    padding: 0;
}
.draggable-header .highslide-header .highslide-close a {
    display: block;
    height: 16px;
    width: 16px;
    background-image: url(../highslide/graphics/closeX.png);
}
.draggable-header .highslide-header .highslide-close a:hover {
    background-position: 0 16px;
}
.draggable-header .highslide-header .highslide-close span {
    display: none;
}
.draggable-header .highslide-maincontent {
    padding-top: 1em;
}
/* hs.wrapperClassName = 'titlebar' */
.titlebar .highslide-header {
    height: 18px;
    border-bottom: 1px solid #dddddd;
}
.titlebar .highslide-heading {
    position: absolute;
    width: 90%;
    margin: 1px 0 1px 5px;
    color: #666666;
}
.titlebar .highslide-header .highslide-move {
    cursor: move;
    display: block;
    height: 16px;
    position: absolute;
    right: 24px;
    top: 0;
    width: 100%;
    z-index: 1;
}
.titlebar .highslide-header .highslide-move * {
    display: none;
}
.titlebar .highslide-header li {
    position: relative;
    top: 3px;
    z-index: 2;
    padding: 0 0 0 1em;
}
.titlebar .highslide-maincontent {
    padding-top: 1em;
}
/* hs.wrapperClassName = 'no-footer' */
.no-footer .highslide-footer {
    display: none;
}
/* hs.wrapperClassName = 'wide-border' */
.wide-border {
    background: white;
}
.wide-border .highslide-image {
    border-width: 10px;
}
.wide-border .highslide-caption {
    padding: 0 10px 10px 10px;
}
/* hs.wrapperClassName = 'borderless' */
.borderless .highslide-image {
    border: none;
}
.borderless .highslide-caption {
    border-bottom: 1px solid white;
    border-top: 1px solid white;
    background: silver;
}
/* hs.wrapperClassName = 'outer-glow' */
.outer-glow {
    background: #444;
}
.outer-glow .highslide-image {
    border: 5px solid #444444;
}
.outer-glow .highslide-caption {
    border: 5px solid #444444;
    border-top: none;
    padding: 5px;
    background-color: gray;
}
/* hs.wrapperClassName = 'colored-border' */
.colored-border {
    background: white;
}
.colored-border .highslide-image {
    border: 2px solid green;
}
.colored-border .highslide-caption {
    border: 2px solid green;
    border-top: none;
}
/* hs.wrapperClassName = 'dark' */
.dark {
    background: #111;
}
.dark .highslide-image {
    border-color: black black #202020 black;
    background: gray;
}
.dark .highslide-caption {
    color: white;
    background: #111;
}
.dark .highslide-controls,
.dark .highslide-controls ul,
.dark .highslide-controls a {
    background-image: url(../highslide/graphics/controlbar-black-border.gif);
}
/* hs.wrapperClassName = 'floating-caption' */
.floating-caption .highslide-caption {
    position: absolute;
    padding: 1em 0 0 0;
    background: none;
    color: white;
    border: none;
    font-weight: bold;
}
/* hs.wrapperClassName = 'controls-in-heading' */
.controls-in-heading .highslide-heading {
    color: gray;
    font-weight: bold;
    height: 20px;
    overflow: hidden;
    cursor: default;
    padding: 0 0 0 22px;
    margin: 0;
    background: url(../highslide/graphics/icon.gif) no-repeat 0 1px;
}
.controls-in-heading .highslide-controls {
    width: 105px;
    height: 20px;
    position: relative;
    margin: 0;
    top: -23px;
    left: 7px;
    background: none;
}
.controls-in-heading .highslide-controls ul {
    position: static;
    height: 20px;
    background: none;
}
.controls-in-heading .highslide-controls li {
    padding: 0;
}
.controls-in-heading .highslide-controls a {
    background-image: url(../highslide/graphics/controlbar-white-small.gif);
    height: 20px;
    width: 20px;
}
.controls-in-heading .highslide-controls .highslide-move {
    display: none;
}
.controls-in-heading .highslide-controls .highslide-previous a {
    background-position: 0 0;
}
.controls-in-heading .highslide-controls .highslide-previous a:hover {
    background-position: 0 -20px;
}
.controls-in-heading .highslide-controls .highslide-previous a.disabled {
    background-position: 0 -40px !important;
}
.controls-in-heading .highslide-controls .highslide-play a {
    background-position: -20px 0;
}
.controls-in-heading .highslide-controls .highslide-play a:hover {
    background-position: -20px -20px;
}
.controls-in-heading .highslide-controls .highslide-play a.disabled {
    background-position: -20px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-pause a {
    background-position: -40px 0;
}
.controls-in-heading .highslide-controls .highslide-pause a:hover {
    background-position: -40px -20px;
}
.controls-in-heading .highslide-controls .highslide-next a {
    background-position: -60px 0;
}
.controls-in-heading .highslide-controls .highslide-next a:hover {
    background-position: -60px -20px;
}
.controls-in-heading .highslide-controls .highslide-next a.disabled {
    background-position: -60px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-full-expand a {
    background-position: -100px 0;
}
.controls-in-heading .highslide-controls .highslide-full-expand a:hover {
    background-position: -100px -20px;
}
.controls-in-heading .highslide-controls .highslide-full-expand a.disabled {
    background-position: -100px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-close a {
    background-position: -120px 0;
}
.controls-in-heading .highslide-controls .highslide-close a:hover {
    background-position: -120px -20px;
}
/*****************************************************************************/
/* Styles for text based controls.                                           */
/* You can safely remove this if you don't use text based controls           */
/*****************************************************************************/
.text-controls .highslide-controls {
    width: auto;
    height: auto;
    margin: 0;
    text-align: center;
    background: none;
}
.text-controls ul {
    position: static;
    background: none;
    height: auto;
    left: 0;
}
.text-controls .highslide-move {
    display: none;
}
.text-controls li {
    background-image: url(../highslide/graphics/controlbar-text-buttons.png);
    background-position: right top !important;
    padding: 0;
    margin-left: 15px;
    display: block;
    width: auto;
}
.text-controls a {
    background: url(../highslide/graphics/controlbar-text-buttons.png) no-repeat;
    background-position: left top !important;
    position: relative;
    left: -10px;
    display: block;
    width: auto;
    height: auto;
    text-decoration: none !important;
}
.text-controls a span {
    background: url(../highslide/graphics/controlbar-text-buttons.png) no-repeat;
    margin: 1px 2px 1px 10px;
    display: block;
    min-width: 4em;
    height: 18px;
    line-height: 18px;
    padding: 1px 0 1px 18px;
    color: #333;
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    white-space: nowrap;
}
.text-controls .highslide-next {
    margin-right: 1em;
}
.text-controls .highslide-full-expand a span {
    min-width: 0;
    margin: 1px 0;
    padding: 1px 0 1px 10px;
}
.text-controls .highslide-close a span {
    min-width: 0;
}
.text-controls a:hover span {
    color: black;
}
.text-controls a.disabled span {
    color: #999;
}
.text-controls .highslide-previous span {
    background-position: 0 -40px;
}
.text-controls .highslide-previous a.disabled {
    background-position: left top !important;
}
.text-controls .highslide-previous a.disabled span {
    background-position: 0 -140px;
}
.text-controls .highslide-play span {
    background-position: 0 -60px;
}
.text-controls .highslide-play a.disabled {
    background-position: left top !important;
}
.text-controls .highslide-play a.disabled span {
    background-position: 0 -160px;
}
.text-controls .highslide-pause span {
    background-position: 0 -80px;
}
.text-controls .highslide-next span {
    background-position: 0 -100px;
}
.text-controls .highslide-next a.disabled {
    background-position: left top !important;
}
.text-controls .highslide-next a.disabled span {
    background-position: 0 -200px;
}
.text-controls .highslide-full-expand span {
    background: none;
}
.text-controls .highslide-full-expand a.disabled {
    background-position: left top !important;
}
.text-controls .highslide-close span {
    background-position: 0 -120px;
}
/*****************************************************************************/
/* Styles for the thumbstrip.                                                */
/* See www.highslide.com/ref/hs.addSlideshow                                 */
/* You can safely remove this if you don't use a thumbstrip                  */
/*****************************************************************************/
.highslide-thumbstrip {
    height: 100%;
    direction: ltr;
}
.highslide-thumbstrip div {
    overflow: hidden;
}
.highslide-thumbstrip table {
    position: relative;
    padding: 0;
    border-collapse: collapse;
}
.highslide-thumbstrip td {
    padding: 1px;
    /*text-align: center;*/
}
.highslide-thumbstrip a {
    outline: none;
}
.highslide-thumbstrip img {
    display: block;
    border: 1px solid gray;
    margin: 0 auto;
}
.highslide-thumbstrip .highslide-active-anchor img {
    visibility: visible;
}
.highslide-thumbstrip .highslide-marker {
    position: absolute;
    width: 0;
    height: 0;
    border-width: 0;
    border-style: solid;
    border-color: transparent; /* change this to actual background color in highslide-ie6.css */
}
.highslide-thumbstrip-horizontal div {
    width: auto;
    /* width: 100% breaks in small strips in IE */
}
.highslide-thumbstrip-horizontal .highslide-scroll-up {
    display: none;
    position: absolute;
    top: 3px;
    left: 3px;
    width: 25px;
    height: 42px;
}
.highslide-thumbstrip-horizontal .highslide-scroll-up div {
    margin-bottom: 10px;
    cursor: pointer;
    background: url(../highslide/graphics/scrollarrows.png) left center no-repeat;
    height: 42px;
}
.highslide-thumbstrip-horizontal .highslide-scroll-down {
    display: none;
    position: absolute;
    top: 3px;
    right: 3px;
    width: 25px;
    height: 42px;
}
.highslide-thumbstrip-horizontal .highslide-scroll-down div {
    margin-bottom: 10px;
    cursor: pointer;
    background: url(../highslide/graphics/scrollarrows.png) center right no-repeat;
    height: 42px;
}
.highslide-thumbstrip-horizontal table {
    margin: 2px 0 10px 0;
}
.highslide-viewport .highslide-thumbstrip-horizontal table {
    margin-left: 10px;
}
.highslide-thumbstrip-horizontal img {
    width: auto;
    height: 40px;
}
.highslide-thumbstrip-horizontal .highslide-marker {
    top: 47px;
    border-left-width: 6px;
    border-right-width: 6px;
    border-bottom: 6px solid gray;
}
.highslide-viewport .highslide-thumbstrip-horizontal .highslide-marker {
    margin-left: 10px;
}
.dark .highslide-thumbstrip-horizontal .highslide-marker, .highslide-viewport .highslide-thumbstrip-horizontal .highslide-marker {
    border-bottom-color: white !important;
}
.highslide-thumbstrip-vertical-overlay {
    overflow: hidden !important;
}
.highslide-thumbstrip-vertical div {
    height: 100%;
}
.highslide-thumbstrip-vertical a {
    display: block;
}
.highslide-thumbstrip-vertical .highslide-scroll-up {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 25px;
}
.highslide-thumbstrip-vertical .highslide-scroll-up div {
    margin-left: 10px;
    cursor: pointer;
    background: url(../highslide/graphics/scrollarrows.png) top center no-repeat;
    height: 25px;
}
.highslide-thumbstrip-vertical .highslide-scroll-down {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 25px;
}
.highslide-thumbstrip-vertical .highslide-scroll-down div {
    margin-left: 10px;
    cursor: pointer;
    background: url(graphics/scrollarrows.png) bottom center no-repeat;
    height: 25px;
}
.highslide-thumbstrip-vertical table {
    margin: 10px 0 0 10px;
}
.highslide-thumbstrip-vertical img {
    width: 60px; /* t=5481 */
}
.highslide-thumbstrip-vertical .highslide-marker {
    left: 0;
    margin-top: 8px;
    border-top-width: 6px;
    border-bottom-width: 6px;
    border-left: 6px solid gray;
}
.dark .highslide-thumbstrip-vertical .highslide-marker, .highslide-viewport .highslide-thumbstrip-vertical .highslide-marker {
    border-left-color: white;
}
.highslide-viewport .highslide-thumbstrip-float {
    overflow: auto;
}
.highslide-thumbstrip-float ul {
    margin: 2px 0;
    padding: 0;
}
.highslide-thumbstrip-float li {
    display: block;
    height: 60px;
    margin: 0 2px;
    list-style: none;
    float: left;
}
.highslide-thumbstrip-float img {
    display: inline;
    border-color: silver;
    max-height: 56px;
}
.highslide-thumbstrip-float .highslide-active-anchor img {
    border-color: black;
}
.highslide-thumbstrip-float .highslide-scroll-up div, .highslide-thumbstrip-float .highslide-scroll-down div {
    display: none;
}
.highslide-thumbstrip-float .highslide-marker {
    display: none;
}
#jquery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 500px;
}
#jquery-lightbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
    line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
    position: relative;
    background-color: #fff;
    width: 250px;
    height: 250px;
    margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
    position: absolute;
    top: 40%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}
#lightbox-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
    width: 49%;
    height: 100%;
    zoom: 1;
    display: block;
}
#lightbox-nav-btnPrev { 
    left: 0; 
    float: left;
}
#lightbox-nav-btnNext { 
    right: 0; 
    float: right;
}
#lightbox-container-image-data-box {
    font: 10px Verdana, Helvetica, sans-serif;
    background-color: #fff;
    margin: 0 auto;
    line-height: 1.4em;
    overflow: auto;
    width: 100%;
    padding: 0 10px 0;
}
#lightbox-container-image-data {
    padding: 0 10px; 
    color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
    width: 70%; 
    float: left; 
    text-align: left; 
}   
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
    display: block; 
    clear: left; 
    padding-bottom: 1.0em;  
}           
#lightbox-secNav-btnClose {
    width: 66px; 
    float: right;
    padding-bottom: 0.7em;  
}
#search {
float:right;
  display: inline-block;
  padding: 1px;
}
#search input {
  float: left;border:none;
}
#search input[type="search"],
#search input[type="submit"] {
  border-radius: 3px;
  font-size: 12px;
}
#search input[type="search"] {
  background: #fff;
  color: #42454e;
  min-width: 184px;
  padding: 6px 8px;
}
#search input[type="submit"] {
  background: #1e6097;
  color: #fff;
  border:none;
  font-weight: bold;
  margin-left: 7px;
  padding: 6px 10px;
}
#search input[type="submit"]:hover {
  background: #6da4d0;
}
#search input[type="search"]::-webkit-input-placeholder { color: #42454e; }
#search input[type="search"]:-moz-placeholder { color: #42454e; }
#search input[type="search"]:-ms-input-placeholder { color: #42454e; }
.accordion, .accordion * {
  -webkit-box-sizing:border-box; 
  -moz-box-sizing:border-box; 
  box-sizing:border-box;
}
.accordion {
  overflow:hidden;
  box-shadow:0px 1px 3px rgba(0,0,0,0.25);
  border-radius:3px;
  margin-top:30px;
  background:#f7f7f7;
}
/*----- Section Titles -----*/
.accordion-section-title {
  width:100%;
  padding:15px;font-family:'Raleway';
  display:inline-block;
  border-bottom:1px solid #dddddd;
  background:#00325b;
  letter-spacing:1.5px; 
  transition:all linear 0.15s;
  /* Type */
  font-size:14px;
  text-shadow:0px 1px 0px #1a1a1a;
  color:#fff;
}
.accordion-section-title.active, .accordion-section-title:hover {
  background:#034072;color:#ffffff;
  text-shadow:none;
  /* Type */
  text-decoration:none;
}
.accordion-section:last-child .accordion-section-title {
  border-bottom:none;
}
/*----- Section Content -----*/
.accordion-section-content {
  padding:15px;
  display:none;
}
.cpl-box
{
width:400px;
height:200px;
background:#034072;
margin:10px;
font-family:'open sans' !important;
padding:5px;
float:left;
}
.cpl-box h2
{
color:#ffffff;font-family:'open sans' !important;
margin-top:-2px;
margin-left:5px;
}
.cpl-box-left
{
width:165px;
float:left;
padding:5px;
color:white;    
}
.cpl-box ul li
{
    font-size:13px;
    list-style-image:url(../img/cpl-checkmark.png); 
    text-decoration:none !important; 
}
.cpl-box-left h4
{
letter-spacing:1px;
font-size:16px;
margin-top:-5px;
text-decoration:underline;
}
.cpl-box-right
{
width:205px;
float:right;
padding:5px;
color:white;
}
.cpl-box-right h4
{
letter-spacing:1px;
font-size:16px;
margin-top:-5px;
text-decoration:underline;
}
.match-winners
{
width:180px;
height:auto;
margin:15px;
padding:5px;
float:left;
}
.match-winners h2
{
text-align:center;
}
.match-winners h3
{
text-align:center;
margin-top:-10px;
}
.photo_button{width: 129px;
    height: 38px;
    background: #cf1861;
    margin-top: 17px;
    border-radius: 17px;
    border: 1px solid;
    text-align: center;
    margin-left: 20px;
    color: white!important;
    padding-top: 8px;
    font-size: 18px;
    text-decoration: none!important;}
.photo_button a {
    color:white!important;
}
.h-sbnav__list a:hover{border:1px solid;background-color:#cf1861;color:white;}