@CHARSET "ISO-8859-1";
/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/OpenSans-Regular-webfont.eot');
    src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sanslight';
    src: url('../fonts/OpenSans-Light-webfont.eot');
    src: url('../fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Light-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Light-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;

}

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/*================Basic====================*/   
.content_wrapper{max-width:1170px; width:100%; margin:0 auto;}
body {
    font-family: "open_sansregular";
    margin: 0 auto;
    max-width: 1600px;
}
h1,h2{
	font-family:'open_sanslight';
}
/*================header====================*/
header.header{
	}
.header_top {
    padding-top: 18px;
}
.logo {
    display:inline-block;
	margin:0px;
}


.header_top_right {
    color: #93a6b0;
    display: inline-block;
    float: right;
    font-size: 11px;
    line-height: 15px;
    padding-right: 4px;
    padding-top: 36px;
    text-transform: uppercase;
}

.header_top_right > span {
    padding-right: 9px;
}
.header-social > img {
    margin-top: -2px;
}
.header-social {
    padding-left: 8px;
}

.header_bottom_right {
    float: right;
    padding-top: 7px;
    position: relative;
}
.img-click{cursor:pointer; position: relative;z-index: 2;}

.header_bottom_right form {
       background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../img/Search%20arrow.png");
    background-origin: padding-box;
    background-position: 94.2% 4px;
    background-repeat: no-repeat;
    background-size: auto auto;
    height: 55px;
    padding-top: 21px;
    position: absolute;
    right: 0;
    top: 26px;
    width: 269px;
    z-index: 1;
}

.header_bottom_right input[type="text"] {
    background: none repeat scroll 0 0 #fff;
    border: medium none;
    color: #73848e;
    display: inline-block;
    float: left;
    font-family: open_sansregular;
    font-size: 14px;
    height: 35px;
    padding-left: 18px;
    width: 173px;
}

.header_bottom_right input[type="submit"] {
      background-attachment: scroll;
    background-clip: border-box;
    background-color: #23323a;
    background-image: url("../img/searchbg.png");
    background-origin: padding-box,;
    background-position: 23px center;
    background-repeat: no-repeat;
    background-size: auto auto;
    display: inline-block;
    height: 55px;
    margin: 0;
    width: 58px;
	color:transparent;
}
.header_bottom {
     background: none repeat scroll 0 0 #fff;
    box-shadow: 0 1px 4px #cdd2e1 inset;
    margin-top: 18px;
    position: relative;
    z-index: 100;
}
.visit{
	display:none;}

/*================navigation====================*/
.nav{
    display: inline-block;}
.nav ul {
    margin: 0;
    padding: 0;
}
.nav li:first-child {
    margin-left: -1px;
    padding-left: 0;
}

