﻿ /*main_style.css*/
    
    @charset "utf-8";
@import url("OpenSans_Regular/stylesheet.css");
@import url("OpenSans_Bold/stylesheet.css");
@import url("OpenSans_Semibold/stylesheet.css");
@import url("OpenSans_ExtraBold/stylesheet.css");
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
body {
	
	font-size: 14px;
	color: #454545;
	margin: 0px;
	/*font-family: "OpenSans Semibold";
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);*/
}
img, object, embed, video {
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width: 100%;
}
/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/*Para Scroller*/

#style-2::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	/*background-color: #F5F5F5;*/
}

#style-2::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #D62929;
}
.scrollbar
{
	
	float: left;
	height: 200px;
	width: 100%;
	
	overflow-y: scroll;
	
}

.force-overflow
{
	min-height: 200px;
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.container {
	width: 1170px;
	margin-right: auto;
	margin-left: auto;
}
.clearfix {
	clear: both;
	display: block;
}
h1, h2, h3, h4, h5, h6, p, ul, li, a, lable, input {
	margin: 0px;
	padding: 0px;
	line-height: normal;
	font-weight: normal;
}
.bor_top_none {
	border-top: none !important;
}
.bor_bottom_none {
	border-bottom: none !important;
}
.bor_left_none {
	border-left: none !important;
}
.bor_right_none {
	border-right: none !important;
}
.pos_rel {
	position: relative;
}
.pos_abso {
	position: absolute;
}
.pos_top5 {
	top: 5px;
}
.pos_top10 {
	top: 10px;
}
.pos_top15 {
	top: 15px;
}
.pos_top20 {
	top: 20px;
}
.pos_top25 {
	top: 25px;
}
.pos_top30 {
	top: 30px;
}
.pos_bott5 {
	bottom: 5px;
}
.pos_bott10 {
	bottom: 10px;
}
.pos_bott15 {
	bottom: 15px;
}
.pos_bott20 {
	bottom: 20px;
}
.pos_bott25 {
	bottom: 25px;
}
.pos_bott30 {
	bottom: 30px;
}
.pos_left5 {
	left: 5px;
}
.pos_left10 {
	left: 10px;
}
.pos_left15 {
	left: 15px;
}
.pos_left20 {
	left: 20px;
}
.pos_left25 {
	left: 25px;
}
.pos_left30 {
	left: 30px;
}
.pos_right5 {
	right: 5px;
}
.pos_right10 {
	right: 10px;
}
.pos_right15 {
	right: 15px;
}
.pos_right20 {
	right: 20px;
}
.pos_right25 {
	right: 25px;
}
.pos_right30 {
	right: 30px;
}
.d_dis_block {
	display: block;
}
.d_dis_in-bl {
	display: inline-block;
}
.d_dis_none {
	display: none;
}
.d_float_left {
	float: left;
}
.d_float_right {
	float: right;
}
.d_align_left {
	text-align: left;
}
.d_align_center {
	text-align: center;
}
.d_align_right {
	text-align: right;
}
.d_width10 {
	width: 10%;
}
.d_width20 {
	width: 20%;
}
.d_width30 {
	width: 30%;
}
.d_width40 {
	width: 40%;
}
.d_width50 {
	width: 50%;
}
.d_width60 {
	width: 60%;
}
.d_width70 {
	width: 70%;
}
.d_width80 {
	width: 80%;
}
.d_width90 {
	width: 90%;
}
.d_width100 {
	width: 100%;
}
.heading1 {
	font-family: "OpenSans ExtraBold";
	font-size: 24px;
	color: #006699;
}
.heading2 {
	color: #333366;
	font-family: "OpenSans Semibold";
	font-size: 24px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.heading3 {
	font-family: "OpenSans Regular";
	font-size: 18px;
	color: #666666;
}
.heading4 {
	font-family: "OpenSans Bold";
	font-size: 14px;
}
.heading5 {
	color: #333366;
	font-family: "OpenSans Regular";
	font-size: 16px;
}
.heading6 {
	color: #CD2A1E;
	font-family: "OpenSans Semibold";
	font-size: 36px;
	margin: 0px;
	padding: 0px;
}
.heading7 {
	color: #336666;
	font-family: "OpenSans Bold";
	font-size: 30px;
	margin: 0px;
	padding: 0px;
}
.paragraph1 {
	font-family: "OpenSans Regular";
	font-size: 14px;
	color: #666666;
}
.paragraph2 {
	font-family: "OpenSans Regular";
	font-size: 16px;
	color: #006699;
}
.paragraph3 {
}
.paragraph4 {
}
.paragraph5 {
}
.paragraph6 {
}
.mar_top1 {
	margin-top: 1%;
}
.mar_top2 {
	margin-top: 2%;
}
.mar_top3 {
	margin-top: 3%;
}
.mar_top4 {
	margin-top: 4%;
}
.mar_top5 {
	margin-top: 5%;
}
.mar_top6 {
	margin-top: 6%;
}
.mar_top7 {
	margin-top: 7%;
}
.mar_top8 {
	margin-top: 8%;
}
.mar_top9 {
	margin-top: 9%;
}
.mar_top10 {
	margin-top: 10%;
}
.mar_bott1 {
	margin-bottom: 1%;
}
.mar_bott2 {
	margin-bottom: 2%;
}
.mar_bott3 {
	margin-bottom: 3%;
}
.mar_bott4 {
	margin-bottom: 4%;
}
.mar_bott5 {
	margin-bottom: 5%;
}
.mar_bott6 {
	margin-bottom: 6%;
}
.mar_bott7 {
	margin-bottom: 7%;
}
.mar_bott8 {
	margin-bottom: 8%;
}
.mar_bott9 {
	margin-bottom: 9%;
}
.mar_bott10 {
	margin-bottom: 10%;
}
.mar_left1 {
	margin-left: 1%;
}
.mar_left2 {
	margin-left: 2%;
}
.mar_left3 {
	margin-left: 3%;
}
.mar_left4 {
	margin-left: 4%;
}
.mar_left5 {
	margin-left: 5%;
}
.mar_left6 {
	margin-left: 6%;
}
.mar_left7 {
	margin-left: 7%;
}
.mar_left8 {
	margin-left: 8%;
}
.mar_left9 {
	margin-left: 9%;
}
.mar_left10 {
	margin-left: 10%;
}
.mar_right1 {
	margin-right: 1%;
}
.mar_right2 {
	margin-right: 2%;
}
.mar_right3 {
	margin-right: 3%;
}
.mar_right4 {
	margin-right: 4%;
}
.mar_right5 {
	margin-right: 5%;
}
.mar_right6 {
	margin-right: 6%;
}
.mar_right7 {
	margin-right: 7%;
}
.mar_right8 {
	margin-right: 8%;
}
.mar_right9 {
	margin-right: 9%;
}
.mar_right10 {
	margin-right: 10%;
}
/*.mar_top5 {
	margin-top: 5px;
}
.mar_top10 {
	margin-top: 10px;
}
.mar_top15 {
	margin-top: 15px;
}
.mar_top20 {
	margin-top: 20px;
}
.mar_top25 {
	margin-top: 25px;
}
.mar_top30 {
	margin-top: 30px;
}

.mar_bott5 {
	margin-bottom: 5px;
}
.mar_bott10 {
	margin-bottom: 10px;
}
.mar_bott15 {
	margin-bottom: 15px;
}
.mar_bott20 {
	margin-bottom: 20px;
}
.mar_bott25 {
	margin-bottom: 25px;
}
.mar_bott30 {
	margin-bottom: 30px;
}

.mar_left5 {
	margin-left: 5px;
}
.mar_left10 {
	margin-left: 10px;
}
.mar_left15 {
	margin-left: 15px;
}
.mar_left20 {
	margin-left: 20px;
}
.mar_left25 {
	margin-left: 25px;
}
.mar_left30 {
	margin-left: 30px;
}

.mar_right5 {
	margin-right: 5px;
}
.mar_right10 {
	margin-right: 10px;
}
.mar_right15 {
	margin-right: 15px;
}
.mar_right20 {
	margin-right: 20px;
}
.mar_right25 {
	margin-right: 25px;
}
.mar_right30 {
	margin-right: 30px;
}
*/
.padd_top5 {
	padding-top: 5px;
}
.padd_top10 {
	padding-top: 10px;
}
.padd_top15 {
	padding-top: 15px;
}
.padd_top20 {
	padding-top: 20px;
}
.padd_top25 {
	padding-top: 25px;
}
.padd_top30 {
	padding-top: 30px;
}
.padd_bott5 {
	padding-bottom: 5px;
}
.padd_bott10 {
	padding-bottom: 10px;
}
.padd_bott15 {
	padding-bottom: 15px;
}
.padd_bott20 {
	padding-bottom: 20px;
}
.padd_bott25 {
	padding-bottom: 25px;
}
.padd_bott30 {
	padding-bottom: 30px;
}
.padd_left5 {
	padding-left: 5px;
}
.padd_left10 {
	padding-left: 10px;
}
.padd_left15 {
	padding-left: 15px;
}
.padd_left20 {
	padding-left: 20px;
}
.padd_left25 {
	padding-left: 25px;
}
.padd_left30 {
	padding-left: 30px;
}
.padd_right5 {
	padding-right: 5px;
}
.padd_right10 {
	padding-right: 10px;
}
.padd_right15 {
	padding-right: 15px;
}
.padd_right20 {
	padding-right: 20px;
}
.padd_right25 {
	padding-right: 25px;
}
.padd_right30 {
	padding-right: 30px;
}


.item-table13-plan-karkr
        {
            color: #006699 !important;
            font-weight: normal !important;
        }
        .item-table13-plan-karkr:hover
        {
            color: #ff123f !important;
        }
        #item-table11:hover, #item-table12:hover, #item-table13:hover
        {
            cursor: pointer;
            color: #ff123f;
        }
        
        
        
        
        .imagbakgo
        {
            background-color: gainsboro;
            -webkit-box-shadow: inset 1px 1px 10px 2px rgba(0,0,0,0.2);
            box-shadow: inset 1px 1px 10px 2px rgba(0,0,0,0.2);
            font-size: 13px;
            font-family: Tahoma;
        }
        
        .imagbakgo:hover
        {
            background: rgba(0, 102, 153, 0.2);
        }
        
        
        .imagbakgo a:hover
        {
            color: #006699 !important;
            text-decoration: none;
        }
        
        
        
        .imgicon
        {
            margin-left: auto;
            margin-right: auto;
            width: 30px;
            display: block;
            height: 40px;
        }
        
        
        .imagetexticon
        {
            width: 8%;
        }
        
        
        .tabsfin li a
        {
            border-left: 2px solid #fff;
            color: maroon;
            display: block;
            padding: 10px 10px;
            font-weight: 800;
        }
        .tabsfin li
        {
            float: left;
            width: 20%;
            text-align: center;
            display: inline;
            height: inherit;
            margin-bottom: 5px;
        }
        
        /* Pricing Tables  -----------------------------------------------------*/
        
        .item-table
        {
            background-color: #fff; /*	border: 1px solid #d2d2d2;*/
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            margin: 0; /*margin-top: 20px;*/
            border-radius: 5px; /*text-align: center;*/
            position: relative;
            height: 265px;
        }
        
        .h4-span
        {
            text-align: center !important;
        }
        .item-table:hover
        {
            /*box-shadow: 0px 3px 3px #adadad, 0px 6px 2px rgba(0, 0, 0, 0.1);*/
        }
        .table-item-highlighted
        {
            margin-top: 0;
            padding-bottom: 20px;
            z-index: 99;
        }
        .tables-together .item-table
        {
            width: 33%;
            float: left;
        }
        .tables-together .table-item-highlighted
        {
            margin-top: 0;
            padding-bottom: 20px;
            width: 34%;
        }
        .table-header
        {
            background: #f2f2f2;
            background: -moz-linear-gradient(top, #fafafa 0%, #f2f2f2 100%);
            background: -webkit-linear-gradient(top, #fafafa 0%, #f2f2f2 100%);
            background: linear-gradient(to bottom, #fafafa 0%, #f2f2f2 100%);
            border-bottom: 1px solid #ddd;
            -webkit-border-radius: 5px 5px 0 0;
            -moz-border-radius: 5px 5px 0 0;
            border-bottom: 1px solid #ddd;
            -webkit-border-radius: 5px 5px 0 0;
            -moz-border-radius: 5px 5px 0 0; /*border-radius: 5px 5px 0 0;*/
            font-size: 24px;
            color: #006699;
            font-weight: 100;
            letter-spacing: -0.05em;
            line-height: 30px;
            padding: 15px 0 15px 0px;
            margin: 0;
            text-transform: none;
            height: 60px;
            text-align: center !important;
        }
        
        
        .table-item-highlighted .table-headerhome
        {
            padding-top: 60px;
            padding-bottom: 20px;
        }
        .table-tagline
        {
            background: #f2f2f2;
            background: -moz-linear-gradient(top, #fff 0%, #fcfcfc 100%);
            background: -webkit-linear-gradient(top, #fff 0%, #fcfcfc 100%);
            background: linear-gradient(to bottom, #fff 0%, #fcfcfc 100%);
            border-bottom: 1px solid #ddd;
            color: #ababab;
            font-size: 0.7em;
            font-weight: 400;
            line-height: 2.1em;
            margin-bottom: 4.7em;
            padding-top: 0.1em; /*text-transform: uppercase;*/
        }
        .table-price-container
        {
            min-height: 75px;
            width: 90%;
            margin: 0 auto;
        }
        .table-price
        {
            font-weight: 700;
        }
        .table-price-currency
        {
            font-size: 1.75em;
            margin-top: -0.7em;
            position: absolute;
            text-align: right;
        }
        .table-price-whole
        {
            font-size: 4em;
            margin-left: 19px;
        }
        .table-price-decimals
        {
            font-size: 22px;
            margin: -19px 0;
            position: absolute;
        }
        .table-price-period
        {
            font-size: 16px;
            text-transform: uppercase;
        }
        .table-discount
        {
            width: 100%;
            height: 109px;
            position: absolute;
            top: -40px;
            color: #fff;
            font-weight: bold;
            font-size: 25px;
            line-height: 35px;
            padding-top: 25px;
        }
        .table-price-discountinfo
        {
            color: #313131;
            font-size: 13px;
            line-height: 24px;
            padding-top: 8px; /*text-align: center;*/
        }
        
        .table-features
        {
            border-top: 1px solid #ebebeb;
            margin: 0em 0;
            list-style: none;
        }
        
        .table-features-item
        {
            /*	border-bottom: 1px solid #ebebeb;
	padding: 0.5em 1.2em;*/
            font-size: 12px;
        }
        
        .table-features li a
        {
            color: #777;
            font-weight: 600;
        }
        .table-cta
        {
            font-size: 0.7em;
            font-weight: bold;
            margin-top: 1em;
            text-transform: uppercase;
        }
        .button-base
        {
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            border: none;
            box-shadow: 0px 3px 0px #adadad, 0px 6px 2px rgba(0, 0, 0, 0.1);
            color: #fff;
            display: inline-block;
            font-family: "Helvetica Neue" , Helvetica, Arial, sans-serif;
            font-weight: 500;
            margin-bottom: 0.35em;
            padding: 0.8em 2em;
            text-align: center;
            text-decoration: none;
            text-shadow: 0 2px rgba(0, 0, 0, 0.2);
        }
        .button-base:hover
        {
            text-decoration: none;
            color: #fff;
            opacity: 0.8;
        }
        .button-gray
        {
            background-color: #c1c1c1;
        }
        .table-shadow-left
        {
            right: -1px;
        }
        .table-shadow-right
        {
            left: -1px;
        }
        .table-shadow
        {
            height: 557px;
            margin-top: -279px;
            position: absolute;
            top: 50%;
            width: 10px;
        }
        
        .li-sec
        {
            font-size: 15px;
            line-height: 25px;
            color: #000;
        }
        
        .cost-01{
	position: absolute; 
	top: 11px; 
	right: 20px; 
	color: #ff123f; 
	font-size: 13px;
	font-weight: bold; 
	letter-spacing: 0.4px; 
	line-height: 15px; 
	font-family: OpenSans Regular;
}

.cost-02{
	position: absolute; 
	top: 10px; 
	right: 2px; 
	color: #ff123f; 
	font-size: 13px;
    font-weight: bold; 
	letter-spacing: 0.4px; 
	line-height: 15px; 
	font-family: OpenSans Regular;
}
   .cost-03{
	position: absolute; 
	top: 11px; 
	right: 20px; 
	color: #ff123f; 
	font-size: 13px;
	font-weight: bold; 
	letter-spacing: 0.4px; 
	line-height: 15px; 
	font-family: OpenSans Regular;
}



 @media only screen and (max-width: 1200px) {
.container {
	width: 970px;
}

.side-menu-button
{
    display:none;
}


}
 @media only screen and (max-width: 992px) {
.container {
	width: 750px;
}
.heading2 {
	font-size: 17px;
}




}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */
@media only screen and (max-width: 769px) {
.container {
	width: 90%;
}
.t_dis_block {
	display: block;
}
.t_dis_in-bl {
	display: inline-block;
}
.t_dis_none {
	display: none;
}
.t_float_left {
	float: left;
}
.t_float_right {
	float: right;
}
.t_float_none {
	float: none;
}
.t_align_left {
	text-align: left;
}
.t_align_center {
	text-align: center;
}
.t_align_right {
	text-align: right;
}
.m_width100 {
	width: 100%;
}
.m_align_left {
	text-align: left;
}
.m_align_center {
	text-align: center;
}
.m_align_right {
	text-align: right;
}
.m_mar_top1 {
	margin-top: 1%;
}
.m_mar_top2 {
	margin-top: 2%;
}
.m_mar_top3 {
	margin-top: 3%;
}
.m_mar_top4 {
	margin-top: 4%;
}

#leftmenu
       {
           width: 100%;
            display: none;
       }  
       
       .side-menu-button {
    display: block;
    width:100%;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    color: #D3ECED;
    padding: 10px 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #006699;
    cursor: pointer;
}   
}


/* Mobile Layout: 480px and below. */
@media only screen and (max-width: 481px) {
.m_width5 {
	width: 5px;
}
.m_width70 {
	width: 70%;
}
.m_mar_top1 {
	margin-top: 1%;
}
.m_mar_top2 {
	margin-top: 2%;
}
.m_mar_top3 {
	margin-top: 3%;
}
.m_width10 {
	width: 10%;
}
.m_width20 {
	width: 20%;
}
.m_width30 {
	width: 30%;
}
.m_width40 {
	width: 40%;
}
.m_width50 {
	width: 50%;
}
.m_width60 {
	width: 60%;
}
.m_width70 {
	width: 70%;
}
.m_width80 {
	width: 80%;
}
.m_width90 {
	width: 90%;
}
.m_width100 {
	width: 100%;
}
.heading6 {
	font-size: 26px;
}
.heading7 {
	font-size: 20px;
}
/*
#immersive_slider{
	height:200px;
}
.immersive_slider .is-slide .content{
	vertical-align: auto;
}

.immersive_slider .is-slide .content h1{
	font-size:18px;
	line-height:20px;
	margin-top:-150px;
}

.immersive_slider .is-slide .content p{
	font-size:13px;
	line-height:15px;
}

.immersive_slider .is-slide .image img{ 
	width:258px;
	height:190px;
}*/

 .tabsfin li
            {
                width: 100%;
            }
            
            
            #leftmenu
       {
           width: 100%;
            display: none;
       }  
       
       .side-menu-button {
    display: block;
    width:100%;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    color: #D3ECED;
    padding: 10px 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #006699;
    cursor: pointer;
}   


            
}


/*custom.css*/

@import url("OpenSans_Regular/stylesheet.css");
@import url("OpenSans_Bold/stylesheet.css");
@import url("OpenSans_Semibold/stylesheet.css");
.btn_red {
	color: #FFF !important;
	background-color: #CD2A1E;
	padding-right: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.btn_red2 {
	color: #FFF !important;
	background-color: #f00000;
	padding: 5px 10px;
	text-decoration: none;
	display: inline-block;
	font-family: "OpenSans Bold";
	font-size: 14px;
}
.btn_white {
	color: #666 !important;
	background-color: #FFFFFF;
	padding: 5px 10px;
	text-decoration: none;
	display: inline-block;
	font-family: "OpenSans Bold";
	font-size: 14px;
}
.btn_blue {
	color: #FFF !important;
	background-color: #229993;
	padding: 10px 20px;
	text-decoration: none;
	display: inline-block;
	font-family: "OpenSans Bold";
	font-size: 16px;
}
.btn_cos_white {
	margin-top: 2px;
	float: right;
	margin-right: 10px;
}
.btn_red:hover {
	background: rgba(240, 0, 0, 1);
}
#toplink ul {
	list-style: none;
}
#toplink li {
	display: inline-block;
}
#toplink li a {
	display: block;
	font-family: "OpenSans Regular";
	font-size: 18px;
	color: #CD2A1E;
	text-decoration: none;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 0px solid #f00000;
}
#toplink li:first-child a {
	border-left: none;
}
#call_us {
	font-family: "OpenSans Bold";
	font-size: 14px;
	color: #3399CC;
}
#news {
	background-color: #F00000;
	font-family: "OpenSans Bold";
	font-size: 16px;
	color: #FFF;
}
.bg-gray {
	background: #CCCCCC;
}
.bg_red {
	background-color: #229993;
}
.bg_blue {
	background-color: #229993;
}
.color_white {
	color: #FFF;
}
.color_red {
	color: #F00000;
}
.color_blue {
	color: #333366;
}
.color_bark_gray {
	color: #666666;
}
.padd_left {
	padding-left: 70px;
}
.tab_box {
	list-style: none;
}
.tab_box li {
	list-style: none;
	background-image: url(../images/bullet.svg);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 20px;
	color: #666666;
	font-family: "OpenSans Regular";
	font-size: 14px;
	display: inline-block;
}
.tab_cont {
	width: 25%;
	float: left;
	padding-left: 1.5%;
	padding-right: 1%;
	border-left: 5px solid #CCCCCC;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.padd_right_no {
	padding-right: 0%;
}
.tab_cont .heading1 {
	line-height: 18px;
}
.tab_cont ul {
	margin-bottom: 15px;
}
.tab_cont ul li {
	margin-top: 15px;
}
.tab_icon {
	top: -34px;
	left: 0px;
	width: 55px;
}
.test_left {
	color: #FFF;
	text-align: right;
	padding: 30px 15px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #229993;
}
.test_icon {
	width: 25%;
	left: 15px;
	top: -12px;
	display: block;
}
.test_left_head1 {
	color: #fff;
	font-family: "OpenSans Regular";
	font-size: 34px;
	display: block;
	text-shadow: 2px 2px 0 #336666,  -1px -1px 0 #336666;
}
.test_left_head2 {
	display: block;
	font-family: "OpenSans bold";
	font-size: 18px;
}
.border5 {
	width: 100%;
	height: 5px;
	/*margin-top: 5px;*/
	clear: both;
}
.mar_top0 {
	margin-top: 0px;
}
.scroll_bar {
	overflow-y: auto;
	height: 200px;
	width:100%;
}
.padd_top_bott {
	padding-top: 10px;
	padding-bottom: 10px;
}
.mar_top {
	margin-top: 17px;
}
.mar_top p {
	font-family: "OpenSans Regular";
	font-size: 14px;
	color: #FFF;
}
#navigation {
	margin-top: 10px;
}
.main-top-box {
	padding-top: 10px;
	padding-bottom: 10px;
}
.top-box {
	width: 33%;
	margin-right: 1%;
	float: left;
	background-color: #66cccc;
	min-height: 180px;
}
.top-box a {
	color: #FFFFFF;
	font-family: "OpenSans Semibold";
	font-size: 24px;
	background-color: #229993;
	text-decoration: none;
	display: block;
	padding: 10px;
}
.top-box p {
	padding: 10px;
}
.top-box:last-child {
	width: 32%;
	margin-right: 0%;
	float: left;
}

.planning2{padding: 25px 0px;
	text-align: center;
	
	background-repeat: no-repeat;
	background-position: right 70%;}
.planning2 span {
	display: block;
	margin: auto;
	margin-top: 10px;
}
.planning {
	padding: 25px 0px;
	text-align: center;
	background-image: url(../images/Seal.jpg);
	background-repeat: no-repeat;
	background-position: right 70%;
}
.planning span {
	display: block;
	margin: auto;
	margin-top: 10px;
}
.footer {
	display: block;
	float: left;
	width: 100%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-color:#229993;
}
.footer p {
	display: inline-block;
	margin-top: 10px;
}
.social_icon {
	float: right;
	margin: 0px;
}
.social_icon li {
	display: inline-block;
	margin-left: 5px;
}
.social_icon li a {
	display: block;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background-color: #FFF;
	line-height: 1.7;
	color: #3399CC;
	text-decoration: none;
	text-align: center;
	font-size: 20px;
}
.social_icon li a:hover {
	color: #F00000;
}
.logo img {
/*width: 100%;*/
}
.banner-height {
	height: 445px;
}
 @media only screen and (max-width: 1200px) {
#toplink li a {
	font-size: 16px;
	margin-left: 5px;
	padding-left: 5px;
}
.carousel-text {
	width: 83.4%;
}
.top-box a {
	font-size: 20px;
}
.top-box {
	min-height: 180px;
}
.planning {
	background-size: 8%;
	background-position: right 80%;
}
.banner-height {
	height: 380px;
}
.heading6 {
	font-size: 28px;
}
.heading7 {
	font-size: 25px;
}

}
 @media only screen and (max-width: 992px) {
#toplink li a {
	font-size: 13px;
	margin-left: 5px;
	padding-left: 5px;
}
.btn_red {
	padding-right: 5px;
}
#call_us {
	font-size: 12px;
}
.btn_white {
	padding: 3px 10px;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 7px;
}
.tab_icon {
	top: -30px;
	width: 45px;
}
.padd_left {
	padding-left: 55px;
}
.top-box a {
	font-size: 22px;
}
.top-box {
	min-height: 285px;
}
.banner-height {
	height: 290px;
}
.planning {
	background-size: 10%;
	background-position: right 90%;
}
.heading6 {
	font-size: 20px;
	text-transform:none;
}
.heading7 {
	font-size: 20px;
}


}
 @media only screen and (max-width: 769px) {
#toplink li a {
	font-size: 12px;
}
#news {
	font-size: 14px;
}
.tab_cont {
	width: 50%;
	float: left;
	padding-left: 1.5%;
	padding-right: 1%;
	border-left: 5px solid #CCCCCC;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.btn_cos_white {
	float: none;
}
.tab_icon {
	top: -23px;
	width: 60px;
}
.padd_left {
	padding-left: 70px;
}
.tab_cont {
	margin-top: 30px;
}
.mar_top {
	margin-top: 10px;
}
.logo img {
	width: 75%;
}
.top-box {
	width: 100%;
	margin-right: 0%;
	margin-bottom: 20px;
	min-height: 150px;
}
.top-box:last-child {
	width: 100%;
	margin-bottom: 0px;
}
.main-top-box {
	padding-top: 50px;
	padding-bottom: 50px;
}
.planning {
	padding: 0px 0px;
}
#motioncontainer {
	width: 100%;
	height: 160px;
	padding-bottom: 30px;
}
#testimonial {
	padding-bottom: 40px;
}
#bottom-scroller {
	padding: 40px 0px;
}
.footer {
	text-align: center;
}
.social_icon {
	display: block;
	float: none;
	clear: both;
	margin-top: 5px;
}
.test_icon {
	width: 16%;
}
.test_icon img {
	width: 100%;
}
.planning span img {
	width: 100%;
}
.planning {
	background-size: auto;
	background-position: center 95%;
	padding-bottom: 150px;
}
.banner-height {
	height: 230px;
}
}
@media only screen and (max-width: 481px) {
#toplink li a {
	font-size: 10px;
}
.banner-height {
	height: 190px;
}
#news {
	font-size: 12px;
}
.tab_cont {
	width: 100%;
	margin: 0;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 5px solid #CCCCCC;
	border-left: none;
	background-color: #FFF;
}
.m_bor_btt_no {
	border-bottom: none;
}
.tab_icon {
	top: -4px;
	width: 60px;
}
.padd_left0 {
	padding-left : 0px;
}
.heading2 {
	font-size: 14px;
}
.tab_icon {
	top: auto;
	bottom: -9px;
	width: 40px;
}
.m_mar_top {
	margin-top: 20px;
}
.heading2 {
	margin-top: 5px;
}
.top-box a {
	font-size: 16px;
}

}