.nav li {
    display: inline-block;
    padding: 0px 10px 0 14px;
}
.nav a {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../img/menu.png");
    background-origin: padding-box;
    background-position: right 24px;
    background-repeat: no-repeat;
    background-size: auto auto;
    color: #005598;
    font-size: 11px;
    line-height: 25px;
    padding:15px 14px 14px 13px;;
    text-decoration: none;
    text-shadow: 0 0 0.3px #005598;
    text-transform: uppercase;
    display:block;
}
.nav ul li:hover a{
    color:#005598;    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../img/menu_hover.png");
    background-origin: padding-box;
    background-position: right 25px;
    background-repeat: no-repeat;
    background-size: auto auto; text-shadow: 0 0 0.3px #005598;}
.nav .active a{
    color:#005598;    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../img/menu_hover.png");
    background-origin: padding-box;
    background-position: right 25px;
    background-repeat: no-repeat;
    background-size: auto auto; text-shadow: 0 0 0.3px #005598;}    
.nav_home a{ padding-right: 16px; padding-left:0px;}
.nav_cl,
.nav_se {
    margin-left: 5px;
}
.nav_ca {
    margin-left: 8px;
    margin-right: 8px;
}
.nav_con {
    margin-left: 9px;
}

.nav ul li{position:relative;}
.nav ul ul {position:absolute; display:none;}
.nav ul li:hover > ul{display:block;}
.nav ul ul li {position:relative;display: block; margin: 0 !important; padding: 0 !important;}
.nav ul ul ul{position:absolute;display:none;padding-top: 14px;}
.nav ul ul li a { background: none repeat scroll 0 0 #fff !important; color: #005598 !important; display: block; padding: 10px 20px; transition: all 1s ease 0s;white-space: nowrap;}
.nav ul ul li:hover > ul{display:block;left:100%; top:0%;}
.nav ul ul li:hover > a { background: none repeat scroll 0 0 #f3912d !important;  color: #fff;}

/*================header-caption====================*/

.benner {
    position: relative;
	/*max-height:768px; */
	top:0;
	 max-height: 714px;
}
.benner-main{z-index:0}
.benner-caption{position:absolute;z-index:1; bottom:0px; left:0px; right:0px; padding: 32px 0 52px;}
.benner-caption:before{
	position:absolute; z-index:-1; width:100%; height:100%; content:""; left:0px; top:0px;
	background: #12b4c3; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQxJSIgc3RvcC1jb2xvcj0iIzAwOGZkNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top, rgba(18, 180, 195, 0.9) 3%, rgba(0,143,213,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,rgba(18, 180, 195, 0.9)), color-stop(100%,rgba(0,143,213,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(18, 180, 195, 0.9) 3%,rgba(0,143,213,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(18, 180, 195, 0.9) 3%,rgba(0,143,213,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(18, 180, 195, 0.9) 3%,rgba(0,143,213,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(18, 180, 195, 0.9) 3%,rgba(0,143,213,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(18, 180, 195, 0.9)', endColorstr='#008fd5',GradientType=0 ); /* IE6-8 */
opacity:.95;
}


.benner-caption li {
    display: inline-block;
    margin-left: 28px;
    text-align: center;
    width: 22.9%;
}

.benner-caption li:first-child {
    margin: 0;
}
.benner-caption h4 {
    color: #f3912d;
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;
    margin: 10px 0 0;
    text-transform: uppercase;
}

.benner-caption p {
    color: #8cd9ff;
    font-size: 12px;
    line-height: 18px;
    margin: 0;text-transform: uppercase;
}
.benner-caption figure a {
    background: none repeat scroll 0 0 rgba(221, 231, 238, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.17);
    display: inline-block;
    margin: 10px;
    padding: 15px;
}

ul{margin:0px;padding:0px;list-style:none;}

/* =================================willkomen=============================================== */

.willkomen_main {
    background: none repeat scroll 0 0 #23323a;
    padding-top: 20px;
	 
}

.willkomen_main h2 {
    color: #c4d3de;
    font-size: 30px;
    font-weight: 300;
    margin: 12px 0;
    text-align: center;
}

.willkomen_main p {
    color: #658190;
    font-size: 14px;
    line-height: 24px;
    margin: 10px 0;
    text-align: center;
}

.willkoman {
    padding-top: 26px;
}
.willkoman figure > a {
    display: block;
    height: 202px;
    overflow: hidden;
}



.willkoman li {
    border-right:1px solid #23323a;
    float: left;
    width: 24.945%;
}
.willkoman li:last-child{
	border:none;}
.willkoman figcaption {
    background: none repeat scroll 0 0 #2a3b45;
    padding: 25px 20px 27px;
    position: relative;
}
.willkoman figcaption:before {
    border-color: -moz-use-text-color transparent #2a3b45;
    border-style: none solid solid;
    border-width: medium 9px 8px;
    content: "";
    left: 20px;
    position: absolute;
    top: -8px;
}
.willkoman figcaption:hover {
    background:#2F424D;
}
.willkoman figcaption:hover:before{border-color: -moz-use-text-color transparent #2F424D;
	}
.willkoman figcaption a {
    color: #ffffff;
    display: block;
    font-size: 18px;
    font-weight: 300;
    text-decoration: none;
    text-transform: uppercase;
	line-height:22px;
}

.willkoman img {
    width: 100%;
}
.willkoman figcaption span {
    color: #97a4ad;
    font-size: 11px;text-transform: uppercase;
}

/* =================================Folge=============================================== */

.folge_blog_main {
    background: none repeat scroll 0 0 #fcfcfc;
    border-bottom: 1px solid #eceded;
    padding-bottom: 40px;
}


.folge_blog_main > h2 {
    color: #005598;
    font-size: 34px;
    letter-spacing: -1px;
    line-height: 45px;
    margin: 15px 0;
    padding: 52px 0 40px;
    text-align: center;
	background:#FCFCFC;
	border-bottom:1px solid #ECEDED;
	font-weight:normal;
}
.folge_blog_main > h2 a{color:#f3912d; text-decoration:none;}
.folge_blog .col1 > h3 {
    color: #23323a;
    font-family: open_sansregular;
    font-size: 22px;
    font-weight: normal;
    line-height: 30px;
    margin: 15px 0;
    padding-bottom: 10px;
}
.col1 {
    display: inline-block;
    padding-top: 4px;
    width: 48.5%;
}

.col1:last-child {
    margin-left: 2.5%;
}
.main .date {
    float: left;
    text-align: center;
    width: 60px;
}

.blog_caption li:first-child {
    padding-left: 0;
}
.blog_caption li {
    background: url("../img/bullet.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    color: #23323a;
    display: inline;
    font-family: open_sansregular;
    font-size: 9px;
    line-height: 9px;
    list-style-type: square;
    padding: 0 12px;
    text-transform: uppercase;
    vertical-align: top;
}
.blog_caption li:last-child {background: url("../img/read_arrow.png") no-repeat scroll right 1px rgba(0, 0, 0, 0); padding-right:15px;
	}
.blog_caption > ul {
    line-height: 10px;
	border-bottom:#e5e8ea 1px solid;
	padding-bottom:15px;
	margin-bottom:10px;
}

.blog_caption li a {
    color: #008fd5;
	text-decoration: none;
	vertical-align: top;
	line-height: 9px;
}
.blog_caption hr {
    border-color: #e5e8ea;
	margin-bottom:10px;
}

.blog_caption > p {
    color: #73848e;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 4px;
}
.blog_caption h5{
	margin:0px;}

.col1 > article {
    float: left;
    padding-bottom: 25px;
}
.blog_caption h5 a {
    color: #008fd5;
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    text-decoration: none;
}

.Blog_img {
    float: left;
    margin-left: 10px;
    margin-right: 30px;
    width: 131px;
}

.blog_caption {
    float: left;
    width: 59%;
}

.date > span {
    color: #008fd5;
    display: block;
    font-family: open_sanslight;
    font-size: 48px;
    line-height: 33px;
}

.date > span + span {
    color: #23323a;
    display: block;
    font-family: open_sansregular;
    font-size: 11px;
    letter-spacing: 0;
    padding-bottom: 5px;
    padding-top: 10px;
}


/* =================================Our_team=============================================== */
section {
    clear: both;
    float: left;
    width: 100%;
}
.our_team_main {
    background: url("../img/ourteambg.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    
    padding: 20px 0 60px;
}
.our_team_main h2 {
    color: #f3912d;
    font-family: open_sansregular;
    font-size: 30px;
    font-weight: normal;
    margin: 15px 0;
    padding-bottom: 20px;
    text-align: center;
}

.our_team .social-touch {
    margin-left: 10px;
}
.our_team .social-touch li{
	margin: 1px 6px 0;}
.our_team article:first-child {
    margin-left: 15px;
}
.our_team article {
    float: left;
    margin: 0 32px;
    text-align: center;
    width: 28%;
}

.our_team article:last-child {
    margin-right: 0;
}
.our_team p:after {
    background: none repeat scroll 0 0 #3b3b3b;
    bottom: 0px;
    content: "";
    height: 1px;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    position: absolute;
    right: 0;
    width: 70px;
}
.our_team p {
     color: #b9c3ca;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 20px;
    margin-top: 9px;
    padding-bottom: 21px;
    position: relative;
}

.our_team figure img {
    border: 5px solid rgba(0, 0, 0, 0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
    margin-bottom: 22px;
}

.our_team figcaption a {
    color: #f5f5f5;
    display: block;
    font-size: 18px;
    line-height: 22px;
    text-decoration: none;
    text-transform: capitalize;
}
.our_team span {
   color: #f3912d;
    display: block;
/*
    font-size: 11px;
    font-weight: bold;*/
   
   font-size: 15px;
    font-weight: normal;

    text-transform: capitalize;
}
.our_team li {
    display: inline-block;
    margin: 0 8px;
}
/* =================================clients=============================================== */
.clients_main{background:#fff;}

.clients li{display:inline-block;float:left;width:25%; text-align:left;}

.clients {
    display: block;
    position: relative;
    width: 116%;text-align:center;    
}
.clients{}

/* =================================get_in_touch=============================================== */

.get_in_touch_main {
    background: url("../img/getintouch.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    
    padding: 20px 0 40px;
}

.get_in_touch_main h2 {
    color: #fff;
    font-size: 30px;
    font-weight: normal;
    margin: 15px 0;
    padding-bottom: 25px;
    text-align: center;
    text-transform: capitalize;
}

input[type="Email"], input[type="text"], textarea {
    background: none repeat scroll 0 0 rgba(252, 252, 252, 0.67);
    border: medium none;
    color: #19242a;
    display: block;
    font-size: 14px;
    margin: 0 auto 10px;
    max-width: 500px;
    padding: 10px 20px;
    text-align: left;
    width: 100%;
	line-height: 24px;
}
.wpcf7-form input[type="Email"] {
    background: url("../img/email.png") no-repeat scroll 97.6% center rgba(252, 252, 252, 0.67);
}
.wpcf7-form input[type="text"] {
    background: url("../img/name.png") no-repeat scroll 97.4% center rgba(252, 252, 252, 0.67);
}
form {
    margin: 0 auto;
    max-width: 540px;
    text-align: center;
}


button, html input[type="button"], input[type="reset"], input[type="submit"] {
    background: none repeat scroll 0 0 rgba(252, 252, 252, 0.15);
    border: medium none;
    color: #fff;
    cursor: pointer;
    font-size: 11px;
    height: 45px;
    line-height: 24px;
    margin-top: 20px;
    padding: 10px 20px;
    width: 119px;
}
input.clear{
	background: url("../img/clear.png") no-repeat scroll 70% center rgba(252, 252, 252, 0.15) !important;padding-right: 43px !important;
	}

/* =================================footer=============================================== */	

.footer_main {
    border-bottom: 3px solid #f3912d;
    border-top: 5px solid #f3912d;
    color: #547e93;
    float: left;
    font-size: 12px;
    line-height: 18px;
    width: 100%;
}

.footer_top {
    background: none repeat scroll 0 0 #19242a;
    float: left;
    padding-bottom: 77px;
    padding-top: 50px;
    width: 100%;
}
.footer_col {
    float: left;
    margin-left: 22px;;
    width: 22%;
}

.footer_col.col2 p {
    border-bottom: 1px solid #23323a;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 2px;
    padding-bottom: 10px;
    padding-right: 20px;
}

.footer_col.col2 {
    margin-left: 3.6%;
    margin-right: 0.7%;
    width: 23.2%;
}
.footer_col.col1{margin-left:0px;}


.footer_col.col3 p {
    line-height: 20px;
    margin: -3px 0 0;
    padding-bottom: 24px;
    padding-left: 30px;
}

.footer_col.col3 p a {
    color:#547e93 ;
    text-decoration: none;
}
.footer_col h3 {
    color: #7ca1b3;
    font-size: 18px;
    font-weight: 300;
    margin: 15px 0;
    padding-bottom: 20px;
}
.ft_phone,
.ft_email{position:relative}
.ft_email:before {
       background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../img/social_icons.png");
    background-origin: padding-box;
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: auto auto;
    content: "";
    height: 16px;
    left: 1px;
    position: absolute;
    top: 4px;
    width: 19px;
}

.footer_col.col1 > a {
    display: block;
    margin-bottom: 36px;
    padding-left: 6px;
}
.ft_phone:before {
    background: url("../img/social_icons.png") no-repeat scroll -28px -19px rgba(0, 0, 0, 0);
    content: "";
    height: 22px;
    left: 2px;
    position: absolute;
    top: 5px;
    width: 16px;
}
.footer_col em {
    color: #bdd2dc;
    display: block;
    font-size: 13px;
    font-style: italic;
    margin-top: 16px;
}
.footer_bottom {
    background: none repeat scroll 0 0 #141d22;
    float: left;
    padding: 37px 0 40px;
    width: 100%;
}

.footer_col.col1 > p {
    line-height: 20px;
}
.footer_col.col1 {
    margin-left: 0;
    position: relative;
    top: -40px;
}
.footer_bottom p {
    color: #547e93;
    font-size: 12px;
    line-height: 18px;
    margin: 0;
    text-align: center;
}

.footer_col.col4 h3 {
    padding-bottom: 16px;
}
.footer_col.col4 {
    margin-left: 41px;;
    margin-top: -3px;
}
.social-touch li {
    display: inline-block;
    margin: 1px 7px 0 6px;
}
.social-touch li:first-child {
    margin-left: 0;
}
.social-touch li a {
    background: url("../img/social_icons.png") no-repeat scroll 1px top rgba(0, 0, 0, 0);
    display: block;
    height: 16px;
    width: 16px;overflow: hidden;
	 text-indent: 9999px;
}
.social-touch li:last-child {
    margin-left: 7.5px;
}
.st-tw {
    background-position: -30px 0 !important;
}
.st-go {
    background-position: -95px 0 !important;
}
.st-vi {
    background-position: -127px 0 !important;
}
.st-sk {
    background-position: -62px 0 !important;
}
.st-ln {
    background-position: -159px 0 !important;
}
.st-pn {
    background-position: -192px 0 !important;
}
/* =================================Benner=============================================== */	
.benner-main {
    height: 714px;
    overflow: hidden;
    position: relative;
    
}


#sequence {
    color: white;
    font-family: "Play",sans-serif;
    height: 100vmin;
    left: 0;
    margin: 0 auto;
    max-height: none;
    max-width: 1600px;
    overflow: hidden;
    position: absolute;
    right: 0;
    
    width: 100%;
}
section{ clear:both;}
#sequence > .sequence-canvas {
  height: 100%;
  width: 100%;
  margin:0px;
  padding:0px;
}
#sequence > .sequence-canvas > li {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#sequence > .sequence-canvas li > * {
  position: absolute;
  transition-timing-function: ease-in-out;
}
#sequence .sequence-next,
#sequence .sequence-prev {
  color: white;
  cursor: pointer;
  display: none;
  font-size: 80px;
  font-weight: bold;
  position: absolute;
  opacity: .3;
  top: 25%;
  height: 63px;
  width: 64px;
  z-index: 20;
  transition-duration: 0.4s;
}
#sequence .sequence-prev {
  left: 00px;
}
#sequence .sequence-next {
  right: 00px;
}
#sequence .sequence-next:hover,
#sequence .sequence-prev:hover {
  opacity: 1;
  /*transform: scale(1.2);*/
  transition-duration: 0.4s;
}
#sequence h2 {
  font-size: 1.5em;
  line-height: 1.2em;
}
#sequence .info {
  color: black;
  font-size: 1em;
  right: 150%;
  line-height: 1.2em;
  top:30%;
  width: 25%;
  z-index: 10;
  vertical-align: middle;
  transition-duration: 4s;
  transition-property: right;
}
#sequence .animate-in .info {
  right: 15%;
  transition-duration: 4s;
}
#sequence .animate-out .info {
  right: -150%;
  transition-duration: 4s;
}
#sequence .balloon {
  left: -140%;
  bottom: -600%;
  max-width: 40%;
  z-index: 6;
 
  transition-property: left top;
}
#sequence .animate-in .balloon {
  left: 10%;
  bottom: 00%;
  transition-duration: 4s;
  z-index: 4;
}
#sequence .animate-out .balloon {
  left: 140%;
  bottom: -600%;
  z-index: 2;
  transition-duration: 4s;
}

#sequence .sky {
  height: auto;
  width: 100%;
  left: 0%;
  opacity: 0;
  top: 0;
  vertical-align: middle;
  z-index: 1;
  transition-property: left top;
  
}
#sequence .animate-in .sky {
  left: 0%;
  opacity: 1;
  
  z-index: 1;
  transition-duration: 4s;
}
#sequence .animate-out .sky {
  left: 0%;
  opacity: 0;
  
  z-index: 1;
  transition-duration: 4s;
}
/*============================Image slide====================*/

.image-slide {
    margin-top: -55px;
}
.image-slide img{max-width:100%;}

/*============================Inner page company apporoved====================*/
.company-apporoved{}
.Section-header{ text-align:center;background: none repeat scroll 0 0 #fcfcfc;
    border-bottom: 1px solid #eceded;padding: 10px 0;float:none;}
.Section-header h2{
	color: #f3912d;
    font-size: 30px;
    font-weight: 300;
    margin: 12px 0;
	
    }
.Section-header p{
	color: #658190;
    font-size: 14px;
    line-height: 24px;
    margin: 10px 0;
    }
.main-content {
    color: #658190;
    font-family: "open_sansregular";
    
    font-weight: 300;
    line-height: 27px;
	padding: 40px 0;
}
.main-content p{
	margin: 0;
    padding: 15px 0;
}
.company-apporoved .ca-col {
    display: inline-block;
    padding-right: 30px;
    vertical-align: top;
    width: 48.5%;
	font-size: 14px;
	line-height: 30px;
	padding-bottom:20px;
}

.ca-col.last {
    padding: 0;
	font-size: 14px;line-height: 27px;
}
.bottom-pane {
        background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../img/col-bg.jpg");
    background-origin: padding-box;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto auto;
    padding: 88px 0 75px;
}

.bottom-pane h4 {
    color: #333333;
    font-size: 24px;
    font-weight: 300;
    margin: 0;
}
.bottom-pane li {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(255, 255, 255, 0.45);
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    display: inline-block;
    margin-left: 25px;
    text-align: center;
    width: 31.6%;
	overflow:hidden;
}

.bottom-pane .content_wrapper li a {
	display:inline-block;
	
}

.bottom-pane li:first-child{margin:0px;}

.bottom-pane figcaption {
    padding: 15px 20px 35px;
}
.bottom-pane h4 a {
    color: #333333;
	text-decoration:none;
}

.bottom-pane p {
    color: rgba(0, 0, 0, 0.45);
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    padding: 0 20px;
}







/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}
/* ============================CHROME================================ */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .benner-caption li{width: 23.2%;margin-left: 23px;}
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 1601px) {
	.benner-caption li{
		width:24%; margin-left:0;}
	}