/*testimonial.css*/

@charset "utf-8";
@import url("OpenSans_Regular/stylesheet.css");
@import url("OpenSans_Bold/stylesheet.css");
/* CSS Document */

.bx-wrapper .testimonials-thumbnail {
	margin: 0px 0px 15px;
}
.bx-wrapper .testimonials-title {
	text-align: center;
	margin: 25px 15px 3px;
	font-size: 24px;
	line-height: 1;
}
.bx-wrapper .testimonials-carousel-context {
	overflow: hidden;
}
.bx-wrapper .testimonials-name {
	font-size: 20px;
	margin-bottom: 5px;
	color: #000000;
	font-family: "OpenSans Regular";
	margin-top: 10px;
}
.bx-wrapper span {
	font-size: 14px;
	color: #FF0000;
	font-family: "OpenSans Bold";
}
.testimonials-carousel-content p {
	font-family: "OpenSans Regular";
	font-size: 14px;
	color: #000;
}
.bx-wrapper {
	position: relative;
	margin: 0px auto;
	padding: 0 30px;
	width: 100%;
*zoom: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-wrapper .slide {
	padding: 0;
	margin: 0;
	display: block;
}
.bx-wrapper .bx-viewport {
	padding: 0px;
	margin-left: 0;
	z-index: 1;
	width: 100%;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	position: absolute;
	display: none;
	bottom: -30px;
	width: 100%;
}
.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}
.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
*zoom: 1;
*display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}
.bx-wrapper .bx-next {
	position: absolute;
	top: 0;
	right: -30px;
	width: 30px;
	/* [disabled]border-left: 1px solid #ddd;
*/
	height: 30px;
	cursor: pointer;
	background-image: url(../images/right_arrow.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.bx-wrapper .bx-prev {
	position: absolute;
	top: 0px;
	left: -25px;
	/* [disabled]border-right: 1px solid #ddd;
*/
	width: 30px;
	height: 100%;
	cursor: pointer;
	background-image: url(../images/left_arrow.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 0;
	margin-top: 0;
	margin-right: 0px;
	outline: 0;
	width: 30px;
	height: 124px;
	text-indent: -9999px;
	z-index: 9999;
	background-color: #3399CC;
}
.bx-wrapper .bx-controls-direction a:hover {
	background-color: #229993;
}
@media only screen and (max-width: 1200px) {
.test_left_head1 {
	font-size: 30px;
}
.test_left_head2 {
	font-size: 16px;
}
.test_left {
	padding: 40px 15px 24px;
}
.bx-wrapper .bx-controls-direction a {
	height: 119px;
}
}
 @media only screen and (max-width: 992px) {
.test_left_head1 {
	color: #cccccc;
	font-family: "OpenSans Regular";
	font-size: 30px;
	display: block;
}
.test_icon {
	top: -8px;
}
.bx-wrapper .bx-controls-direction a {
	height: 140px;
}
.test_left {
	padding: 40px 15px 26px;
}
.bx-wrapper {
	min-height: auto;
}
}
@media only screen and (max-width: 768px) {
.bx-wrapper .bx-controls-direction a {
	height: 119px;
}
.bx-wrapper {
	min-height: 165px;
}
.bx-wrapper .bx-controls-direction a {
	height: 165px;
}
.bx-wrapper .bx-prev {
	left: -30px;
}
.bx-wrapper .bx-controls-direction a {
	background-color: #229993;
}
.bx-wrapper {
	min-height: 165px;
	border-bottom: 10px solid #229993;
}
.test_left {
	padding: 15px 15px 26px;
}
.test_icon {
	width: 15%;
	margin-left: 35%;
}
}
@media only screen and (max-width: 480px) {
.bx-wrapper {
	min-height: 290px;
}
.bx-wrapper .bx-controls-direction a {
	height: 290px;
}
.test_icon {
	width: 15%;
	margin-left: 35%;
	top: 6px;
}
.test_left {
	padding: 51px 15px 26px;
	text-align: center;
}
}


/*gallerystyle.css*/

@import url("OpenSans_Regular/stylesheet.css");
@import url("OpenSans_Semibold/stylesheet.css");
@import url("OpenSans_Bold/stylesheet.css");
/* Gallery Styles */

#motioncontainer #motiongallery #trueContainer ul li a .main-span {
	display: block;
	clear: both;
	float: left;
	text-align: center;
	width: 230px;
}
#motioncontainer #motiongallery #trueContainer ul li a .span1 {
	background: #CCCCCC;
	display: block;
	height: 100px;
}
#motioncontainer #motiongallery #trueContainer ul li a .span1 .main-bg {
	width: 100%;
	height: 100%;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
}
.span1 .bg1 {
	background-image: url(../images/scroller-con-1.png);
}
.span1 .bg2 {
	background-image: url(../images/scroller-con-2.png);
}
.span1 .bg3 {
	background-image: url(../images/scroller-con-3.png);
}
.span1 .bg4 {
	background-image: url(../images/scroller-con-4.png);
}
.span1 .bg5 {
	background-image: url(../images/scroller-con-5.png);
}
.span1 .bg6 {
	background-image: url(../images/scroller-con-6.png);
}
#motioncontainer #motiongallery #trueContainer ul li a .span2 {
	padding: 5px 0px;
	display: block;
	border-top-width: 10px;
	border-bottom-width: 10px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #3399cc;
	border-bottom-color: #3399cc;
	color: #006699;
	font-family: "OpenSans Bold";
	font-size: 14px;
}
#motioncontainer {
	/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
	width: 100%; /* Set to gallery width, in px or percentage */
	height: 160px; /* Set to gallery height */
}
#motioncontainer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#motioncontainer li {
	display: inline;
}
#motioncontainer a {
	/* Set image border color */
	display: inline-block;
	margin-right: 5px;
	text-decoration: none;
}
#motioncontainer a:hover {
/* Set image border hover color */
}
#statusdiv {
	background-color: lightyellow;
	border: 1px solid gray;
	padding: 2px;
	position: absolute; /* Stop Editing Gallery Styles */
	left: -300px;
	visibility: hidden;
}
#motioncontainer a:hover {
	color: #000; /* Dummy definition to overcome IE bug */
	opacity: 0.7;
}
/* End Gallery Styles */





/*cursor_style.css*/
@import url("OpenSans_Regular/stylesheet.css");
@import url("OpenSans_Bold/stylesheet.css");
.nbs-flexisel-item a {
	width: 100%;
	/* [disabled]height: 200px;
*/
	float: left;
	display: block;
	border-left: 5px solid #3399CC;
	-webkit-box-sizing: border-box;
	font-family: "OpenSans Regular";
	font-size: 11px;
	text-align: left;
	color: #777;
	text-decoration: none;
	padding-left: 20px;
	padding-right: 20px;
}
.nbs-flexisel-item a h1 {
	font-size: 12px;
	font-family: "OpenSans Bold";
	color: #F00000;
}
#flexiselDemo3 li a span {
	font-size: 14px;
	font-family: "OpenSans Regular";
	color: #666666;
	background-image: url(../images/bullet.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	display: block;
	padding-left: 15px;
}
#flexiselDemo3 {
	display: none;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.nbs-flexisel-inner {
	overflow: hidden;
	float: left;
	width: 100%;
}
.nbs-flexisel-item {
	float: left;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	position: relative;
}


















/****Main Menu css****/


#menu li:hover .drop {
	background:url("../images/drop-hover.png") no-repeat right 15px;
}
#menu li .drop {
    padding-right: 21px;
    background: transparent url("../images/drop.png") no-repeat scroll right 15px;
}


