@media only screen and (max-width: 1169px) {
header .content_wrapper {
    max-width: 100%;
    padding-left: 4%;
    padding-right: 4%;
    width: 92%;
}    

.benner-caption li {
    margin-left: 0;
    vertical-align: top;
    width: 24.6%;
}
}

@media only screen and (max-width: 959px) {

.nav li {
    padding: 16px 10px 14px;
}	
#sequence .sequence-next, #sequence .sequence-prev{ top:21.5%;}	

	
	}
@media only screen and (max-width: 768px) {

.logo {
    display: block;
    padding: 0;
    text-align: center;
}	
.header_top_right {
    display: block;
    float: none;
    padding-right: 0;
    text-align: center;
}
.header_bottom_right {
    display: block;
    float: none;
    padding-top: 8px;
    text-align: center;
}
}
@media only screen and (max-width: 479px) {
	}		
@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

     .reference-page_main .main-content > p {
        margin: 0 auto;  max-width: 60%;  text-align: center;
      }
      
      .ca-col.right_align {    text-align: right;      }
      
      .ca-col.right_align ul li,
      .ca-col.left_align ul li{
      font-weight:bold;
      background:transparent}
      .ca-col.left_align {
      text-align: left;
      }



.custom_accordion {font-size: 14px; color:#658190;line-height:20px;
}
.custom_accordion_title:before {
    border-right: 1px solid #ebeef0;
    display: block;
    font-size: 30px;
    height: 40px;
    left: 14px;
    line-height: 40px;
    position: absolute;
    top: 0;
    width: 30px;
	color:#658190;
}
.custom_accordion_title:before {
	content: "+";
}

.active .custom_accordion_title:before {
	content: "-";
}
.custom_accordion_title {
    border: 1px solid #ebeef0;
    padding: 0px 50px;
    position: relative;
    width: 75%;
	border-left:none;border-right:none;
}

.custom_accordion_title a{padding:10px 0px; display:block;}
.custom_accordion_content {
     border-top: 0; 
     }
     
  
     
.custom_accordion_content img {
    float: left;
    margin: 25px 40px 10px 0;
}
.custom_accordion_title a{text-decoration:none; color:#005598;}
.custom_accordion_title a:hover{
	color:#008fd5}
	
.courtesy_links {
    font-size: 10px;
    position: absolute;
    right:0;z-index: 9999;
}
.courtesy_links li {
    float: left;
    margin: 0 0 0 10px;
}

.courtesy_links a {
    color: #005598;
    text-decoration: none;
    text-transform: capitalize;
}
.courtesy_links a:hover{
text-decoration: underline;
}