.dropdown_3columns 
{
	/*width:787%;*/
	display:none;
	width: 200px;
	position:absolute;
	text-align:center;
	padding:0px 15px 0px 15px;
	border:1px solid #ddd;
	border-top:none;
	z-index:1040;
	/* Gradient background */
	background:#F4F4F4;
	background: -moz-linear-gradient(top, #EEEEEE, #e7e7e7);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EEEEEE), to(#e7e7e7));

	/* Rounded Corners */
	-moz-border-radius: 0px 5px 5px 5px;
	/*-webkit-border-radius: 0px 5px 5px 5px;
	/*border-radius: 0px 5px 5px 5px;*/
}

#menu li:hover .dropdown_3columns{
	display:block;
	/*left:-231%;*/
}

.col_3 {
    display: inline;
   
    position: relative;
    /*margin-right: 20px; float: left;
	width: 20%;*/
	
	padding:10px;
	text-align:center;
	/*background: transparent linear-gradient(to bottom, #0073AC 0%, #069 100%) repeat scroll 0% 0%;*/
}

.col_3 a {
	color:#006699!important;
	font-size:13px;
	font-weight:bold;
}

.col_3 a:hover {
	color:#ff123f!important;
	text-decoration:none;
	
}

.col_3_final {
    display: inline;
    float: left;
    position: relative;
    /*margin-right: 10px;*/
	width: 19%;
	
	padding:10px;
	text-align:center;
	/*background: transparent linear-gradient(to bottom, #0073AC 0%, #069 100%) repeat scroll 0% 0%;*/
}

.col_3_final a {
	color:#006699!important;
	font-size:13px;
	font-weight:bold;
}

.col_3_final a:hover {
	color:#ff123f!important;
	text-decoration:none;
	
}


@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);
#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #menu-button {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#cssmenu:after, #cssmenu > ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#cssmenu #menu-button {
	display: none;
}
#cssmenu {
	width: auto;
	margin-top: 5px;
	font-family: 'Open Sans', Helvetica, sans-serif;
	background: #006699;
	background: -moz-linear-gradient(top, #0073ac 0%, #006699 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0073ac), color-stop(100%, #006699));
	background: -webkit-linear-gradient(top, #0073ac 0%, #006699 100%);
	background: -o-linear-gradient(top, #0073ac 0%, #006699 100%);
	background: -ms-linear-gradient(top, #0073ac 0%, #006699 100%);
	background: linear-gradient(to bottom, #0073ac 0%, #006699 100%);
}
#cssmenu > ul {
	background: url('../images/bg.png');
	box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.05);
	/*text-align: center;
	margin-left:10%;*/
}
#cssmenu.align-right > ul > li {
	float: right;
}
#cssmenu > ul > li {
	/*float: left;*/
	display: inline-block;
}
#cssmenu.align-center > ul {
	float: none;
	text-align: center;
}
#cssmenu.align-center > ul > li {
	float: none;
}
#cssmenu.align-center ul ul {
	text-align: left;
}
#cssmenu > ul > li > a {
	padding: 12px 22px 14px;
	border-right: 1px solid rgba(80, 80, 80, 0.12);
	text-decoration: none;
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 0px;
}
#cssmenu > ul > li:hover > a, #cssmenu > ul > li > a:hover, #cssmenu > ul > li.active > a {
	color: #ffffff;
	background: #32a9c3;
	background: rgba(0, 0, 0, 0.1);
}
#cssmenu > ul > li.has-sub > a {
	padding-right: 25px;
}
#cssmenu > ul > li.has-sub > a::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-top-color: #fff;
	right: 8px;
	top: 15px;
}
#cssmenu > ul > li.has-sub.active > a::after, #cssmenu > ul > li.has-sub:hover > a {
	border-top-color: #ffffff;
}


#cssmenu ul ul {
	position: absolute;
	left: -9999px;
	top: 60px;
	padding-top: 6px;
	font-size: 13px;
	z-index:11111111;
	text-align: left;
	opacity: 0;
	-webkit-transition: top 0.2s ease, opacity 0.2s ease-in;
	-moz-transition: top 0.2s ease, opacity 0.2s ease-in;
	-ms-transition: top 0.2s ease, opacity 0.2s ease-in;
	-o-transition: top 0.2s ease, opacity 0.2s ease-in;
	transition: top 0.2s ease, opacity 0.2s ease-in;
}
#cssmenu.align-right ul ul {
	text-align: right;
}
#cssmenu > ul > li > ul::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-bottom-color: #ffffff;
	top: -4px;
	left: 20px;
}
#cssmenu.align-right > ul > li > ul::after {
	left: auto;
	right: 20px;
}
#cssmenu ul ul ul::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-right-color: #ffffff;
	top: 11px;
	left: -4px;
}
#cssmenu.align-right ul ul ul::after {
	border-right-color: transparent;
	border-left-color: #ffffff;
	left: auto;
	right: -4px;
}
#cssmenu > ul > li > ul {
	top: 120px;
}
#cssmenu > ul > li:hover > ul {
	top: 35px;
	left: 0;
	opacity: 1;
}
#cssmenu.align-right > ul > li:hover > ul {
	left: auto;
	right: 0;
}
#cssmenu ul ul ul {
	padding-top: 0;
	padding-left: 6px;
}
#cssmenu.align-right ul ul ul {
	padding-right: 6px;
}
#cssmenu ul ul > li:hover > ul {
	left: 230px;
	top: 0;
	opacity: 1;
}
#cssmenu.align-right ul ul > li:hover > ul {
	left: auto;
	right: 100%;
	opacity: 1;
}
#cssmenu ul ul li a {
	text-decoration: none;
	font-weight: 400;
	padding: 9px 10px;
	width: 230px;
	color: #777777;
	background: #ffffff;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.1), -1px 1px 1px rgba(0, 0, 0, 0.1);
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li.active > a {
	color: #333333;
}
#cssmenu ul ul li:first-child > a {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
#cssmenu ul ul li:last-child > a {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
#cssmenu > ul > li > ul::after {
	position: absolute;
	display: block;
}
#cssmenu ul ul li.has-sub > a::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-left-color: #777777;
	right: 17px;
	top: 14px;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
	border-left-color: transparent;
	border-right-color: #777777;
	right: auto;
	left: 17px;
}
#cssmenu ul ul li.has-sub.active > a::after, #cssmenu ul ul li.has-sub:hover > a::after {
	border-left-color: #333333;
}
#cssmenu.align-right ul ul li.has-sub.active > a::after, #cssmenu.align-right ul ul li.has-sub:hover > a::after {
	border-right-color: #333333;
	border-left-color: transparent;
}
@media all and (max-width: 992px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1200px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
 #cssmenu {
 background: #39b1cc;
}
 #cssmenu > ul {
 display: none;
}
 #cssmenu > ul.open {
 display: block;
 border-top: 1px solid rgba(0, 0, 0, 0.1);
}
 #cssmenu.align-right > ul {
 float: none;
}
 #cssmenu.align-center > ul {
 text-align: left;
}
 #cssmenu > ul > li,  #cssmenu.align-right > ul > li {
 float: none;
 display: block;
}
 #cssmenu > ul > li > a {
 padding: 18px 25px 18px 25px;
 border-right: 0;
}
 #cssmenu > ul > li:hover > a,  #cssmenu > ul > li.active > a {
 background: rgba(0, 0, 0, 0.1);
}
 #cssmenu #menu-button {
 display: block;
 text-decoration: none;
 font-size: 13px;
 font-weight: 700;
 color: #d3eced;
 padding: 18px 25px 18px 25px;
 text-transform: uppercase;
 letter-spacing: 1px;
 background: url('../images/bg.png');
 cursor: pointer;
}
 #cssmenu ul ul,  #cssmenu ul li:hover > ul,  #cssmenu > ul > li > ul,  #cssmenu ul ul ul,  #cssmenu ul ul li:hover > ul,  #cssmenu.align-right ul ul,  #cssmenu.align-right ul li:hover > ul,  #cssmenu.align-right > ul > li > ul,  #cssmenu.align-right ul ul ul,  #cssmenu.align-right ul ul li:hover > ul {
 left: 0;
 right: auto;
 top: auto;
 opacity: 1;
 width: 100%;
 padding: 0;
 position: relative;
 text-align: left;
}
 #cssmenu ul ul li {
 width: 100%;
}
 #cssmenu ul ul li a {
 width: 100%;
 box-shadow: none;
 padding-left: 35px;
}
 #cssmenu ul ul ul li a {
 padding-left: 45px;
}
 #cssmenu ul ul li:first-child > a,  #cssmenu ul ul li:last-child > a {
 border-radius: 0;
}
 #cssmenu #menu-button::after {
 display: block;
 content: '';
 position: absolute;
 height: 3px;
 width: 22px;
 border-top: 2px solid #d3eced;
 border-bottom: 2px solid #d3eced;
 right: 25px;
 top: 18px;
}
 #cssmenu #menu-button::before {
 display: block;
 content: '';
 position: absolute;
 height: 3px;
 width: 22px;
 border-top: 2px solid #d3eced;
 right: 25px;
 top: 28px;
}
 #cssmenu > ul > li.has-sub > a::after,  #cssmenu ul ul li.has-sub > a::after {
 display: none;
}

#menu li:hover .dropdown_3columns {
    display: block;
    left: -5%;
}

.dropdown_3columns {
    /*width: 100%;*/
    display: none;
}

.col_3 {
    display: inline;
    position: relative;
    width: 100%;
	margin-bottom: 10px;
	
}

.col_3_final {
    display: inline;
    position: relative;
    width: 100%;
	margin-bottom: 10px;
	
}


}


/*** Navigation ***/

.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width: 22px;
	height: 25px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
	opacity: 0.5;
}
.nbs-flexisel-nav-left:hover, .nbs-flexisel-nav-right:hover {
	opacity: 1;
}
.nbs-flexisel-nav-left {
	left: 0px;
	background: url(../images/button-previous.png) no-repeat;
}
.nbs-flexisel-nav-right {
	right: 0px;
	background: url(../images/button-next.png) no-repeat;
}
/*immersive-slider.css*/



/*=================================================
Class Definitions
=================================================*/

.immersive_slider {
	/*background: #615D5D;  */ /* background: rgb(28,81,22);  */ /*background: rgb(176,102,102);  */
	background: rgb(60,66,4);
	height: 430px; /*change*/
	opacity: .9;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: relative;
	overflow: hidden;
	color: White;
}
.immersive_slider .is-slide {
	display: table;
	height: 100%;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 5px 30px;
	position: absolute;
	font-size: 18px;
}
.is-bg-overflow {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
}
.is-overflow, .is-bg-overflow {
	height: 100%;
}
.ease {
	-webkit-transition: 1000ms ease all;
	-moz-transition: 1000ms ease all;
	-o-transition: 1000ms ease all;
	transition: 1000ms ease all;
}
.bounce {
	-webkit-transition: 1000ms cubic-bezier(0.175, 0.885, 0.420, 1.310) all;
	-moz-transition: 1000ms cubic-bezier(0.175, 0.885, 0.420, 1.310) all;
	-o-transition: 1000ms cubic-bezier(0.175, 0.885, 0.420, 1.310) all;
	transition: 1000ms cubic-bezier(0.175, 0.885, 0.420, 1.310) all;
}
.no-animation {
	-webkit-transition: none!important;
	-moz-transition: none!important;
	-o-transition: none!important;
	transition: none !important;
}
.immersive_slider .is-slide .image img {
	max-width: 100%;
	display: block;
	width: 100%;
	/*height: 339px; change*/
	height: 419px;
}
.immersive_slider .is-slide .content {
	float: none;
	width: 50%;
	padding-right: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box; /*color:#0B9F76;*/
	color: White;
	text-align: left;
	line-height: 160%;
	vertical-align: middle;
	display: table-cell;
}
.immersive_slider .is-slide .content h2 {
	font-size: 42px;
	font-weight: 300;
	text-align: left;
}
.is-container {
	position: relative;
	overflow: hidden;
}
.is-pagination li {
	padding: 0;
	display: inline-block;
	text-align: center;
	position: relative;
}
.is-pagination li a {
	padding: 10px;
	width: 4px;
	height: 4px;
	display: block;
}
.is-pagination li a:before {
	content: '';
	position: absolute;
	width: 4px;
	height: 4px;
	background: rgba(255,255,255,0.85);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.is-pagination li a.active:before {
	width: 10px;
	height: 10px;
	background: none;
	border: 1px solid white;
	margin-top: -4px;
	left: 8px;
}
.is-next, .is-prev {
	padding: 5px 5px 15px;
	font-size: 50px;
	position: absolute;
	bottom: 50%;
	margin-bottom: -36px;
	width: 35px;
	color: #FFF;
	display: inline-block;
	line-height: 100%;
	background: rgba(0, 0, 0, 0.35);
}
.is-next {
	right: 10px;
}
.is-prev {
	left: 10px;
}
a {
	text-decoration: none;
}
.immersive_slider .is-slide .content a {
	/*color:#010A0E;*/
	color: White;
}
/*jquery.jscrollpane.css*/
    /*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer {
	overflow: hidden;
	position: relative;
}
.jspPane {
	position: absolute;
}
.jspVerticalBar {
	position: absolute;
	top: 0;
	right: 0;
	width: 7px;
	height: 100%;
	background: red;
}
.jspHorizontalBar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}
.jspCap {
	display: none;
}
.jspHorizontalBar .jspCap {
	float: left;
}
.jspTrack {
	background: #999999;
	position: relative;
}
.jspDrag {
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
	background-color: #F00000;
}
.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag {
	float: left;
	height: 100%;
}
.jspArrow {
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0;
}
.jspArrow.jspDisabled {
	cursor: default;
	background: #80808d;
}
.jspVerticalBar .jspArrow {
	height: 16px;
}
.jspHorizontalBar .jspArrow {
	width: 16px;
	float: left;
	height: 100%;
}
.jspVerticalBar .jspArrow:focus {
	outline: none;
}
.jspCorner {
	background: #eeeef4;
	float: left;
	height: 100%;
}
/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
	margin: 0 -3px 0 0;
}


@media only screen and (max-width: 992px) {  
#immersive_slider{
	height:200px;
}
.immersive_slider .is-slide .content{
	vertical-align: auto;
	width:100%;
	margin-top:-170px;
}
.immersive_slider .is-slide .content h1 a{
	font-size:25px;
	line-height:20px;
}
.immersive_slider .is-slide .content p{
	font-size:16px;
	line-height:15px;
}
.immersive_slider .is-slide .image{ 
	display:none;
}
}
 #immersive_slider a{text-decoration:none;cursor:text;}

