/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

video {
    max-width: 100%;
    height: auto;
}

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

.hs-menu-wrapper ul {
    padding: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

/* adding minimal spacing for blog comments */
.comment {
    margin: 10px 0 10px 0;
}

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}




/* HTML 5 Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */

.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field {min-height: 0;line-height: 12px;}




/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/*!
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}@media print{*{text-shadow:none!important;color:#000!important;background:transparent!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100%!important}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}select{background:#fff!important}.navbar{display:none}.table td,.table th{background-color:#fff!important}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table-bordered th,.table-bordered td{border:1px solid #ddd!important}}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:before,:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:62.5%;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#428bca;text-decoration:none}a:hover,a:focus{text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.img-responsive,.thumbnail>img,.thumbnail a>img,.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small{font-weight:400;line-height:1;color:#999}h1,.h1,h2,.h2,h3,.h3{margin-top:20px;margin-bottom:10px}h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h1 .small,.h1 .small,h2 .small,.h2 .small,h3 .small,.h3 .small{font-size:65%}h4,.h4,h5,.h5,h6,.h6{margin-top:10px;margin-bottom:10px}h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small,h4 .small,.h4 .small,h5 .small,.h5 .small,h6 .small,.h6 .small{font-size:75%}h1,.h1{font-size:36px}h2,.h2{font-size:30px}h3,.h3{font-size:24px}h4,.h4{font-size:18px}h5,.h5{font-size:14px}h6,.h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:200;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}small,.small{font-size:85%}cite{font-style:normal}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-muted{color:#999}.text-primary{color:#428bca}a.text-primary:hover{color:#3071a9}.text-success{color:#3c763d}a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#428bca}a.bg-primary:hover{background-color:#3071a9}.bg-success{background-color:#dff0d8}a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ul,ol{margin-top:0;margin-bottom:10px}ul ul,ol ul,ul ol,ol ol{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none;margin-left:-5px}.list-inline>li{display:inline-block;padding-left:5px;padding-right:5px}dl{margin-top:0;margin-bottom:20px}dt,dd{line-height:1.42857143}dt{font-weight:700}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #999}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child{margin-bottom:0}blockquote footer,blockquote small,blockquote .small{display:block;font-size:80%;line-height:1.42857143;color:#999}blockquote footer:before,blockquote small:before,blockquote .small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #eee;border-left:0;text-align:right}.blockquote-reverse footer:before,blockquote.pull-right footer:before,.blockquote-reverse small:before,blockquote.pull-right small:before,.blockquote-reverse .small:before,blockquote.pull-right .small:before{content:''}.blockquote-reverse footer:after,blockquote.pull-right footer:after,.blockquote-reverse small:after,blockquote.pull-right small:after,.blockquote-reverse .small:after,blockquote.pull-right .small:after{content:'\00A0 \2014'}blockquote:before,blockquote:after{content:""}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;white-space:nowrap;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;word-break:break-all;word-wrap:break-word;color:#333;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{margin-right:auto;margin-left:auto}.row{margin-left:-15px;margin-right:-15px}.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:0}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:0}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:0}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:0}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:0}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:0}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:0}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:0}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{max-width:100%;background-color:transparent}th{text-align:left}.table{width:100%;margin-bottom:20px}.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>td{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>thead>tr>th,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>td{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>thead>tr>td{border-bottom-width:2px}.table-striped>tbody>tr:nth-child(odd)>td,.table-striped>tbody>tr:nth-child(odd)>th{background-color:#f9f9f9}.table-hover>tbody>tr:hover>td,.table-hover>tbody>tr:hover>th{background-color:#f5f5f5}table col[class*=col-]{position:static;float:none;display:table-column}table td[class*=col-],table th[class*=col-]{position:static;float:none;display:table-cell}.table>thead>tr>td.active,.table>tbody>tr>td.active,.table>tfoot>tr>td.active,.table>thead>tr>th.active,.table>tbody>tr>th.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>tbody>tr.active>td,.table>tfoot>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr.active>th,.table>tfoot>tr.active>th{background-color:#f5f5f5}.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover,.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th{background-color:#e8e8e8}.table>thead>tr>td.success,.table>tbody>tr>td.success,.table>tfoot>tr>td.success,.table>thead>tr>th.success,.table>tbody>tr>th.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>tbody>tr.success>td,.table>tfoot>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr.success>th,.table>tfoot>tr.success>th{background-color:#dff0d8}.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th{background-color:#d0e9c6}.table>thead>tr>td.info,.table>tbody>tr>td.info,.table>tfoot>tr>td.info,.table>thead>tr>th.info,.table>tbody>tr>th.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>tbody>tr.info>td,.table>tfoot>tr.info>td,.table>thead>tr.info>th,.table>tbody>tr.info>th,.table>tfoot>tr.info>th{background-color:#d9edf7}.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover,.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th{background-color:#c4e3f3}.table>thead>tr>td.warning,.table>tbody>tr>td.warning,.table>tfoot>tr>td.warning,.table>thead>tr>th.warning,.table>tbody>tr>th.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>tbody>tr.warning>td,.table>tfoot>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr.warning>th,.table>tfoot>tr.warning>th{background-color:#fcf8e3}.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th{background-color:#faf2cc}.table>thead>tr>td.danger,.table>tbody>tr>td.danger,.table>tfoot>tr>td.danger,.table>thead>tr>th.danger,.table>tbody>tr>th.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>tbody>tr.danger>td,.table>tfoot>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr.danger>th,.table>tfoot>tr.danger>th{background-color:#f2dede}.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th{background-color:#ebcccc}@media (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;overflow-x:scroll;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd;-webkit-overflow-scrolling:touch}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>thead>tr>th,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>td{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}}fieldset{padding:0;margin:0;border:0;min-width:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;margin-bottom:5px;font-weight:700}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=radio],input[type=checkbox]{margin:4px 0 0;margin-top:1px \9;line-height:normal}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=file]:focus,input[type=radio]:focus,input[type=checkbox]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{cursor:not-allowed;background-color:#eee;opacity:1}textarea.form-control{height:auto}input[type=search]{-webkit-appearance:none}input[type=date]{line-height:34px}.form-group{margin-bottom:15px}.radio,.checkbox{display:block;min-height:20px;margin-top:10px;margin-bottom:10px;padding-left:20px}.radio label,.checkbox label{display:inline;font-weight:400;cursor:pointer}.radio input[type=radio],.radio-inline input[type=radio],.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox]{float:left;margin-left:-20px}.radio+.radio,.checkbox+.checkbox{margin-top:-5px}.radio-inline,.checkbox-inline{display:inline-block;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:400;cursor:pointer}.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}input[type=radio][disabled],input[type=checkbox][disabled],.radio[disabled],.radio-inline[disabled],.checkbox[disabled],.checkbox-inline[disabled],fieldset[disabled] input[type=radio],fieldset[disabled] input[type=checkbox],fieldset[disabled] .radio,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox,fieldset[disabled] .checkbox-inline{cursor:not-allowed}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}textarea.input-sm,select[multiple].input-sm{height:auto}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-lg{height:46px;line-height:46px}textarea.input-lg,select[multiple].input-lg{height:auto}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.has-feedback .form-control-feedback{position:absolute;top:25px;right:0;display:block;width:34px;height:34px;line-height:34px;text-align:center}.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;border-color:#3c763d;background-color:#dff0d8}.has-success .form-control-feedback{color:#3c763d}.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;border-color:#8a6d3b;background-color:#fcf8e3}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;border-color:#a94442;background-color:#f2dede}.has-error .form-control-feedback{color:#a94442}.form-control-static{margin-bottom:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .radio,.form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;padding-left:0;vertical-align:middle}.form-inline .radio input[type=radio],.form-inline .checkbox input[type=checkbox]{float:none;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .control-label,.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{margin-top:0;margin-bottom:0;padding-top:7px}.form-horizontal .radio,.form-horizontal .checkbox{min-height:27px}.form-horizontal .form-group{margin-left:-15px;margin-right:-15px}.form-horizontal .form-control-static{padding-top:7px}@media (min-width:768px){.form-horizontal .control-label{text-align:right}}.form-horizontal .has-feedback .form-control-feedback{top:0;right:15px}.btn{display:inline-block;margin-bottom:0;font-weight:400;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.btn:focus,.btn:active:focus,.btn.active:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:hover,.btn:focus{color:#333;text-decoration:none}.btn:active,.btn.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;pointer-events:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default:hover,.btn-default:focus,.btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default{color:#333;background-color:#ebebeb;border-color:#adadad}.btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default{background-image:none}.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#428bca;border-color:#357ebd}.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary{color:#fff;background-color:#3276b1;border-color:#285e8e}.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active{background-color:#428bca;border-color:#357ebd}.btn-primary .badge{color:#428bca;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.active,.open .dropdown-toggle.btn-success{color:#fff;background-color:#47a447;border-color:#398439}.btn-success:active,.btn-success.active,.open .dropdown-toggle.btn-success{background-image:none}.btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success,.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled:active,.btn-success[disabled]:active,fieldset[disabled] .btn-success:active,.btn-success.disabled.active,.btn-success[disabled].active,fieldset[disabled] .btn-success.active{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info:hover,.btn-info:focus,.btn-info:active,.btn-info.active,.open .dropdown-toggle.btn-info{color:#fff;background-color:#39b3d7;border-color:#269abc}.btn-info:active,.btn-info.active,.open .dropdown-toggle.btn-info{background-image:none}.btn-info.disabled,.btn-info[disabled],fieldset[disabled] .btn-info,.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled:active,.btn-info[disabled]:active,fieldset[disabled] .btn-info:active,.btn-info.disabled.active,.btn-info[disabled].active,fieldset[disabled] .btn-info.active{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning:hover,.btn-warning:focus,.btn-warning:active,.btn-warning.active,.open .dropdown-toggle.btn-warning{color:#fff;background-color:#ed9c28;border-color:#d58512}.btn-warning:active,.btn-warning.active,.open .dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled:active,.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,.btn-warning.disabled.active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning.active{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger:hover,.btn-danger:focus,.btn-danger:active,.btn-danger.active,.open .dropdown-toggle.btn-danger{color:#fff;background-color:#d2322d;border-color:#ac2925}.btn-danger:active,.btn-danger.active,.open .dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled,.btn-danger[disabled],fieldset[disabled] .btn-danger,.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled:active,.btn-danger[disabled]:active,fieldset[disabled] .btn-danger:active,.btn-danger.disabled.active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger.active{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{color:#428bca;font-weight:400;cursor:pointer;border-radius:0}.btn-link,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:transparent}.btn-link:hover,.btn-link:focus{color:#2a6496;text-decoration:underline;background-color:transparent}.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus{color:#999;text-decoration:none}.btn-lg,.btn-group-lg>.btn{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}.btn-sm,.btn-group-sm>.btn{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-xs,.btn-group-xs>.btn{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%;padding-left:0;padding-right:0}.btn-block+.btn-block{margin-top:5px}input[type=submit].btn-block,input[type=reset].btn-block,input[type=button].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition:height .35s ease;transition:height .35s ease}@font-face{font-family:'Glyphicons Halflings';src:url(../fonts/glyphicons-halflings-regular.eot);src:url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(../fonts/glyphicons-halflings-regular.woff) format('woff'),url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\2a"}.glyphicon-plus:before{content:"\2b"}.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px solid;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;font-size:14px;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175);background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{text-decoration:none;color:#262626;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#fff;text-decoration:none;outline:0;background-color:#428bca}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#999}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);cursor:not-allowed}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{left:auto;right:0}.dropdown-menu-left{left:0;right:auto}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#999}.dropdown-backdrop{position:fixed;left:0;right:0;bottom:0;top:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px solid;content:""}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:1px}@media (min-width:768px){.navbar-right .dropdown-menu{left:auto;right:0}.navbar-right .dropdown-menu-left{left:0;right:auto}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;float:left}.btn-group>.btn:hover,.btn-group-vertical>.btn:hover,.btn-group>.btn:focus,.btn-group-vertical>.btn:focus,.btn-group>.btn:active,.btn-group-vertical>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn.active{z-index:2}.btn-group>.btn:focus,.btn-group-vertical>.btn:focus{outline:0}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child>.btn:last-child,.btn-group>.btn-group:first-child>.dropdown-toggle{border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn-group:last-child>.btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-left:8px;padding-right:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-left:12px;padding-right:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-bottom-left-radius:4px;border-top-right-radius:0;border-top-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-right-radius:0;border-top-left-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{float:none;display:table-cell;width:1%}.btn-group-justified>.btn-group .btn{width:100%}[data-toggle=buttons]>.btn>input[type=radio],[data-toggle=buttons]>.btn>input[type=checkbox]{display:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*=col-]{float:none;padding-left:0;padding-right:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn,select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn,select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn{height:auto}.input-group-addon,.input-group-btn,.input-group .form-control{display:table-cell}.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type=radio],.input-group-addon input[type=checkbox]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:0;border-top-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:first-child>.btn-group:not(:first-child)>.btn{border-bottom-left-radius:0;border-top-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:hover,.input-group-btn>.btn:focus,.input-group-btn>.btn:active{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{margin-left:-1px}.nav{margin-bottom:0;padding-left:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:hover,.nav>li>a:focus{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#999}.nav>li.disabled>a:hover,.nav>li.disabled>a:focus{color:#999;text-decoration:none;background-color:transparent;cursor:not-allowed}.nav .open>a,.nav .open>a:hover,.nav .open>a:focus{background-color:#eee;border-color:#428bca}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{color:#555;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent;cursor:default}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{text-align:center;margin-bottom:5px}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus{color:#fff;background-color:#428bca}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{text-align:center;margin-bottom:5px}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{max-height:340px;overflow-x:visible;padding-right:15px;padding-left:15px;border-top:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,.1);-webkit-overflow-scrolling:touch}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{padding-left:0;padding-right:0}}.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;padding:15px;font-size:18px;line-height:20px;height:50px}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;margin-right:15px;padding:9px 10px;margin-top:8px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;box-shadow:none}.navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:hover,.navbar-nav .open .dropdown-menu>li>a:focus{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}.navbar-nav.navbar-right:last-child{margin-right:-15px}}@media (min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important}}.navbar-form{margin-left:-15px;margin-right:-15px;padding:10px 15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);margin-top:8px;margin-bottom:8px}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .radio,.navbar-form .checkbox{display:inline-block;margin-top:0;margin-bottom:0;padding-left:0;vertical-align:middle}.navbar-form .radio input[type=radio],.navbar-form .checkbox input[type=checkbox]{float:none;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}}@media (min-width:768px){.navbar-form{width:auto;border:0;margin-left:0;margin-right:0;padding-top:0;padding-bottom:0;-webkit-box-shadow:none;box-shadow:none}.navbar-form.navbar-right:last-child{margin-right:-15px}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-right-radius:0;border-top-left-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-left:15px;margin-right:15px}.navbar-text.navbar-right:last-child{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:hover,.navbar-default .navbar-nav>.disabled>a:focus{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus{background-color:#e7e7e7;color:#555}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{color:#333;background-color:transparent}.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{color:#555;background-color:#e7e7e7}.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{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-inverse{border-color:#080808}.navbar-inverse .navbar-brand{color:#999}.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#999}.navbar-inverse .navbar-nav>li>a{color:#999}.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:hover,.navbar-inverse .navbar-nav>.disabled>a:focus{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus{background-color:#080808;color:#fff}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#999}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#999}.navbar-inverse .navbar-link:hover{color:#fff}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{content:"/\00a0";padding:0 5px;color:#ccc}.breadcrumb>.active{color:#999}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;line-height:1.42857143;text-decoration:none;color:#428bca;background-color:#fff;border:1px solid #ddd;margin-left:-1px}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-bottom-right-radius:4px;border-top-right-radius:4px}.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{color:#2a6496;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus{z-index:2;color:#fff;background-color:#428bca;border-color:#428bca;cursor:default}.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#999;background-color:#fff;border-color:#ddd;cursor:not-allowed}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-bottom-left-radius:6px;border-top-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-bottom-right-radius:6px;border-top-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-bottom-left-radius:3px;border-top-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-bottom-right-radius:3px;border-top-right-radius:3px}.pager{padding-left:0;margin:20px 0;list-style:none;text-align:center}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:hover,.pager li>a:focus{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span{color:#999;background-color:#fff;cursor:not-allowed}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}.label[href]:hover,.label[href]:focus{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#999}.label-default[href]:hover,.label-default[href]:focus{background-color:gray}.label-primary{background-color:#428bca}.label-primary[href]:hover,.label-primary[href]:focus{background-color:#3071a9}.label-success{background-color:#5cb85c}.label-success[href]:hover,.label-success[href]:focus{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:hover,.label-info[href]:focus{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:hover,.label-warning[href]:focus{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:hover,.label-danger[href]:focus{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;color:#fff;line-height:1;vertical-align:baseline;white-space:nowrap;text-align:center;background-color:#999;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-xs .badge{top:0;padding:1px 5px}a.badge:hover,a.badge:focus{color:#fff;text-decoration:none;cursor:pointer}a.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#428bca;background-color:#fff}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding:30px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron h1,.jumbotron .h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.container .jumbotron{border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron{padding-left:60px;padding-right:60px}.jumbotron h1,.jumbotron .h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.thumbnail>img,.thumbnail a>img{margin-left:auto;margin-right:auto}a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active{border-color:#428bca}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable{padding-right:35px}.alert-dismissable .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{background-color:#dff0d8;border-color:#d6e9c6;color:#3c763d}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{background-color:#d9edf7;border-color:#bce8f1;color:#31708f}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{background-color:#fcf8e3;border-color:#faebcc;color:#8a6d3b}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{background-color:#f2dede;border-color:#ebccd1;color:#a94442}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{overflow:hidden;height:20px;margin-bottom:20px;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#428bca;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;transition:width .6s ease}.progress-striped .progress-bar{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:40px 40px}.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.media,.media-body{overflow:hidden;zoom:1}.media,.media .media{margin-top:15px}.media:first-child{margin-top:0}.media-object{display:block}.media-heading{margin:0 0 5px}.media>.pull-left{margin-right:10px}.media>.pull-right{margin-left:10px}.media-list{padding-left:0;list-style:none}.list-group{margin-bottom:20px;padding-left:0}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-right-radius:4px;border-top-left-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}a.list-group-item{color:#555}a.list-group-item .list-group-item-heading{color:#333}a.list-group-item:hover,a.list-group-item:focus{text-decoration:none;background-color:#f5f5f5}a.list-group-item.active,a.list-group-item.active:hover,a.list-group-item.active:focus{z-index:2;color:#fff;background-color:#428bca;border-color:#428bca}a.list-group-item.active .list-group-item-heading,a.list-group-item.active:hover .list-group-item-heading,a.list-group-item.active:focus .list-group-item-heading{color:inherit}a.list-group-item.active .list-group-item-text,a.list-group-item.active:hover .list-group-item-text,a.list-group-item.active:focus .list-group-item-text{color:#e1edf7}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:hover,a.list-group-item-success:focus{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:hover,a.list-group-item-success.active:focus{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:hover,a.list-group-item-info:focus{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:hover,a.list-group-item-info.active:focus{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:hover,a.list-group-item-warning:focus{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:hover,a.list-group-item-warning.active:focus{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:hover,a.list-group-item-danger:focus{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:hover,a.list-group-item-danger.active:focus{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:3px;border-top-left-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group{margin-bottom:0}.panel>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-right-radius:3px;border-top-left-radius:3px}.panel>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.table:first-child,.panel>.table-responsive:first-child>.table:first-child{border-top-right-radius:3px;border-top-left-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table:last-child,.panel>.table-responsive:last-child>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child th,.panel>.table>tbody:first-child>tr:first-child td{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{border:0;margin-bottom:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px;overflow:hidden}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse .panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse .panel-body{border-top-color:#ddd}.panel-default>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#428bca}.panel-primary>.panel-heading{color:#fff;background-color:#428bca;border-color:#428bca}.panel-primary>.panel-heading+.panel-collapse .panel-body{border-top-color:#428bca}.panel-primary>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#428bca}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse .panel-body{border-top-color:#d6e9c6}.panel-success>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse .panel-body{border-top-color:#bce8f1}.panel-info>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse .panel-body{border-top-color:#faebcc}.panel-warning>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse .panel-body{border-top-color:#ebccd1}.panel-danger>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#ebccd1}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer;opacity:.5;filter:alpha(opacity=50)}button.close{padding:0;cursor:pointer;background:0 0;border:0;-webkit-appearance:none}.modal-open{overflow:hidden}.modal{display:none;overflow:auto;overflow-y:scroll;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);transform:translate(0,-25%);-webkit-transition:-webkit-transform .3s ease-out;-moz-transition:-moz-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5);background-clip:padding-box;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.modal-backdrop.in{opacity:.5;filter:alpha(opacity=50)}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5;min-height:16.42857143px}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:20px}.modal-footer{margin-top:15px;padding:19px 20px 20px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-left:5px;margin-bottom:0}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1030;display:block;visibility:visible;font-size:12px;line-height:1.4;opacity:0;filter:alpha(opacity=0)}.tooltip.in{opacity:.9;filter:alpha(opacity=90)}.tooltip.top{margin-top:-3px;padding:5px 0}.tooltip.right{margin-left:3px;padding:0 5px}.tooltip.bottom{margin-top:3px;padding:5px 0}.tooltip.left{margin-left:-3px;padding:0 5px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{bottom:0;left:5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;right:5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;left:5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;right:5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1010;display:none;max-width:276px;padding:1px;text-align:left;background-color:#fff;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);white-space:normal}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{margin:0;padding:8px 14px;font-size:14px;font-weight:400;line-height:18px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{border-width:10px;content:""}.popover.top>.arrow{left:50%;margin-left:-11px;border-bottom-width:0;border-top-color:#999;border-top-color:rgba(0,0,0,.25);bottom:-11px}.popover.top>.arrow:after{content:" ";bottom:1px;margin-left:-10px;border-bottom-width:0;border-top-color:#fff}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-left-width:0;border-right-color:#999;border-right-color:rgba(0,0,0,.25)}.popover.right>.arrow:after{content:" ";left:1px;bottom:-10px;border-left-width:0;border-right-color:#fff}.popover.bottom>.arrow{left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25);top:-11px}.popover.bottom>.arrow:after{content:" ";top:1px;margin-left:-10px;border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{content:" ";right:1px;border-right-width:0;border-left-color:#fff;bottom:-10px}.carousel{position:relative}.carousel-inner{position:relative;overflow:hidden;width:100%}.carousel-inner>.item{display:none;position:relative;-webkit-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>img,.carousel-inner>.item>a>img{line-height:1}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;left:0;bottom:0;width:15%;opacity:.5;filter:alpha(opacity=50);font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-control.left{background-image:-webkit-linear-gradient(left,color-stop(rgba(0,0,0,.5) 0),color-stop(rgba(0,0,0,.0001) 100%));background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)}.carousel-control.right{left:auto;right:0;background-image:-webkit-linear-gradient(left,color-stop(rgba(0,0,0,.0001) 0),color-stop(rgba(0,0,0,.5) 100%));background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)}.carousel-control:hover,.carousel-control:focus{outline:0;color:#fff;text-decoration:none;opacity:.9;filter:alpha(opacity=90)}.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{position:absolute;top:50%;z-index:5;display:inline-block}.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left{left:50%}.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right{right:50%}.carousel-control .icon-prev,.carousel-control .icon-next{width:20px;height:20px;margin-top:-10px;margin-left:-10px;font-family:serif}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;margin-left:-30%;padding-left:0;list-style:none;text-align:center}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;border:1px solid #fff;border-radius:10px;cursor:pointer;background-color:#000 \9;background-color:rgba(0,0,0,0)}.carousel-indicators .active{margin:0;width:12px;height:12px;background-color:#fff}.carousel-caption{position:absolute;left:15%;right:15%;bottom:20px;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next{width:30px;height:30px;margin-top:-15px;margin-left:-15px;font-size:30px}.carousel-caption{left:20%;right:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.clearfix:before,.clearfix:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.form-horizontal .form-group:before,.form-horizontal .form-group:after,.btn-toolbar:before,.btn-toolbar:after,.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after,.nav:before,.nav:after,.navbar:before,.navbar:after,.navbar-header:before,.navbar-header:after,.navbar-collapse:before,.navbar-collapse:after,.pager:before,.pager:after,.panel-body:before,.panel-body:after,.modal-footer:before,.modal-footer:after{content:" ";display:table}.clearfix:after,.container:after,.container-fluid:after,.row:after,.form-horizontal .form-group:after,.btn-toolbar:after,.btn-group-vertical>.btn-group:after,.nav:after,.navbar:after,.navbar-header:after,.navbar-collapse:after,.pager:after,.panel-body:after,.modal-footer:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important;visibility:hidden!important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-xs,.visible-sm,.visible-md,.visible-lg{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table}tr.visible-xs{display:table-row!important}th.visible-xs,td.visible-xs{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table}tr.visible-sm{display:table-row!important}th.visible-sm,td.visible-sm{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table}tr.visible-md{display:table-row!important}th.visible-md,td.visible-md{display:table-cell!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table}tr.visible-lg{display:table-row!important}th.visible-lg,td.visible-lg{display:table-cell!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table}tr.visible-print{display:table-row!important}th.visible-print,td.visible-print{display:table-cell!important}}@media print{.hidden-print{display:none!important}}


/*
Theme Name: ClubWise Software Ltd

Description: The 2013 theme for Club wise is a fully responsive theme that looks great on any device. 
Version: 1.1
*/@media screen and (min-width:1026px){body{}body.custom-background-empty{background-color:#fff}body.custom-background-empty .site,body.custom-background-white .site{padding:0;margin-top:0;margin-bottom:0;box-shadow:none}.shell{margin:0 auto;max-width:1140px}.centermargin{margin:0 auto}.twophoto{width:51%}.threephoto{width:73%}.hegroup{color:#fff;display:block;font-weight:bold;height:72px; box-shadow:1px 0px 5px #ccc}.logo_c{/*background:url("../images/logo.png") no-repeat;*/display:block;width:170px;height:56px;margin-top:8px}#sticky_navigation{z-index:2147483647;width:100%}#menu-item-1816:hover>a,#menu-item-1014:hover>a,#menu-item-651:hover>a,#menu-item-651:hover>a{background:none repeat scroll 0 0 #9ce;border-radius:6px 6px 0 0;color:#22418c}.main-navigation ul.nav-menu,.main-navigation div.nav-menu>ul{padding-top:22px;display:inline-block !important;text-align:left;width:100%}.main-navigation ul{margin:0;text-indent:0}.main-navigation li a,.main-navigation li{display:inline-block;text-decoration:none;background:0}.main-navigation li a{border-bottom:0;color:#29292b;white-space:nowrap;padding:5px 3px 10px;margin:0;font-size:14px;font-weight:400;font-style:normal;}.main-navigation li a:hover{color:#ffae00}.main-navigation li{margin:0;margin:0;}.main-navigation li ul{display:none;border-radius:0 6px 6px 6px;margin:0;position:absolute;top:100%;z-index:10000;background:none repeat scroll 0 0 #9ce;padding:10px 10px}.main-navigation li ul ul{top:0;left:100%}.main-navigation ul li:hover>ul{border-left:0;display:block}.current-menu-item li ul li{background:#4076b6;border-bottom:1px solid #4076b1;display:block;font-size:11px;font-size:.785714286rem;line-height:2.181818182;padding:8px 10px;padding:.571428571rem .714285714rem;width:180px;width:12.85714286rem;white-space:normal}.main-navigation li ul li a{width:170px;width:12.5rem;border-bottom:0 solid #4076b1;color:#242254;display:block;font-family:ProximaNovaS-Semibold;font-size:12px;line-height:20px;padding:6px 14px;white-space:normal}.main-navigation li ul li a:hover{background:#f69322;color:white;border-radius:6px}/*.main-navigation .current-menu-item>a,.main-navigation .current-menu-ancestor>a,.main-navigation .current_page_item>a,.main-navigation .current_page_ancestor>a{color:#fff}*/.menu-toggle{display:none}#menu-item-454 a{background:url("../images/login_btn.png") no-repeat scroll 10px 7px #9ce;border-radius:15px;-moz-border-radius:15px;-webkit-border-radius:15px;color:#242254;height:26px;margin:0;padding:2px 16px 2px 36px;-webkit-padding-after:0;-webkit-padding-before:4px}#menu-item-454 a:hover{background:url("../images/login_btnh.png") no-repeat scroll 10px 7px #f18900;border-radius:15px 15px 15px 15px;color:#fff;height:26px;margin:0;padding:2px 16px 2px 36px;-webkit-padding-after:0;-webkit-padding-before:4px}#menu-item-1816 li a:hover{background:none repeat scroll 0 0 #f18900;border-radius:8px;color:#fff}.masthead_line{/*border-top:1px solid #5167a4;*/width:100%;display:block}.masthead{background:#243F8C;background:-moz-radial-gradient(bottom,ellipse cover,#4d89c7 0,#243f8c 60%);background:-webkit-gradient(radial,bottom bottom,0,bottom bottom,60%,color-stop(0,#4d89c7),color-stop(60%,#243f8c));background:-webkit-radial-gradient(bottom,ellipse cover,#4d89c7 0,#243f8c 60%);background:-o-radial-gradient(bottom,ellipse cover,#4d89c7 0,#243f8c 60%);background:-ms-radial-gradient(bottom,ellipse cover,#4d89c7 0,#243f8c 60%);background:radial-gradient(ellipse at bottom,#4d89c7 0,#243f8c 60%);width:100%;height:530px}.mastleftbox{background:url("../images/lifting.png") no-repeat right;width:100%;height:441px;display:block;margin-top:-3px}.masthead_text_small{font-size:22px;line-height:30px;text-shadow:1px 1px #242424;color:#fff;margin-top:15px;margin-bottom:10px;font-family:ProximaNova-Semibold}.masthead_text{font-size:37px;line-height:40px;color:#323a45}.mastbox{background:linear-gradient(to top,rgba(226,226,226,0.37) 0,rgba(0,0,0,0.4) 2%,rgba(0,0,0,0.12) 0) repeat scroll 0 0 transparent;background:-moz-linear-gradient(bottom,rgba(226,226,226,0.37) 0,rgba(0,0,0,0.4) 2%,rgba(0,0,0,0.12) 0);background:-webkit-gradient(linear,left bottom,left bottom,color-stop(0,rgba(226,226,226,0.01)),color-stop(2%,rgba(0,0,0,0.4)),color-stop(0,rgba(0,0,0,0.12)));background:-webkit-linear-gradient(bottom,rgba(226,226,226,0.37) 0,rgba(0,0,0,0.4) 2%,rgba(0,0,0,0.12) 0);background:-o-linear-gradient(bottom,rgba(226,226,226,0.37) 0,rgba(0,0,0,0.4) 2%,rgba(0,0,0,0.12) 0);background:-ms-linear-gradient(bottom,rgba(226,226,226,0.37) 0,rgba(0,0,0,0.4) 2%,rgba(0,0,0,0.12) 0);border-radius:12px;display:block;overflow:hidden;padding:20px;position:absolute;width:auto}.hem{color:white;font-family:Open Sans;font-size:18px;margin:26px 24px}.getintourchbtn{background:url("../images/getintouchbtn.png") no-repeat;width:214px;height:58px;display:block}.takethetourbtn{background:url("../images/takethetourbtn.png") no-repeat;width:214px;height:58px;display:block}.mastextraspace{margin-top:44px;display:block}.liftingimg{background:url("../images/lifting.png") no-repeat;width:596px;height:441px;display:block}.bannerline{color:#3c4452;font-family:ProximaNova-Semibold;font-size:26px;font-weight:100;letter-spacing:0;line-height:35px;text-align:center}.bannerlineS{color:#3c4452;font-family:ProximaNova-Bold;font-size:26px;letter-spacing:0;line-height:35px;text-align:center;font-weight:900}.graybg{background:none repeat scroll 0 0 #f0f0f0;border-bottom:1px solid #eee;border-top:1px solid #eee}a.current_vacancies{color:#3c4452;font-family:ProximaNova-Regular;font-size:16px}a:hover.current_vacancies{color:#f18900}.vacanciesboxwidth{width:270px;background:none repeat scroll 0 0 #fff;border:1px solid #dedede;border-radius:4px 4px 4px 4px;height:auto;margin-bottom:15px;padding:26px;text-align:center}.homemidlebox{width:252px}.homemidleboxspace{margin-top:35px}.homemidleboxexspace{margin:22px}.homemidleboxtopbottom{height:100px}.homembot{height:80px}.meetteamtext{color:#007ebd;font-family:ProximaNova-Bold;font-size:24px;line-height:normal;margin-bottom:30px;text-align:center}.homemidleboxtitle,.homemidleboxtitle a{color:#f18900;font-family:ProximaNova-Semibold;line-height:30px;font-size:24px;margin-bottom:16px;text-align:center}.homemidleboxtitle:hover,.homemidleboxtitle a:hover{color:#243f8c}.homemidleboxsubtext,.homemidleboxsubtext a,.homemidleboxsubtext a:hover{font-family:ProximaNovaA-Regular;font-size:15px;line-height:26px;text-align:center;color:#3c4452}.hometestm{font-size:14px;margin-top:10px;line-height:26px;text-align:center}.hometes{width:252px}.hometesnew{width:561px}.hometesnewex{margin:8px}
.declan{background:url("../images/declanryan.png") no-repeat;width:252px;height:185px;display:block;Border-radius:8px}
.declan:hover{background:url("../images/declanryanH.png") no-repeat;width:252px;height:185px;display:block}
.neil{background:url("../images/neilgodly.png") no-repeat;width:252px;height:185px;display:block;Border-radius:8px}
.neil:hover{background:url("../images/neilgodlyH.png") no-repeat;width:252px;height:185px;display:block}

.campbell{background:url("../images/home-testi01.png") no-repeat;width:252px;height:185px;display:block;Border-radius:8px}
.campbell:hover{background:url("../images/home-testi01-ov.png") no-repeat;width:252px;height:185px;display:block}
.scott{background:url("../images/home-testi02.png") no-repeat;width:252px;height:185px;display:block;Border-radius:8px}
.scott:hover{background:url("../images/home-testi02-ov.png") no-repeat;width:252px;height:185px;display:block}

.mastboxwebinar{display:block;overflow:hidden;padding:20px;width:auto}.getstyle{color:#fff;margin:36px 0;text-align:left;font-family:ProximaNova-Semibold;font-size:24px;font-weight:normal}.twitter_follow{background:url("../images/twitter_btn.png") no-repeat scroll 0 0 transparent;display:block;height:30px;width:197px}.facebook_follow{background:url("../images/facebook_btn.png") no-repeat scroll 0 0 transparent;display:block;height:30px;width:197px}.linkedin_follow{background:url("../images/linkedinb.png") no-repeat scroll 0 0 transparent;display:block;height:30px;width:197px}.googlep_follow{background:url("../images/googlep_btn.png") no-repeat scroll 0 0 transparent;display:block;height:30px;width:197px}.footerbotlinks{color:#dfe3ed;font-size:13px;line-height:24px;text-decoration:none}.footerbotline{margin:0 5px}.extraspacefortext{display:block;margin-bottom:10px}.comhead_line{border-top:1px solid #e4e4e4;width:100%;display:block}.aboutcontenttitle{color:#3c4452;font-family:proximanova-bold;font-size:26px;font-style:normal;line-height:34px;margin:0 0 24px}.aboutleftcon{margin:90px 0;width:57%}.aboutsubtext{color:#3c4452;font-family:proximanovaA-regular;font-size:15px;line-height:28px}.aboutimgrightstyle{margin:90px 0 0}.aboutfifty{line-height:22px;margin:70px 0;width:46%}.fiftysubtitle{color:#3c4452;font-family:proximanova-bold;font-size:24px;line-height:40px;margin:0 0 10px}.aboutcomtext{color:#3e4459;font-family:proximanovaA-regular;font-size:15px;line-height:30px}.page-template-page-templatesfull-width-php .aboutbullet{color:#3e4459;font-family:proximanovaA-regular;font-size:15px;line-height:30px;list-style-image:url("../images/bsybol.png");margin:0 0 0 4px}.page-template-page-templatesfull-width-php .sitebullet{color:#3e4459;font-family:proximanovaA-regular;font-size:15px;line-height:30px;list-style-image:url("../images/sitebullet.png");margin:0 0 0 4px}.page-template-page-templatesfull-width-php .kwayy-post-list ul{color:#3e4459;font-size:15px;line-height:30px;list-style-image:url("../images/sitebullet.png");margin:0 0 0 4px}.sitebullet a,.kwayy-post-list a{color:#243f8c;font-size:15px}.sitebullet a:hover,.kwayy-post-list a:hover{color:#f07d00}html h2.kwayy-post-title{margin:.20px 0}.talktotext{line-height:22px;margin:35px auto;width:54%}.lbluetit{color:#5a5a5a;font-size:20px;line-height:0;padding:35px 0}.lbluetit span{color:#3c4452;font-family:proximanova-bold;font-size:26px}.storypage{width:30%}.storysubtext{font-family:ProximaNovaA-Regular;font-size:16px;line-height:26px;text-align:left}.storypadding{padding:60px 0}.recruitmentpadding{padding:60px 0}.ourclientwidth{line-height:22px;margin:35px 0;width:62%}.callustext{color:#3c4452;font-family:proximanova-semibold;font-size:16px;font-weight:100;line-height:normal}.callusnumb{color:#3c4452;font-family:proximanova-bold;font-size:23px}.newcallbox{background:none repeat scroll 0 0 #f8f8f8;border:1px solid #d5d5d5;height:120px;width:352px}.newboxspace{padding:30px}.boxmspace{padding:15px}.socialimg{margin-bottom:10px}.newimgspace{padding-right:30px}.emailus,.emailus a{color:#007ebd;font-family:proximanova-semibold;font-size:16px}.newcontactbox{background:none repeat scroll 0 0 #f8f8f8;border:1px solid #d5d5d5;/*height:620px;*/width:750px}.contactmapbox{background:none repeat scroll 0 0 #f8f8f8;border:1px solid #d5d5d5;height:475px;width:350px}.contactscbbox{background:none repeat scroll 0 0 #f8f8f8;border:1px solid #d5d5d5;border-radius:12px 12px 12px 12px;height:190px;width:350px}.vacanciesbox{background:none repeat scroll 0 0 #fff;border:1px solid #dedede;border-radius:4px 4px 4px 4px;height:auto;margin-bottom:15px;padding:26px;text-align:center;width:27%}.footermenufix{display:none}.smalltit{color:#fff;font-size:20px;font-family:Calibri;padding-left:12px;line-height:28px}.site-header h1,.site-header h2{text-align:left}.site-header h1{font-size:26px;font-size:1.857142857rem;line-height:1.846153846;margin-bottom:0}.author-avatar{float:left;margin-top:8px;margin-top:.571428571rem}.author-description{float:right;width:80%}.site{margin:0 auto;max-width:1140px;overflow:hidden}.site-content{float:left;width:65.104166667%}body.template-front-page .site-content,body.single-attachment .site-content,body.full-width .site-content{width:100%}.widget-area{/*float:right;width:31.042%*/}.entry-header .entry-title{font-size:22px;font-size:1.571428571rem}#respond form input[type="text"]{width:46.333333333%}#respond form textarea.blog-textarea{width:79.666666667%}.template-front-page .site-content,.template-front-page article{overflow:hidden}.template-front-page.has-post-thumbnail article{float:left;width:47.916666667%}.entry-page-image{float:right;margin-bottom:0;width:47.916666667%}.template-front-page .widget-area .widget,.template-front-page.two-sidebars .widget-area .front-widgets{float:left;width:51.875%;margin-bottom:24px;margin-bottom:1.714285714rem}.template-front-page .widget-area .widget:nth-child(odd){clear:right}.template-front-page .widget-area .widget:nth-child(even),.template-front-page.two-sidebars .widget-area .front-widgets+.front-widgets{float:right;width:39.0625%;margin:0 0 24px;margin:0 0 1.714285714rem}.template-front-page.two-sidebars .widget,.template-front-page.two-sidebars .widget:nth-child(even){float:none;width:auto}.commentlist .children{margin-left:48px;margin-left:5.129rem}.bigtit{color:#fff;font-size:28px;font-family:Century Gothic;padding-left:12px;line-height:40px}.conrightf{float:right}.sliderlogoipad{margin-right:-6px;margin-bottom:-53px}.bgpro{display:block}.recprosubtitle{color:#345fa4;font-family:'Open Sans',sans-serif;font-size:28px;font-style:normal;font-weight:300;line-height:40px;margin:0 0 25px}.teambox{width:269px}
.videoofclient{margin-left:30px}.gright{float:right}.footermainhe{color:#dfe3ed;font-family:ProximaNova-Semibold;font-size:14px;font-weight:100;padding-bottom:10px;padding-top:14px}.footermenuwidth{width:25%}.footerbottombg{background:none repeat scroll 0 0 #f08a21;clear:both;width:100%;padding:12px 0;color:#fff;font-size:11px; display:flex; overflow:hidden}.gleft{float:left}.teambox{background:0;border:0 solid #dedede;border-radius:4px 4px 4px 4px;font-family:proximanovaA-regular;font-size:15px;height:auto;line-height:normal;padding:0}.blackout{background:url("../fancybox/source/fancybox_loading.gif") no-repeat scroll 50% 48% #000;display:none;height:530px;left:0;position:absolute;right:0;top:72px;z-index:6000}#hpFeaturedVid{width:60%;display:block;position:relative;max-width:870px;margin:0 auto;top:32px}#hpFeaturedVid:after{padding-top:56.25%;display:block;content:''}#iframeWrapper{position:absolute;top:0;left:0;max-width:640px;height:0;width:100%;padding-bottom:56.25%}#iframeWrapper iframe{position:absolute;top:0;left:0;z-index:50;width:100%;height:100%}#hpFeaturedVid #iframeWrapper{bottom:0;left:0;max-width:none;position:absolute;right:0;top:0}#closeBlackout{background:url("../fancybox/source/fancybox_sprite.png") no-repeat scroll 5px 5px #000;height:36px;overflow:hidden;position:absolute;right:5px;text-indent:250%;top:0;white-space:nowrap;width:40px}.protestali{line-height:22px;margin:35px 0;width:52%}.vboxcarees{margin-left:260px}.img_alleft{margin:0 0 0 50px}.cloudtopstyle{margin:116px 0;width:auto}span.wpcf7-not-valid-tip{background:url("../images/arrowofvalid.png") no-repeat;border:0 none;border-radius:4px 4px 4px 4px;color:white;font-family:proximanovaa-regular;font-size:10pt;left:32%;margin-top:-54px;padding:20px 20px 29px;position:absolute;right:0;top:0;width:auto;z-index:100000000}div.wpcf7-mail-sent-ok{background:#f18900;border-radius:4px 4px 4px 4px;color:white;font-family:ProximaNovaA-Regular;font-size:14px;margin:0;padding:16px;border:0}div.wpcf7-validation-errors{background:#26b2fc;border-radius:4px 4px 4px 4px;color:white;font-family:ProximaNovaA-Regular;font-size:14px;margin:0;padding:16px;border:0}.subscribeimg{margin:10px 0 0 0}input.subscribe{border:1px solid #ccc;border-radius:3px 3px 3px 3px;font-family:proximanova-regular;line-height:normal;margin:10px 10px 0 0;padding:10px;width:175px}input.wpcf7-form-control{border:1px solid #ccc;font-family:proximanova-regular;width:300px;margin-top:10px;padding:10px;line-height:normal}textarea.wpcf7-form-control{border:1px solid #ccc;border-radius:3px;font-family:proximanova-regular;width:300px;margin-top:10px;padding:10px;line-height:normal;height:195px}.sub_style input[type="submit"],.sub_style input[type="submit"]:hover,.sub_style input[type="submit"]:active{background:url("../images/sendmsg.png") no-repeat scroll 0 0 transparent;display:block;height:40px;width:139px;border:0;clear:both;color:#355da4}.registrationsboxr{background:none repeat scroll 0 0 #f8f8f8;border:1px solid #d5d5d5;border-radius:12px 12px 12px 12px;height:auto;width:750px}

.footermenuwidth{text-align:left}
 
.pjc-slideshow-container{ display:block}
.slide01{
	background:url("../images/slide01.png") no-repeat right;
	width:100%;
	height:441px;
	display:block;
	margin-top:0px;
	}
	.slide02{
	background:url("../images/slide02.png") no-repeat right;
	width:100%;
	height:441px;
	display:block;
	margin-top:0px;
	}
	.slide03{
	background:url("../images/slide03.png") no-repeat right;
	width:100%;
	height:441px;
	display:block;
	margin-top:0px;
	}
	.slide04{
	background:url("../images/slide04.png") no-repeat right;
	width:100%;
	height:441px;
	display:block;
	margin-top:0px;
	}
	.slide05{
	background:url("../images/slide05.png") no-repeat right;
	width:100%;
	height:441px;
	display:block;
	margin-top:0px;
	}
	.slide06{
	background:url("../images/slide06.png") no-repeat right;
	width:100%;
	height:441px;
	display:block;
	margin-top:0px;
	}
	.slide07{
	background:url("../images/slide07.png") no-repeat right;
	width:100%;
	height:441px;
	display:block;
	margin-top:0px;
	}
	.slide08{
	background:url("../images/slide08.png") no-repeat right;
	width:100%;
	height:441px;
	display:block;
	margin-top:0px;
	}
	
	#captionflatsliderpjc1  h4{ display:none}
	.appsread{ background:#f18900; color:#fff; font-size:24px; padding:15px 25px; text-transform:upparcase; display:inline-block; margin-top:15px}
	
	.rowcent{ width:52%}
	
	.menu-toggle, .assistive-text{ display:none !important}

	.mobhead{ display:none}
	
	.learnmore {
	background:url("../images/learnmore.png") no-repeat;
	width:214px;
	height:58px;
	display:block;
}.hs-input {
	font-family: proximanova-regular;
    width: 300px;
    margin-top: 10px;
    padding: 10px;
    line-height: normal;
}
	.aboutcontenttitle01 {
		color: #3C4452;
		font-family: proximanova-bold;
		font-size: 50px;
		font-style: normal;
		line-height: 50px;
		margin: 0 0 24px;
		font-weight:normal;
	}
	.aboutsubtext01 {
		color: #3C4452;
		font-family: proximanovaA-regular;
		font-size: 32px;
		line-height: 37px;
		font-weight:normal;
	}
	.aboutsubtext03 {
		color: #3C4452;
		font-family: proximanovaA-regular;
		font-size: 21px;
		line-height: 30px;
		font-weight:normal;
	}
	.versionpage .aboutimgrightstyle  img{ margin-bottom:90px}
	.txtright{ text-align:right}
	.aboutsubtext02 {
		color: #3C4452;
		font-family: proximanovaA-regular;
		font-size: 45px;
		line-height: 40px;
		font-weight:normal; padding-bottom:20px;
	}
	.aboutleftcon-v01 {
		margin: 90px 0;
		width: 45%;
	}
	.aboutleftconv8 {
		width:50%; padding:80px 0 0 0
	}
	.paddingtop190{ padding-top:190px}
	
	.width49{ width:49%}
	.width49 textarea.wpcf7-form-control{height:112px}
	.regform01{ width:60%; margin:0 auto}
	
	.testimonial01{ width:60%; margin:30px auto 50px; text-align:center}
	.whattest01{padding:40px 0; display:table}
	.whattest01 .boxspace{ margin-left:10px}
.hs-input {
    font-family: proximanova-regular;
    line-height: normal;
    margin-bottom: 10px;
    padding: 10px;
    width: 100%;
}
.hbspt-form label span {
    font-weight: bold;
}
/*.hs-button{
   background-color: #274490;
    border: 0 solid #337fed;
    color: #fff;
    font-family: "Open Sans";
    font-size: 12px;
    font-weight: 600;
    padding: 10px;
    position: relative;
    text-align: center;
    text-decoration: none;
}*/
}



/*
Theme Name: ClubWise Software Ltd
Author: Kadir Pathan
Description: The 2013 theme for Club wise is a fully responsive theme that looks great on any device. 
Version: 1.1
*/@font-face {font-family: 'Poppins', sans-serif;}.main-navigation a{color:white}.main-navigation ul.nav-menu,.main-navigation div.nav-menu>ul{/*display:none*/}.main-navigation ul.nav-menu.toggled-on,.menu-toggle{display:inline-block}.ProximaNovaA-Bold{font-family:ProximaNovaA-Bold;font-weight:normal;font-style:normal}.ProximaNovaS-Regular{font-family:ProximaNovaS-Regular;font-weight:normal;font-style:normal}.ProximaNovaS-Semibold{font-family:ProximaNovaS-Semibold;font-weight:normal;font-style:normal}.ProximaNovaS-Bold{font-family:ProximaNovaS-Bold;font-weight:normal;font-style:normal}.ProximaNovaA-Semibold{font-family:ProximaNovaA-Semibold;font-weight:normal;font-style:normal}.ProximaNovaA-Regular{font-family:ProximaNovaA-Regular;font-weight:normal;font-style:normal}.ProximaNova-Semibold{font-family:ProximaNova-Semibold;font-weight:normal;font-style:normal}.ProximaNova-Regular{font-family:ProximaNova-Regular;font-weight:normal;font-style:normal}.ProximaNova-Bold{font-family:ProximaNova-Bold;font-weight:normal;font-style:normal}.whitetext{color:white}.graytext{color:#6d6d76}.darkbtext{color:#345fa4}.odarkbtext{color:#f69322}.graytextl{color:#cdd0d4}.frightrr{float:right}.keep{margin-top:10px}.c-icon{border-radius:50% 50% 50% 50%;display:inline-block;font-size:30px;height:80px;line-height:80px;text-align:center;width:80px;border:3px solid #80b6e5;margin-right:10px}.conright{margin-right:20px;display:block}.boxspace{margin-left:10px;margin-bottom:10px}.conmail a{color:#555}.confin a{color:#3b5998}.conmail{background:none repeat scroll 0 0 #fff;border:1px solid #dedede;border-radius:4px 4px 4px 4px;padding:5px;width:245px;box-shadow:0 2px 2px rgba(0,0,0,0.2);height:86px}.teambox a{color:#007ebd;font-family:proximanova-bold;font-size:15px;line-height:26px}.recruitmentbox{background:none repeat scroll 0 0 #fff;border:1px solid #dedede;border-radius:4px 4px 4px 4px;font-family:proximanova-regular;font-size:16px;height:auto;line-height:29px;padding:5px;width:200px}.conmailso{background:none repeat scroll 0 0 #fff;border:1px solid #dedede;border-radius:4px 4px 4px 4px;padding:16px 10px;width:226px;box-shadow:0 2px 2px rgba(0,0,0,0.2);height:65px}.conpost{background:none repeat scroll 0 0 #fff;border:1px solid #dedede;border-radius:4px 4px 4px 4px;margin:30px auto;padding:10px;width:270px;box-shadow:0 2px 2px rgba(0,0,0,0.2);height:130px}.confin{background:none repeat scroll 0 0 #fff;border:1px solid #dedede;border-radius:4px 4px 4px 4px;margin:30px auto;padding:10px;width:270px;box-shadow:0 2px 2px rgba(0,0,0,0.2);height:285px}.confinmap{background:none repeat scroll 0 0 #fff;border:1px solid #dedede;border-radius:4px 4px 4px 4px;padding:10px;box-shadow:0 2px 2px rgba(0,0,0,0.2);height:160px}.fac input[type="text"]{border-radius:0;height:25px;margin-bottom:21px;width:180px;margin-left:30px}.fac input[type="submit"]{background:none repeat scroll 0 0 white;border-radius:4px 4px 4px 4px;color:#000;font-weight:bold;margin-top:4px;width:70px;margin-left:30px}.fa input[type="text"]{border-radius:0;height:25px;margin-bottom:4px;width:180px}.fa input[type="submit"]{background:none repeat scroll 0 0 white;border-radius:4px 4px 4px 4px;color:#000;font-weight:bold;margin-top:4px;width:70px}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}caption,th,td{font-weight:normal;text-align:left}h1,h2,h3,h4,h5,h6{clear:both}html{overflow-y:scroll;font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}a:focus{/*outline:thin dotted*/}article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none}del{color:#333}ins{background:#fff9c0;text-decoration:none}hr{background-color:#ccc;border:0;height:1px;margin:24px;margin-bottom:1.714285714rem}hr.postbottom{background-color:#ccc;border:0;height:1px;margin:20px 0}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}small{font-size:smaller}img{border:0;-ms-interpolation-mode:bicubic}.clear:after,.wrapper:after,.format-status .entry-header:after{clear:both}.clear:before,.clear:after,.wrapper:before,.wrapper:after,.format-status .entry-header:before,.format-status .entry-header:after{display:table;content:""}.archive-title,.page-title,.widget-title,.entry-content th,.comment-content th{font-size:11px;font-size:.785714286rem;line-height:2.181818182;font-weight:bold;color:#636363}article.format-quote footer.entry-meta,article.format-link footer.entry-meta,article.format-status footer.entry-meta{font-size:11px;font-size:.785714286rem;line-height:2.181818182}input.fa{width:20px}button,input,textarea{border:none;}button,input{line-height:normal;}textarea{font-size:100%;overflow:auto;vertical-align:top}input[type="checkbox"],input[type="radio"],input[type="file"],input[type="hidden"],input[type="image"],input[type="color"]{border:0;border-radius:0;padding:0}.menu-toggle,input[type="button"],input[type="reset"],article.post-password-required input[type=submit],li.bypostauthor cite span{padding:10px;background:url(images/nav.png) no-repeat 0 0}.menu-toggle,button,input[type="submit"],input[type="button"],input[type="reset"]{cursor:pointer}button[disabled],input[disabled]{cursor:default}.menu-toggle:hover,button:hover,input[type="button"]:hover,input[type="reset"]:hover,article.post-password-required input[type=submit]:hover{background:url(images/nav-over.png) no-repeat 0 0}.menu-toggle:active,.menu-toggle.toggled-on,button:active,input[type="button"]:active,input[type="reset"]:active{background:url(images/nav-over.png) no-repeat 0 0}li.bypostauthor cite span{color:#fff;background-color:#21759b;background-image:none;border:1px solid #1f6f93;border-radius:2px;box-shadow:none;padding:0}.entry-content img,.comment-content img,.widget img{}img[class*="align"],img[class*="wp-image-"],img[class*="attachment-"]{height:auto}img.size-full,img.size-large,img.header-image,img.wp-post-image{max-width:100%;height:auto}embed,iframe,object,video{max-width:100%}.entry-content .twitter-tweet-rendered{max-width:100% !important}.alignleft{float:left}.alignright{float:right}.aligncenter{display:block;margin-left:auto;margin-right:auto}.wp-caption{max-width:100%;padding:4px}.wp-caption .wp-caption-text,.gallery-caption,.entry-caption{font-style:italic;font-size:12px;font-size:.857142857rem;line-height:2;color:#757575}img.wp-smiley,.rsswidget img{border:0;border-radius:0;box-shadow:none;margin-bottom:0;margin-top:0;padding:0}.entry-content dl.gallery-item{margin:0}.gallery-item a,.gallery-caption{width:90%}.gallery-item a{display:block}.gallery-caption a{display:inline}.gallery-columns-1 .gallery-item a{max-width:100%;width:auto}.gallery .gallery-icon img{height:auto;max-width:90%;padding:5%}.gallery-columns-1 .gallery-icon img{padding:3%}.site-content nav{clear:both;line-height:2;overflow:hidden}#nav-above{padding:24px 0;padding:1.714285714rem 0}#nav-above{display:none}.paged #nav-above{display:block}.nav-previous,.previous-image{float:left;width:50%}.nav-next,.next-image{float:right;text-align:right;width:50%}.author .archive-header{margin-bottom:24px;margin-bottom:1.714285714rem}.author-info{border-top:1px solid #ededed;margin:24px 0;margin:1.714285714rem 0;padding-top:24px;padding-top:1.714285714rem;overflow:hidden}.author-description p{color:#757575;font-size:13px;font-size:.928571429rem;line-height:1.846153846}.author.archive .author-info{border-top:0;margin:0 0 48px;margin:0 0 3.428571429rem}.author.archive .author-avatar{margin-top:0}html{font-size:87.5%}body{font-size:14px;font-size:1rem;font-family: 'Poppins', sans-serif;text-rendering:optimizeLegibility;color:#444}body.custom-font-enabled{}a{outline:0;color:#21759b;text-decoration:none}a:hover{text-decoration:none;color:#9ce}Assistive text */.assistive-text,.site .screen-reader-text{position:absolute !important;clip:rect(1px,1px,1px,1px)}.main-navigation .assistive-text:hover,.main-navigation .assistive-text:active,.main-navigation .assistive-text:focus{background:#fff;border:2px solid #333;border-radius:3px;clip:auto !important;color:#000;display:block;font-size:12px;padding:12px;position:absolute;top:5px;left:5px;z-index:100000}body.template-front-page .site-content,body.single-attachment .site-content,body.full-width .site-content{margin:0}.site-content{/*margin:24px 0 0;margin:1.714285714rem 0 0*/}.widget-area{/*margin:24px 0 0;margin:1.714285714rem 0 0*/}.site-header{padding-top:0;padding-bottom:0}.site-header h1,.site-header h2{text-align:center}.site-header h1 a,.site-header h2 a{color:#515151;display:inline-block;text-decoration:none}.site-header h1 a:hover,.site-header h2 a:hover{color:#21759b}.site-header h1{font-size:24px;font-size:1.714285714rem;line-height:1.285714286;margin-bottom:14px;margin-bottom:1rem}.site-header h2{font-weight:normal;font-size:13px;font-size:.928571429rem;line-height:1.846153846}.header-image{margin-top:24px;margin-top:1.714285714rem}section[role="banner"]{margin-bottom:48px;margin-bottom:3.428571429rem}.widget-area .widget{-webkit-hyphens:auto;-moz-hyphens:auto;hyphens:auto;margin-bottom:30px;word-wrap:break-word; border-radius:11px}.widget-area .widget h3{margin-bottom:15px}.widget-area .widget p,.widget-area .widget li,.widget-area .widget .textwidget{font-size:13px;font-size:.928571429rem;line-height:1.846153846}.widget-area .widget p{margin-bottom:24px;margin-bottom:1.714285714rem}.widget-area .textwidget ul{list-style:disc outside;margin:0 0 24px;margin:0 0 1.714285714rem}.widget-area .textwidget li{margin-left:36px;margin-left:2.571428571rem}.widget-area .widget a{color:#505050}.widget-area .widget a:hover{color:#f08a21}.widget-area #s{width:64.667%;padding:10px}footer[role="contentinfo"]{border-top:1px solid #ededed;clear:both;font-size:12px;font-size:.857142857rem;line-height:2;max-width:960px;max-width:68.571428571rem;margin-left:auto;margin-right:auto;padding:14px 0;padding:.714285714rem 0}footer[role="contentinfo"] a{color:#686868}footer[role="contentinfo"] a:hover{color:#9ce}.cboth{clear:both}.entry-meta{clear:both}.entry-header{margin-bottom:0}.entry-header img.wp-post-image{height:100%;margin:0;width:100%}html body.page-template-page-templatesfull-width-php .entry-header .entry-title{display:none}.entry-header .entry-title{display:block;font-size:20px;font-size:1.428571429rem;line-height:1.2;font-weight:normal}.entry-header .entry-title a{text-decoration:none}.entry-header .entry-format{margin-top:24px;margin-top:1.714285714rem;font-weight:normal}.entry-header .comments-link{color:#3e4459;font-family:ProximaNova-Regular;font-size:13px;line-height:normal;margin:1.014rem 0}.entry-header .comments-link a{color:#007ebd}.entry-header .comments-link a:hover{color:#f07d00}html body .page .comments-link{display:none}.comments-link a,.entry-meta a{color:#757575}.comments-link a:hover,.entry-meta a:hover{color:#21759b}article.sticky .featured-post{border-top:4px double #ededed;border-bottom:4px double #ededed;color:#757575;font-size:13px;font-size:.928571429rem;line-height:3.692307692;margin-bottom:24px;margin-bottom:1.714285714rem;text-align:center}/*.entry-content,.entry-summary,.mu_register{line-height:0}*/.entry-content h1,.comment-content h1,.entry-content h2,.comment-content h2,.entry-content h3,.comment-content h3,.entry-content h4,.comment-content h4,.entry-content h5,.comment-content h5,.entry-content h6,.comment-content h6{/*margin:24px 0;margin:1.714285714rem 0;line-height:1.714285714*/}.entry-content h1,.comment-content h1{font-size:21px;font-size:1.5rem;line-height:1.5}.entry-content h2,.comment-content h2,.mu_register h2{/*font-size:18px;font-size:1.285714286rem;line-height:1.6*/}.entry-content h3,.comment-content h3{/*font-size:16px;font-size:1.142857143rem;line-height:1.846153846*/}.entry-content h4,.comment-content h4{}.entry-content h5,.comment-content h5{font-size:13px;font-size:.928571429rem;line-height:1.846153846}.entry-content h6,.comment-content h6{font-size:12px;font-size:.857142857rem;line-height:1.846153846}.entry-content ol,.comment-content ol,.entry-content ul,.comment-content ul,.mu_register ul{line-height:1.71429;margin:.7rem 0}.entry-content ul ul,.comment-content ul ul,.entry-content ol ol,.comment-content ol ol,.entry-content ul ol,.comment-content ul ol,.entry-content ol ul,.comment-content ol ul{margin-bottom:0}.entry-content ul,.comment-content ul,.mu_register ul{list-style:disc outside}.entry-content ol,.comment-content ol{list-style:decimal outside}.entry-content li,.comment-content li,.mu_register li{margin:0 0 0 16px}.entry-content blockquote,.comment-content blockquote{margin-bottom:24px;margin-bottom:1.714285714rem;padding:24px;padding:1.714285714rem;font-style:italic}.entry-content blockquote p:last-child,.comment-content blockquote p:last-child{margin-bottom:0}.entry-content code,.comment-content code{font-family:Consolas,Monaco,Lucida Console,monospace;font-size:12px;font-size:.857142857rem;line-height:2}.entry-content pre,.comment-content pre{border:1px solid #ededed;color:#666;font-family:Consolas,Monaco,Lucida Console,monospace;font-size:12px;font-size:.857142857rem;line-height:1.714285714;margin:24px 0;margin:1.714285714rem 0;overflow:auto;padding:24px;padding:1.714285714rem}.entry-content pre code,.comment-content pre code{display:block}.entry-content abbr,.comment-content abbr,.entry-content dfn,.comment-content dfn,.entry-content acronym,.comment-content acronym{border-bottom:1px dotted #666;cursor:help}.entry-content address,.comment-content address{display:block;line-height:1.714285714;margin:0 0 24px;margin:0 0 1.714285714rem}img.alignleft{margin:12px 24px 12px 0;margin:.857142857rem 1.714285714rem .857142857rem 0}img.alignright{margin:12px 0 12px 24px;margin:.857142857rem 0 .857142857rem 1.714285714rem}img.aligncenter{margin-top:12px;margin-top:.857142857rem;margin-bottom:12px;margin-bottom:.857142857rem}.entry-content embed,.entry-content object,.entry-content video{margin-bottom:24px;margin-bottom:1.714285714rem}.entry-content dl,.comment-content dl{margin:0 24px;margin:0 1.714285714rem}.entry-content dt,.comment-content dt{font-weight:bold;line-height:1.714285714}.entry-content dd,.comment-content dd{line-height:1.714285714;margin-bottom:24px;margin-bottom:1.714285714rem}.entry-content table,.comment-content table{border-bottom:1px solid #ededed;color:#757575;font-size:12px;font-size:.857142857rem;line-height:2;margin:0 0 24px;margin:0 0 1.714285714rem;width:100%}.entry-content table caption,.comment-content table caption{font-size:16px;font-size:1.142857143rem;margin:24px 0;margin:1.714285714rem 0}.entry-content td,.comment-content td{border-top:1px solid #ededed;padding:6px 10px 6px 0}.site-content article{word-wrap:break-word;-webkit-hyphens:none;-moz-hyphens:none;hyphens:none}.page-links{clear:both;line-height:1.714285714}footer.entry-meta{font-size:13px;font-size:.928571429rem;line-height:1.846153846;color:#757575}.single-author .entry-meta .by-author{display:none}html body.page-template-page-templatesfull-width-php .entry-meta{display:none}.mu_register h2{color:#757575;font-weight:normal}.archive-header,.page-header{margin-bottom:48px;margin-bottom:3.428571429rem;padding-bottom:22px;padding-bottom:1.571428571rem;border-bottom:1px solid #ededed}.archive-meta{color:#757575;font-size:12px;font-size:.857142857rem;line-height:2;margin-top:22px;margin-top:1.571428571rem}.article.attachment{overflow:hidden}.image-attachment div.attachment{text-align:center}.image-attachment div.attachment p{text-align:center}.image-attachment div.attachment img{display:block;height:auto;margin:0 auto;max-width:100%}.image-attachment .entry-caption{margin-top:8px;margin-top:.571428571rem}article.format-aside h1{margin-bottom:24px;margin-bottom:1.714285714rem}article.format-aside h1 a{text-decoration:none;color:#4d525a}article.format-aside h1 a:hover{color:#2e3542}article.format-aside .aside{padding:24px 24px 0;padding:1.714285714rem;background:#d2e0f9;border-left:22px solid #a8bfe8}article.format-aside p{font-size:13px;font-size:.928571429rem;line-height:1.846153846;color:#4a5466}article.format-aside blockquote:last-child,article.format-aside p:last-child{margin-bottom:0}article.format-image footer h1{font-size:13px;font-size:.928571429rem;line-height:1.846153846;font-weight:normal}article.format-image footer h2{font-size:11px;font-size:.785714286rem;line-height:2.181818182}article.format-image footer a h2{font-weight:normal}article.format-link header{padding:0 10px;padding:0 .714285714rem;float:right;font-size:11px;font-size:.785714286rem;line-height:2.181818182;font-weight:bold;font-style:italic;text-transform:uppercase;color:#848484;background-color:#ebebeb;border-radius:3px}article.format-link .entry-content{max-width:80%;float:left}article.format-link .entry-content a{font-size:22px;font-size:1.571428571rem;line-height:1.090909091;text-decoration:none}article.format-quote .entry-content p{margin:0;padding-bottom:24px;padding-bottom:1.714285714rem}article.format-quote .entry-content blockquote{display:block;padding:24px 24px 0;padding:1.714285714rem 1.714285714rem 0;font-size:15px;font-size:1.071428571rem;line-height:1.6;font-style:normal;color:#6a6a6a;background:#efefef}.format-status .entry-header{margin-bottom:24px;margin-bottom:1.714285714rem}.format-status .entry-header header{display:inline-block}.format-status .entry-header h1{font-size:15px;font-size:1.071428571rem;font-weight:normal;line-height:1.6;margin:0}.format-status .entry-header h2{font-size:12px;font-size:.857142857rem;font-weight:normal;line-height:2;margin:0}.format-status .entry-header header a{color:#757575}.format-status .entry-header header a:hover{color:#21759b}.format-status .entry-header img{float:left;margin-right:21px;margin-right:1.5rem}.comments-title{margin-bottom:48px;margin-bottom:3.428571429rem;font-size:16px;font-size:1.142857143rem;line-height:1.5;font-weight:normal}.comments-area article{margin:24px 0;margin:1.714285714rem 0}.comments-area article header{margin:0 0 .428571429rem;overflow:hidden;position:relative}.comments-area article header img{float:left;padding:0;line-height:0;border-radius:500px;margin-right:20px}.comments-area article header cite,.comments-area article header time{display:block;margin-left:5.071rem}.comments-area article header cite{color:#007ebd;font-family:ProximaNova-Semibold;font-size:18px;font-style:normal;line-height:normal;margin-top:2px}.comments-area article header time{color:#626678;font-family:proximanova-regular;font-size:13px;line-height:normal;text-decoration:none}.comment-content,.comment-awaiting-moderation{margin-left:72px}.comments-area article header a{text-decoration:none;color:#5e5e5e}.comments-area article header a:hover{color:#21759b}.comments-area article header cite a{color:#007ebd}.comments-area article header cite a:hover{text-decoration:underline}.comments-area article header h4{position:absolute;top:0;right:0;padding:6px 12px;padding:.428571429rem .857142857rem;font-size:12px;font-size:.857142857rem;font-weight:normal;color:#fff;background-color:#0088d0;background-repeat:repeat-x;background-image:-moz-linear-gradient(top,#009cee,#0088d0);background-image:-ms-linear-gradient(top,#009cee,#0088d0);background-image:-webkit-linear-gradient(top,#009cee,#0088d0);background-image:-o-linear-gradient(top,#009cee,#0088d0);background-image:linear-gradient(top,#009cee,#0088d0);border-radius:3px;border:1px solid #007cbd}.comments-area li.bypostauthor cite span{position:absolute;margin-left:5px;margin-left:.357142857rem;padding:2px 5px;padding:.142857143rem .357142857rem;font-size:10px;font-size:.714285714rem;display:none}a.comment-reply-link,a.comment-edit-link{color:#007ebd;font-family:ProximaNova-Regular;font-size:15px;line-height:normal}.reply{margin-left:72px;margin-top:10px}a.comment-reply-link:hover,a.comment-edit-link:hover{color:#21759b}.commentlist .pingback{line-height:1.714285714;margin-bottom:24px;margin-bottom:1.714285714rem}#respond{margin-top:48px;margin-top:3.428571429rem;border-top:5px solid #c1c3cb;padding:1.429rem 0}#respond h3#reply-title{color:#3e4459;font-family:ProximaNova-Semibold;font-size:20px;font-weight:100;line-height:1.5}#respond h3#reply-title #cancel-comment-reply-link{margin-left:10px;margin-left:.714285714rem;font-weight:normal;font-size:12px;font-size:.857142857rem}#respond form{margin:24px 0;margin:1.714285714rem 0}#respond form p{margin:20px 0}#respond form p.logged-in-as{margin-bottom:24px;margin-bottom:1.714285714rem}#respond form label{display:block;float:left;line-height:1.71429;width:25%}#respond form input[type="text"],#respond form textarea{-moz-box-sizing:border-box;box-sizing:border-box;font-size:12px;font-size:.857142857rem;line-height:1.714285714;padding:12px;width:75%}hr.combottom{background-color:#ccc;border:0 none;height:1px;margin:25px 0}#respond form p.form-allowed-tags{margin:0;font-size:12px;font-size:.857142857rem;line-height:2;color:#5e5e5e}.required{color:red}.entry-page-image{margin-bottom:14px;margin-bottom:1rem}.template-front-page .site-content article{border:0;margin-bottom:0}.template-front-page .widget-area{clear:both;float:none;width:auto;padding-top:24px;padding-top:1.714285714rem;border-top:1px solid #ededed}.template-front-page .widget-area .widget li{margin:8px 0 0;margin:.571428571rem 0 0;font-size:13px;font-size:.928571429rem;line-height:1.714285714;list-style-type:square;list-style-position:inside}.template-front-page .widget-area .widget li a{color:#757575}.template-front-page .widget-area .widget li a:hover{color:#21759b}.template-front-page .widget-area .widget_text img{float:left;margin:8px 24px 8px 0;margin:.571428571rem 1.714285714rem .571428571rem 0}.widget-area .widget ul ul{margin-left:12px;margin-left:.857142857rem}.widget_rss li{margin:12px 0;margin:.857142857rem 0}.widget_recent_entries .post-date,.widget_rss .rss-date{color:#aaa;font-size:11px;font-size:.785714286rem;margin-left:12px;margin-left:.857142857rem}#wp-calendar{margin:0;width:100%;font-size:13px;font-size:.928571429rem;line-height:1.846153846;color:#686868}#wp-calendar th,#wp-calendar td,#wp-calendar caption{text-align:left}#wp-calendar #next{padding-right:24px;padding-right:1.714285714rem;text-align:right}.widget_search label{display:none;font-size:13px;font-size:.928571429rem;line-height:1.846153846}.widget_twitter li{list-style-type:none}.widget_twitter .timesince{display:block;text-align:right}img#wpstats{display:block;margin:0 auto 24px;margin:0 auto 1.714285714rem}@media print{body{background:none !important;color:#000;font-size:10pt}footer a[rel=bookmark]:link:after,footer a[rel=bookmark]:visited:after{content:" [" attr(href) "] "}a{text-decoration:none}.entry-content img,.comment-content img,.author-avatar img,img.wp-post-image{border-radius:0;box-shadow:none}.site{clear:both !important;display:block !important;float:none !important;max-width:100%;position:relative !important}.shell{clear:both !important;display:block !important;float:none !important;max-width:100%;position:relative !important}.site-header{margin-bottom:72px;margin-bottom:5.142857143rem;text-align:left}.site-header h1{font-size:21pt;line-height:1;text-align:left}.site-header h2{color:#000;font-size:10pt;text-align:left}.site-header h1 a,.site-header h2 a{color:#000}.author-avatar,#colophon,#respond,.commentlist .comment-edit-link,.commentlist .reply,.entry-header .comments-link,.entry-meta .edit-link a,.page-link,.site-content nav,.widget-area,img.header-image,.main-navigation{display:none}.wrapper{border-top:0;box-shadow:none}.site-content{margin:0;width:auto}.singular .entry-header .entry-meta{position:static}.singular .site-content,.singular .entry-header,.singular .entry-content,.singular footer.entry-meta,.singular .comments-title{margin:0;width:100%}.entry-header .entry-title,.entry-title,.singular .entry-title{font-size:21pt}footer.entry-meta,footer.entry-meta a{color:#444;font-size:10pt}.author-description{float:none;width:auto}.commentlist>li.comment{background:0;position:relative;width:auto}.commentlist .avatar{height:39px;left:2.2em;top:2.2em;width:39px}.comments-area article header cite,.comments-area article header time{margin-left:50px;margin-left:3.57142857rem}}.mailpostd{background:0;display:block;margin-left:110px;margin-top:-46px;z-index:0}.fleft{float:left}.fright{float:right}.phone_style{background:url("images/phone_bg.png") repeat-x scroll 0 0 #263764;border-radius:0 0 5px 5px;color:#fff;display:block;font-weight:bold;padding:7px 0 8px 14px;width:132px;margin-right:5px}.login_style a{background:url("images/login_bg.png") repeat-x scroll 0 0 #ff8500;border-radius:0 0 5px 5px;color:#fff;display:block;font-weight:bold;padding:7px 0 8px 14px;width:60px;text-decoration:none}.login_style a:hover{background:#ff8500;text-decoration:none;box-shadow:0 0 13px firebrick inset}.vid_style a{background:url("images/vid_bg.png") repeat-x scroll 0 0 #009cff;border-radius:0 0 5px 5px;color:#fff;display:block;font-weight:bold;padding:7px 0 8px 14px;width:144px;text-decoration:none;margin-left:6px}.vid_style a:hover{background:#009cff;text-decoration:none;box-shadow:0 0 13px #2b4d95 inset}.offbgstyle{background:url("images/offbg.png") repeat scroll 0 0 transparent;border-radius:15px 15px 15px 15px;color:white;line-height:22px;margin:35px 0;padding:27px;width:54%}.ofsec{background:url("images/officecw.jpg") no-repeat scroll 0 0 #c15a24;display:block;width:100%;height:auto}.wsec{background:none repeat scroll 0 0 #fff}.gsec{background:none repeat scroll 0 0 #f0f0f0;border-bottom:1px solid #eee;border-top:1px solid #eee}.videotesb{font-size:12px;font-weight:600;line-height:13px;margin-right:10px;overflow:hidden;padding-right:10px;text-transform:uppercase;width:auto;padding-top:7px;padding-left:15px}.videotes{z-index:4000;border-right:1px solid #a8a8a8;display:inline;float:left;font-size:1em;font-weight:600;line-height:13px;margin-right:10px;overflow:hidden;padding-right:10px;text-transform:uppercase;width:auto}.videocon{background:url("images/arrowt.png") no-repeat scroll 50% 0 transparent;height:15px;margin-top:-15px;position:absolute;width:100%;z-index:15000000}.arrowSide{background:none repeat scroll 0 0 #fff;display:inline;height:15px;width:40%}.fixed{bottom:0;color:#fff;display:block;height:100%;left:0;position:absolute;right:0;text-align:center;top:0;width:100%;z-index:2000}.takethetour{float:right;margin:12px 0 0 28px;width:180px}.blackBtn span{background:url("images/tourarrow.png") no-repeat scroll 0 50% transparent;border:0 none;display:inline;float:left;height:100% !important;left:auto !important;position:relative;top:auto !important;width:12px}.largeBtn span{border-radius:66px 66px 66px 66px;display:block;height:33px;left:12px;position:absolute;top:10px;width:33px}.lrr{padding-left:20px;width:242px}.blueBtn span{background:url("images/gettouch.png") no-repeat scroll 0 0 #ff5f00;border:1px solid #ff5f00}.homebannertext a{cursor:pointer;font-size:1.167em;height:54px;line-height:54px;color:#fff;text-shadow:0 1px #9a2341}.blueBtn{background-color:#f47b20;background-image:linear-gradient(to bottom,#f9a11b 0,#f7b31d 3%,#f5841e 50%,#f47b20 100%);background:-moz-linear-gradient(top,#f9a11b 0,#f7b31d 3%,#f5841e 50%,#f47b20 100%);background:-webkit-linear-gradient(top,#f9a11b 0,#f7b31d 3%,#f5841e 50%,#f47b20 100%);background:-o-linear-gradient(top,#f9a11b 0,#f7b31d 3%,#f5841e 50%,#f47b20 100%);background:-ms-linear-gradient(top,#f9a11b 0,#f7b31d 3%,#f5841e 50%,#f47b20 100%);border:medium none;border-radius:30px 30px 30px 30px;position:relative;z-index:0;cursor:pointer;font-size:16px;font-weight:600;height:54px;line-height:54px;color:#fff;text-shadow:0 1px #f60;padding:15px 32px 15px 60px}a.blueBtn:hover{color:#fff}a.btntour{font-size:16px;color:#fff;display:block;font-weight:600;text-align:center;text-transform:uppercase}a.vidtestl{color:#fff}a.vidtestl:hover{color:#fff;text-decoration:underline}.joinclub{display:block;left:50%;margin-left:-280px;margin-top:402px;position:absolute;width:560px}.clubtext{color:#fff;font-size:1.05em;font-weight:300;line-height:22px;text-shadow:1px 1px #242424}.largeclubtext{font-size:1.117em;font-weight:600;line-height:30px;text-shadow:1px 1px #242424}.hrtop{border-top:1px solid rgba(0,0,0,0.2)}.hrbot{border-top:1px solid rgba(255,255,255,0.2)}.bottomtext{margin-top:22px}.extspa{display:block;padding-top:35px}.quotes_content p span{background:url("images/pquotes.png") no-repeat scroll 0 0 transparent;display:inline-block;height:20px;text-indent:-99999px;width:16px}.quotes_content p span.quotesOne{background-position:0 0;margin-right:7px}.quotes_content p span.quotesTwo{background-position:-17px 0;margin-left:8px}.main-navigation a{display:block}.slider_logo{background:url("images/hplogo.png") no-repeat scroll 0 0;color:#fff;display:block;width:300px;height:129px;margin-top:10px}a.findbuttondd{color:#243f8c;padding:10px}a:hover.findbuttondd{color:#ec8108}.nav-menu{margin-top:10px}.menur{margin:0 auto; width:88%}.homecon{padding:10px 0;background:#28519a;color:#fff}.findtext{height:61px;background:#f69322}.findtextr{color:#fff;font-size:24px;font-family:Century Gothic;padding:5px 0 0 12px}.imgfind{padding:12px 0 0 36px}.softfirst{padding:0 10px;width:294px;height:322px;background:#fff;color:#5c5b5b;font-size:13px;text-align:center;font-family:Arial}.ddp{background:url("images/ddplus.png") no-repeat;width:73px;height:69px;display:block;margin:0 auto}.saler{background:url("images/sale.png") no-repeat;width:73px;height:69px;display:block;margin:0 auto}.cms{background:url("images/cloud.png") no-repeat;width:92px;height:69px;display:block;margin:0 auto}.ddptext{color:#f69322;font-size:22px;font-family:Century Gothic;text-align:center;letter-spacing:-1px}.findbutton{display:inline-block;padding:0 1em;margin:10px 0 .2em;line-height:2.4em;border:0;color:#fff;text-decoration:none;background:#28519a;border-radius:3px;font-family:'Open Sans',Helvetica,Arial,sans-serif}a.findbutton:hover{background:#ec8108;color:#fff}.findt{font-weight:600;line-height:2.4em;border:0;color:#274f98;text-decoration:none;font-family:'Open Sans',sans-serif}a.findt:hover{color:#ec8108}.paddingpro{padding-left:9px;padding-bottom:7px}.tesvideo{background:url("images/tesvideo.png") no-repeat;width:92px;height:69px;display:block;margin:0 auto}.vidtops{padding-top:7px;display:inline-block}.vidr{padding:0 10px}.frommain{width:284px;height:194px;background:#fd8403;padding-left:30px}.footerlinks{color:#a1a1a1;font-family:proximanova-regular;font-size:14px;line-height:24px;text-decoration:none}.footerlinks a{color:#dfe3ed}.footerlinks a:hover{color:#bb0}.footer_lin{color:#bbb;padding-bottom:10px}.fotspa{padding-left:70px;padding-bottom:15px}.gettouch{background:#22418c;clear:both;width:100%;padding:70px 0;color:#fff; text-align:center; background-size:cover}.footerbg{background:#fff;clear:both;padding:38px 0;width:100%}.tesform{text-align:right;float:left;padding-right:15px;color:#fff;margin-bottom:3px}.btngt{margin-right:70px}.getstyle p{color:#fff;font-size:12px;padding-bottom:10px;font-weight:100;margin-top:-10px}.fote{padding-top:10px;display:inline-block}.fotec{padding-top:20px;display:inline-block}.respo{width:100%;height:100%}.retop{width:47.7%;height:100%}.proc{float:left;width:645px}.procmap{float:left;width:785px}.pro{background:none repeat scroll 0 0 #fff;border:1px solid #e2e2e2;border-radius:0;clear:both;color:#555;margin:0 auto;width:99.89%;display:inline-block;margin-bottom:15px}.protestalin{line-height:22px;margin:35px 35px 35px 60px;width:100%}.nprotestalin{line-height:22px;margin:35px 60px 35px 60px;width:840px}.recprosubtext{color:gray;font-family:'Open Sans',sans-serif;font-size:14px;line-height:20px}.prosubtitle{color:#e48f15;font-family:'Open Sans',sans-serif;font-size:36px;font-style:normal;font-weight:300;line-height:40px;margin:0 0 25px}.prosubtext{font-family:'Open Sans',sans-serif;font-size:16px;line-height:20px}.r{bottom:0;position:absolute;right:0}.linesty{border-top:1px solid #e7e7e7;width:100%;display:inline-block}.dlinesty{border-top:1px dashed #e7e7e7;width:100%;display:inline-block}.blueco{background:none repeat scroll 0 0 #243f8c;clear:both;color:white;margin:0 auto;width:960px;display:inline-block;margin-bottom:15px}.bluetit{margin:35px;color:#5a5a5a;font-size:20px;line-height:24px;text-align:center}.bluetit span{font-size:55px;color:#e48f15;font-weight:100;padding-bottom:25px;line-height:60px;font-family:'Open Sans',sans-serif}.lprosubtitle{color:#345fa4;font-family:'Open Sans',sans-serif;font-size:36px;font-style:normal;font-weight:300;line-height:40px;margin:0 0 25px}.hlprosubtitle{color:#f69322;font-family:'Open Sans',sans-serif;line-height:30px;letter-spacing:-0.05em;font-size:24px;font-weight:600;margin-bottom:28px}.img_alright{margin:20px 50px 0 0}.cosp{padding-bottom:20px}.imgrightstyle{margin:20px 0 0 0}.radiousstyle{border-radius:100%;-o-border-radius:100%;-moz-border-radius:100%;-webkit-border-radius:100%}.video-container{position:relative;padding-bottom:56.25%;padding-top:30px;height:0;overflow:hidden}.video-container iframe,.video-container object,.video-container embed{position:absolute;top:0;left:0;width:100%;height:100%}.vidres{width:100%}.videorespo{background:none repeat scroll 0 0 transparent;height:100%;overflow:hidden;position:relative}div.wpcf7-mail-sent-ok{background:#f18900;border-radius:4px 4px 4px 4px;color:white;font-family:ProximaNovaA-Regular;font-size:14px;margin:0;padding:10px;border:0;line-height:normal}div.wpcf7-validation-errors{background:#26b2fc;border-radius:4px 4px 4px 4px;color:white;font-family:ProximaNovaA-Regular;font-size:14px;margin:0;padding:10px;border:0;line-height:normal}span.wpcf7-not-valid-tip{background:url("images/arrowofvalid.png") no-repeat;border:0 none;border-radius:4px 4px 4px 4px;color:white;font-size:10pt;left:32%;margin-top:-54px;padding:11px 10px 25px;position:absolute;right:0;top:0;width:auto;z-index:100000;line-height:normal}.restricted{line-height:normal;text-align:center}html body.blog,.single-author,.single-author .entry-meta{display:block}html body.blog footer.entry-meta{display:block}html body.blog .entry-header .entry-title{display:block}html body.blog{background-color:#fff}html body.single{background-color:#fff}html body.archive{background:#fff}html body.blog .comments-link{display:block}html body.blog p{color:#3e4459;font-size:15px;line-height:24px}html body.archive p{color:#3e4459;font-size:15px;line-height:normal}.search .wrapper{margin:0 auto;width:1140px;line-height:normal}.search-results .wrapper{margin:0 auto;width:1140px;line-height:normal}.archive .wrapper{margin:0 auto;width:1140px;}.widget-area .widget p,.widget-area .widget li,.widget-area .widget .textwidget{font-size:13px;line-height:2;text-transform:none}.archive-title,.page-title,.widget-title,.entry-content th,.comment-content th{color:#000;font-size:24px;font-weight:500;line-height:2.18182}.widget-area .widget{-moz-hyphens:auto;background:#fff;border:1px solid #fff;margin-bottom:30px;padding:12px 20px;word-wrap:break-word; box-shadow:0 0 2px #ccc; display:inline-block; width:100%;}.widget-area .widget a{color:#505050;text-decoration:none}.entry-header .entry-title a{color:#3c4452;font-size:26px;text-decoration:none}.entry-header .entry-title a:hover{color:#007ebd}.newsletterhidem{display:none}html body.single-post .entry-meta{display:block}html body.single-post .entry-header .entry-title{display:block;color:#3c4452;font-size:26px;text-decoration:none}html body.single-post,.entry-content p,.entry-summary p,.comment-content p,.mu_register p{font-size:16px;line-height:25px;text-transform:none}.countreplystyle{-moz-box-shadow:inset 0 1px 0 0 #97c4fe;-webkit-box-shadow:inset 0 1px 0 0 #97c4fe;box-shadow:inset 0 1px 0 0 #97c4fe;background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#5e97d6),color-stop(1,#274591));background:-moz-linear-gradient(top,#5e97d6 5%,#274591 100%);background:-webkit-linear-gradient(top,#5e97d6 5%,#274591 100%);background:-o-linear-gradient(top,#5e97d6 5%,#274591 100%);background:-ms-linear-gradient(top,#5e97d6 5%,#274591 100%);background:linear-gradient(to bottom,#5e97d6 5%,#274591 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5E97D6',endColorstr='#274591',GradientType=0);background-color:#274591;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;border:0 solid #337fed;text-shadow:0 1px 0 #1570cd;color:#fff;text-decoration:none;padding:2px 10px}.countreplystyle:hover{-moz-box-shadow:inset 0 1px 0 0 #97c4fe;-webkit-box-shadow:inset 0 1px 0 0 #97c4fe;box-shadow:inset 0 1px 0 0 #97c4fe;background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#427bb9),color-stop(1,#0f2b79));background:-moz-linear-gradient(top,#427bb9 5%,#0f2b79 100%);background:-webkit-linear-gradient(top,#427bb9 5%,#0f2b79 100%);background:-o-linear-gradient(top,#427bb9 5%,#0f2b79 100%);background:-ms-linear-gradient(top,#427bb9 5%,#0f2b79 100%);background:linear-gradient(to bottom,#427bb9 5%,#0f2b79 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#427BB9',endColorstr='#0F2B79',GradientType=0);background-color:#0f2b79;border:0 solid #337fed}.readmoreforpost a{background-color:#fff;border:2px solid #274490; font-size:12px;font-weight:600;letter-spacing:0;margin-top:15px;padding:9px 20px;position:relative;text-align:center;text-decoration:none;text-transform:uppercase;width:120px; border-radius:30px; display:block}.readmoreforpost a{color:#274490}.readmoreforpost a:hover{background-color:#274490;color:#fff}#searchsubmit{background-color:#274490;border:0 solid #337fed;color:#fff;font-size:12px;font-weight:600;letter-spacing:0;margin-top:10px;padding:10px;position:relative;text-align:center;text-decoration:none;text-transform:uppercase;width:102px; border-radius:30px}#searchsubmit a{color:#fff}#searchsubmit:hover{background-color:#0f2b79;border:0 solid #337fed}.main_dark_overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:black;z-index:1001;-moz-opacity:.6;opacity:.60;filter:alpha(opacity=60)}.lightbox_content{background:none repeat scroll 0 0 #243f8c;-moz-border-radius:1000px;-webkit-border-radius:1000px;border-radius:1000px;color:#fff;display:none;font-family:proximanovas-semibold;font-size:10px;height:400px;left:10%;letter-spacing:normal;margin:0 20%;overflow:hidden;padding:130px 150px 150px;position:fixed;right:auto;top:2%;width:350px;z-index:9999}.lightbox_content p{color:#fff;font-size:15px;line-height:normal}.poplit{color:#fff;font-family:Verdana,Arial;font-size:12pt;font-weight:bold;margin:5px}.popclose{background:url("images/closebtn.png") no-repeat scroll 0 0 transparent;margin-top:-80px;padding:48px;z-index:10000}.popclose:hover{background:url("images/closebtnhover.png") no-repeat scroll 0 0 transparent}div.c2{text-align:center}div.c1{margin-top:0;text-align:center}.type-news .comments-link{display:none}.type-news{padding:30px 0}.brextraspace{margin-bottom:15px;display:block}#slidingDiv,#slidingDiv_2,#slidingDiv_3,#slidingDiv_4,#slidingDiv_5{display:none;margin-bottom:15px}.readmoreforsector{background-color:#274490;color:#fff;font-size:12px;font-weight:600;letter-spacing:0;margin-top:0;padding:9px 20px;position:absolute;text-align:center;text-decoration:none;text-transform:uppercase;width:auto}.readmoreforsector a{color:#fff}.readmoreforsector:hover{background-color:#0f2b79;border:0 solid #337fed}html .registrations textarea{height:60px}.registrationsubmit input[type="submit"],.registrationsubmit input[type="submit"]:hover,.registrationsubmit input[type="submit"]:active{-moz-box-shadow:inset 0 1px 0 0 #97c4fe;-webkit-box-shadow:inset 0 1px 0 0 #97c4fe;box-shadow:inset 0 1px 0 0 #97c4fe;background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#5e97d6),color-stop(1,#274591));background:-moz-linear-gradient(top,#5e97d6 5%,#274591 100%);background:-webkit-linear-gradient(top,#5e97d6 5%,#274591 100%);background:-o-linear-gradient(top,#5e97d6 5%,#274591 100%);background:-ms-linear-gradient(top,#5e97d6 5%,#274591 100%);background:linear-gradient(to bottom,#5e97d6 5%,#274591 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5E97D6',endColorstr='#274591',GradientType=0);background-color:#274591;border:0 solid #337fed;border-radius:6px 6px 6px 6px;box-shadow:0 1px 0 0 #97c4fe inset;color:#fff;font-size:12px;font-weight:600;letter-spacing:0;margin-bottom:10px;margin-top:10px;padding:12px 20px;position:relative;text-align:center;text-decoration:none;text-shadow:0 1px 0 #000;text-transform:uppercase;width:120px}.orangebgforfuture{-moz-box-shadow:inset 0 1px 0 0 #97c4fe;-webkit-box-shadow:inset 0 1px 0 0 #97c4fe;box-shadow:inset 0 1px 0 0 #97c4fe;background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#5e97d6),color-stop(1,#274591));background:-moz-linear-gradient(top,#5e97d6 5%,#274591 100%);background:-webkit-linear-gradient(top,#5e97d6 5%,#274591 100%);background:-o-linear-gradient(top,#5e97d6 5%,#274591 100%);background:-ms-linear-gradient(top,#5e97d6 5%,#274591 100%);background:linear-gradient(to bottom,#5e97d6 5%,#274591 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5E97D6',endColorstr='#274591',GradientType=0);background-color:#274591;-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;border:0 solid #337fed;text-shadow:0 1px 0 #1570cd;color:#fff;font-family:ProximaNova-Regular;font-size:18px;font-weight:bold;margin:0 0 10px;padding:6px;text-align:center}.futureboxforjuly{width:160px;margin-top:00px}.learnmoreforfuture{-moz-box-shadow:inset 0 1px 0 0 #97c4fe;-webkit-box-shadow:inset 0 1px 0 0 #97c4fe;box-shadow:inset 0 1px 0 0 #97c4fe;background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#5e97d6),color-stop(1,#274591));background:-moz-linear-gradient(top,#5e97d6 5%,#274591 100%);background:-webkit-linear-gradient(top,#5e97d6 5%,#274591 100%);background:-o-linear-gradient(top,#5e97d6 5%,#274591 100%);background:-ms-linear-gradient(top,#5e97d6 5%,#274591 100%);background:linear-gradient(to bottom,#5e97d6 5%,#274591 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5E97D6',endColorstr='#274591',GradientType=0);background-color:#274591;border:0 solid #337fed;border-radius:6px 6px 6px 6px;box-shadow:0 1px 0 0 #97c4fe inset;color:#fff;font-size:12px;font-weight:600;letter-spacing:0;margin-top:7px;padding:8px 20px;position:relative;text-align:center;text-decoration:none;text-shadow:0 1px 0 #000;text-transform:uppercase}.learnmoreforfuture a{color:#fff}.learnmoreforfuture:hover{-moz-box-shadow:inset 0 1px 0 0 #97c4fe;-webkit-box-shadow:inset 0 1px 0 0 #97c4fe;box-shadow:inset 0 1px 0 0 #97c4fe;background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#427bb9),color-stop(1,#0f2b79));background:-moz-linear-gradient(top,#427bb9 5%,#0f2b79 100%);background:-webkit-linear-gradient(top,#427bb9 5%,#0f2b79 100%);background:-o-linear-gradient(top,#427bb9 5%,#0f2b79 100%);background:-ms-linear-gradient(top,#427bb9 5%,#0f2b79 100%);background:linear-gradient(to bottom,#427bb9 5%,#0f2b79 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#427BB9',endColorstr='#0F2B79',GradientType=0);background-color:#0f2b79;border:0 solid #337fed}.extraspaceforfuture{display:inline-block;width:100%;padding-bottom:0}.lightbluecolor{border-bottom:1px solid #ddd;border-right:1px solid #ddd}.custom-month.club:hover{color:#fff}.calboxbg{background:none repeat scroll 0 0 #fff;border-radius:10px 10px 10px 10px;padding:10px}.calpagew{width:250px}.calspacee{margin:10px}.extratop{display:inline-block;margin-top:20px}.clecolor{background:url("images/orgbg.png") repeat-x scroll 0 0 #f07d00;clear:both;padding:0;width:100%}.clentit{color:#fff}.lightbluecolor a{color:#444}.print_text{line-height:normal}.custom-calendar-wrap{border-left:1px solid #ddd;overflow:hidden;padding-bottom:0;position:relative;width:284px}.custom-inner{background:#fff;box-shadow:0 1px 3px rgba(0,0,0,0.2)}.custom-inner:before,.custom-inner:after{content:'';width:99%;height:50%;position:absolute;background:#f6f6f6;bottom:-4px;left:.5%;z-index:-1;box-shadow:0 1px 3px rgba(0,0,0,0.2)}.custom-inner:after{content:'';width:98%;bottom:-7px;left:1%;z-index:-2}.custom-header{background:#fff;height:auto;position:relative;border-top:1px solid #ddd;border-bottom:1px solid #ddd}.custom-header:hover{}.custom-header:hover a{}.custom-header a{color:#495468}.custom-header .club,.custom-header .clubh3{text-align:center;text-transform:uppercase}.custom-header .club{color:#495468;font-size:18px;font-weight:300;margin-top:5px;text-align:center}.custom-header .clubh3{color:#acb0b7;font-size:14px;font-weight:normal}.custom-header nav span{position:absolute;top:17px;width:30px;height:30px;color:transparent;cursor:pointer;margin:0 1px;font-size:20px;line-height:30px;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.custom-header nav span:first-child{left:5px}.custom-header nav span:last-child{right:5px}.custom-header nav span:before{font-family:'fontawesome-selected';color:#f18900;position:absolute;text-align:center;width:100%}.custom-header nav span.custom-prev:before{content:'\25c2'}.custom-header nav span.custom-next:before{content:'\25b8'}.custom-header nav span:hover:before{color:#495468}.custom-content-reveal{background:#f6f6f6;background:rgba(246,246,246,0.9);width:100%;height:100%;position:absolute;z-index:100;top:100%;left:0;text-align:center;-webkit-transition:all .6s ease-in-out;-moz-transition:all .6s ease-in-out;-o-transition:all .6s ease-in-out;-ms-transition:all .6s ease-in-out;transition:all .6s ease-in-out}.custom-content-reveal span.custom-content-close{position:absolute;top:15px;right:10px;width:20px;height:20px;text-align:center;background:#f18900;box-shadow:0 1px 1px rgba(0,0,0,0.1);cursor:pointer;line-height:13px;padding:0}.custom-content-reveal span.custom-content-close:after{content:'x';font-size:18px;color:#fff}.custom-content-reveal a,.custom-content-reveal span{font-size:22px;padding:10px 30px;display:block}.custom-content-reveal h4{text-transform:uppercase;font-size:13px;font-weight:300;letter-spacing:3px;color:#777;padding:20px;background:#fff;border-bottom:1px solid #ddd;border-top:5px solid #f18900;box-shadow:0 1px rgba(255,255,255,0.9);margin-bottom:30px}.custom-content-reveal span{color:#888}.custom-content-reveal a{color:#f18900}.custom-content-reveal a:hover{color:#333}.fc-calendar-container{padding:10px;height:185px}.imgcle{padding-right:10px;padding-bottom:4px}.textcle{display:block;margin-top:5px;width:214px}.calendar_space_e{display:block;padding:0}.lightbluecolor{border-bottom:1px solid #ddd;border-right:1px solid #ddd;box-shadow:0 0 10px #bfbfbf}.orangecicl{background-color:#f18900;border-radius:248px 248px 248px 248px;color:#fff;font-family:proximanovaa-regular;font-size:12px;height:auto;padding:13px 0;text-align:center;width:40px}.otextforc{font-size:18px;font-weight:normal;padding-left:10px;padding-top:0px}.otbox{display:inline-block;padding-bottom:5px}.org4ver{background:none repeat scroll 0 0 #f18900;border-radius:300px 300px 300px 300px;color:#fff;font-family:proximanova-bold;font-size:24px;height:21px;padding:82px 0;text-align:center;width:184px;margin:0 auto}.months{-moz-box-shadow:inset 0 1px 0 0 #97c4fe;-webkit-box-shadow:inset 0 1px 0 0 #97c4fe;box-shadow:inset 0 1px 0 0 #97c4fe;background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#5e97d6),color-stop(1,#274591));background:-moz-linear-gradient(top,#5e97d6 5%,#274591 100%);background:-webkit-linear-gradient(top,#5e97d6 5%,#274591 100%);background:-o-linear-gradient(top,#5e97d6 5%,#274591 100%);background:-ms-linear-gradient(top,#5e97d6 5%,#274591 100%);background:linear-gradient(to bottom,#5e97d6 5%,#274591 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5E97D6',endColorstr='#274591',GradientType=0);background-color:#274591;border:0 solid #337fed;border-radius:6px 6px 6px 6px;box-shadow:0 1px 0 0 #97c4fe inset;color:#fff;font-size:12px;font-weight:600;letter-spacing:0;margin:10px 0;padding:16px 20px;position:relative;text-align:center;text-decoration:none;text-shadow:0 1px 0 #000;text-transform:uppercase;width:auto}a.monthsalinks{color:#fff}a:hover.monthsalinks{color:#fff}.recuposition{display:inline-block}.smalltips{color:#3C4452;font-family:proximanovaA-regular;font-size:15px;line-height:10px}

.inline-block{display:inline-block}
.rel{position:relative}

.logo_c img{ width:100%; max-width:168px}
a:focus{ outline:none; text-decoration:none}

/* education zone class start*/
.education_zone {
	background: none repeat scroll 0 0 #f4f4f4;
    height: 768px;
    margin: 0 auto;
    width: 1024px;
}
.education_zone_padding {
	 padding: 16px 19px;
}
a.edu_menu_text{
	color: #FFFFFF;
    font-size: 12px;
	font-family: ProximaNova-Regular;
}
.edu_menu {
    display: block;
    height: 100px;
}
.edu_logo_bg_w {
    background: none repeat scroll 0 0 #243f8c;
    color: #FFFFFF;
    font-size: 12px;
    width: 42.7%;
	height:auto;
}
.comr_logo_bg_w {
   background: #4b85c4; /* Old browsers */
background: -moz-linear-gradient(top,  #4b85c4 0%, #233f8a 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4b85c4), color-stop(100%,#233f8a)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #4b85c4 0%,#233f8a 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #4b85c4 0%,#233f8a 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #4b85c4 0%,#233f8a 100%); /* IE10+ */
background: linear-gradient(to bottom,  #4b85c4 0%,#233f8a 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b85c4', endColorstr='#233f8a',GradientType=0 ); /* IE6-9 */
    color: #FFFFFF;
    font-size: 12px;
    width: 875px;
	height:auto;
}
.sur_logo_bg_w {
   background: #243F8C; /* Old browsers */
    color: #FFFFFF;
    font-size: 12px;
    width: 625px;
	height:auto;
}
.edu_logo_bg {
    background: none repeat scroll 0 0 #243f8c;
    color: #FFFFFF;
    font-size: 12px;
    width: 10.5%;
	height:auto;
}
.edu_logo_bg_h {
    background: none repeat scroll 0 0 #F07E00;  
color: #FFFFFF;
    font-size: 12px;
    width: 10.5%;
	height:auto;  
}
.sur_logo_bg_orange {
   /* background: #f69322;  Old browsers */
	background:#99ccee;
color: #FFFFFF;
    font-size: 12px;
    width: 12%;
	height:auto;  
}
.sur_logo_bg_orange1 {
    background: #f9a316; /* Old browsers */
background: -moz-linear-gradient(top,  #f9a316 0%, #f69322 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9a316), color-stop(100%,#f69322)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f9a316 0%,#f69322 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f9a316 0%,#f69322 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f9a316 0%,#f69322 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f9a316 0%,#f69322 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9a316', endColorstr='#f69322',GradientType=0 ); /* IE6-9 */
color: #FFFFFF;
    font-size: 12px;
    width: 12%;
	height:auto;  
}
.sur_logo_bg_blue {
   background: #243f8c; /* Old browsers */
  color: #FFFFFF;
    font-size: 12px;
    width: 12%;
	height:auto;  
}
.edu_logo_bg_dr {
    background: none repeat scroll 0 0 #243f8c;
    color: #FFFFFF;
    font-size: 12px;
    width: 10.5%;
	height:auto;
}
.edu_logo_bg_h_dr {
    background: none repeat scroll 0 0 #F07E00;  
color: #FFFFFF;
    font-size: 12px;
    width: 10.5%;
	height:auto;  
}
.edu_space {
    width: 2px;
	height:auto;
	display: block;
}
.edu_logo_padding {
     padding: 19px 10%;
}
.sur_logo_padding {
     padding: 19px 40px;
}
.edu_logo {
    background: url("images/edu/edu_logo.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 62px;   
    position: relative;
    width: 161px;
}
.edu_home_box {
    height: 100px;
    width: auto;
	text-align: center;
	display: block;
	padding-top: 17px;
}
.edu_home_box:hover {
    background: none repeat scroll 0 0 #F07E00;
    display: block;
}
.sur_home_box {
    height: 100px;
    width: auto;
	text-align: center;
	display: block;
	padding-top: 17px;
}
.sur_home_box:hover {
    background: #4980c0; /* Old browsers */ display: block;
}
.edu_home {
    background: url("images/edu/edu_home.png") no-repeat scroll center center transparent;
    clear: both;
    display: block;
    height: 48px;
    margin: 0 auto; 
    position: relative;
    width: 49px;
}
.edu_training {
    background: url("images/edu/edu_traning_video.png") no-repeat scroll center center transparent;
    clear: both;
    display: block;
    height: 48px;
    margin: 0 auto; 
    position: relative;
    width: 49px;
}
.edu_downloads {
    background: url("images/edu/edu_download.png") no-repeat scroll center center transparent;
    clear: both;
    display: block;
    height: 48px;
    margin: 0 auto; 
    position: relative;
    width: 49px;
}
.edu_resources {
    background: url("images/edu/edu_resources.png") no-repeat scroll center center transparent;
    clear: both;
    display: block;
    height: 48px;
    margin: 0 auto; 
    position: relative;
    width: 49px;
}
.sur-welcome {
    background: url("images/survey/sur-wel.png") no-repeat scroll center center transparent;
    clear: both;
    display: block;
    height: 49px;
    margin: 0 auto; 
    position: relative;
    width: 49px;
}
.sur-rating {
    background: url("images/survey/sur-rating.png") no-repeat scroll center center transparent;
    clear: both;
    display: block;
    height: 49px;
    margin: 0 auto; 
    position: relative;
    width: 49px;
}
.sur-thanks {
    background: url("images/survey/sur-thanks.png") no-repeat scroll center center transparent;
    clear: both;
    display: block;
    height: 49px;
    margin: 0 auto; 
    position: relative;
    width: 49px;
}
.edu_development {
    background: url("images/edu/edu_developemnt.png") no-repeat scroll center center transparent;
    clear: both;
    display: block;
    height: 48px;
    margin: 0 auto; 
    position: relative;
    width: 49px;
}
.edu_book_training {
    background: url("images/edu/edu_book_traning.png") no-repeat scroll center center transparent;
    clear: both;
    display: block;
    height: 48px;
    margin: 0 auto; 
    position: relative;
    width: 49px;
}
.edu_news {
    background: url("images/edu/edu_news.png") no-repeat scroll center center transparent;
    clear: both;
    display: block;
    height: 48px;
    margin: 0 auto; 
    position: relative;
    width: 49px;
}
.edu_support {
    background: url("images/edu/edu_support.png") no-repeat scroll center center transparent;
    clear: both;
    display: block;
    height: 48px;
    margin: 0 auto; 
    position: relative;
    width: 49px;
}
.help_zone {
    background: url("images/help_zone.png") no-repeat scroll center center transparent;
    clear: both;
    display: block;
    height: 48px;
    margin: 0 auto; 
    position: relative;
    width: 49px;
}
.cl-manual {
    background: url("images/edu/cl-manual.png") no-repeat scroll center center transparent;
    clear: both;
    display: block;
    height: 48px;
    margin: 0 auto; 
    position: relative;
    width: 49px;
}
.edu_workout {
    background: url("images/edu/edu_workout.png") no-repeat scroll center center transparent;
    clear: both;
    display: block;
    height: 48px;
    margin: 0 auto;   
    position: relative;
    width: 49px;
}
.edu_midle_space {
    display: block;
    height: 14px;
    width: 988px;
}
.edu_orange_header {
    background: none repeat scroll 0 0 #f07e00;	
    display: block;
    height: 100px;
    width: auto;
}
.sur_orange_header_big {
  /* background: #f69322;  Old browsers */
   background:#99ccee;
    display: block;
    height: 100px;
    width: auto;
}
.sur_orange_header {
    background: #f9a316; /* Old browsers */
background: -moz-linear-gradient(top,  #f9a316 0%, #f69322 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9a316), color-stop(100%,#f69322)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f9a316 0%,#f69322 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f9a316 0%,#f69322 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f9a316 0%,#f69322 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f9a316 0%,#f69322 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9a316', endColorstr='#f69322',GradientType=0 ); /* IE6-9 */
    display: block;
    height: 12px;
    width: auto;
}
.sur_sub_body {
    /*background: url("images/survey/bg-holly-steve.png") no-repeat scroll right center white;*/
	background: url("images/survey/rating-img3.png") no-repeat scroll right center white;
    border: 1px solid #E4E8EA;
	border-top:none;
    display: block;
    height: 520px;
    width: auto;
	border-right: none;
}
.sur_sub_body_thanks {
    /*background: url("images/survey/bg-holly-steve.png") no-repeat scroll right center white;*/
	background: url("images/survey/thanks-img.png") no-repeat scroll right center white;
    border: 1px solid #E4E8EA;
	border-top:none;
    display: block;
    height: 520px;
    width: auto;
	border-right: none;
}
.edu_body {
    background: none repeat scroll 0 0 #FFFFFF;	
    border: 1px solid #E4E8EA;
	border-top:none;
    display: block;
    height: 520px;
    width: auto;
}
.edu_body_sur {
	background: url("images/survey/screenbg.png") no-repeat scroll 0 0 #243f8c;  background-size:100%;	
    border: 0px solid #E4E8EA;
	border-top:none;
    display: block;
    height: 620px;
    width: auto;
}
.edu_title {
    color: #FFFFFF;
    font-family: proximanova-regular;
    font-size: 36px;
    padding: 25px 22px;
	text-shadow: 2px 1px 0 #D87200;
}
.sur1_title {
    color: #ffffff;
    font-family: opensans-light;
    font-size: 30px;
    padding: 25px 40px; 
}
.sur_titleh1 {
    color: #454545;
    font-family: opensans-light;
    font-size: 26px; 
}
.edu_titleh1 {
    color: #3c4452;
    font-family: proximanova-regular;
    font-size: 30px;
    padding: 20px 22px;
}
.edu_titleh1_sur {
    color: #fff;
    font-family: opensans-light;
    font-size: 40px; 
}
.sur_pad {
    color: #fff;
    font-family: proximanova-regular; 
    padding: 20px 42px;
}
.sur_pad01 {
    color: #243f8c;
    font-family: proximanova-regular; border:solid 1px #243f8c;
    padding: 20px 25px; background:url(images/survey/bgwhite.png) repeat 0 0; overflow:hidden; margin:180px 20px; width:400px; float:right;
}
.sur_pad01 p{color:#243f8c; font-size:20px; font-family:opensans-light; line-height:26px; padding-bottom:10px }
.sur_text_norm {
	color: #454545;
    font-family: opensans-light;
    font-size: 20px; 
    width: 540px;
}
.edu_text_norm {
	color: #3C4452;
    font-family: proximanova-regular;
    font-size: 24px;
    padding: 10px 22px;
    width: 540px;
}
.edu_text_norm_sur {
color: #ff;
    font-family: opensans-light;
    font-size: 20px;
    width: 540px; line-height:16px; 
}
.edu_box_video {
	color: #3C4452;
    font-family: proximanova-regular;
    font-size: 24px;
    padding: 10px 22px;
    width: auto;
}
.steve_img_edu {
    margin-right: 25px;
   margin-top: -45px; /*margin-top:45px;*/
}
.edu_home_box a:active {
    background: #F07E00;
}
.eduatext {
    display: block;
    margin-top: 6px;
}
.edu_box_tra {
    background: none repeat scroll 0 0 #243F8C;
    color: #FFFFFF;
    height: 100px;
    margin-bottom: 4px;
    width: 460px;
}
.edu_box_tra_g {
    background: none repeat scroll 0 0 #686C6F;
    color: #FFFFFF;
    height: 100px;
    margin-bottom: 4px;
    width: 460px;
}
.edu_box_tex_ali {
    color: #FFFFFF;
    display: block;
    font-family: ProximaNova-Regular;
    font-size: 24px;
    font-weight: bold;
    padding: 35px 0 0 22px;
}
.edu_box_tex_ali_many {
    color: #FFFFFF;
    display: block;
    font-family: ProximaNova-Regular;
    font-size: 24px;
    font-weight: bold;
    padding: 22px 0 0 22px;
}
.tra_vid_ico {
    background: url("images/edu/edu_traning_video.png") no-repeat scroll center center transparent;    
    display: block;
    height: 48px;    
    position: relative;
    width: 49px;
	padding: 25px;
}
.edu_adobe {
    background: url("images/res/pdf_r.png") no-repeat scroll center center transparent;    
    display: block;
    height: 66px;    
    position: relative;
    width: 66px;
	padding: 18px 20px 18px 0;
}
.edu_excel {
    background: url("images/res/excel_e.png") no-repeat scroll center center transparent;    
    display: block;
    height: 64px;    
    position: relative;
    width: 64px;
	padding: 18px 20px 18px 0;
}
.edu_development_sh  {
	z-index: 20;
position: static;
display: block;
color: #3C4452;
font-family: proximanova-regular;
font-size: 24px;
overflow:auto;
padding: 10px 22px;
clear: both;
webkit-overflow-scrolling:auto;
}
.edu_development_sh_w  {
   overflow: visible;
    width: 1140px;
    z-index: 922222500;clear: both;
}
.edu_development_sh_w .custom-calendar-wrap {
    border-bottom: 1px solid #DDDDDD;
}
.edu_development_sh_w .fc-calendar-container {
    height: 300px;
    padding: 10px;
}
/* education zone news page class start*/
.edu_manu_tabspace {
margin-left: 22px;
}
.edu_manu_boxw {
    margin: 0;
    overflow-x: scroll;
    overflow-y: hidden;
}
.edu_manu_boxx { 
    overflow: auto;
	width:2440px;
}
.edu_news_boxw {
    margin: 0 22px;
    overflow-x: scroll;
    overflow-y: hidden;
}
.edu_news_boxx { 
    overflow: auto;
	width:2910px;
}
.edunewsbox { 
    border: 1px solid #DDDDDD;
    padding: 20px;
    position: relative;
    width: 240px; 
    height: 380px; 	
    overflow-x: hidden;
    overflow-y: auto;
	background-color:#fff;;;;;
}
.edu_news_sh {
    color: #3C4452;
    font-family: proximanova-regular;
    font-size: 14px;
}
.imgnewss {
    padding: 16px;
	text-align:center;
	height: 136px;
}
.titn {
    color: #3C4452;
    font-family: proximanova-bold;
    font-size: 18px;
}
.edu_norm {    
    color: #3C4452;
    font-family: proximanova-regular;
    font-size: 14px;
	line-height: 18px;
}
.edu_news_exs {    
   width:10px;
   display:block;
   height:auto;
}
.dnone {
	 color: #FFFFFF;
    float: left;
    height: 0;
    position: relative;
    top: -1000px;
    width: 1px;
left: -5000px;
}
.assistive-text {
	  display: none;
}
/* education zone news page class end*/
/* education zone class end*/
/*desktop workout page start*/
.workoutmain_box {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E4E4E4;
    border-radius: 4px 4px 4px 4px;
    height: 120px;
    width: 520px;
margin: 10px 0;
}
.workout_img_space {
    margin-right: 20px;
}
.workout_text_box {
    bottom: 0;
    display: block;
    padding-top: 46px;
    position: relative;
    width: 360px;
}
/*desktop workout page end*/
.recuposition {
    display: inline-block;
}
.smalltips {
	color: #3C4452;
	font-family: proximanovaA-regular;
	font-size: 15px;
	line-height: 10px;
}
.invenue {
    display: none;
    visibility: hidden;
}
.entry-content, .entry-summary, .mu_register{ line-height:normal}

.book_now_btn_jq {
	background:url("images/book_now_btn.png") no-repeat;
	width:150px;
	height:34px;
	display:block;
}
.edu_tra_boxw {
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
}
.edu_tra_boxx {
overflow: auto;
height: 410px;
}

.fotec01{padding-top:10px;display:inline-block}
.edu_box_tex_ali.fleft > a {
    color: #FFFFFF;
}
html .edu_manu_boxw .lightbox_content {
  background:none repeat scroll 0 0 #243f8c;
  -moz-border-radius:0px;
  -webkit-border-radius:0px;
  border-radius:0px;
  color:#fff;
  display:none;
  font-family:proximanovas-semibold;
  font-size:10px;
  height:700px;
  left:10%;
  letter-spacing:normal;
  margin:0 20%;
  overflow:hidden;
  padding:30px;
  position:fixed;
  right:auto;
  top:2%;
  width:1000px;
  z-index:9999;
}
.newmid_k{display:inline-block}
.edu_workout_boxw {
margin: 0;
overflow-x: scroll;
overflow-y: hidden;
}
.edu_workout_boxx {
overflow: auto;
width: 1468px;
}

/*input.clubnm {
    background: none repeat scroll 0 0 #12213e;
    border-radius: 0;
    color: white;
    font-size: 20px;
    font-style: italic;
    height: 40px; 
    padding: 0 20px;
    width: 360px;
	font-family: opensans-light;
}*/
input.clubnm {
    background: none repeat scroll 0 0 #fff;
    border-radius: 0;
    color: #243f8c;
    font-size: 20px;
    font-style: italic;
    height: 40px; 
    padding: 0 20px;
    width: 360px;
	font-family: opensans-light; border:solid 1px #c4c4c4;
}
button.btnstart {
    border-radius: 0;
    color: #fff;
    font-size: 20px;
    height: 40px;
    width: 120px;
	font-family: opensans-light; background:#f9a316;
}
button.btnstart:hover {
border: medium none;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    font-family: opensans-light;
    height: 40px;
    text-shadow: none;
    text-transform: none;
    width: 120px;
	background: #243f8c; /* Old browsers */
}
.sur__thanks_titleh1 {
    color: #454545;
    font-family: opensans-light;
    font-size: 42px;
}
.sur_text_norm_thanks {
    color: #454545;
    font-family: opensans-light;
    font-size: 26px;
    width: 540px;
}

button.btnstart-thanks {
    border-radius: 0;
    color: #24408a;
    font-family: opensans-light;
    font-size: 20px;
    height: 40px;
    width: 180px;
}
button.btnstart-thanks:hover {
border: medium none;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    font-family: opensans-light;
    height: 40px;
    text-shadow: none;
    text-transform: none;
    width: 180px;
	background: #f9a316; /* Old browsers */
background: -moz-linear-gradient(top,  #f9a316 0%, #f69322 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9a316), color-stop(100%,#f69322)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f9a316 0%,#f69322 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f9a316 0%,#f69322 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f9a316 0%,#f69322 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f9a316 0%,#f69322 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9a316', endColorstr='#f69322',GradientType=0 ); /* IE6-9 */
}
input.btnstart-thanks {
    border-radius: 0;
    color: #fff;
    font-family: opensans-light;
    font-size: 20px;
    height: 40px;
    width: 180px;
	padding: 0; background:#f69322;
}
input.btnstart-thanks:hover {
border: medium none;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    font-family: opensans-light;
    height: 40px;
    text-shadow: none;
    text-transform: none;
    width: 180px;
	background: #f9a316; /* Old browsers */
background: -moz-linear-gradient(top,  #f9a316 0%, #f69322 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9a316), color-stop(100%,#f69322)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f9a316 0%,#f69322 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f9a316 0%,#f69322 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f9a316 0%,#f69322 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f9a316 0%,#f69322 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9a316', endColorstr='#f69322',GradientType=0 ); /* IE6-9 */
}
.sur_none{
	display:none;
}

.captcha{ margin:0px; padding:0px; border:none !important}
.captcha td{ border:none; padding:0px; margin:0px}
.captcha td input{ float: left; margin-left: 10px; width: 77%;}
.captcha td img{ background:#fff; padding:8px; border-radius: 3px; border: 1px solid #ccc; margin-top:7px }
.captcha td .wpcf7-form-control-wrap{float:left}

p.cptch_block br {display:none}
.bl-module-offer{background:#24408c; text-align:center; padding:0px}
.module-form{ margin:0 auto; width:64%; text-align:left}

.liw-head{ color:#3c4452}
.liw-head p{ font-size:18px; line-height:23px}
.liw-head h1{}
.pack-det{ text-align:left; overflow:hidden}
.readmoreforsector01{-moz-box-shadow:inset 0 1px 0 0 #97c4fe;-webkit-box-shadow:inset 0 1px 0 0 #97c4fe;box-shadow:inset 0 1px 0 0 #97c4fe;
background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#5e97d6),color-stop(1,#274591));background:-moz-linear-gradient(top,#5e97d6 5%,#274591 100%);
background:-webkit-linear-gradient(top,#5e97d6 5%,#274591 100%);background:-o-linear-gradient(top,#5e97d6 5%,#274591 100%);
background:-ms-linear-gradient(top,#5e97d6 5%,#274591 100%);background:linear-gradient(to bottom,#5e97d6 5%,#274591 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5E97D6',endColorstr='#274591',GradientType=0);background-color:#274591;
border:0 solid #337fed;border-radius:6px 6px 6px 6px;box-shadow:0 1px 0 0 #97c4fe inset;color:#fff;font-size:12px;font-weight:600;
letter-spacing:0;margin-top:0;padding:4px 20px;text-align:center;text-decoration:none;text-shadow:0 1px 0 #000;text-transform:uppercase;width:auto; margin:0px; display:inline-block}

.line40{line-height:10px}
.liw-line{ border-top:solid 1px #ccc; padding:20px 0; margin:20px 0; font-size:19px}

.wpcf7-list-item{ display:block; width:100%}
.text001 textarea.wpcf7-form-control{height:95px}

.wpcf7-radio .wpcf7-list-item{ display:inline}
.sur_text_norm.fleft b{ display:block; padding-top:25px}

.top-landing01{ width:25%}
.top-landing02{width:75%; text-align:left}
.bolster{ background:#fff; padding:15px; border-radius:15px; box-shadow: 0px 0px 15px #ccc; margin:15px}

@media (min-width: 320px) and (max-width: 768px){
.top-landing01{ width:100%; text-align:center}
.top-landing02{width:100%; text-align:center}
}
/*code start by ravi*/
.iWise_title {
    color: #ffffff;
    font-family: opensans-light;
    font-size: 36px;
    font-weight: 900;
    padding: 25px 40px;
}
input.iWisenm {
    border-radius: 0;
    color: #454545;
    font-family: opensans-light;
    font-size: 20px;
    font-style: italic;
    height: 40px;
    padding: 0 20px;
    width: 180px;
}
button.iwisebtnstart {
    background: linear-gradient(to bottom, #f9a316 0%, #f69322 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 0 none;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    font-family: opensans-light;
    font-size: 20px;
    height: 40px;
    text-transform: none;
    width: 222px;
}
button:hover.iwisebtnstart {
    background: linear-gradient(to bottom, #f9a316 0%, #f69322 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 0 none;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    font-family: opensans-light;
    font-size: 20px;
    height: 40px;
    text-transform: none;
    width: 222px;
	text-shadow: 0 0px 0 ;
}
.iwise_body {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: url("images/iwise/iwise-banner.png") no-repeat scroll left center white;
    border-color: -moz-use-text-color -moz-use-text-color #e4e8ea #e4e8ea;
    border-image: none;
    border-style: none none solid solid;
    border-width: medium medium 1px 1px;
    display: block;
    height: 522px;
    width: auto;
}
.iwise_text_nm {
    color: #454545;
    font-family: opensans-light;
    font-size: 26px; 
}
.iwisesub_text_norm.fleft > span {
    color: #f08a21;
    font-size: 70px;
    font-weight: 900;
}
.iwisesub_text_norm.fleft > span.anyiwise {
    color: #7353a2;
    font-size: 70px;
    font-weight: 900;
}
.iwisesub_text_norm {
    color: #21408c;
    font-family: proximanova-bold;
    font-size: 48px;
    padding: 10px 22px;
    width: 540px;
}
.iwise_logo_padding {
     padding: 19px 51.5px;
}
.iwise_logo_bg_w {
   background: #243f8c; /* Old browsers */
    color: #FFFFFF;
    font-size: 12px; 
	height:auto;
}
.qualityiwise {
color: #3C4452;
font-family: proximanova-regular;
font-size: 24px;
padding: 10px 22px;
width: 960px;
height: 400px;
overflow-y: auto;
}
.iwise-value {
    background: url("images/iwise/icon-val.png") no-repeat scroll center center transparent;
    clear: both;
    display: block;
    height: 49px;
    margin: 0 auto; 
    position: relative;
    width: 50px;
}
.iwise-group {
    background: url("images/iwise/icon-gro.png") no-repeat scroll center center transparent;
    clear: both;
    display: block;
    height: 49px;
    margin: 0 auto; 
    position: relative;
    width: 50px;
}
.iwise-mission {
    background: url("images/iwise/icon-miss.png") no-repeat scroll center center transparent;
    clear: both;
    display: block;
    height: 49px;
    margin: 0 auto; 
    position: relative;
    width: 50px;
}
.iwise-idea {
    background: url("images/iwise/icon-ide.png") no-repeat scroll center center transparent;
    clear: both;
    display: block;
    height: 49px;
    margin: 0 auto; 
    position: relative;
    width: 50px;
}
.iwise-id {
    background: url("images/iwise/icon-id.png") no-repeat scroll center center transparent;
    clear: both;
    display: block;
    height: 49px;
    margin: 0 auto; 
    position: relative;
    width: 50px;
}
.wwaa-num {
    font-family: proximanova-bold;
    color: #f08a21;
    font-size: 70px;
    font-weight: 900;
}
.wwaa-main {
    color: #21408c;
    font-family: proximanova-bold;
    font-size: 48px;
}
.wwaa-sub {
    color: #3c4452;
    font-family: proximanova-regular;
    font-size: 24px;
}
.wwaa-pad {
    padding: 10px 22px;
}
.slidesmanu-next {
    background: url("http://clubwise.com/touchslider/img/next.png") no-repeat scroll center center transparent;
   display: block;
    float: right;
    height: 23px;
    right: 0px;
    margin-right: 5px;
    position: absolute;
    top: 259px;
    width: 22px;
    z-index: 98129000;
}
button.iwisebtnnext {
    background: linear-gradient(to bottom, #f9a316 0%, #f69322 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 0 none;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    font-family: opensans-light;
    font-size: 20px;
    height: 40px;
    text-transform: none;
	padding: 0 40px;
}
button:hover.iwisebtnnext {
    background: linear-gradient(to bottom, #f9a316 0%, #f69322 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 0 none;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    font-family: opensans-light;
    font-size: 20px;
    height: 40px;
    text-transform: none;
    padding: 0 40px;
	text-shadow: 0 0px 0 ;
}
a.iwisebtnnextsli {
    background: linear-gradient(to bottom, #f9a316 0%, #f69322 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 0 none;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    font-family: opensans-light;
    font-size: 20px;
    height: 40px;
    text-transform: none;
    padding: 4px 40px;
	text-shadow: 0 0px 0 ; margin-top:25px; display:inline-block
}
a:hover.iwisebtnnextsli {
    background: linear-gradient(to bottom, #f9a316 0%, #f69322 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
		border: 0 none;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    font-family: opensans-light;
    font-size: 20px;
    height: 40px;
    text-transform: none;
    padding: 4px 40px;
	text-shadow: 0 0px 0 ;
}
#slides a:link, #slides a:visited a.iwisebtnnextsli {
color: #fff;
}
.steve_img_tit_iwise {
    display: block;
    margin: 0 auto;
    position: relative;
    text-align: center;
}
/*code end by ravi*/

.edu_slider_tet01{ 
    color: #3c4452;
    font-family: ProximaNovaA-Bold;
    font-size: 20px;
    overflow-y: auto;
    padding: 10px 30px;
}
.edu_slider_tet01 td h1{ font-size:57px; color:#243f8c}
.edu_slider_tet01 td h1 span{color:#f69322}
.edu_slider_tet01 td{vertical-align:middle}
.edu_slider_tet{width:94%}
.edu_sli_titleh2 {
    color:#f69322;
    font-family: proximanova-regular;
    font-size: 30px;
    padding: 20px 30px; width:94%; display:inline-block; }
.paytable{ margin:0px !important}	
.paytable td{ padding:1px 10px!important; border:solid 1px #ccc;}
.pttask{ margin:0px!important; border-bottom:none !important }
.pttask td{ padding:0px!important; border-top:none !important}

.versionpage .aboutleftcon img{ margin-bottom:90px}


@media screen and (min-device-width: 320px) and (max-device-width: 767px) { 
.companyimg{display:none}
}
.arrow-more{ background:url(images/version8-images/arrow-read.png) no-repeat 45% 27px; height:60px; font-size:20px; color:#000; display:inline-block; font-weight:bold}

.homemidlebox img{transform: translateY(10px); transition: transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;}
.homemidlebox img:hover{transform: translateY(30px)}

.sldbtn{ background:url(images/org-arrow.png) no-repeat right top #243f8c; padding:0 65px 0px 20px; height:50px; font-size:18px; color:#fff; text-transform:uppercase; display:inline-block; margin-top:25px;  line-height:50px;  }

.masthead_text abbr{ border:none !important; color:#243f8c}
.masthead_text span{ font-size:30px; font-family: ProximaNovaA-Semibold; line-height:30px}
.masthead_text span.tick{ font-size:24px; font-family: ProximaNovaA-Regular; line-height:24px; background:url(images/tick-mark.png) no-repeat 0 7px; padding-left:30px}
.btnv8 {
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  background: #22418a;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btnv8:hover {
  background: #263777;
  text-decoration: none;
}
html .masthead_text_small.mdnone {
      color: #323a45;
    text-shadow: 0 0 white;
}
.masthead_text_bit_small {
  font-size: 18px;
  line-height: 30px;
  text-shadow: 0px 0px #242424;
  color: #323a45;
  margin-top: 15px;
  margin-bottom: 10px;
  font-family: ProximaNova-Semibold;
}

.post-password-form{ padding:100px; margin:0 auto; width:45%; font-size:18px; text-align:center}
.post-password-form p{padding:5px 0}
.post-password-form p{font-size:18px}
.post-password-form input{ padding:10px !important}
.post-password-form input[type="submit"]{ background:#f07e00 !important; border:none; color: #fff; font-size: 18px;line-height: 16px;}

.testimonial{ width:100%}
.testimonial h3{font-size:28px; font-family:proximanovaA-regular}
.testimonial01 p{ font-size:20px; line-height:22px; padding:20px}
.lightbox_content01{background:none repeat scroll 0 0 #243f8c;color:#fff;display:none;font-family:proximanovas-semibold;font-size:10px;height:400px;left:10%;letter-spacing:normal;margin:0 20%;overflow:hidden;padding:50px;position:fixed;right:auto;top:2%;width:535px;z-index:9999}
.lightbox_content02{background:none repeat scroll 0 0 #243f8c;color:#fff;display:none;font-family:proximanovas-semibold;font-size:10px;height:500px;left:50%;letter-spacing:normal;overflow:hidden;padding:50px;position:fixed;top:2%;width:740px;z-index:9999; margin-left:-432px}
.popclose01{background:url("images/closebtn.png") no-repeat scroll 0 0 transparent;margin-top:-50px;padding:48px;z-index:10000}.popclose01:hover{background:url("images/closebtnhover.png") no-repeat scroll 0 0 transparent}
.v8videos {
  width: 100%;
  margin: 30px auto 50px;
  text-align: center;
}

.fulform{ width:100%; float:left;}
.fulform textarea.wpcf7-form-control{ width:97%; height:60px}
.regtext{ padding-top:40px; padding-bottom:40px; text-align:center}
.regtext p{font-size:20px}
.regtext h1{font-size:21px;padding:20px 0; color:#f07e00; font-weight:normal}
.clienttext{}
.clienttext h3{ font-size:26px}
.clienttext h3 span{ display:block; font-style:italic; font-size:16px; color:#274e97 }

.teambox001{ width:220px}
.blackout01{   background: #000 url("../fancybox/source/fancybox_loading.gif") no-repeat scroll 50% 48%;
    display: none;
    height: 530px;
    left: 50%;
    margin-left: -500px;
    position: absolute;
    right: 0;
    top: 110px;
    width: 1000px;
    z-index: 6000;
}
.submitrk {
    background:#243f8c !important;
    color: white !important;
    font-family: proximanova-bold,arial;
    text-transform: uppercase !important;
}
.buttonPress{ display:inline-block; border:solid 2px #fff; color:#fff; font-weight:600; padding:10px 20px; line-height:1; margin-top:15px;}
.qoute{ border-top:solid 1px #ccc; line-height:20px !important; padding:7px 0; font-family: 'opensans-lightitalic' !important; font-size:13px !important}
.donw_agenda{background-color: #274490;color: #fff !important; font-family: "Open Sans" !important; font-size: 11px !important;font-weight: 600; letter-spacing: 0;  margin-top: 0; padding: 9px 20px; text-align: center;  text-decoration: none;   width: auto; text-transform:uppercase}

.wtesti01{background:url("images/testimonials/testi01.png") no-repeat;width:272px;height:180px;display:block;Border-radius:8px}
.wtesti01:hover{background:url("images/testimonials/testi01-ov.png") no-repeat;width:272px;height:180px;display:block;Border-radius:8px}
.wtesti02{background:url("images/testimonials/testi02.png") no-repeat;width:272px;height:180px;display:block;Border-radius:8px}
.wtesti02:hover{background:url("images/testimonials/testi02-ov.png") no-repeat;width:272px;height:180px;display:block;Border-radius:8px}
.wtesti03{background:url("images/testimonials/testi03.png") no-repeat;width:272px;height:180px;display:block;Border-radius:8px}
.wtesti03:hover{background:url("images/testimonials/testi03-ov.png") no-repeat;width:272px;height:180px;display:block;Border-radius:8px}
.wtesti04{background:url("images/testimonials/testi04.png") no-repeat;width:272px;height:180px;display:block;Border-radius:8px}
.wtesti04:hover{background:url("images/testimonials/testi04-ov.png") no-repeat;width:272px;height:180px;display:block;Border-radius:8px}
.wtesti05{background:url("images/testimonials/testi05.png") no-repeat;width:272px;height:180px;display:block;Border-radius:8px}
.wtesti05:hover{background:url("images/testimonials/testi05-ov.png") no-repeat;width:272px;height:180px;display:block;Border-radius:8px}

.edu_body.slidesjs-slide > div{ margin-top:100px}
.edu_text_norm.fleft > p{ font-size:24px; line-height:30px}
.iwisesub_text_norm  > p{ font-size:48px; font-family:proximanova-bold; line-height:50px }
.iwisesub_text_norm.fleft{ margin-top:-40px}
.wwaa-pad{ margin-top:40px !important}

span.callustext{ font-size:16px}

.box01{ background:#f8f8f8; border:solid 1px #d5d5d5; padding:20px; margin-bottom:20px} 
.box01 h2{ font-size:20px; display:block; padding-bottom:10px; border-bottom:3px double #ccc}

.box01org{ background:#f18900; border:solid 1px #f18900; padding:20px; margin-bottom:20px; color:#fff} 
.box01org h2{ font-size:20px; display:block}
.box01org a{ color:#fff}
.button01{ background:#f8f8f8; padding:10px 0; font-weight:normal; color:#f18900; display:block}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 130px;
  background: #243f8c;
  border-radius: 100%;
  width: 450px; height:450px;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #fff;
  font-family:ProximaNova-Bold; font-size:25px;
}
.popup .close {
  position: absolute;
  top: 60px;
  right: 20px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
}
.popup .close:hover {
  color: orange;
}
.popup .content {
   color:#fff; font-family:ProximaNova-Regular; font-size:16px;
}

#mjnew div.art01{ display:none}
#mjnew div.art01:first-child{ display:none} 


.archlinks{ width:100%}
.archlinks li{ border-bottom:solid 1px #ccc; padding:10px 0; line-height:18px}

.box01 > p{ line-height:17px; padding:7px 0}
#mjnew .art02{ width:49%; float:left; margin-bottom:20px;     min-height: 670px;}
#mjnew .art02:nth-child(even){ width:49%; float:right}
.listingtitle{ width:100%; padding-right:10px; float:left;  font-size:22px; margin:0px 0px 30px 0px; padding-left:10px; color:#000; position:relative;}
 .backbtn-video{     font-size: 12px;
    background-color: #243f8c;
    padding: 10px 15px;
    display: block;
    float: right;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    font-weight: normal;
    margin-left: 15px;
    border-radius: 30px;}
.backbtn-video:hover{ background-color:#D87200; color:#fff;}
.countnotification{    width: 20px;
    text-align: center;}
	
.adright{ position:fixed; right:-9px; top:0px; background:url(images/prlink-img.png) no-repeat 0 0; width:175px; height:175px; z-index:99}+
@font-face {
	font-family: 'TablePress';
	src: url('tablepress.eot');
	src: url('tablepress.eot?#ie') format('embedded-opentype'),
		url(data:application/x-font-woff;base64,d09GRgABAAAAAAXYAAwAAAAACXwAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABHAAAABwAAAAcZInHOk9TLzIAAAE4AAAAPgAAAGB7NXPDY21hcAAAAXgAAABMAAABUvD45QVnYXNwAAABxAAAAAgAAAAIAAAAEGdseWYAAAHMAAABKQAAAgjYVHFyaGVhZAAAAvgAAAAvAAAANv2jaBNoaGVhAAADKAAAAB0AAAAkCk0F6GhtdHgAAANIAAAAIAAAACgoAADqbG9jYQAAA2gAAAAWAAAAFgJWAbxtYXhwAAADgAAAAB0AAAAgAE4AH25hbWUAAAOgAAAB3AAAA43ZugaUcG9zdAAABXwAAABZAAAAgeNVfAkAAAABAAAAAMwXcmMAAAAAy1XFoAAAAADNHI82eJxjYGbexjiBgZWBhaWHxZiBgaENQjMVM0SB+ThBQWVRMYPDh+APd9gY/gP5bAyMykCKEUmJAgMjAC56Ct8AAHicY2BgYGaAYBkGRgYQ8AHyGMF8FgYDIM0BhEwMDB9CPtz6cOf/fyAr+MN1EIt/A78evy5UFxgwsjHAuYxAPSB9KICRYdgDAL67D8kAAQAB//8AD3icXU/NTsJAEJ5ZFggxxmCbkiwHAzLTowlu4ejeyxPwCOBR7r3rE/geeubuG3i3TyGts12MtT18ndnd7w8QsvpdX/Q/IAboI9s1rpY3mMTDkcAVDuaqPD0RqRfaU05UGSxJhj2p5wDNUplqyjsZQT6EQ/2mc9GcyBIPReQOObPrkccHMZhgonMS3R1tiLCsDNFm8bgQF3W06ekgqqnN5Aa//D9nlrOgDeg09Aq4lK3RTiX16n621BBVLrIe2PQK09s2c4THyPIvF4TrAndwO5uHvhPUwOa7MNw8FsCtZfZDJBKB66BQhW58cRwHW09OVMEtI+3aOhEHX+E63crM2dh6X+WazMFLvf6F57OvAqiPGvo+87Tb+LrT4X9/7lT6bKXs9vsByDlkyAAAAHicY2BkYGAA4mO9Sxji+W2+MnCzM4DAWZl+bwT9fyuLN+tpIJeDgQkkCgAbqgoOAHicY2BkYGBj+HeXgYGdAQRYvBkYGVABFwA+hgJEAAAAeJxjZ4AAdiBmaWAwBeJSFhAbiJkaGByAGMwGADa+AxEAAAAAAAAAAAAqAFgAdgCUALIA0AEEAAB4nGNgZGBg4GKQYWBiAAEQycgAEnMA8xkABjEAbgAAAHicjZJBaxNBFMf/u0mbJoig5KC3QcRblt2tFCm9lEp701iKIHiZJLPJ0mSnzE5S8h38BB79Nn4ab94E/zN9JVB7MCEzv/3Pm/f+720ADPEbCe4/qXCCAV4Kp+jhrXAHGb4Ld/Ecv4T38Cx5I7yPQfJBuIdPyR/hAzxJa+E+Buk3Zku6fal8xwn9dIRTPMVr4Q6+4kS4S/Wn8B5eJanwPobJO+EefiRfhA/wIv0o3Mcw3YRyV9CYYAmDMRzXll9c6cnSjJ1pyZcU51gzRDMAl2a+XmrCOSwa+Lg7RhgolJxKzv2Yv8cSqwfZ7iILHGHEdcT7OfdDJreNP7dublSZ5epY7QwpMUCxOBoVozIvDh/v4mEx/JsE+MwQx+A6dhO8hA7y2EvwUjLEuLa2jSqyPFcsV/7H0MbxUFMOYwkhVSykODAb10U8OePTDbY8qel0QV3FO1PSvaUqDnh3p5LBB8WxxozqKnZ4TU1T9THfhJ3vsjTcw9M02s1ocWl0a5QzlXHKW+UXRp3Zm62r5wuvWjP1oenKunhS8YUo7/TMrLS7Vtp7V0/WMaSxvp6aNoP8FYKzU9zGOpbOTHidzqvTW9PaFZ/e0+QmtnJBatjAlqLeGHWhm9kWfwGPR6C4eJxjYGIAg/9VDFEM2AAXEDMyMDEyMTIzsjCyMrIxsjNy8CRnpJYV5efF56SmlfDCOEWZ6RklXMmJRakl8Sn55XkcEGZpAVQMpJgbwgQrZSnOLyoBACnGHqgAAAA=) format('woff'),
		url('tablepress.ttf') format('truetype'),
		url('tablepress.svg#TablePress') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Table description */
.tablepress-table-description {
	clear: both;
	display: block;
}

.tablepress {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin-bottom: 1em;
	border: none;
}
tbody.row-hover td.column-6{
	 width: 158px;
}
.tablepress th,
.tablepress td {
	padding: 8px;
	border: none;
	background: none;
	text-align: left;
}
.tablepress tbody td {
	color: #333333;
    font-family: verdana;
    font-size: 11px;
    vertical-align: top;
}

/* Vertical lines / borders */
.tablepress tbody td,
.tablepress tfoot th {
	border: 1px solid #DDDDDD;
}
.tablepress tbody tr:first-child td {
	border-top: 0;
	 vertical-align: middle;
}
.tablepress thead th {
	border-bottom: 1px solid #dddddd;
}
.gallery {
	float: left;
}
div.gallery:nth-child(2) {
        left: -31px;
    display: block;
    position: absolute;
}
div.gallery:nth-child(3) {
        left: -61px;
    display: block;
    position: absolute;
}
/* Row background colors */
.tablepress thead th,
.tablepress tfoot th {
	background-color: #243F8C !important;
	font-weight: normal !important;
	vertical-align: middle !important;
	color: #FFFFFF !important;
	background-color: #243F8C !important;
    border: 1px solid #4C67B4 !important;
	padding-left: 16px !important;
	font-family: ProximaNovaA-Regular !important;
}
.tablepress .odd td {
	background-color: #f9f9f9;
	vertical-align: middle;
	padding-left: 16px;
}
.tablepress .even td {
	background-color: #ffffff;
	vertical-align: middle;
	padding-left: 16px;
}
.tablepress .row-hover tr:hover td {
	background-color: #f3f3f3;
}

/* Reset image layout in tables */
.tablepress img {
	margin: 0;
	padding: 0;
	border: none;
	max-width: none;
}

/* Table wrapper */
.dataTables_wrapper {
	clear: both;
	*zoom: 1; /* IE 7 hack, for better float clearing */
	margin-bottom: 1em;
}
.dataTables_wrapper .tablepress {
	clear: both;
	margin: 0 !important;
}

/* Length Change menu */
.dataTables_length {
	float: left;
	white-space: nowrap;
	
	display:none;
}

/* Filter/Search */
.dataTables_filter {
	float: right;
	white-space: nowrap;
	
	display:none;
}

/* Table information */
.dataTables_info {
	clear: both;
	float: left;
	margin: 4px 0 0;
	
	display:none;
}

/* Pagination */
.dataTables_paginate {
	float: right;
	margin: 4px 0 0;
	padding: 0 15px;
	
	display:none;
}
/* Two button pagination - previous/next */
.dataTables_paginate a {
	color: #111111 !important;
	display: inline-block;
	outline: none;
	position: relative;
	text-decoration: underline;
	text-decoration: none\0/IE; /* Hack for IE8, 9, and IE10pp4, as those have trouble with text-decoration in :after pseudo-elements */
}
.dataTables_paginate .paginate_disabled_previous,
.dataTables_paginate .paginate_disabled_next {
	color: #999999 !important;
	text-decoration: none;
}
.paginate_disabled_next,
.paginate_enabled_next {
	margin-left: 10px;
}
.paginate_enabled_previous:hover,
.paginate_enabled_next:hover {
	cursor: pointer;
	text-decoration: none;
}
.paginate_disabled_previous:before,
.paginate_enabled_previous:before,
.paginate_disabled_next:after,
.paginate_enabled_next:after {
	text-align: left;
	font-family: TablePress;
	font-size: 14px;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	content: "\f053";
	color: #243F8C;
	text-shadow: 0.1em 0.1em #666666;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -14px;
	margin: auto;
	height: 14px;
	width: 14px;
	line-height: 1;
}
.paginate_disabled_next:after,
.paginate_enabled_next:after {
	text-align: right;
	content: "\f054";
	left: auto;
}
.paginate_disabled_previous:before,
.paginate_disabled_next:after {
	color: #f9f9f9;
}
.paginate_enabled_previous:hover:before,
.paginate_enabled_next:hover:after {
	color: #049cdb;
}

/* Full number pagination */
.paging_full_numbers {
	height: 22px;
	line-height: 22px;
}
.paging_full_numbers a {
	border: 1px solid #aaaaaa;
	border-radius: 5px;
	padding: 2px 5px;
	margin: 0 3px;
	color: #333333 !important;
	background-color: #dddddd;
}
.paging_full_numbers .paginate_button:hover {
	background-color: #cccccc;
}
.paging_full_numbers .paginate_active {
	background-color: #99b3ff;
}

/* Processing indicator */
.dataTables_processing {
	display: none; /* always hidden, we don't use it */
}

/* Scrolling */
.dataTables_scroll {
	clear: both;
}
.dataTables_scrollBody {
	-webkit-overflow-scrolling: touch;
}

/* Sorting */
.dataTables_wrapper .sorting,
.dataTables_wrapper .sorting_asc,
.dataTables_wrapper .sorting_desc {
	padding-right: 20px !important; /* more right padding for sort arrows */
	cursor: pointer !important;
	outline: none !important;
}
.dataTables_wrapper .sorting div,
.dataTables_wrapper .sorting_asc div,
.dataTables_wrapper .sorting_desc div {
	position: relative !important;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
}
.dataTables_wrapper .sorting div:before,
.dataTables_wrapper .sorting div:after,
.dataTables_wrapper .sorting_asc div:before,
.dataTables_wrapper .sorting_asc div:after,
.dataTables_wrapper .sorting_desc div:before,
.dataTables_wrapper .sorting_desc div:after {
	font-family: TablePress;
	font-weight: normal;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	top: 0;
	bottom: 0;
	left: auto;
	right: -14px;
	margin: auto;
	height: 14px;
	line-height: 1;
	padding: 1px 0 0;
}
.dataTables_wrapper .sorting div:after {
	content: "\f0dc";
	
	display:none;
}
.dataTables_wrapper .sorting_asc div:after {
	content: "\f0d8";
	padding: 0 0 1px;
	
	display:none;
}
.dataTables_wrapper .sorting_desc div:after {
	content: "\f0d7";
	
	display:none;
	
}
.dataTables_wrapper .sorting:hover,
.dataTables_wrapper .sorting_asc,
.dataTables_wrapper .sorting_desc {
	/* background-color: #049cdb; */
}

/* Self clearing - */
.dataTables_wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.dataTables_wrapper label input,
.dataTables_wrapper label select {
	display: inline;
	margin: 2px;
	width: auto;
}
caption {
    display: none;
}

.ftfixed{ background:#22418c; position:fixed; left:0; bottom:0; z-index:-1; width:100%; height:85px; background-size:100%}
.social{ padding:15px 0}
.hfeed{ position:relative; margin-bottom:85px;z-index:1; margin-top:0; background:#fff} 

.webinar, .orgbig, { background:#f08a21; border-radius:30px; color:#fff; font-size:14px; text-transform:uppercase; display:inline-block; padding:15px 15px; margin-bottom:50px; font-weight:700; letter-spacing:5px; line-height:20px;
-webkit-transition:all .2s ease-in-out .2s;
-moz-transition:all .2s ease-in-out .2s;
-ms-transition:all .2s ease-in-out .2s;
-o-transition:all .2s ease-in-out .2s;
transition:all .2s ease-in-out .2s}
.webinar:hover, .orgbig:hover, .header-home a:hover{ color:#fff; 
-webkit-transition:all .2s ease-in-out .2s;
-moz-transition:all .2s ease-in-out .2s;
-ms-transition:all .2s ease-in-out .2s;
-o-transition:all .2s ease-in-out .2s;
transition:all .2s ease-in-out .2s} 

.webinar{ background:#22418c; border-radius:30px; color:#fff; font-size:18px; text-transform:uppercase; display:inline-block; padding:10px 25px; margin:25px 0 0; font-weight:700; line-height:21px; border:2px solid #fff; line-height:30px;
-webkit-transition:all .2s ease-in-out .2s;
-moz-transition:all .2s ease-in-out .2s;
-ms-transition:all .2s ease-in-out .2s;
-o-transition:all .2s ease-in-out .2s;
transition:all .2s ease-in-out .2s}
.webinar:hover{ color:#1b4489; background:#fff;
-webkit-transition:all .2s ease-in-out .2s;
-moz-transition:all .2s ease-in-out .2s;
-ms-transition:all .2s ease-in-out .2s;
-o-transition:all .2s ease-in-out .2s;
transition:all .2s ease-in-out .2s} 

.orgbig{ letter-spacing:0px}

.social .col-sm-4 img{ max-width:150px; width:100%}
.social .col-sm-2 img{ margin-top:70px}
.clapps, .fsapps{ margin-top:50px}
.clapps{ text-align:right}
.clapps h3, .fsapps h3{ font-size:21px; padding:15px 0 0}
.clapps h3{ color:#fecd06}
.fsapps h3{color:#3bbfef}
.clapps p, .fsapps p{ color:#fff; font-size:15px; line-height:1.3; padding:15px 0}

.gettouch h3{ font-size:27px; font-weight:300; margin:0; line-height:1.4em}
.gettouch h3 strong{ display:block}
.iconsec{ background:#fff; padding:70px 0; text-align:center}
.iconsec h3{ font-size:25px; padding:15px 0; background: -webkit-linear-gradient(left, #eb8824, #1f438a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;}
.iconsec p{ color:#161616; font-size:15px;}

.tab-sec{ background:url(images/tab-img_new.jpg) no-repeat 0 0 #fff; background-attachment:fixed; background-size:cover; padding:70px 0 0 0; color:#fff; text-align:center}
.tab-sec h2{ font-size:40px;}
.tab-sec p{ font-size:15px; margin:30px 0 60px}
.tabcontent{ background:#fff; color:#29292b; padding:50px 0 30px}
.tabbar{background:url(images/tab-bg.png) repeat 0 0;}
.tabbar ul{ list-style:none}
.w3-navbar{ padding:0; margin:0 !important; list-style:none}
.w3-navbar li{ float:left; width:25%; margin:0; padding:0; text-align:center;}
.w3-navbar li a{ padding:20%; display:block}

.tabbar01{ background-color: rgba(0, 0, 0, 0.6);}
.tab-sec ul{ margin:0; list-style:none}
.tab{ margin:0; padding:0; overflow:hidden}
.tab > li{ float:left; width:20%; margin:0}
.tab li a{ padding:11% 11%; display:block; outline:none; color:#fff; font-size:16px}
.tab > li a.active{ background:#fff; color:#f08a21; text-decoration:none}
.tablinks > strong{ min-height:55px; font-weight:300; display:block}
.tabcontent{}
.tabcontent h3{ font-size:40px; font-weight:300; color:#838383}
.tabcontent h3 strong{ font-weight:700; color:#20438a}
.tabcontent p{ font-size:15px; padding:0; margin:0}

.bl, .cm, .ap, .ac, .gb, .re {text-align:center; width:77px; height:75px; display:block; margin:0 auto} 
/*.bl{ background:url(images/tab-icn.png) no-repeat 7px 0;}
.cm{ background:url(images/tab-icn.png) no-repeat -228px 0;}
.ap{ background:url(images/tab-icn.png) no-repeat -464px 0;}
.ac{ background:url(images/tab-icn.png) no-repeat -703px 0;}
.gb{ background:url(images/tab-icn.png) no-repeat -875px 0;}
.re{ background:url(images/tab-icn.png) no-repeat -1040px 0;}

.tab > li a.active .bl{ background:url(images/tab-icn.png) no-repeat 7px -110px;}
.tab > li a.active .cm{ background:url(images/tab-icn.png) no-repeat -228px -110px;}
.tab > li a.active .ap{ background:url(images/tab-icn.png) no-repeat -464px -110px;}
.tab > li a.active .ac{ background:url(images/tab-icn.png) no-repeat -703px -110px;}
.tab > li a.active .gb{ background:url(images/tab-icn.png) no-repeat -875px -110px;}
.tab > li a.active .re{ background:url(images/tab-icn.png) no-repeat -1040px -110px;}*/

.bl{ background:url(images/tab-img/tab-icn01.png) no-repeat 0 0; background-size:cover}
.cm{ background:url(images/tab-img/tab-icn02.png) no-repeat 0px 0; background-size:cover}
.ap{ background:url(images/tab-img/tab-icn03.png) no-repeat 0px 0; background-size:cover}
.ac{ background:url(images/tab-img/tab-icn04.png) no-repeat 0px 0; background-size:cover}
.gb{ background:url(images/tab-img/tab-icn05.png) no-repeat 0px 0; background-size:cover}
.re{ background:url(images/tab-img/tab-icn06.png) no-repeat 0px 0; background-size:cover}

.tab > li a.active .bl{ background:url(images/tab-img/tab-icn01.png) no-repeat 0 -110px; background-size:cover}
.tab > li a.active .cm{ background:url(images/tab-img/tab-icn02.png) no-repeat 0 -110px; background-size:cover}
.tab > li a.active .ap{ background:url(images/tab-img/tab-icn03.png) no-repeat 0 -110px; background-size:cover}
.tab > li a.active .ac{ background:url(images/tab-img/tab-icn04.png) no-repeat 0 -110px; background-size:cover}
.tab > li a.active .gb{ background:url(images/tab-img/tab-icn05.png) no-repeat 0 -110px; background-size:cover}
.tab > li a.active .re{ background:url(images/tab-img/tab-icn06.png) no-repeat 0 -110px; background-size:cover}

.whitesec{ background:#fff;}
.hpclient{ /*background:url(images/world.png) no-repeat center center;*/ padding:70px 0 35px; text-align:center}
.hpclient h1{ font-size:30px; color:#243f8c; font-weight:300}
.hpclient p{ font-size:12px; line-height:17px; text-align:center;}

.clsld{ padding:0 0 70px 0}
.clsld .owl-controls{ display:none}
#team .owl-pagination{ display:none}

.header-text{background:#22418c; margin-bottom:40px; min-height:190px}
.header-home{color:#29292b; font-weight:300; padding:40px 0; text-align:center; background:#fff;}
.header-home h2{ font-size:28px; line-height:35px; font-weight:300; margin-top:20px}
.header-home p{ font-size:14px; padding:25px 0; line-height:20px; text-align:left}
.header-home a{border-radius:30px; padding:15px 40px 15px 20px; color:#fff; font-size:16px; text-transform:uppercase; margin:0 auto; font-weight:700; height:48px; display:inline-block}

.type-wrap{ margin:160px 0 70px; text-align:center} 
.type-wrap > span{ font-size:45px}

.rgbrd{ border-right:solid 1px #eaeaea; padding:30px 20px; min-height:260px}
.rgbrd_no{ border-right:none; padding:30px 20px}

.cldtxt{ text-align:center; padding-bottom:0}
.cldtxt h4{ font-size:35px; color:#f08a21;}
.cldtxt p{ font-family:15px}
.iconsec .orgbig{ margin-bottom:0; margin-top:30px}

/*#testimonial .owl-page span{ width:72px; height:72px; border-radius:100%; opacity:1; border:solid 3px #fff;}
#testimonial .owl-page.active span{ /*width:100px; height:100px; border-radius:100%; border:solid 3px #20438a;}
#testimonial.owl-theme .owl-controls{ position:absolute; bottom:-85px; left:50%; margin-left:-160px}

#testimonial .owl-page:nth-child(1) span{ background:url(images/testimonials/test-thumb01.png) no-repeat 0 0; background-size:100%}
#testimonial .owl-page:nth-child(2) span{ background:url(images/testimonials/test-thumb02.png) no-repeat 0 0; background-size:100%}
#testimonial .owl-page:nth-child(3) span{ background:url(images/testimonials/test-thumb03.png) no-repeat 0 0; background-size:100%}
#testimonial .owl-page:nth-child(4) span{ background:url(images/testimonials/test-thumb04.png) no-repeat 0 0; background-size:100%}*/

.testitext{/* position:absolute; left:0; color:#fff; margin-top:10%; */ width:100%; text-align:center; color:#444444; }
.testitext p{ font-size:17px; font-style:italic; padding:20px 0}
.testitext h2 img{ height:60px}
.testitext h5{ font-size:25px; font-style:italic}
.testitext a{ color:#000}
.testitext .col-sm-12.col-md-6 img{ height:60px}

.tsright{ border-right:solid 1px #ccc}


.testitext a img {
    -webkit-transition: -webkit-transform .15s ease;
  -moz-transition: -moz-transform .15s ease;
  -o-transition: -o-transform .15s ease;
  -ms-transition: -ms-transform .15s ease;
  transition: transform .15s ease;
}
/* line 46, ../sass/demo.scss */
.testitext a:hover img { 
  -webkit-transform: scale(1.07);
  -moz-transform: scale(1.07);
  -o-transform: scale(1.07);
  -ms-transform: scale(1.07);
  transform: scale(1.07);
 
   -webkit-transition: -webkit-transform .15s ease;
  -moz-transition: -moz-transform .15s ease;
  -o-transition: -o-transform .15s ease;
  -ms-transition: -ms-transform .15s ease;
  transition: transform .15s ease;
}

.footermainhe{ color:#243f8c; font-size:18px}
.socialbar{width:100%}
.socialbar a{ float:left; width:42px; height:42px; display:block;}
.socialbar a.socicn01{ background:url(images/social-icn.png) no-repeat 4px 0;}
.socialbar a.socicn02{ background:url(images/social-icn.png) no-repeat -38px 0;}
.socialbar a.socicn03{ background:url(images/social-icn.png) no-repeat -80px 0;}
.socialbar a.socicn04{ background:url(images/social-icn.png) no-repeat -120px 0;}
.socialbar a.socicn05{ background:url(images/social-icn.png) no-repeat -160px 0;}

.conbot{ /*background:url(images/world1.png) no-repeat center top;*/ display:inline-block; padding:10px 0; margin:0; width:100%; text-align:center; background-size:15%;}
.conbot h2{color:#fff; font-size:16px; font-weight:700; margin:15px 0}
.conbot p{ color:#a1a1a1; font-size:25px; line-height:31px}
.conbot p strong{color:#fff; font-size:22px}

.tabmaintxt{ padding-top:30px; text-align:right; min-height:310px}
.aptxt{ background:url(images/arrow.png) no-repeat right top; padding:17px 70px 17px 0; margin:5px 0; text-align:right} 
.aptxt.nor{ background:none; padding:0px 0 5px 0; margin:0} 
.aptxt h3{ font-size:17px; background: -webkit-linear-gradient(left, #eb8824, #1f438a); font-weight:700;
  -webkit-background-clip: text;  -webkit-text-fill-color: transparent; line-height:25px; margin:0; padding:0}
.aptxt p{ font-size:15px; line-height:25px;}
.aptxt a{ text-align:center; margin-top:25px}

.testi-heading{background: -webkit-linear-gradient(left, #eb8824, #1f438a); position:relative}
.testi-heading h4{padding:40px 0; text-align:center; font-weight:300; font-size:27px; color:#fff; line-height:35px}
.down-aarow{ position:absolute; bottom:-35px; left:50%; margin-left:-31px; width:62px; height:62px; background:url(images/down-arrow.png) no-repeat 0 0; z-index:2}

.in-nav{ background:#27418c; color:#fff}
.in-nav ul{ list-style:none; width:100%}
.in-nav ul li { float:left;padding:0; text-transform:uppercase; text-align:center}
.in-nav ul li a{ color:#fff; letter-spacing:1px; font-size:14px}
.in-heading{ padding:40px 0; text-align:center; background:url(images/header-seperater.png) no-repeat 0 0 center bottom; border-bottom: solid 1px #dedede}
.in-heading h1{ font-size:45px; font-weight:300}
.in-heading h1 span{ font-weight:700}
.in-heading h4{ font-size:21px; font-weight:700; margin-top:10px}
.in-heading .col-sm-3 img{}
.in-heading p{ font-weight:300}

.in-heading h2{ font-size:30px}
.inheader-txt{ font-size:21px; padding-top:20px; display:inline-block}
.dd-email{font-size:21px; display:inline-block; color:#444444; font-weight:700; padding-top:20px}
.dd-email:hover{color:#22418c}
.dd-email01{font-size:17px; display:inline-block; color:#de4654; font-weight:700; border:solid 2px #de4654; padding:10px 20px; border-radius:40px;}
.dd-email01:hover{ background:#de4654; color:#fff;}

.ddg{ border-top:solid 1px #ccc; margin-top:50px; padding-top:40px; font-size:21px; text-align:center}

.in-tab li{ margin:0; padding:0; width:20%; text-align:center}
.in-tab li a{ color:#fff; letter-spacing:1px; font-size:14px; padding:10px !important}
.in-tab li strong{padding:10px !important; line-height:35px; display:block}

.in-main{ background:#fff; padding:70px 0}
.ser-tab{ width:100%}
.ser-tab li{ width:20%; margin:0;}
.ser-tab .secicn01{ background:url(images/ser-tab-icn.png) no-repeat 13px 0; width:60px; height:35px; display:inline-block}
.ser-tab .secicn02{ background:url(images/ser-tab-icn.png) no-repeat -85px 0; width:60px; height:35px; display:inline-block}
.ser-tab .secicn03{ background:url(images/ser-tab-icn.png) no-repeat -322px 0; width:60px; height:35px; display:inline-block}
.ser-tab .secicn04{ background:url(images/ser-tab-icn.png) no-repeat -412px 0; width:60px; height:35px; display:inline-block}
.ser-tab .secicn05{ background:url(images/ser-tab-icn.png) no-repeat -242px 0; width:60px; height:35px; display:inline-block}
.ser-tab .secicn06{ background:url(images/ser-tab-icn.png) no-repeat -168px 0; width:60px; height:35px; display:inline-block}

.ser-tab li.active .secicn01{ background:url(images/ser-tab-icn.png) no-repeat 13px -51px; width:60px; height:35px; display:inline-block}
.ser-tab li.active .secicn02{ background:url(images/ser-tab-icn.png) no-repeat -85px -51px; width:60px; height:35px; display:inline-block}
.ser-tab li.active .secicn03{ background:url(images/ser-tab-icn.png) no-repeat -322px -51px; width:60px; height:35px; display:inline-block}
.ser-tab li.active .secicn04{ background:url(images/ser-tab-icn.png) no-repeat -412px -51px; width:60px; height:35px; display:inline-block}
.ser-tab li.active .secicn05{ background:url(images/ser-tab-icn.png) no-repeat -242px -51px; width:60px; height:35px; display:inline-block}
.ser-tab li.active .secicn06{ background:url(images/ser-tab-icn.png) no-repeat -168px -51px; width:60px; height:35px; display:inline-block}

.nav.navbar-nav.ser-tab strong{ display:block; text-align:center; font-size:13px; line-height:17px; font-weight:300; height:30px}

.services{ text-align:center; padding:130px 0 0 0}
.services .container{ padding-bottom:35px}
.services h1{ font-size:45px; color:#838383}
.services h1 strong{color:#20438a; font-weight:700}
.services p{ font-size:14px; line-height:21px; padding:5px 0}

.top{ background:#f08a21; border-radius:30px; padding:15px 20px; color:#fff; font-size:14px; letter-spacing:5px; text-transform:uppercase; margin:0 auto; font-weight:700; width:200px; position:absolute; top:-25px; left:50%; margin-left:-100px; cursor:pointer}

.top, .pressbox a, .presstop a{ -webkit-transition:all .2s ease-in-out .2s;
-moz-transition:all .2s ease-in-out .2s;
-ms-transition:all .2s ease-in-out .2s;
-o-transition:all .2s ease-in-out .2s;
transition:all .2s ease-in-out .2s}
.top:hover, .pressbox a:hover, .presstop a:hover{ } 

.bottom{ background: -webkit-linear-gradient(left, #eb8824, #1f438a); padding:50px 0;}

.affix{ width:100%; top:0}
.affix-top{ margin:0;}
#nav ul.navbar-nav{ margin:0}
.navbar-inverse{  border:none}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus{ background:#fff; color:#20438a}
.navbar-inverse .navbar-nav > li > a{color:#fff; padding:15px 10px; line-height:35px}

.fs{ background:url(images/ser-bg.jpg) no-repeat 0 0; background-size:cover; padding:130px 0}
.mm{ background:url(images/ser-bg.jpg) no-repeat 0 0; background-size:cover; padding:130px 0}
.al{ background:url(images/ser-bg.jpg) no-repeat 0 0; background-size:cover; padding:130px 0}

.whbox{ padding:20px /* background:rgba(0, 0, 0, 0.2); padding:20px; margin:15px 0; color:#fff; border:solid 1px #5c6c96; font-weight:300; min-height:360px*/}
.whbox h2{ color:#fff; font-size:30px; margin:20px 0}
.whbox h2 strong{ display:block}
.whbox p{ color:#fff}

.box{ position:relative; margin-top:50px}
.box .color-bg{ background-color:#f08a21;}
.box .color-bg-black{ background-color:#fff !important; color:#f08a21}

.map{ background:#fff; position:relative}
.map01{ padding:0 !important}
.mapover{ position:absolute; left:0; top:25%; width:100%;}
.conbox{ background:#284a8d; color:#fff; text-align:center; border-radius:3px; box-shadow:1px 1px 20px #ccc;}
.map iframe{ display:block}
.conbox img{ margin:15px 0}
.conbox h6{ font-size:18px; font-weight:700}
.conbox p{ font-size:15px}
.conbox a{ background:#335292; padding:10px; color:#fff; text-transform:uppercase; display:block; margin-top:15px}

.con-contact{ background:#fff; background-size:cover; padding:0 0 70px;text-align:center; font-size:17px; font-weight:700;} 
.con-contact h3{ font-size:30px; margin-bottom:50px}
.con-contact .col-sm-4 img{ margin-bottom:20px} 
.contoptxt{}
.contoptxt h4{ font-size:17px; padding:0 0 40px 0; line-height:25px; text-align:center; font-weight:300;}
.conheadtxt{ font-size:14px; text-align:center; padding:15px 15px 15px 0; display:list-item; color:#fff; text-transform:uppercase; letter-spacing:2px; background:url(images/arrow-wh.png) no-repeat right 19px; width:190px; margin:0 auto}
.conbox01{ background:#fff; box-shadow:1px 1px 20px #ccc; border-radius:5px; display:inline-block; text-align:center; margin-bottom:70px} 
.conbox01 h3{ font-size:35px; color:#415798; padding:0 0 20px 0}

.con-drop select{ padding:7px; font-size:18px; border:solid 1px #415798; width:85%; box-shadow:0px 3px 11px #ccc}

.con-contact h6{ font-size:21px} 
.con-contact p{ font-size:19px; font-weight:300; line-height:25px}
.con-contact a{background:#335292; padding:5px 20px; color:#fff; text-transform:uppercase; display:inline-block; margin:15px; font-size:11px;  font-weight:500; letter-spacing:1px; border-radius:30px}
.con-contact .col-sm-5{ border:solid 1px #5f81bf; padding:20px}
.con-contact h3{ font-size:21px; text-transform:uppercase; margin:0 0 10px 0; padding:0; font-weight:bold; color:#1f3e8a}

.bluebox{ background:#fff; padding:45px 0; margin:0; text-align:center; color:#29292b}
.bluebox h5{ font-size:17px; margin:15px 0; line-height:22px; display:block}
.bluebox a{ border:solid 2px #de4654; padding:5px 15px; color:#de4654; display:inline-block; border-radius:40px;}
.hs-form-field label{ display:none}
.hs-form fieldset.form-columns-1 .hs-input{ width:100% !important}
.hs_submit{ margin-bottom:30px; margin-right:8px}
.hs-button{ background:#f08a21; padding:10px 0; text-align:center; font-size:16px; width:100%; display:block; border:none; color:#fff; text-transform:uppercase; font-weight:700 }

.pressbox{ text-align:center; margin-bottom:15px;}
.pressbox img{ border-radius:7px; box-shadow:2px 2px 10px #ccc; width:100%}
.pressbox h2{ font-size:17px; min-height:75px; margin-top:20px; line-height:21px; padding:0 15px}
.pressbox p{ font-size:15px; margin:15px 0; min-height:50px;}
.pressbox a{/* background:#243f8c; color:#fff; padding:7px 20px; font-size:12px; border-radius:40px; text-transform:uppercase; display:inline-block*/}

.presstop{ text-align:center; padding:0 0 40px 0}
.presstop h3{font-size:16px; margin-top:15px; text-transform:uppercase; font-weight:600;}
.presstop p{ font-size:12px; line-height:17px; margin:15px 0}
.presstop a{ color:#243f8c; font-size:14p; border:solid 2px #243f8c; padding:8px 15px; display:inline-block; border-radius:5px; font-style:normal; border-radius:40px; font-weight:600;}
.presstop a:hover{color:#fff; background:#243f8c}

.prlinks a{ background:none; color:#243f8c; font-size:14px; border-top:solid 1px #ccc; padding:10px 0; display:block; border-radius:0}
.prlinks a:hover{ box-shadow:none; color:#000}

.ab{ margin-bottom:40px; text-align:center}
.ab h2{ font-size:25px; font-weight:300;}
.ab-box-blue{ background:#27418c; margin-bottom:20px; text-align:center; color:#fff; padding:15px}
.ab-box-org{ background:#f08a21; margin-top:20px; text-align:center; color:#fff; padding:15px; min-height:145px}

.os03{ text-align:center; font-size:14px; line-height:25px}
.os03 h2{ font-size:27px; margin-bottom:25px; color:#f08a21}
.os01{background:#e8e8e8; padding:40px 0; text-align:center; font-size:14px; line-height:25px}
.os02{ background:#f5f5f5; padding:40px 0; font-size:14px; line-height:25px; text-align:center} 
.os02 .col-sm-4 p{ text-align:left}

.cl-you{ padding:70px 0 0; text-align:center}
.cl-you h2{ font-size:40px; color:#ed9438; font-weight:300; margin-bottom:30px} 
.cl-you h1{ font-size:35px; color:#20438a; font-weight:300; margin-top:30px}

.clbox{ background:#fff; box-shadow:1px 1px 10px #ccc; padding:20px; text-align:center; font-size:21px; font-weight:300; margin:15px 0; min-height:210px}

.mission{background:#fff; background-size:cover; padding:0 0 70px 0; background-attachment:fixed; text-align:center; font-size:21px; font-weight:300}
.mission h2{ font-size:45px; margin-bottom:30px; font-weight:300}
.mstxt img{ margin-bottom:20px}

.ab-wh{ background:#f5f5f5; padding:40px 0; text-align:center; font-size:19px; font-weight:300; line-height:35px}
.ab-wh h1{ font-size:40px; text-align:center; margin:0 0 20px; font-weight:300}
.absld{ text-align:center}

.career-img{background:url(images/career-img.png) no-repeat center top; background-size:cover; padding:70px 0; color:#fff; background-attachment:fixed; text-align:center; font-size:21px; font-weight:300; width:100%; float:left;}
.career-img a{ color:#fff}
.career{ text-align:center}
.career h5{ font-size:27px; font-weight:300}
.career h2{ font-size:45px; color:#f08a21; font-weight:300}
.career p{ font-size:15px; margin:40px 0}

.open-sec{ background:url(images/sepration.png) no-repeat center bottom; padding:20px 0;}
.open-sec h4{ font-size:17px; text-transform:uppercase; font-weight:700; letter-spacing:1px; margin:10px 0}
.opening{ border-bottom:solid 1px #e5e5e5; padding:10px 0; text-align:left} 
.opening a{ color:#444; text-align:left}
.opening p{ text-align:right}
.open-sec .opening:last-child{ border-bottom:none}

.team-sec{text-align:center; margin-bottom:30px} 
.team-sec h2{font-size:25px; background:url(images/line01.png) no-repeat 0 15px; margin:30px 0}
.team-sec h2 span{ background:#fff; padding:0 30px}
.team-sec .col-sm-2 > a{ font-size:14px; font-weight:500; color:#333333}
.team-sec .col-sm-2 > em{ font-style:normal; font-size:13px; color:#5a5a5a; font-weight:300;}
.clsbtn{ background:url(images/cls-btn.png) no-repeat 0 0; width:59px; height:59px; display:block; position:absolute; bottom:-30px; left:50%; margin-left:-30px}


/*.presstop:before {
   content: "";
    width: 50%;
    height: 2px;
    background-color: #e5e5e5;
    position: absolute;
    left: 69%;
    top: 18%;
    margin-top: -1px;
    z-index: 0;
    display: inline-block;
    text-align: center;
}
.presstop:last-child:before{display:none;}
.presstop img{  background-color: #fff; position: relative; z-index: 2;}*/

section{ width:100%; float:left; height:auto;}

.cluwise-app-hero {
    background-image: url(images/appclubwise-bg-fade.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    padding: 70px 0px;
    background-color: #fff;
}
.app-textinfo-right{text-align:left;}
.app-img-phone{text-align:center;}
.app-img-phone img{ display:block}
.appinfoWrap{ width:100%; float:left; margin-top:77px;}
.appwhite-section h2{ font-weight:700; margin:18px 0px 30px 0px; font-size:50px; color:#27418c;}
.appwhite-section h2 span{ font-weight:300;}
.appwhite-section strong{ font-weight:700; color:#29292b; font-size:19px; }
.appwhite-section p{ font-size:17px; line-height:30px; color:#6d6d6d;}
.app-action-wrap{ width:100%; float:left; margin-top:30px;}
.app-action-wrap a {
   
    border-radius: 30px;
    padding: 15px 35px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 5px;
    text-transform: uppercase;
    display:inline-block;	 
	margin-right:20px;
    font-weight: 700;
	-webkit-transition:all .2s ease-in-out .2s;
-moz-transition:all .2s ease-in-out .2s;
-ms-transition:all .2s ease-in-out .2s;
-o-transition:all .2s ease-in-out .2s;
transition:all .2s ease-in-out .2s
}
.app-action-wrap a:last-child{ margin-right:0px;}
.app-action-wrap .app-readmore{ background: #27418c;}
.app-action-wrap .app-appstore{ padding-left:55px; background: #272c33; background-image:url('images/applestore-button.png'); background-position:15px center ; background-repeat:no-repeat;}
.app-action-wrap a:hover{ text-decoration:none !important; box-shadow:0px 10px 20px rgba(0,0,0,0.3);
-webkit-transition:all .2s ease-in-out .2s;
-moz-transition:all .2s ease-in-out .2s;
-ms-transition:all .2s ease-in-out .2s;
-o-transition:all .2s ease-in-out .2s;
transition:all .2s ease-in-out .2s
}
.app-action-wrap .app-action-wrap a:active, .app-action-wrap.app-action-wrap a:focus{text-decoration:none !important;}
.appdark-color h2, .appdark-color p{ color:#fff !important;}
.fitsence-app-hero{background-image:url('images/appfitsense-bg.gif'); background-position:center; background-repeat:no-repeat; background-color:#39bfee;  padding:70px 0px;}
.app-textinfo-left{ text-align:right; }
.fitsence-app-hero .app-action-wrap .app-readmore{ background-color:#fdc80b;}
.cwmember-app-hero {
    padding: 70px 0px 0px 0px;
    background-image: url(images/cw4member_bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
 background-color: #fff;
}
.cwmember-app-hero .appinfoWrap p, .cwpeople-app-hero .appinfoWrap p{ font-size:25px; line-height:38px;}
.orange-button-app{ background-color:#f08a21 !important;}
.topmaring-160{ margin-top:160px !important;}

.cwpeople-app-hero{ background-image:url('images/cwpeople_app_bg.jpg'); background-position:center; background-repeat:no-repeat; background-color:#243f8c; color:#fff;  padding:70px 0px;}
.mobile-desk{ display:none;}
.cw4membersection-hero {
    position: relative;
    background-image: url(images/cw4member_landing_page.jpg);
    background-position: center top;
    text-align: center;
    background-repeat: no-repeat;
    padding-top: 70px;
 background-color: #fff;
}
/*.cw4member_app_5{margin-bottom:-80px;}*/
 .cw4membersection-hero h3{ font-size:28px; color:#27418c; margin-bottom:25px; font-weight:700;}
  .cw4membersection-hero p{ font-size:20px; color:#6a6a6a; max-width:750px; margin:0 auto; width:100%; line-height:1.5;}
  
  .godown-bttn{
position:absolute;
left:50%;
margin-left:-33px;
bottom:-33px;
  display:inline-block; width:65px; height:65px; background-color:#27418c; background-image:url(images/down-arrow-blue.png); background-position:center bottom; background-repeat:no-repeat; border:2px solid #fff; 
  -webkit-transition:all .2s ease-in-out .2s;
-moz-transition:all .2s ease-in-out .2s;
-ms-transition:all .2s ease-in-out .2s;
-o-transition:all .2s ease-in-out .2s;
transition:all .2s ease-in-out .2s
border-radius:100px;
-moz-border-radius:100px;
-webkit-border-radius:100px;
z-index:10000;
 
}
 .godown-bttn:hover{
	 background-position:center top; 
	 background-color:#f08a21;
	 
 }
 .cw4app-section{ background-color:#f1f1f1; overflow:hidden;}
.cwmobile-center {
    text-align: center;
    padding: 65px 0;
}
 .cw4member-item-bg{ margin-top:190px;}
 .cwcomman-right-bg{ position:relative;}
.cwcomman-right-bg:before {
    content: "";
    width: 1060px;
    height: 630px;
    display: block;
    background-position: left top;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    z-index: 0;
    background-size: cover;
}
.cwcomman-left-bg{ position:relative; text-align:right;}
 .cwcomman-left-bg:before {
    content: "";
    width: 1060px;
    height: 627px;
    display: block;
    background-position: left top;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    background-size: cover;
    z-index: 0;
}
.cwcomman-right-bg .cw4member-item-bg{ padding-left:75px; position:relative; z-index:1;}
.cw4member-item-bg h2{ font-size:40px; font-weight:700; color:#fff; margin-bottom:30px;}
.cw4member-item-bg p{ font-size:16px; line-height:1.6; color:#fff;}
.cwcomman-left-bg  .cw4member-item-bg{ padding-right:75px; position:relative; z-index:1;}

.cwsession-img:before{content:"";background-image:url('images/session-booking-bg.jpg');}
.cwreferrals-img:before{content:"";background-image:url('images/referrals-bg.jpg');}
.cwaccount-img:before{content:"";background-image:url('images/account-review-bg.jpg');}
.cwupdate-img:before{content:"";background-image:url('images/update-personal-details-bg.jpg');}
.cwimproved-img:before{content:"";background-image:url('images/improved-bg.jpg');}

.apps-tab{ width:100%;}
.apsec:nth-child(even) .app-img-phone{ float:right}
.apps-tab li{ width:25%; text-align:center; margin:0}
.navbar-inverse .navbar-nav.apps-tab > li > a{ padding:10px 0 0 0; margin:0; line-height:normal}

.affix .apps-tab{ background:#fff; box-shadow:0px 0px 5px #ccc}
.affix .apps-tab img{ width:30px; height:30px}
.affix .apps-tab h5{ font-size:12px; line-height:15px}
.affix .top-pr{ margin:10px 0; text-align:center}

.top-pr h4{ font-size:14px; font-weight:500; margin:0}

.whtop-img{ overflow:hidden;background:#fff;padding:15px 0 10px; border-radius:10px 10px 0 0}
.whtop-img img{ border-radius:10px}
.whtop-img h3{ font-size:18px; margin-top:25px; line-height:22px}
.whtop-img h3 span{ display:block; font-size:16px}
.whtop-img .col-sm-4 h3{text-align:left;}
.whtop-img .col-sm-4 h3 span{ font-size:14px; color:#9696a5;}
.whtop-img .col-sm-6 h3{text-align:right; font-size:14px; color:#9696a5;}
.whtop-img .col-sm-6 h3 span{ font-size:18px; color:#333333}

.testhead{}
.testhead h1{ text-align:center; font-size:22px; font-weight:300}
.t-sec{ border-bottom:solid 1px #cccccc; position:relative; text-align:center; display:inline-block; padding-bottom:30px; margin-bottom:30px; font-size:16px; font-style:italic;}
.t-sec img{ margin-bottom:20px}
.t-ar{ background:url(images/arrow-shadow.png) no-repeat 0 0; position:absolute; bottom:-25px; left:50%; width:40px; height:31px; margin-left:-20px}
.t-logo{ text-align:center; margin-bottom:70px}

.blog{background:#fff}
.bgpro { background:#f5f5f5}

.post{ background:#fff; /*float:left; width:31.5%;*/ box-shadow:1px 1px 10px #eee; margin:0 0 30px 0; min-height:550px; border-radius:7px}
/*#content .post:first-child{ width:100%}
#content .post:nth-child(even) {margin-right:0;}*/
.nav-previous, .nav-next{ /*border:solid 2px #243f8c; padding:10px 15px; */display:inline-block; width:150px; border-radius:30px; height:40px}
.nav-previous a, .nav-next a{color:#243f8c;}
.nav-previous:hover, .nav-next:hover{  /*background:#243f8c*/}
.nav-previous:hover a, .nav-next:hover a{color:#fff}
.nav-next:empty { display: none; }

#commentform .submit{border:solid 2px #243f8c; padding:10px 15px; display:inline-block; width:150px; border-radius:30px; height:40px; line-height:1; background:#fff;}
#respond form input[type="text"], #respond form textarea{ border:solid 1px #ccc; border-radius:7px;}

#a{ background:#fff; box-shadow:1px 1px #10px #ccc;}

.portfolio-modal .modal-content {padding: 50px 0; min-height: 100%; border: 0;	border-radius: 0; text-align: center; background-clip: border-box;
	-webkit-box-shadow: none; box-shadow: none;	background:rgba(39, 65, 140, 0.8); color:#fff}
.portfolio-modal .modal-content h2 {margin-bottom: 15px;font-size: 2.5em;}
.portfolio-modal .modal-content p {margin-bottom: 30px;}
.portfolio-modal .modal-content p.item-intro {margin: 10px 0 30px;	font-size: 14px; font-style: italic;}
.portfolio-modal .modal-content ul.list-inline {margin-top: 0; margin-bottom: 30px;}
.portfolio-modal .modal-content img {margin-bottom: 30px;}
.portfolio-modal .close-modal { position: absolute;	top: 25px;right: 25px;width: 75px;height: 75px;	background-color: transparent; cursor: pointer;
}
.portfolio-modal .close-modal:hover {opacity: .3;}
.portfolio-modal .close-modal .lr {	z-index: 1051; width: 1px;	height: 75px; margin-left: 35px; background-color: #fff; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);}
.portfolio-modal .close-modal .lr .rl { z-index: 1052; width: 1px; height: 75px; background-color: #fff; -webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg); transform: rotate(90deg);}
.portfolio-modal .btn-primary {	color: #fff;	background-color: #f08a21; border-color: #f08a21;}
.portfolio-modal .btn-primary:hover, .portfolio-modal .btn-primary:focus, .portfolio-modal .btn-primary.focus, .portfolio-modal .btn-primary:active,.portfolio-modal .btn-primary.active { color: #fff;	background-color: #032e3a}

.modal-backdrop.fade.in{ display:none}

.serimg{}
.serimg:nth-child(odd) .col-sm-6.srvimg{ float:right;}
.serimg .col-sm-6{ padding:0}
.serimg .col-sm-6 img{ width:100%;}
.serimg .rgalign{ text-align:right} 
.serimg .lfalign{ text-align:left} 

.timg{ text-align:left}
.timg img{ width:60%}

.mob-sec{ background:#fff; padding:50px 0 70px; text-align:center}
.mob-sec h3{ font-size:40px; font-weight:300; color:#838383}
.mob-sec h3 strong{ font-weight:700; color:#20438a}
.mob-sec p{ font-size:15px; padding:0;}
.mob-sec .aptxt h3{ font-size:18px; font-weight:700;}
.aplearn{ margin-bottom:0; margin-top:30px}

.ftlinks{ padding-bottom:30px}
.ftlinks h2{ color:#243f8c; font-size:14px; font-weight:500; margin:15px 0; text-transform:uppercase}
.ftlinks a{ display:block; color:#a1a1a1; font-size:13px; padding:5px 0; line-height:normal;}
.ftlinks a:hover{color:#ef8922}

.ftlinks01{ border-top:solid 1px #dedede; text-align:center}
.ftlinks01 h2{ color:#243f8c; font-size:14px; font-weight:500; text-transform:uppercase;  margin:30px 0 5px}
.ftlinks01 a{ color:#a1a1a1; font-size:13px; padding:5px 10px; line-height:normal;}
.ftlinks01 a:hover{color:#ef8922}

.ftlinks02{ padding:30px 0}

.mobsld {}
.mobsld h3{ margin:60px 0 0 0; color:#272c33; font-weight:700; }
.mobsld p{ padding:20px 0}

.tplink01{ padding:15px 0px; display:inline-block; color:#fff; margin:0 auto; width:320px; text-transform:uppercase}
form.hs-form .form-columns-2 .hs-form-field .hs-input, form.hs-form .form-columns-3 .hs-form-field .hs-input{ margin:20px 0 !important; padding:5px; width:100% !important}
.hs-form fieldset.form-columns-1 .hs-input{margin:5px 0; padding:5px; width:100% !important}

.ftlg{}
.ftlg img{ width:115px; margin-right:5px}

#team .item{ text-align:center}

/*.entry-title, .comments-link{ padding:0 15px}
.entry-content{ padding:0 15px}
.entry-content > p{ height:70px; overflow:hidden;}*/

#search-2 .widget-title{ display:none}
.widget-title{ color:#1e4188; font-size:21px; background:url(images/bg-title.jpg) no-repeat left bottom; margin-bottom:15px }

.blogimg{/*background:url(images/bg-line.jpg) no-repeat top center; padding-top:4px*/}
.blogimg img{ border-radius:11px; }
.blognew{padding:15px; display:inline-block}
.blognew h1{ font-size:20px; color:#1e4188;}
.blognew h1 a{font-size:20px; color:#1e4188;}
.blognew .comments-link{ font-size:11px; color:#a0a5af; padding:10px 0; line-height:17px; text-transform:uppercase}
.blgtxt p{ font-size:13px !important; color:#505050; /*height:55px;*/ overflow:hidden; line-height:23px!important; overflow:hidden;  }
#primary{ display:inline-block}
.readmoreforpost{ display:none}

.col-sm-8.site-content.content .col-sm-4{ width:100%}

/*#content .post:first-child .blogimg{ float:left; width:70%}
#content .post:first-child .blognew{ float:left; width:30%} */

.fca{ background:#f7983a; color:#fff; text-align:center; font-size:11px; padding:12px 0; line-height:15px}
.hometeslink{ font-size:14px; text-transform:uppercase; color:#f08a21; font-weight:700; letter-spacing:2px; display:inline-block; margin:15px 0}

.on1{ background:#fff !important; opacity:1 !important}
.on1 .hegroup{ height:72px}
.on1 .main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul{ padding-top:0px}
.on1 .logo_c { margin-top:8px}

.gettouch-home{background:#22418c;clear:both;width:100%;padding:70px 0 60px; text-align:center; background-size:cover; display:none}
.gettouch-home h3{ font-size:25px; font-weight:300; margin:0 0 0;  overflow:hidden; line-height:1.5em; color:#fff;}
.gettouch-home h3 strong{ display:block; font-size:25px; font-weight:600}
.hs-form fieldset{ max-width:100% !important}
.gettouch-home input, .gettouch-home select{ color:#fff; font-size:16px; height:37px; margin:0 !important; background:#22418c; border-bottom:solid 2px #fff;}
.gettouch-home .hs-button{ margin-top:15px !important; display:inline-block; color:#fff; border:solid 2px #fff; border-radius:30px; width:180px; height:50px; letter-spacing:5px}
.gettouch-home .submitted-message{ color:#fff; border-top:solid 1px #fff; padding:10px 0 0 0; margin-top:10px}
.modal-body .submitted-message{ color:#fff; border-top:solid 1px #fff; padding:10px 0 0 0; margin-top:10px}

.scrolloff { pointer-events: none; } 

.loadingIcon:before {
    content: "";
    position: absolute;
    z-index: 2;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    width: 100px;
    height: 100px;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: pulse 1.25s infinite ease-in-out;
    animation: pulse 1.25s infinite ease-in-out
}
.loadingIcon:after {
    content: "";
    position: absolute;
    z-index: 2;
    top: calc(50% - 40px);
    left: calc(50% - 40px);
    width: 80px;
    height: 80px;
    background:url(images/play-btn1.png) no-repeat center center #fff;
    border-radius: 100%;
    -webkit-animation: pulse-lg 1.25s infinite linear;
    animation: pulse-lg 1.25s infinite linear
}

.loadingIconColor:after, .loadingIconColor:before{ background-color: #ffffff;}
@-webkit-keyframes pulse-lg {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.5
    }
    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}
@keyframes pulse-lg {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.5
    }
    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    15% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}
@keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    15% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}

.gallery a img {
  float: left;
  height: auto; width:100%;
  -webkit-transition: -webkit-transform .15s ease;
  -moz-transition: -moz-transform .15s ease;
  -o-transition: -o-transform .15s ease;
  -ms-transition: -ms-transform .15s ease;
  transition: transform .15s ease;
  position: relative;
}
/* line 46, ../sass/demo.scss */
.gallery a:hover img {
	
  -webkit-transform: scale(1.00);
  -moz-transform: scale(1.00);
  -o-transform: scale(1.00);
  -ms-transform: scale(1.00);
  transform: scale(1.00);
  z-index: 5;
}
 #triangle-up { width: 0; height: 0; border-left: 10px solid transparent; border-right: 10px solid transparent; border-bottom: 10px solid #fff; position:absolute; left:50%; bottom:0; margin-left:-10px; }

#mob_apps{ position:relative}
#mob_apps:after{ content:""; background-image:url(images/handanimation3.gif); background-position:35% bottom; background-repeat:no-repeat; width:100%; height:94px; display:block; position:absolute; left:0px; bottom:30px;}

.capterra-badge-btn{ padding:0px !important; background-color: transparent !important;  margin:0 auto 0; display:block}
.capterra-badge-btn img{ display:block; width:100%; margin-top:10px}
.watchvideo-btn{ background:url(images/link-arrow01.png) no-repeat 90% 19px #ef8922; border-radius:30px; padding:15px 40px 15px 20px; color:#fff; font-size:16px; text-transform:uppercase; margin:10px auto 0; font-weight:700; height:48px; display:inline-block; line-height:16px}
.watchvideo-btn:hover{color:#fff}

.watchvideo-btn01{ background:url(images/play-btn.png) no-repeat 0 0; padding:0px 0px 0px 30px !important; color:#ef8922 !important; font-size:16px; text-transform:uppercase; font-weight:700; height:25px!important; display:inline-block; line-height:20px !important; border-radius:0 !important; position:absolute; z-index:10; left:50%; margin-top:10px !important; margin-left:-100px !important}

/*.watchvideo-btn01{ background:url(images/play-btn.png) no-repeat 0 0; padding:0px 0px 0px 30px !important; color:#ef8922 !important; font-size:16px; text-transform:uppercase; margin:10px auto 0 !important; font-weight:700; height:25px!important; display:inline-block; line-height:20px !important; border-radius:0 !important;}*/

.video-img{ padding:20px 0 0}
.video-img img{width:287px; margin:0 auto; border-radius:11px; }



/*Career page details*/
.in-main{ width:100%; }
 .career-details{ background-color:#fff;}
 .career-details h3{ font-size:22px; font-weight:700; text-align:center; color:#000; margin:0px 0px 30px 0px; padding:0 0 30px 0; border-bottom:solid 2px #f5f5f5; }
 .career-details p{ font-size:14px; color:#000; line-height:26px; margin-bottom:10px;}
 .career-details p a{ color:#27418c;}
  .career-details ul{ padding:0 0 0 20px; margin:0px; width:100%; float:left;}
   .career-details ul li{ width:100%; float:left; margin-bottom:10px; list-style:disk;}
 .career-subtitle{ font-size:16px; font-weight:700; margin-bottom:15px;} 
.space-section{ width:100%; float:left; height:20px;}

/*Search blog page*/
.search-blog{ 
margin: 0px;
    padding: 0px;
    color: #1e4188;
}
.search-blog h1{color: #1e4188; }
.blogimg{ width:100%; float:left;}
.search-page .page{
	    background: #fff;
    float: left;
     box-shadow: 1px 1px 5px #ccc;
    margin-bottom: 25px;
	
}
.search-blog-notfound h1{
	padding-left:15px;
	margin:15px 0px;
	color: #1e4188; font-family: ProximaNovaA-Semibold;
    font-size: 24px;
    font-weight: 100;
    line-height: 2.18182;}
	.search-blog-notfound  p{font-size:16px;}
	.search-blog-notfound  .searchform{ margin-top:15px; width:100%; float:left; height:auto; }
	.search-blog-notfound  .entry-content{padding-left:15px;}
	.search-blog-notfound  #s{width: 64.667%;
    padding: 10px;}
	
	.nfa-section{background-image:url('images/bg-pr.png');background-position:center;background-repeat:repeat;padding:40px 0px;text-align:center;width:100%;float:left;display:none;}
.nfa-section h2{padding:40px 0;text-align:center;font-weight:300;font-size:26px;color:#575757;line-height:1.5;padding:0px;}
.nfa-section p{ margin-bottom:15px; border-bottom:solid 1px #8b8b8b; padding-bottom:15px; font-size:16px; line-height:1.4}
.nfa-section a{color:#22418c;font-size:16px;text-transform:uppercase;display:inline-block;font-weight:700;letter-spacing:1px;line-height:20px;transition:all 0.2s ease-in-out 0.2s;}
.nfa-section a:hover{-webkit-transform:scale(1.07);-moz-transform:scale(1.07);-o-transform:scale(1.07);-ms-transform:scale(1.07);transform:scale(1.07);box-shadow:0px 10px 40px rgba:(0,0,0,0.8);}

.nfa-logo{width:100%; max-width:415px;}

/*New Kadir changes*/
	 
.new-icn-sec{ background:#f9fcff; padding:70px 0; text-align:center; border-top:1px solid #e0ebfc;}
.new-icn-sec h2{ font-size:35px; color:#29292b; font-weight:100; line-height:1.4em}
.new-icn-sec p{ font-size:14px; line-height:23px; font-weight:100;}

.icn-sec{ margin-top:10px; text-align:center}
.icn-sec h4{ font-size:13px; text-transform:uppercase; font-weight:400;}
.icn-sec h4.allh4{ color:#29292b}
.icn-sec h4.active{ font-weight:700}
.icn-sec p{ font-size:14px; padding:10px 0; line-height:20px; color:#444; font-weight:300}
/*.new-icn-sec .icn-sec a{ display:block; padding:10px; border-radius:11px; min-height:225px;}
.new-icn-sec .icn-sec a:hover{ box-shadow:0 0 5px #ccc }*/
.new-icn-sec .icn-sec p:nth-child(2){ display:none}
p:empty { display: none; }

.top-pr{ margin:35px 0; text-align:center}

.header-home a.btn-gfd{ background:url(images/link-arrow01.png) no-repeat 90% 19px #22418c;}
.header-home a.btn-bl{ border:solid 2px #de4654; color:#de4654; padding:15px 20px; margin-right:10px;}
.header-home a.btn-cm{ border:solid 2px #8054a2; color:#8054a2; padding:15px 20px; margin-right:10px;}
.header-home a.btn-ba{ border:solid 2px #3bbfef; color:#3bbfef; padding:15px 20px; margin-right:10px;}
.header-home a.btn-ti{ border:solid 2px #3dbb9b; color:#3dbb9b; padding:15px 20px; margin-right:10px;}
.header-home a.btn-cw{ border:solid 2px #1d458b; color:#1d458b; padding:15px 20px; margin-right:10px;}

.btn-gfd01{ background:url(images/link-arrow01.png) no-repeat 90% 19px #22418c; display:block; width:165px; color:#fff; margin:0 auto; padding:10px 40px 10px 20px; border-radius:30px; text-transform:uppercase}
.col-bl{ color:#de4654}
.col-cm{ color:#8054a2}
.col-ba{ color:#3bbfef}
.col-ti{ color:#3dbb9b}
.col-cw{ color:#1d458b}
.col-re{ color:#754b1e}
.col-gb{ color:#db5e26}
.col-ms{ color:#ef8a22}

.hdr-txt{ padding:35px 0 20px; text-align:center; /*background:url(images/header-seperater.png) no-repeat center 100%;*/ color:#fff;} 
.hdr-txt h2{ font-size:19px; font-weight:700; line-height:normal; /*text-transform:uppercase; */color:#fff; line-height:22px; /*border-right:solid 1px #fff*/ padding-bottom:5px}
.hdr-txt span{ font-size:16px; padding:5px; display:inline-block; line-height:21px; color:#efefef; font-weight:100}

#home-header .owl-page:nth-child(1) span{ background:#3dbb9b; width:30px; margin:3px}
#home-header .owl-page:nth-child(2) span{ background:#de4654; width:30px; margin:3px}
#home-header .owl-page:nth-child(3) span{ background:#8054a2; width:30px; margin:3px}
#home-header .owl-page:nth-child(4) span{ background:#3bbfef; width:30px; margin:3px}
#home-header .owl-page:nth-child(5) span{ background:#1d458b; width:30px; margin:3px}

.regular-icn { width:135px; height:135px}


#home-header .owl-prev, #home-header .owl-next{ position:absolute; top:45%; width:60px; height:60px; color:#fff; background:#fff; border:solid 1px #eaeaea; box-shadow:1px 1px 15px #ccc;}
#home-header .owl-prev{ left:-100px; background:url(images/arrow1.png) no-repeat 15px 15px;}
#home-header .owl-next { right:-100px; background:url(images/arrow1.png) no-repeat -58px 15px;}

.menu-item-type-custom{ background:#f08a21 !important; border-radius:30px; }
.menu-item-type-custom a{ color:#fff !important}
.menu-item-type-custom a:hover{ color:#fff !important; background:#22418c !important}

.ma-sec{ position:relative;}
.ap-img{ position:absolute; right:30px; top:160px}

.ma-sec img{transition: all .2s ease-in-out; width:100%;}
.ma-sec img:hover{ transform: scale(1.2) rotateZ(-1deg); }
.bl-read{ background:#00b5d3; padding:10px; font-size:25px; position:absolute; left:0px; bottom:0px; color:#fff; opacity:0; transition: all .2s ease-in-out; }
.ma-sec:hover .bl-read{opacity:1}

.wr-megamenu-container ul.wr-mega-menu{ margin:14px 0 !important}
.wr-megamenu-inner{ /*margin-left:-260px !important*/}

.mbtxt{ text-align:left; padding:0}
.mbtxt h2{ font-size:45px; font-weight:800;}
.mbtxt p{ font-size:16px; padding-top:20px}

.mega-item .menu-item-link:hover{box-shadow:0 -2px 3px #ccc; border-radius:5px}
.mega-item a.menu-item-link:visited{box-shadow:0 -2px 3px #ccc; border-radius:5px}

.frdemo{ border:solid 2px #f08a21; color:#f08a21; padding:5px; text-align:center; display:block; border-radius:40px; margin:10px 0; font-weight:500; text-transform:uppercase; max-width:170px; width:170px; font-size:12px; line-height:15px; margin-right:10px}
.frdemo:hover{ /*background:#f08a21; color:#fff;*/}

.menur{ position:relative}
.sec-pad{ padding:70px 0 0; text-align:center}
.sec-padno{ padding:0;}
.sec-pad h2{ font-size:35px; font-weight:300; color:#29292b; padding-bottom:30px;}
.sec-pad p{ font-size:15px; font-weight:100;}
.line{ border-top:solid 1px #dedede}
.ser-in-sec{ padding:60px 15px}

.bl-icn h3{ font-size:15px; text-align:center; color:#29292b; font-weight:100; line-height:21px}
.bl-icn h3 strong{ font-weight:700; display:block}
.bl-icn{ border-right:solid 1px #dedede; padding:15px}
.bl-icn:last-child { border-right:none} 
.bl-icn img{ width:64px}
.topline{ margin-top:30px}

.btn-bl01{ border:solid 2px #de4654; color:#de4654}
.btn-bl01:hover{ background:#de4654; color:#fff}
.btn-cm01{ border:solid 2px #8054a2; color:#8054a2}
.btn-cm01:hover{ background:#8054a2; color:#fff}
.btn-ba01{ border:solid 2px #3bbfef; color:#3bbfef}
.btn-ba01:hover{ background:#3bbfef; color:#fff}
.btn-ti01{ border:solid 2px #1d458b; color:#1d458b}
.btn-ti01:hover{ background:#1d458b; color:#fff}

.btn-re01{ border:solid 2px #754b1e; color:#754b1e}
.btn-re01:hover{ background:#754b1e; color:#fff}
.btn-ac01{ border:solid 2px #2fbb9b; color:#2fbb9b}
.btn-ac01:hover{ background:#2fbb9b; color:#fff}
.btn-gb01{ border:solid 2px #dd5f27; color:#dd5f27}
.btn-gb01:hover{ background:#dd5f27; color:#fff}

.btn-alm{padding:6px 15px; border-radius:30px; font-size:18px; font-weight:bold; text-transform:uppercase; display:inline-block; margin:40px 0}
.btn-alm01{padding:6px 15px; border-radius:30px; font-size:18px; font-weight:bold; text-transform:uppercase; display:inline-block; margin:10px 0}

.social-bar{ border-bottom:solid 1px #dedede; padding:40px 0; display:inline-block; width:100%; background:#fff;}
.soc-div{ width:25%; float:left;}
.container:hover .soc-div{opacity:0.2; }
.soc-div a{ width:50px; height:32px; display:block; opacity:0.6; margin:0 auto}
.container .soc-div:hover{ opacity:1}
.tw{ background:url(http://www.clubwise.com/wp-content/themes/twentytwelve/images/soc-tw.png) no-repeat 0 0}
.fb{ background:url(http://www.clubwise.com/wp-content/themes/twentytwelve/images/soc-fb.png) no-repeat 0 0}
.li{ background:url(http://www.clubwise.com/wp-content/themes/twentytwelve/images/soc-li.png) no-repeat 0 0}
.gp{ background:url(http://www.clubwise.com/wp-content/themes/twentytwelve/images/soc-gp.png) no-repeat 0 0}
.ig{ background:url(http://www.clubwise.com/wp-content/themes/twentytwelve/images/soc-ig.png) no-repeat 0 0}

.h-line{ border-top:solid 1px #dedede}
.space-t-b{ padding-top:50px; padding-bottom:50px}
.space-b{padding-bottom:70px}

.ab-mid-txt{ font-size:21px; text-align:center}
.ab-mid-txt h2{ font-weight:400; line-height:1.5em; font-size:16px}
.ab-mid-txt01{ text-align:center;}
.ab-mid-txt01 h3{ font-size:16px; font-weight:bold; padding-top:15px}
.ab-mid-txt01 p{  padding:20px 0}
.ab-mid-txt01 h2{ font-weight:300; font-size:35px}

.ab-logo::before{content: ""; border-top:solid 1px #d4d4d4; width:40%; position:absolute; left:0; top:10px}
.ab-logo::after{content: "";border-top:solid 1px #d4d4d4; width:40%; position:absolute; right:0; top:10px}

.our-miss{ text-align:center}
.our-miss h2{ font-size:35px; font-weight:300; padding-bottom:0px}
.our-miss p{ padding:10px; font-size:16px; font-weight:300;}

.vline{border-right:1px solid #dedede}
.vline img{ max-width:55px; width:100%;} 
.vline:last-child { border-right:none} 

.pro-det{ text-align:center; border-top:solid 1px #d8d8d8; /*padding:90px 15px 30px 15px*/ padding:120px 15px 60px 15px}
.pro-det02{ text-align:center; border-top:solid 1px #d8d8d8; padding:30px 15px}
.pro-det01{ padding:20px 15px 30px 15px}
.pro-det03{ padding:60px 15px}
.pro-det01 .txt-heading{ padding-bottom:0;}
.pro-det abbr{ padding-top:40px; border:none !important; display:block}
.out-icn{ text-align:center}
.out-icn h5{ font-weight:300; line-height:18px; color:#29292b}
.out-icn h5 strong{ display:block}
.inimgtop{ margin-bottom:70px; position:relative}
.in-heading::before{content: ""; background:#fff url(images/dwn-arrow.png) no-repeat center center; border-radius:100%; width:50px; height:50px; position:absolute; bottom:-25px; left:50%; margin-left:-25px; box-shadow:0 0 30px #ccc;}
.top-pad{ padding-top:50px;}
.bot-pad{ padding-bottom:50px;}

.fs-icn p{ font-size:12px; font-weight:300; line-height:18px; padding:10px 0}
.cm-icn07 .col-sm-2 { width:14%}

.bl-cm-ba{}
.bl-cm-ba p{ font-size:13px; line-height:18px; padding:5px 0}
.bl-cm-ba a{color:#444}

.cman-icn .col-sm-2{ width:14%}

.bl-tab{ background:#de4654; color:#fff; text-align:center }
.cm-tab{background:#8054a2; color:#fff; text-align:center }
.ba-tab{background:#3bbfef; color:#fff; text-align:center}
.sl-tab{background:#1d458b; color:#fff; text-align:center}


/* Feature Details page */
.header-in{background:url(images/arrow1.png) no-repeat center bottom #384550; padding:50px 0; text-align:center; color:#fff; }
.feature{ padding:0; text-align:center;}
.feature h2{ font-size:35px; color:#29292b; padding:5px 0 20px; font-weight:300}
.feature p{ font-size:16px; color:#384550; font-weight:300}

.ft-sec-left{ padding-left:50px; text-align:left}
.ft-sec-right{ padding-right:50px; text-align:left}
.ft-sec-left h3, .ft-sec-right h3{ font-size:30px; font-weight:700; color:#464646; padding-bottom:20px}
.ft-screen{ display:inline-block}
.ft-screen img{width:100%; max-width:188px; margin:0 auto 40px }

.ft-sec-left ul, .ft-sec-right ul{ margin:0; padding:0; text-align:left}
.ft-sec-left ul li, .ft-sec-right ul li{ position:relative; border-top:solid 1px #d2d2d2; padding:7px 0 7px 20px; font-size:15px; font-weight:300; background:url(../images/bullet.png) no-repeat 0 15px}
.topspace{ padding-top:40px;}

/*.ft-sec-left ul li span{ position:absolute; left:-100px; top:-30px}
.ft-sec-left ul li span a{ background:url(images/feature-detail/left-sm-img.png) no-repeat 0 0; width:99px; height:99px; display:inline-block;}
.ft-sec-right ul li span{position:absolute; right:-100px; top:-30px}
.ft-sec-right ul li span a{background:url(images/feature-detail/right-sm-img.png) no-repeat 0 0; width:99px; height:99px; display:inline-block;}*/

.ft-sec-left ul li span{ position:absolute; left:-50px; top:0px}
.ft-sec-left ul li span a{ background:url(images/feature-detail/left-sm-img.png) no-repeat 0 0; width:35px; height:35px; display:inline-block; margin-top:5px}
.ft-sec-right ul li span{position:absolute; right:-50px; top:0px}
.ft-sec-right ul li span a{background:url(images/feature-detail/right-sm-img.png) no-repeat 0 0; width:35px; height:35px; display:inline-block;}

.brand-logo{ text-align:right; border-right:solid 1px #ccc; margin:20px 0}
.brand-txt{ text-align:left; margin:20px 0}
.brand-txt h3{font-size: 17px; font-weight: bold; padding: 5px 0; text-transform: uppercase;}
.brand-txt p{ font-size:15px; line-height:20px;}


#outer-circle {
  	-webkit-box-shadow: 0 0 20px 10px #d2d2d2;
  	-moz-box-shadow: 0 0 20px 10px #d2d2d2;
  	box-shadow: 0 0 20px 10px #d2d2d2;
  	border: 7px solid #ECEBFA;
  	border-top-color:#ccc;
  	margin: 5% auto;
  	text-align:center;
  	
  	width: 260px;
  	height: 260px;
	
  	-webkit-border-radius: 260px;
  	-moz-border-radius: 260px;
  	border-radius:260px;
	
  	-webkit-animation:turning_cw 2s infinite;
  	-moz-animation:turning_cw 2s infinite;
  	animation:turning_cw 2s infinite;
  	position:relative;
  	opacity: 0.7; }
	
	.icn-div{ position:relative; width:260px; height:260px; margin:0 auto;}
	.icn-div-in{ position:absolute; left:0; top:0;}
  	.icn-div-in img{ width:100%}

.gallery{ display:block; position:relative }
.ft-sec-left ul li span, .ft-sec-right ul li span{ /*display:none*/}
.sl-image img{ box-shadow:1px 1px 10px #ccc; }
.zoom:after{ content:""; background-image:url(images/handanimation3.gif); background-position:0 bottom; background-repeat:no-repeat; width:200px; height:94px; display:block; position:absolute; left:40px; top:40px; margin-left:0; display:none}

.store-txt{ text-align:center }
.store-txt p{ font-size:14px; color:#b0b0b0; padding:0}
.store-icn{ padding: 20px 0;/*width:190px; margin:40px auto 0;  border-top: 2px solid #ccc; padding-top: 15px;text-align: center;*/}
.store-icn img{     margin: 0 20px 0 0px; border-radius: 8px;  width: 29%;}
.store-txt a{ font-size:15px; color:#444444; font-weight:600;}
.store-icn01{ padding: 20px 0 0; width:190px; margin:20px auto 0;  border-top: 2px solid #ccc; text-align: center; display:inline-block}
.store-icn01 img{ padding:0 10px;}

.store-icn02{ padding: 15px 0 0; width:80%; margin:10px auto 0;  border-top: 2px solid #ccc; text-align: center; display:inline-block}
.store-icn02 img{ padding:0 5px;}

.just{ font-size:17px; padding:15px 0 5px 0; font-weight:700; text-align:center}

.content_a { /*position:absolute; top:0px; left:0px; width:100%; height:100%; background-color:#1d458b;*/}
.content_b { display:none; position:fixed; top:0px; left:0px; margin:0; padding:0;width:100%;  height:100%; background:#22418c ; z-index:999999; }
.content_b_content { position:relative; margin:0 auto; width:100%; height:65px;}
.content_b_content h3{ font-size:17px;}
.goodbye{ color:#fff; font-size:15px; font-weight:bold;}

.popform input, .popform select{ color:#fff; font-size:16px; height:37px; margin:0 !important; background:#22418c; border-bottom:solid 2px #fff;}
.popform .hs-button{ margin-top:15px !important; display:inline-block; color:#fff; border:solid 2px #fff; border-radius:30px; width:180px; height:50px;}

.cw-t01{ font-size:20px; padding:20px 0}


.hbspt-form fieldset.form-columns-1 .input, .hbspt-form fieldset.form-columns-2 .input{ margin-right:25px !important}

.testimonial-btn{ position:absolute; left:50%; bottom:0; width:240px; margin-left:-120px;}
.testim_btn{ border:solid 2px #f08a21; color:#f08a21; padding:7px; text-align:center; display:block; border-radius:50px; margin:10px 0; font-weight:500; text-transform:uppercase; font-size:14px}
.testim_btn:hover{ background:#f08a21; color:#fff;}

.fca-why{ text-align:right; padding-bottom:50px}
.fca-rsn{ text-align:left; padding-bottom:50px}
.fca-why h4, .fca-rsn h4{ font-weight:500; font-size:15px; padding-bottom:15px}
.fca-why span, .fca-rsn span{ background:url(images/bullets-bl.png) no-repeat; display:block }
.fca-why span{ background-position:100% 8px; padding-right:15px }
.fca-rsn span{background-position:0 8px; padding-left:15px }

.topbtn a{ float:left}
.topbtn .col-sm-6{ padding:0}

.new-icn-sec h3{ font-size:15px; font-weight:500; padding-bottom:15px;}
.testi-btn{ font-size:12px; text-transform:uppercase; color:#224087; padding:5px 0 15px; display:block;}
.line-sep{background:url(images/header-seperater.png) no-repeat center bottom;}
.smicnbot h4{ font-size:10px; text-transform:uppercase; line-height:13px}

.cm-key{ padding-bottom:0px;}
.cm-key h4{ font-size:21px; font-weight:700; padding-bottom:40px; position:relative;}
.cm-key h4 abbr{ padding:10px 15px; cursor:none; border:none; display:inline-block}
.cm-key h4 abbr:after{ content:""; background:url(images/key-shadow.png) no-repeat 0 0; width:180px; height:30px; position:absolute; left:50%; top:42px; margin-left:-90px}
.cm-key ul{ list-style:none; padding:0; margin:0}
.cm-key ul li{ border-bottom:solid 1px #b8babd; overflow:hidden}
.cm-key ul li:last-child{ border-bottom:none}
.cm-key ul.left li{ text-align:left; background:url(images/bullets-bl.png) no-repeat 0 18px; padding:10px 15px}
.cm-key ul.right li{ text-align:right; background:url(images/bullets-bl.png) no-repeat 100% 18px; padding:10px 15px}
.cm-key ul.left li span{ float:left; width:65%}
.cm-key ul.left li img{ float:right} 
.cm-key ul.right li span{ float:right; width:65%}
.cm-key ul.right li img{ float:left}

.cm-key .col-sm-6 img{ display:block}

.full-view{ padding:0; margin:0}
.full-view .col-sm-6{ padding:0}

.ma-icn09 .col-sm-2{ width:11.1%}
.ma-icn08 .col-sm-2{ width:12.5%}
.ma-icn07 .col-sm-2{ width:14.2%}
.txt-heading{ font-size:30px; padding-bottom:25px; margin-top:40px;}

.more-txt{ background:url(images/tick-crl.svg) no-repeat 10px 0; padding-left:65px !important; text-align:left; margin:10px 0; height:125px; background-size:42px} 
.more-txt h4{ font-size:15px; font-weight:600; line-height:21px}
.more-txt p{ font-weight:300; padding:10px 0; font-size:13px; line-height:20px;}
.heightless{ height:95px}
.want-btn01{font-size:15px; font-weight:500; display:inline-block; margin:0 0 40px 0; color:#444444;}
.want-btn01 span{font-weight:700; font-size:25px; line-height:20px; color:#1d458b; border-top:solid 1px #ccc; padding-top:40px; display:inline-block;}
.want-btn{font-size:15px; font-weight:500; display:inline-block; margin:40px 0; color:#444444}
.want-btn span{font-weight:700; font-size:25px; line-height:20px; color:#1d458b; border-top:solid 1px #ccc; padding-top:15px;}

.access-con{}
.access-con h3{ font-size:25px;}
.access-con h6{ font-size:16px; font-weight:400; padding:0 0 30px 0}

.access-con01 h3{ font-size:20px; font-weight:300; padding-bottom:30px;}

.f-nav{ z-index: 999; position: fixed; left: 0; bottom: 0; width: 100%; background:#fff; padding:10px 0; box-shadow:1px 1px 5px #ccc} 
.f-nav img{ width:30px;}
.f-nav .out-icn h5{ font-size:11px; line-height:14px;}

.modal{ background:#22418c}
.modal-content{ box-shadow:none; background-color:#22418c;}
.modal-dialog{ margin:100px auto}
.modal-header{ border-bottom:none}
.close{ color:#fff; opacity:0.7; font-size:25px; font-weight:normal }

.modal-body h3{ font-size:18.5px; font-weight:300; margin:0 0 0;  overflow:hidden; line-height:1.6em; color:#fff;}
.modal-body h3 strong{ display:block; font-size:25px; font-weight:600}
.hs-form fieldset{ max-width:100% !important}
.modal-body input, .gettouch-home select{ color:#fff; font-size:16px; height:37px; margin:0 !important; background:#22418c; border-bottom:solid 2px #fff; font-family: 'Poppins', Arial } 
.modal-body .hs-button{ margin-top:15px !important; display:inline-block; color:#fff; border:solid 2px #fff; border-radius:30px; width:180px; height:50px; letter-spacing:5px}

.wr-megamenu-container .current_page_item > a, .wr-megamenu-container .current_page_ancestor > a, .wr-megamenu-container .current-menu-item > a, .wr-megamenu-container .current-menu-ancestor > a{ color:#fff}
.primary_7712 .wr-mega-menu > li:hover > a, .primary_7712 .wr-mega-menu > li.focus > a{ background:#22418c}

.desktop{ display:block}
.mobile{ display:none}

.txt-left{text-align:left}
.txt-right{text-align:right}

.bigsize{ max-width:90px; width:100%;}
.bigsize01{ max-width:60px; width:100%;}
.fs-icn img{ width:100%; max-width:135px;}
.icn-sec img{ width:100%; max-width:105px;}
.fullimg{width:100%}
.outicn{width:100%; max-width:55px}

.zoom{ position:relative}
.zoom-rg{ position:absolute; right:-10px; bottom:-10px; width:93px; height:93px; display:block; background:url(images/zoom-img.png) no-repeat 0 0; z-index:9 }
.zoom-lf{position:absolute; left:0; bottom:0; width:93px; height:93px; display:block; background:url(images/zoom-img.png) no-repeat 0 0; z-index:9}

.txtright{ text-align:right}
.txtleft{ text-align:left}
.txtright p, .txtleft p { padding:20px 0;}

.show_more p{ padding:0; font-weight:bold}
.wpsm-content{ font-size:15px; font-weight:300;}
.image_caption{ font-weight:300; line-height:1}

.cases-box{width:100%;height:250px;border-radius:5px;background:#fff;box-shadow:0 5px 50px rgba(232,244,255,0.5);padding:60px 40px 25px 40px;text-align:center;margin-top:20px;cursor:pointer;position:relative}
.cases-box .cases-text{color:#444;position:absolute;top:0;left:0;bottom:0;right:0;margin:auto;padding:75px 40px;line-height:20px;opacity:0;-webkit-transition:opacity .4s ease-in-out;-moz-transition:opacity .4s ease-in-out;-o-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out}
.cases-box img{-webkit-transition:opacity .4s ease-in-out;-moz-transition:opacity .4s ease-in-out;-o-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out;max-height:105px}
.cases-box h6{-webkit-transition:opacity .4s ease-in-out;-moz-transition:opacity .4s ease-in-out;-o-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out}
.cases-box:hover h6{opacity:0}
.cases-box:hover img{opacity:0}
.cases-box:hover .cases-text{opacity:1}

.cases-box01{width:100%;height:230px;border-radius:5px;background:#fff;box-shadow:0 5px 30px rgba(232,244,255,0.5);padding:60px 40px 25px 40px;text-align:center;margin-top:20px;cursor:pointer;position:relative}
.cases-box01 .cases-text{color:#444;position:absolute;top:0;left:0;bottom:0;right:0;margin:auto;padding:50px 30px;line-height:20px;opacity:0;-webkit-transition:opacity .4s ease-in-out;-moz-transition:opacity .4s ease-in-out;-o-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out}
.cases-box01 img{-webkit-transition:opacity .4s ease-in-out;-moz-transition:opacity .4s ease-in-out;-o-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out;max-height:105px}
.cases-box01 h6{-webkit-transition:opacity .4s ease-in-out;-moz-transition:opacity .4s ease-in-out;-o-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out}
.cases-box01:hover h6{opacity:0}
.cases-box01:hover img{opacity:0}
.cases-box01:hover .cases-text{opacity:1}

.cases-box02{width:100%;height:170px;border-radius:5px;background:#fff;box-shadow:0 5px 30px rgba(232,244,255,0.5);padding:60px 40px 25px 40px;text-align:center;margin-top:20px;cursor:pointer;position:relative} 
.cases-box02 .cases-text{color:#444;position:absolute;top:0;left:0;bottom:0;right:0;margin:auto;padding:50px 30px;line-height:20px;opacity:0;-webkit-transition:opacity .4s ease-in-out;-moz-transition:opacity .4s ease-in-out;-o-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out}
.cases-box02 h4{ font-size:35px; font-weight:bold}
.cases-box02 h6{-webkit-transition:opacity .4s ease-in-out;-moz-transition:opacity .4s ease-in-out;-o-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out}
.cases-box02:hover h6{opacity:0}
.cases-box02:hover img{opacity:0}
.cases-box02:hover .cases-text{opacity:1}

.cases-box03{width:100%;height:270px;border-radius:5px;background:#fff;box-shadow:0 5px 30px rgba(232,244,255,0.5);padding:60px 40px 25px 40px;text-align:center;margin-top:20px;cursor:pointer;position:relative}
.cases-box03 .cases-text{color:#444;position:absolute;top:0;left:0;bottom:0;right:0;margin:auto;padding:50px 30px;line-height:20px;opacity:0;-webkit-transition:opacity .4s ease-in-out;-moz-transition:opacity .4s ease-in-out;-o-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out}
.cases-box03 img{-webkit-transition:opacity .4s ease-in-out;-moz-transition:opacity .4s ease-in-out;-o-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out;max-height:60px; margin:25px 0}
.cases-box03 h6{-webkit-transition:opacity .4s ease-in-out;-moz-transition:opacity .4s ease-in-out;-o-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out}
.cases-box03:hover h6{opacity:0}
.cases-box03:hover img{opacity:0}
.cases-box03:hover .cases-text{opacity:1} 


.dbox {
    border-radius:7px; background:#fff ; border:1px solid #e0ebfc;
    padding: 20px 20px;       
    text-align: center;
    width: 100%;
    height: 335px !important;
}

.dbox {
    -webkit-transition: all 800ms cubic-bezier(0.800, 0.000, 0.200, 1.000);
    -moz-transition: all 800ms cubic-bezier(0.800, 0.000, 0.200, 1.000);
    -o-transition: all 800ms cubic-bezier(0.800, 0.000, 0.200, 1.000);
    transition: all 800ms cubic-bezier(0.800, 0.000, 0.200, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.800, 0.000, 0.200, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.800, 0.000, 0.200, 1.000);
    -o-transition-timing-function: cubic-bezier(0.800, 0.000, 0.200, 1.000);
    transition-timing-function: cubic-bezier(0.800, 0.000, 0.200, 1.000);
}
.dbox:hover {
    background: #fff;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 800ms cubic-bezier(0.800, 0.000, 0.200, 1.000);
    -moz-transition: all 800ms cubic-bezier(0.800, 0.000, 0.200, 1.000);
    -o-transition: all 800ms cubic-bezier(0.800, 0.000, 0.200, 1.000);
    transition: all 800ms cubic-bezier(0.800, 0.000, 0.200, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.800, 0.000, 0.200, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.800, 0.000, 0.200, 1.000);
    -o-transition-timing-function: cubic-bezier(0.800, 0.000, 0.200, 1.000);
    transition-timing-function: cubic-bezier(0.800, 0.000, 0.200, 1.000);
}

.iconbox img{ max-width:60px; margin:0 auto 15px}
.rel{ position:relative}
.gif-img{ position:absolute; left:40px; top:0; width:185px}
.gif-img img{ width:100%;}


/*---------------*/
/***** Sadie *****/
/*---------------*/
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 0%;
	/*min-width: 260px;
	max-width: 480px;
	max-height: 360px;*/
	width: 100%;
	background: #000;
	text-align: center;
	cursor: pointer; border-radius:11px;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.6;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	font-size: 1.25em; font-weight:700;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	/*word-spacing: -0.15em;*/
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 0;
	font-size: 14px; font-weight:300; padding:0 10px !important
}
 
figure.effect-sadie figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(top, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
	background: linear-gradient(to bottom, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
	content: '';
	opacity: 0;
	-webkit-transform: translate3d(0,50%,0);
	transform: translate3d(0,50%,0);
}

figure.effect-sadie h2 {
	position: absolute; font-weight:500;
	top: 60%;
	left: 0;
	width: 100%;
	color: #fff;
	-webkit-transition: -webkit-transform 0.35s, color 0.35s;
	transition: transform 0.35s, color 0.35s;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0); font-size:15px;
}

figure.effect-sadie figcaption::before,
figure.effect-sadie p {
	-webkit-transition: opacity 0.75s, -webkit-transform 0.75s;
	transition: opacity 0.75s, transform 0.75s;
}

figure.effect-sadie p {
	position: absolute;
	bottom: 20px; padding:0 10px;
	left: 0;
	padding: 0;
	width: 100%;
	opacity: 0;
	-webkit-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);
}
 
figure.effect-sadie:hover h2 {
	color: #fff;
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
	transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
}

figure.effect-sadie:hover figcaption::before ,
figure.effect-sadie:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-ruby {
	background-color: #fff; border-radius:11px;
}

figure.effect-ruby:hover{ background:#000}

figure.effect-ruby img {
	/*opacity: 0.7;*/
	opacity:1;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-ruby:hover img {
	opacity: 0.2;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-ruby h2 {
	margin-top: 10%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0); opacity:0;
}

figure.effect-ruby p {
	margin: 10px auto;
	padding: 10px;
	border: 1px solid #fff; border-radius:40px; width:60px; height:60px; color:#fff !important; font-size:13px!important; line-height:16px!important;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0) scale(1.1);
	transform: translate3d(0,20px,0) scale(1.1);
} 

figure.effect-ruby:hover h2 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0); opacity:1;
}

figure.effect-ruby:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0) scale(1);
	transform: translate3d(0,0,0) scale(1);
}

figure {
	position: relative;
	float: left;
	overflow: hidden;
	/*margin: 10px 1%;*/
	/*min-width: 320px;*/
	/*max-width: 480px;*/
	max-height: 360px;
	/*width: 48%;*/
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform:none;
	font-size: 15px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure figcaption::before,
figure figcaption::after {
	pointer-events: none;
}

figure figcaption,
figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
 
.dd-tip{ background:#f2f2f2; border:solid 1px #d9d9d9; padding:15px; border-radius:10px; margin-top:30px; text-align:center}
.iframe-box{ border:solid 1px #ccc; border-radius:11px; margin-top:40px; padding:20px;}
.kwayy-html-sitemap-post-list.kwayy-post-list li{ float:left; width:31%; text-align:left} 

#hbspt-form-1505453772826 .submitted-message{border-top: 1px solid #fff; color: #fff; font-size: 21px; margin-top: 15px; padding-top: 15px;}
.sld-icnsize{ width:100%; max-width:360px}
.blogbox{ width:33.3%; float:left; padding:0 15px; margin:0;}
.col-sm-8.site-content.content .blogbox{ width:100%; padding:0}
.site-content .blogbox{ width:50%}


.Aligner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.Aligner-item {
  max-width: 50%; min-width:11%;
}

/*Career Detail Page*/
/*Career Detail Page*/
.careerdetail h6{ font-size:22px; margin-bottom:30px; font-weight:700; color:#444;}
 .careerRow{ width:100%; float:left; margin-bottom:30px;}
 .entry-content .careerRow p{ font-size:14px; margin-bottom:15px;}
 .careerRow strong{ width:100%; float:left; display:block; margin-bottom:15px;}
 .careerRow ul{ margin:0px; padding:0px;}
 .careerRow ul li{ width:100%; float:left; margin-bottom:10px;}
 .careerRow ul li:last-child{ margin-bottom:0px;}
 .careerRow .wpcf7 .callustext{ font-family:'Poppins', sans-serif !important; font-size:14px;}
  .careerRow .wpcf7 input, .careerRow .wpcf7 textarea{background-color:transparent;}
 .careerRow .wpcf7  span.wpcf7-form-control-wrap{
	width:100%;
	background:transparent;
	padding:0;
	color:#000 !important;
	border:none;
	outline:none;
	font-weight:400;
	font-size:16px;
	outline:none;
	border-bottom: solid 2px #eeeeee;
	font-family: 'Poppins', sans-serif;
	box-shadow:none !important;
}
 .careerRow .wpcf7 { border-bottom:none !important; }
 .careerRow .wpcf7  input::-webkit-input-placeholder,  .careerRow .wpcf7  textarea::-webkit-input-placeholder {  
  color: rgba(0,0,0,0.5);
}
 .careerRow .wpcf7  input ::-moz-placeholder,  .careerRow .wpcf7  textarea ::-moz-placeholder  {  
 color: rgba(0,0,0,0.5);
}
 .careerRow .wpcf7  input:-ms-input-placeholder,  .careerRow .wpcf7  textarea:-ms-input-placeholder {  
  color: rgba(0,0,0,0.5);
}
 .careerRow .wpcf7  input:-moz-placeholder,  .careerRow .wpcf7  textarea:-moz-placeholder  { 
  color: rgba(0,0,0,0.5);
}
 .careerRow .wpcf7  span.wpcf7-form-control-wrap {
	color: #666;
    position: relative;
    display: inline-block;
}
 .careerRow .wpcf7 input, .careerRow .wpcf7 textarea{
outline:none;
    font-family: 'Poppins', sans-serif;
	font-weight:500;
	border:none;
	box-shadow:none;
}
 .careerRow .wpcf7 span.wpcf7-form-control-wrap:after {
	position: absolute;
    left: 50%;
	content: '';
	height: 40px;
	height: 2px;
    background: #f08a21;
    width: 0;
    bottom: -2px;  
	-webkit-transition: all 800ms cubic-bezier(0.800, 0.000, 0.200, 1.000);
    -moz-transition: all 800ms cubic-bezier(0.800, 0.000, 0.200, 1.000);
    -o-transition: all 800ms cubic-bezier(0.800, 0.000, 0.200, 1.000);
    transition: all 800ms cubic-bezier(0.800, 0.000, 0.200, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.800, 0.000, 0.200, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.800, 0.000, 0.200, 1.000);
    -o-transition-timing-function: cubic-bezier(0.800, 0.000, 0.200, 1.000);
    transition-timing-function: cubic-bezier(0.800, 0.000, 0.200, 1.000);
}

.careerRow .wpcf7 span.wpcf7-form-control-wrap:hover:after {
	width: 100%;
    margin-left: -50%;
}
 
  
.careerRow .wpcf7 input[type=submit]{ 
margin-top:15px !important; 
display:inline-block; 
color:#22418c; 
border:solid 2px #22418c; 
border-radius:50px; 
width:180px; 
height:50px;
line-height:1;
display:inline-block;
padding:0px; 
margin:0px; 
letter-spacing:5px;
background:transparent;
box-shadow:none;
text-shadow:none;
font-family: 'Poppins', sans-serif;
	font-weight:500;
	font-size:14px;
 
}
  .careerRow .wpcf7 input[type=submit]:hover,   .careerRow .wpcf7 input[type=submit]:focus{
	background:#22418c !important;
	color:#fff !important;
	box-shadow:none !important;	 
text-shadow:none !important;
border:solid 2px #22418c !important;
	
}
 
 .careerRow .wpcf7 .wpcf7-form-control-wrap{
 
 }
 .careerRow .wpcf7  span.file-38,  .careerRow .wpcf7  span.file-38:after{ background:transparent;}
 
 .opening{ 
     height: 165px;
 font-size:14px;
 padding:20px; 
 text-align:center;
 border:2px solid #e6e6e6; border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px;
 -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  }
 .opening:hover{
	 box-shadow:0px 30px 100px rgba(0,0,0,0.10);
	 background-color:#fff;
	 border:2px solid #fff;
	 -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
	 
 }
 .opening p{ font-size:15px; margin-bottom:10px; padding:0px;  text-align:center; }
 .Applynowbtn{
	 height:45px; line-height:45px; padding:0px 30px; display:inline-block; border-radius:50px; color:#444;
	 -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
	 }
 .opening:hover .Applynowbtn{ background-color:#22418c; color:#fff; -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);}
 
/*contact Page Start*/
 .line-topcontact {
    border-top: 1px solid #ccc;
    margin: 15px 0px;
}
.callingfrom{ font-weight:400;}
.heightsame{ height:388px;} 

.statsection{ background:#fff; padding:0; text-align:center;}
.statsection span{ font-size:48px; font-weight:700;}
.statsection h4{ font-size:21px; font-weight:300; margin-top:0}

.bksec{color:#7c509e} 
.ussec{color:#f05449}
.dsec{color:#2350a0}

.statistics .stat{ margin:0 40px}
.stat .number{font-size:48px; font-weight:700;}
.stat .count-title{font-size:21px; font-weight:300; margin-top:0}
.statistics .stat span{ margin-bottom:0}
.stat:nth-child(1n) .number{color:#2350a0}
.stat:nth-child(2n) .number{color:#f05449}
.stat:nth-child(3n) .number{color:#7c509e}

.stat:nth-child(1n) .count-title{color:#2350a0}
.stat:nth-child(2n) .count-title{color:#f05449}
.stat:nth-child(3n) .count-title{color:#7c509e}

.stat:nth-child(1n) span:first-child {background:url(images/dwnload-icn.png) no-repeat 0 0; height:81px; display:block; width:81px; margin:0 auto}
.stat:nth-child(2n) span:first-child{background:url(images/activeuser-icn.png) no-repeat 0 0; height:81px; display:block; width:81px; margin:0 auto}
.stat:nth-child(3n) span:first-child{background:url(images/booking-icn.png) no-repeat 0 0; height:81px; display:block; width:81px; margin:0 auto}

.linespace{ padding-bottom:20px;}
 
/*contact Page End*/

.hbspt-form{}
.hbspt-form input{ border:solid 1px #ccc; height:40px; font-family: 'Poppins', sans-serif; font-size:15px;}
.hbspt-form form.hs-form .form-columns-2 .hs-form-field .hs-input{ margin:10px 0 !important}
.gdprform .hbspt-form fieldset.form-columns-1 .input, .gdprform .hbspt-form fieldset.form-columns-2 .input{ margin-right:10px !important}
.gdprform  .hs_submit{ margin-top:10px}

.bl-in-link{ font-size:13px; color:#505050; font-weight:bold} 
.wr-mega-menu > li > a{
	
}
@media screen and (max-width: 1599px) and (min-width: 1025px) {
.wr-mega-menu > li > a{ padding:15px 10px !important}
.frdemo{ font-size:11px; line-height:13px; width:140px}	
} 
 
@media (max-width:1280px) {
.menur{ width:100%}	
.icn-sec{ margin-top:0px;}

}
@media screen and (max-width: 1280px) and (min-width: 1025px) {
.frdemo{ font-size:9px; line-height:8px; width:100%}	
}
	 
@media (max-width: 1024px) {
.pressbox h2{ min-height:75px}	
#content .post:nth-child(2n){margin-right:12px}
.col-sm-12.col-md-6 > a{ display:none}
.testitext .col-sm-6 h2, .testitext .col-sm-6 h5{ display:none}
.tt01{ display:none}
.testitext{margin-top:7%}
.conbot p strong{ display:block; font-size:21px}
.wr-mega-menu > li > a{ padding:10px !important}

.header-home h2{ font-size:21px; line-height:30px;}

.sec-pad{ padding:30px 0 0; text-align:center}
.inimgtop{margin-bottom:70px}
.in-heading h1{ font-size:30px}
.itop{ padding-top:30px}
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
	
img.mob-img-size{ width:100%;}	
.mob-img-size img{ width:100%;}
.menur{ width:100%}
.header-home a{ font-size:13px}
.frdemo{ font-size:9px}
.logo_c{ margin:10px 0} 

.desktop { display:none}
.mobile{ display:block}
.mobile img{ width:100%; margin-top:15px} 
.capterra-badge-btn > img{ margin-top:15px}

.top-pr{ margin:10px 0}
#home-header .owl-prev, #home-header .owl-next{ position:absolute; top:45%; width:60px; height:60px; color:#fff; background:#fff; border:solid 1px #eaeaea; box-shadow:1px 1px 15px #ccc; display:none}
#home-header .owl-prev{ left:0; background:url(images/arrow1.png) no-repeat 15px 15px;}
#home-header .owl-next { right:0; background:url(images/arrow1.png) no-repeat -58px 15px;}
.gif-img img{ width:80%}

.top-pr{ padding:0 10px !important}
.top-pr h4{ font-size:8px}

}
@media screen and (max-width: 1023px) and (min-width: 768px) {
.jsn-bootstrap3 .col-sm-3{ /*width:100% !important; padding:0 !important*/}
.main-navigation li a{}

.on1 .hegroup, .hegroup{ /*height:55px;*/}
.hdr-txt{padding:20px 0}

.header-home p{ display:none}
.header-home h2{ font-size:18px; line-height:25px;}
.new-icn-sec h2{font-size:30px}

.ft-sec-left ul li, .ft-sec-right ul li{ line-height:20px}
.fs-icn p{ display:none}

.cases-box:hover h4{opacity:0}
.no-appearance{ width:60px}
.kwayy-html-sitemap-post-list.kwayy-post-list li{ float:left; width:100%; text-align:left} 

.pressbox h2{ font-size:12px; line-height:15px}
figure.effect-sadie h2{ top:50%; font-size:12px; line-height:15px}
.grid figure p{font-size:12px; line-height:15px}
.itop{ padding-top:30px}
.itop .blogbox{ width:50%}
.site-content .blogbox{ width:100%}
.gif-img img{ width:60%}
.post{ min-height:520px}
}

@media (max-width: 768px) {
.conbox01 h3, .gettouch h3{ font-size:21px} 
.conbot p strong{ display:block}
.ftfixed{ background-size:cover}
.testi-heading h4{ font-size:17px}
.ftfixed img{ width:100%}
.social .col-sm-2 img{ margin-top:30px}
.whbox h2{ margin:0 0 10px 0}
.whbox{ padding:0 15px}
.navbar-inverse .navbar-nav > li > a{ padding:15px 0}
.pressbox h2{ min-height:100px}

.testitext{margin-top:5%}
.testitext p{ font-size:16px; padding:15px 0}
.testitext h5{ font-size:20px}

.appinfoWrap{ margin-top:10px}
.app-action-wrap a{ font-size:11px; letter-spacing:3px}
.ftlg img{ width:50%}
.clapps, .fsapps{ margin-top:0}
.pressbox h2{ font-size:15px; line-height:22px; font-weight:bold}
.rgbrd{ border:none}

#content .post:nth-child(2n){margin-right:12px}
.widget-title{ font-size:18px}
.col-sm-12.col-md-6 > a{ display:none}
.testitext .col-sm-6 h2, .testitext .col-sm-6 h5{ display:none}
.tt01{ display:none}

.pressbox a{ font-size:11px; letter-spacing:1px; padding:10px 10px}
.conbot p strong{ display:block; font-size:21px}

.more-txt{ height:220px;} 
.more-txt p{ font-size:12px; line-height:18px;}
.top-pr h4{/* font-size:11px;*/}
.emptydiv{ display:none}
.kwayy-html-sitemap-post-list.kwayy-post-list li{ float:left; width:100%; text-align:left} 

#home-header .owl-prev, #home-header .owl-next{ position:absolute; top:45%; width:60px; height:60px; color:#fff; background:#fff; border:solid 1px #eaeaea; box-shadow:1px 1px 15px #ccc; display:none}
#home-header .owl-prev{ left:0; background:url(images/arrow1.png) no-repeat 15px 15px;}
#home-header .owl-next { right:0; background:url(images/arrow1.png) no-repeat -58px 15px;}

.testhead h1{ font-size:18px}
.bl-icn h3{ font-size:9px; line-height:10px}
.con-contact .col-sm-5.col-xs-12 > div{ font-size:14px}

.mob-nav{ width:80%}
.topbtn{ width:100%}
.topbtn .mobile a{ float:right}
.header-home{ padding:40px 0 40px 0}

.gif-img img{ width:60%}
}

@media screen and (max-width: 1025px) and (min-width: 982px) {
.main-navigation ul.nav-menu,.main-navigation div.nav-menu>ul {padding-top:0;display:inline-block !important; text-align:left;width:100%}
}

@media screen and (max-width: 981px) and (min-width: 701px) {
.main-navigation ul.nav-menu,.main-navigation div.nav-menu>ul{padding-top:0;display:none; text-align:left;width:100%}
.hegroup .col-sm-2{ width:100%}
.hegroup .col-sm-7{width:100%}
.hegroup .col-sm-3{width:100%}
.hegroup .col-md-2.col-sm-3{ width:16.5%}
.mob-nav{ background:#22418c; margin:0; padding:0 !important}
.wr-megamenu-container a{ color:#fff !important}
.it-responsive-mega{ top:-50px !important}
.topbtn{ background:#22418c}
.wr-megamenu-container ul.wr-mega-menu{ margin:0 !important}
.wr-megamenu-container ul.wr-mega-menu ul.sub-menu, .wr-megamenu-inner{ width:100% !important}
.wr-mega-menu .wr-menu-down{margin:6px 15px 0 0 !important}
.header-home h2{ margin-top:0}
.hdr-txt{padding:10px 0}
.desktop{ display:block}
.mobile{ display:none}
.frdemo{ max-width:170px; float:right !important; font-size:12px}
.capterra-badge-btn > img{ margin-top:10px}
}

@media (max-width: 767px) {
	
.main-navigation ul.nav-menu,.main-navigation div.nav-menu>ul{display:none}
	
.header-home p{ display:none}
.header-home h2{ font-size:17px; line-height:21px }
.hegroup{ height:68px}
.mob-nav{ padding:0 !important} 
.none{ display:none}	
.navbar-nav{ margin:0}
.out-icn h5{ display:none}
.top-pr{ margin:10px 0}
.wr-megamenu-container ul.wr-mega-menu{ margin:0 !important}
.jsn-bootstrap3 .col-sm-3{/*width:16.5%; */ width:32.5%; float:left; min-height:50px;}
.image_caption{ /*display:none*/ height:40px}
.type-wrap{ margin:30px 0}
.type-wrap > span{ font-size:17px}	
.header-home{text-align:center; padding:0;}
.header-home a{ margin-bottom:20px}
.cldtxt h4{ font-size:21px}
.tab-sec h2{ font-size:26px}
.timg{ text-align:center}
.tablinks > strong{ display:none}
.testi-heading h4{ font-size:15px; line-height:25px}
.hpclient h1, .gettouch h3{ font-size:19px; line-height:28px}
.aptxt{ text-align:center}
.gettouch h3{ font-size:18px}
.ftfixed{ display:none}
.hfeed{ margin-bottom:0}
.conbot{ background-size:60%}
.frdemo{ max-width:170px; margin:10px auto 10px !important}
.hdr-txt{ padding:0 0 0px 0 !important}
.mob-img-size{ width:100%}
.mob-img-size img{width:100%}
.header-home a{float:none; font-size:14px; height:40px !important; margin:0 auto; line-height:10px;}
.gettouch-home{ padding:40px 0}
.gettouch-home h3{font-size:17px;}
.gettouch-home h3 strong{ font-size:21px;}
.icn-sec p{ display:none}

.owl-buttons{ display:none}
.new-icn-sec h2{font-size:25px}

.presstop::before{ display:none}
.serimg .rgalign{ text-align:left}
.serimg .col-sm-6 img{ display:block}
.hs-form fieldset.form-columns-2 .input{ margin-right:0px}
.item{ text-align:center}

.mobsld img{ width:45%; max-width:168px}
.whbox {padding:15px 15px }

.bl, .cm, .ap, .ac, .gb, .re {text-align:center; width:50px; height:50px; display:block; margin:0 auto} 
.tab > li a.active .bl, .tab > li a.active .cm, .tab > li a.active .ap, .tab > li a.active .ac, .tab > li a.active .gb, .tab > li a.active .re{ background-position:0 -72px}
.nav.navbar-nav.ser-tab strong{ display:none}
.in-nav ul li{ padding:0}

.serimg .col-sm-6{ padding:15px}
.open-sec{ padding:15px}
.opening p{ text-align:left}
.career-img{ font-size:18px}

.in-nav ul li a{ font-size:12px}
.in-tab li a{ color:#fff; letter-spacing:0px; font-size:12px; line-height:21px !important; padding:5px !important}
.in-tab li strong{padding:5px !important; line-height:21px; display:block; font-size:12px;}

.appwhite-section h2{ font-size:32px}
.appinfoWrap{margin-top:21px}
.cwmember-app-hero .appinfoWrap p, .cwpeople-app-hero .appinfoWrap p{ font-size:17px; line-height:26px}
.topmaring-160{ margin-top:21px !important}
.empty{ display:none}

.app-action-wrap{ text-align:center}
.app-action-wrap a{ margin-right:0; margin-bottom:15px}
.app-textinfo-left{ text-align:left}
.rgbrd{ border:none}

.post{ width:100%; min-height:250px}
.services h1{ font-size:35px; line-height:40px}
.services{ padding:70px 0 0 0}

#AnythingPopup_BoxContainer{ display:none}
#AnythingPopup_BoxContainerFooter{ display:none}

.team-sec .col-sm-2 > div { display:none !important}
.col-sm-12.col-md-6 > a{ display:none}

.serimg:nth-child(odd) .col-sm-6.srvimg{ width:100%}
.testitext .col-sm-6 h2, .testitext .col-sm-6 h5{ display:none} 
.tt01{ display:none}
.tsright{ border-right:none}
.testitext p{ display:none}
.testitext h5{ font-size:17px}

.frdemo{ float:right !important}
.more-txt{ height:auto;}

.primary_7712 .wr-mega-menu > li:hover > a, .primary_7712 .wr-mega-menu > li.focus > a{ background:#27418c !important}

.con-contact{padding:0}
.con-contact row{ padding:0}
.desktop{ display:block}
.mobile{ display:none}

.new-icn-sec .icn-sec a{min-height:180px}
.emptydiv{ display:none}
.kwayy-html-sitemap-post-list.kwayy-post-list li{ float:left; width:100%; text-align:left} 
.bl-cm-ba .col-sm-2.col-xs-4{ min-height:140px}
.ftlinks a{ display:block; color:#a1a1a1; font-size:12px; padding:2px 0; line-height:normal;}
.ftlinks{ min-height:270px !important; padding-bottom:0;}
.itop{ padding-top:30px}
.blogbox{ width:100%; float:left; padding:0 15px; margin:0;}

.mob-nav{ width:100%}
.menur{ width:100%}	
.capterra-badge-btn > img{ width:100%; margin-top:10px}
.inimgtop{margin-bottom:70px}
/*.ma-icn08 .col-sm-2{ width:100%}*/
.ma-icn08 .col-sm-2{ width:12.5%; padding:0}
.vline img{ max-width:30px;} 
}

@media screen and (max-width: 767px) and (min-width: 640px) {
.col-sm-3.presstop{ width:50%; float:left;}
.col-sm-4.pressbox { width:50%; float:left;}

}

@media (max-width: 639px) {
.in-tab li{ width:50%; border:solid 1px #3e5bb1}	
.cm-key ul.left li span{ width:100%}
.top-pr h4{ font-size:11px; display:none}

.affix .apps-tab img{ width:55px;}
.fs-icn p{min-height:60px}
.apps-tab .col-sm-2.col-xs-2.top-pr{ padding:0 7px}
.gif-img{ width:145px}


}

@media (max-width: 360px) {
.conbot p strong{ display:block}
.mob-sec h3{font-size:25px;}
.in-heading h1{ font-size:25px}
#home-header .owl-pagination { display:none}
.portfolio-link img{ width:51px}
.frdemo{ font-size:11px; line-height:13px}
.gif-img{ width:105px}
.ipdimg{ width:100%}
.dd-email01{ font-size:15px;}
}

@media (max-width: 350px) {
.owl-pagination{ display:none }
.frdemo{ font-size:9px; line-height:12px; width:145px}
.header-home a{ font-size:13px}
.image_caption{ font-size:11px}
}

.blform{}
.blform .input input{ margin:0 !important; border:solid 1px #6e6e6e; font-family:'Poppins', sans-serif !important; font-size:14px;}
.blform ul{ list-style:none}
.blform ul li{ margin:0}
.blform ul li span{ font-weight:normal; font-size:12px; float:left; width:90%}

.blform form.hs-form .form-columns-2 .hs-form-field .hs-input, .blform form.hs-form .form-columns-3 .hs-form-field .hs-input{margin:0 0 20px 0 !important}
.blform .hs_submit{ margin-right:23px}

.body-container-wrapper{ padding:100px; background:#fff}



/**
 * @version    $Id$
 * @package    WR MegaMenu
 * @author     WooRockets Team <support@woorockets.com>
 * @copyright  Copyright (C) 2014 WooRockets.com All Rights Reserved.
 * @license    GNU/GPL v2 or later http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Websites: http://www.woorockets.com
 * Technical Support:  Feedback - http://www.woorockets.com
 */
 
.site {
    overflow: visible;
}
.wr-megamenu-container {
    width: 100%;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.wr-megamenu-container a:hover,
.wr-megamenu-container a:focus {
    text-decoration: none;
}
.wr-megamenu-container:before,
.wr-megamenu-container:after {
    content: " ";
    display: table;
}
.wr-megamenu-container:after {
    clear: both;
}
.wr-megamenu-container ul.wr-mega-menu {
    z-index: 9999;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}
.wr-megamenu-container .block-sub-menu:after {
    content:' '; 
    clear: both;
    display: table;
}
.wr-megamenu-container ul.wr-mega-menu li {
    list-style: none;
}
.wr-megamenu-container .jsn-bootstrap3 .row {
    margin-left: 0;
    margin-right: 0;
}
.wr-megamenu-container .jsn-bootstrap3 .row > div {
    padding-left: 10px;
    padding-right: 10px;
}
.wr-megamenu-container .wr-element-container.wr-element-megamenu_image img{
    max-width: 100%;
    height: auto;
}

/* Item default */
.wr-megamenu-container ul.wr-mega-menu li.menu-default {}
.wr-megamenu-container ul.wr-mega-menu li.menu-default ul {}
.wr-megamenu-container ul.wr-mega-menu li.menu-default li {}
.wr-megamenu-container ul.wr-mega-menu li.menu-default li a {
    padding: 13px;
}

@media only screen and (min-width: 981px) {
    .wr-megamenu-container ul.wr-mega-menu li.wr-megamenu-item:hover > a.menu-item-link {
        background-color: #fff;
        color: #f08a21;
    }
    .wr-megamenu-container ul.wr-mega-menu li:hover > ul.sub-menu,
    .wr-megamenu-container ul.wr-mega-menu li:hover > .wr-megamenu-inner {
        height: auto;
    }
    .wr-megamenu-container ul.wr-mega-menu li:hover > ul.sub-menu,
    .wr-megamenu-container ul.wr-mega-menu li:hover > .wr-megamenu-inner {
        visibility: visible;
        filter: alpha(opacity=100);
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0); 
    }
    .wr-megamenu-container ul.wr-mega-menu ul.sub-menu,
    .wr-megamenu-inner {
        display: inherit;
        visibility: hidden;
        z-index: 9999;
        position: absolute;
        top: auto;
        margin: 0;
       
        -webkit-opacity: 0;
        -moz-opacity: 0;
        -ms-opacity: 0;
        -o-opacity: 0;
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px);
        -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
        -ms-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
        -o-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
        -webkit-transition: -moz-transform 0.3s;
        -moz-transition: -moz-transform 0.3s;
        -ms-transition: -ms-transform 0.3s;
        -o-transition: -o-transform 0.3s;
        transition: transform 0.3s 0s; border-radius:7px; box-shadow:0 2px 2px #ccc; padding:9px !important;
    }
}

.wr-megamenu-container ul.wr-mega-menu > li {
    height: 100%;
    /*position: relative;*/
    float: left;
}
.wr-mega-menu > li > a {
    padding: 15px 20px;
    -webkit-transition: background 0.2s ease-in-out;
    -moz-transition: background 0.2s ease-in-out;
    -ms-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
}
.wr-megamenu-container ul.wr-mega-menu li.menu-item-has-children > a:after,
.wr-megamenu-container ul.wr-mega-menu li.menu-item-has-children i.wr-arrow-down {
    display: none;
}
.wr-megamenu-container ul.wr-mega-menu li.megaitem-widget {
    position: static;
}
.wr-megamenu-container ul.wr-mega-menu li.megaitem-widget .itmm-widget-container ul {
    background: none;
    display: block;
    position: relative;
    left: 0;
    width: 100%;
}
.wr-megamenu-container ul.wr-mega-menu li.megaitem-widget .itmm-widget-container ul li {
    display: block;
    margin: 0;
    padding: 0;
}
.wr-megamenu-container ul.wr-mega-menu li.megaitem-widget .itmm-widget-container ul li a {
    display: block;
    margin: 0 -10px;
    padding: 10px;
    width: 100%;
}
.wr-megamenu-container ul.wr-mega-menu ul.sub-menu a {
    background: none;
}
.wr-megamenu-container ul.wr-mega-menu ul.sub-menu li.wr-megamenu-item {
    text-align: left;
    margin: 0;
    width: 200px;
}
.wr-megamenu-container ul.wr-mega-menu ul li a.menu-item-link {
    display: block;
    width: 100%;
}
.wr-megamenu-container ul.wr-mega-menu ul ul.sub-menu {
    left: 110%;
    top: 0;
}
.wr-megamenu-container ul.wr-mega-menu ul li:hover > ul.sub-menu {
    left: 100%;
}
.wr-megamenu-container ul {
    margin: 0;
}
.wr-megamenu-container a {
    color: #333;
    display: block;
}
.wr-megamenu-container.toggled-on .wr-mega-menu {
    display: block;
}
.wr-mega-menu li a i {
    margin-right: 10px;
    text-transform: none !important;
}

/*fix for frontend*/
.wr-megamenu-container .wr-megamenu-inner ul {
    width: 100% ;
    position: static !important;
    background-color: inherit;
    height: auto;
}
.wr-megamenu-container .wr-megamenu-inner ul a {
    width: 100% !important;
}
/*Element style*/

/*Submenu*/
.wr-element-submenu .caption {
    width: 100%;
    padding: 15px 10px;
}
ul.sub-menu li a > i, ul.submenu-items li a > i {
    margin-right: 4px;
}
.wr-element-submenu ul {
    margin: 0;
    padding: 0;
}
.wr-element-submenu .submenu-divider {
    height: 2px;
    border-bottom: #cccccc solid 1px;
}
.wr-element-submenu .submenu-items {
    padding: 0 10px;
    background-color: #F9F9F9;
}
.wr-element-submenu .submenu-items ul {
    margin-left: 20px !important;
    position: static !important;
    -webkit-opacity: 1 !important;
    -moz-opacity: 1 !important;
    -ms-opacity: 1 !important;
    -o-opacity: 1 !important;
    opacity: 1 !important;
    -webkit-transform: translateY(0px)  !important;
    -moz-transform: translateY(0px)  !important;
    -ms-transform: translateY(0px)  !important;
    -o-transform: translateY(0px)  !important;
    transform: translateY(0px)  !important;

    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;

    border: none !important;
    visibility: visible !important;
}
.wr-element-submenu .submenu-items.has-sub > li > a {
    font-weight: bold;
    font-size: 14px;
    width: 99%;
}
.wr-element-submenu .submenu-items.no-sub > .level-1 li {
    display: none;
}
.wr-element-submenu .submenu-items > li > ul ul {
    margin-left: 10px;
}
.wr-element-submenu .submenu-items a {
    padding: 10px;
}
.wr-megamenu-container.vertical {
    width: auto !important;
    display: table !important;
}
.vertical ul.wr-mega-menu {
    width: auto;
    display: block;
}
.vertical ul.wr-mega-menu > li {
    float: none;
    display: block;
}
.vertical .wr-megamenu-container li {
    display: table;
}
.stick {
    top: 0;
    position: fixed;
    left: 0;
    margin: 0 auto;
    z-index: 1000;
}
.wr-megamenu-rtl {
    right: 0 !important;
    direction: rtl !important;
}
.wr-megamenu-left-inner {
    right: 0 !important;
    left: auto !important;
}


/*****************************
********* Responsive *********
******************************/

/*=== Hide menu toggle default theme ===*/
.menu-toggle, #menu-toggle,
#wr-menu-toggle{
    display: none !important;
}
.it-responsive-mega{
    display: none;
}
.wr-mega-menu .wr-menu-down{
    display:none;
}

@media only screen and (max-width: 981px) {
	
	.active .col-md-3.col-sm-4{ width:25%; float:left} 
	
    .wr-megamenu-container ul li {
        border-top: 1px solid rgba(255, 255, 255, 0.15);
        line-height: 1.5;
        width: 100%;
    }
    .wr-megamenu-container ul li a {
        /*color: #ffffff;*/
    }
    .wr-megamenu-container ul.wr-mega-menu li.wr-megamenu-item > a.menu-item-link:hover {
        /*background-color: #111111;
        color: #ffffff;*/
    }
    .wr-megamenu-container ul.wr-mega-menu li ul.sub-menu {
        background: #222222;
        border: none;
        left: 0;
        -webkit-box-shadow: none 0 2px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: none 0 2px rgba(0, 0, 0, 0.1);
        -ms-box-shadow: none 0 2px rgba(0, 0, 0, 0.1);
        -o-box-shadow: none 0 2px rgba(0, 0, 0, 0.1);
        box-shadow: none 0 2px rgba(0, 0, 0, 0.1);
    }
    .wr-megamenu-container ul.wr-mega-menu li ul.sub-menu,
    .wr-megamenu-container ul.wr-mega-menu li ul.sub-menu li {
        width: 100% !important;
        float: left;
    }
    .wr-megamenu-container ul.wr-mega-menu li.menu-item-has-children > i.wr-arrow-down {
        background: url("../images/icons.png") no-repeat -64px 0;
        display: block;
        height: 20px;
        z-index: 9999;
        position: absolute;
        right: 5px;
        top: 17px;
        width: 20px;
    }
    .wr-megamenu-container ul.wr-mega-menu li.menu-item-has-children > i.wr-arrow-down:hover {
        cursor: pointer;
    }
    .wr-megamenu-container ul.wr-mega-menu li.menu-item-has-children .sub-menu {
        /*max-height: 0;
        -webkit-transform: translateY(none);
        -ms-transform: translateY(none);
        transform: translateY(none);*/
    }
    .wr-megamenu-container ul.wr-mega-menu li.menu-item-has-children .active + .sub-menu {
        visibility: visible;
        max-height: 2000px;
        overflow: hidden;
        left: 0;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        opacity: 1;
        filter: alpha(opacity=100);
        position: relative;
    }
    .wr-megamenu-container ul.wr-mega-menu li.megaitem-widget .itmm-widget-container ul {
        margin: 0;
    }
    .wr-megamenu-container ul.wr-mega-menu > li.wr-megamenu-item > a.menu-item-link {
        padding: 15px 10px;
    }
    .wr-megamenu-container ul.sub-menu > li.wr-megamenu-item > a.menu-item-link {
        padding-left: 25px;
        text-align: left;
        color: #fff;
        font-weight: normal;
        font-size: 13px;
        font-style: normal;
    }
    .wr-megamenu-container a.menu-item-link {
        margin-right: 42px;
        width: auto !important;
    }
    .wr-megamenu-container ul.wr-mega-menu ul.sub-menu a {
        color: #ffffff;
    }
    .wr-megamenu-container ul.sub-menu ul > li.wr-megamenu-item > a.menu-item-link {
        padding-left: 40px;
    }
    .wr-megamenu-container ul.sub-menu ul ul > li.wr-megamenu-item > a.menu-item-link {
        padding-left: 55px;
    }
    .wr-megamenu-container ul.sub-menu ul ul ul > li.wr-megamenu-item > a.menu-item-link {
        padding-left: 70px;
    }
    .wr-megamenu-container ul.sub-menu ul ul ul ul > li.wr-megamenu-item > a.menu-item-link {
        padding-left: 85px;
    }
    .wr-megamenu-container ul.sub-menu ul ul ul ul ul > li.wr-megamenu-item > a.menu-item-link {
        padding-left: 100px;
    }
    .wr-megamenu-container ul.sub-menu ul ul ul ul ul ul > li.wr-megamenu-item > a.menu-item-link {
        padding-left: 115px;
    }
    .wr-megamenu-container ul.sub-menu ul ul ul ul ul ul ul > li.wr-megamenu-item > a.menu-item-link {
        padding-left: 130px;
    }
    .wr-megamenu-container ul.sub-menu .itmm-widget-container .widget li a:before {
        background: none;
    }
    .itmm-widget-container {
        color: #ffffff;
    }
    .itmm-widget-container .widget {
        overflow: hidden;
    }
    .itmm-widget-container .widget .widgettitle {
        color: #ffffff;
    }
    .wr-megamenu-container.active ul.wr-mega-menu {
        display: block !important;
        position: static !important;
        opacity: 1 !important;
        -o-opacity: 1 !important;
        -ms-opacity: 1 !important;
        -moz-opacity: 1 !important;
        -webkit-opacity: 1 !important;
    }
    .it-responsive-mega{
        display: block; position:absolute; right:15px; top:-50px;
        width: 38px;
        clear: both;
        height: 38px; border:solid 1px #c47005;
        background: rgba(227, 131, 9, 1) url(../images/icon-menu.png) center no-repeat;
    }
    .it-responsive-mega .glyphicon{
        font-size: 18px;
        color: #333;
        padding: 10px;
    }
    .wr-mega-menu .wr-menu-down{
        position: relative;
        float:right;
        color: #ccc;
        width: 32px;
        height: 32px;
        line-height: 32px;
        text-align: center;
        border-radius: 3px;
        -o-border-radius: 3px;
        -ms-border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        margin: -35px 5px 0 0;
        z-index: 9999;
        cursor: pointer;
        display:block;
        background: rgba(255, 255, 255, .2) url(../images/icon-down.svg) center 12px no-repeat;
        background-size: 20px;
    }
    .wr-mega-menu .wr-menu-down.active{
        background: rgba(255, 255, 255, .2) url(../images/icon-up.svg) center 12px no-repeat;
        background-size: 20px;
    }
    .wr-megamenu-container ul.wr-mega-menu ul.sub-menu,
    .wr-megamenu-inner{
        display: none;
    }
    .wr-megamenu-container ul.wr-mega-menu ul.sub-menu.active,
    .wr-megamenu-inner.active {
        display: block !important;
        height: auto;
        opacity: 1 !important;
        -o-opacity: 1 !important;
        -ms-opacity: 1 !important;
        -moz-opacity: 1 !important;
        -webkit-opacity: 1 !important;
        visibility: initial !important;
    }
    .wr-mega-menu .sub-menu,
    .wr-mega-menu .children{
        position: static;       
    }
    .wr-megamenu-container .fa-angle-down{
        display: none !important;
    }
    .wr-megamenu-container.stick.active{
        top: 38px;
        height: 90%;
        overflow: auto;
        overflow-scrolling: touch;
        -o-overflow-scrolling: touch;
        -ms-overflow-scrolling: touch;
        -moz-overflow-scrolling: touch;
        -webkit-overflow-scrolling: touch;
        -webkit-overflow-scrolling: touch;
    }
	
	.wr-megamenu-container .current_page_item > a,
.wr-megamenu-container .current_page_ancestor > a,
.wr-megamenu-container .current-menu-item > a,
.wr-megamenu-container .current-menu-ancestor > a {
   color: #fff !important;
}

@media only screen and (max-width: 768px), (max-device-width: 768px) {
    .row [class*="col-md-"] {
        /*width: 100%;
        margin: 0;*/
    }
	/*.wr-megamenu-container ul.wr-mega-menu > li.wr-megamenu-item > a.menu-item-link{ padding:10px}
	.primary_7712 .wr-mega-menu > li:hover > a, .primary_7712 .wr-mega-menu > li.focus > a{ background:#1d458b !important}
	
	.wr-mega-menu > li > a{ padding:15px 10px} */
	
}

@media screen and (min-width: 981px) {

    .wr-megamenu-container li .current_page_item > a,
    .wr-megamenu-container li .current_page_ancestor > a,
    .wr-megamenu-container li .current-menu-item > a,
    .wr-megamenu-container li .current-menu-ancestor > a {
        color: #fff;
    }
    .wr-megamenu-container {
        padding: 0;
    }
    .wr-megamenu-container li {
        border: 0;
        display: inline-block; margin:0;
        /*position: relative;*/
    }
    .wr-megamenu-container a {
        white-space: nowrap;
    }
    .wr-megamenu-container ul ul {
        background-color: #24890d;
        float: left;
        margin: 0;
        position: absolute;
        top: 48px;
        left: -999em;
        z-index: 99999;
    }
    .wr-megamenu-container li li {
        display: block;
        height: auto;
        width: 100%;
        line-height: 1.0909090909;
    }
    .wr-megamenu-container ul ul ul {
        left: -999em;
        top: 0;
    }
    .wr-megamenu-container ul ul a {
        white-space: normal;
    }
    .wr-megamenu-container li:hover > a,
    .wr-megamenu-container li.focus > a {
        color: #41a62a;
    }
    .wr-megamenu-container ul ul a:hover,
    .wr-megamenu-container ul ul li.focus > a {
        color: #41a62a;
    }
    .wr-megamenu-container ul li:hover > ul,
    .wr-megamenu-container ul li.focus > ul {
        left: auto;
    }
    .wr-megamenu-container ul ul li:hover > ul,
    .wr-megamenu-container ul ul li.focus > ul {
        left: 100%;
    }
	
	.wr-mega-menu > li > a{ padding:15px 10px}
	
	
	
}

@media only screen and (min-width: 1024px) {
	.wr-mega-menu > li > a { padding:10px}
}

/*
Theme Name: ClubWise Software Ltd
Author: Kadir Pathan
Description: The 2013 theme for Club wise is a fully responsive theme that looks great on any device. 
Version: 1.1
*/@font-face {font-family: 'Poppins', sans-serif;}.main-navigation a{color:white}.main-navigation ul.nav-menu,.main-navigation div.nav-menu>ul{/*display:none*/}.main-navigation ul.nav-menu.toggled-on,.menu-toggle{display:inline-block}.ProximaNovaA-Bold{font-family:ProximaNovaA-Bold;font-weight:normal;font-style:normal}.ProximaNovaS-Regular{font-family:ProximaNovaS-Regular;font-weight:normal;font-style:normal}.ProximaNovaS-Semibold{font-family:ProximaNovaS-Semibold;font-weight:normal;font-style:normal}.ProximaNovaS-Bold{font-family:ProximaNovaS-Bold;font-weight:normal;font-style:normal}.ProximaNovaA-Semibold{font-family:ProximaNovaA-Semibold;font-weight:normal;font-style:normal}.ProximaNovaA-Regular{font-family:ProximaNovaA-Regular;font-weight:normal;font-style:normal}.ProximaNova-Semibold{font-family:ProximaNova-Semibold;font-weight:normal;font-style:normal}.ProximaNova-Regular{font-family:ProximaNova-Regular;font-weight:normal;font-style:normal}.ProximaNova-Bold{font-family:ProximaNova-Bold;font-weight:normal;font-style:normal}.whitetext{color:white}.graytext{color:#6d6d76}.darkbtext{color:#345fa4}.odarkbtext{color:#f69322}.graytextl{color:#cdd0d4}.frightrr{float:right}.keep{margin-top:10px}.c-icon{border-radius:50% 50% 50% 50%;display:inline-block;font-size:30px;height:80px;line-height:80px;text-align:center;width:80px;border:3px solid #80b6e5;margin-right:10px}.conright{margin-right:20px;display:block}.boxspace{margin-left:10px;margin-bottom:10px}.conmail a{color:#555}.confin a{color:#3b5998}.conmail{background:none repeat scroll 0 0 #fff;border:1px solid #dedede;border-radius:4px 4px 4px 4px;padding:5px;width:245px;box-shadow:0 2px 2px rgba(0,0,0,0.2);height:86px}.teambox a{color:#007ebd;font-family:proximanova-bold;font-size:15px;line-height:26px}.recruitmentbox{background:none repeat scroll 0 0 #fff;border:1px solid #dedede;border-radius:4px 4px 4px 4px;font-family:proximanova-regular;font-size:16px;height:auto;line-height:29px;padding:5px;width:200px}.conmailso{background:none repeat scroll 0 0 #fff;border:1px solid #dedede;border-radius:4px 4px 4px 4px;padding:16px 10px;width:226px;box-shadow:0 2px 2px rgba(0,0,0,0.2);height:65px}.conpost{background:none repeat scroll 0 0 #fff;border:1px solid #dedede;border-radius:4px 4px 4px 4px;margin:30px auto;padding:10px;width:270px;box-shadow:0 2px 2px rgba(0,0,0,0.2);height:130px}.confin{background:none repeat scroll 0 0 #fff;border:1px solid #dedede;border-radius:4px 4px 4px 4px;margin:30px auto;padding:10px;width:270px;box-shadow:0 2px 2px rgba(0,0,0,0.2);height:285px}.confinmap{background:none repeat scroll 0 0 #fff;border:1px solid #dedede;border-radius:4px 4px 4px 4px;padding:10px;box-shadow:0 2px 2px rgba(0,0,0,0.2);height:160px}.fac input[type="text"]{border-radius:0;height:25px;margin-bottom:21px;width:180px;margin-left:30px}.fac input[type="submit"]{background:none repeat scroll 0 0 white;border-radius:4px 4px 4px 4px;color:#000;font-weight:bold;margin-top:4px;width:70px;margin-left:30px}.fa input[type="text"]{border-radius:0;height:25px;margin-bottom:4px;width:180px}.fa input[type="submit"]{background:none repeat scroll 0 0 white;border-radius:4px 4px 4px 4px;color:#000;font-weight:bold;margin-top:4px;width:70px}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}caption,th,td{font-weight:normal;text-align:left}h1,h2,h3,h4,h5,h6{clear:both}html{overflow-y:scroll;font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}a:focus{/*outline:thin dotted*/}article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none}del{color:#333}ins{background:#fff9c0;text-decoration:none}hr{background-color:#ccc;border:0;height:1px;margin:24px;margin-bottom:1.714285714rem}hr.postbottom{background-color:#ccc;border:0;height:1px;margin:20px 0}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}small{font-size:smaller}img{border:0;-ms-interpolation-mode:bicubic}.clear:after,.wrapper:after,.format-status .entry-header:after{clear:both}.clear:before,.clear:after,.wrapper:before,.wrapper:after,.format-status .entry-header:before,.format-status .entry-header:after{display:table;content:""}.archive-title,.page-title,.widget-title,.entry-content th,.comment-content th{font-size:11px;font-size:.785714286rem;line-height:2.181818182;font-weight:bold;color:#636363}article.format-quote footer.entry-meta,article.format-link footer.entry-meta,article.format-status footer.entry-meta{font-size:11px;font-size:.785714286rem;line-height:2.181818182}input.fa{width:20px}button,input,textarea{border:none;}button,input{line-height:normal;}textarea{font-size:100%;overflow:auto;vertical-align:top}input[type="checkbox"],input[type="radio"],input[type="file"],input[type="hidden"],input[type="image"],input[type="color"]{border:0;border-radius:0;padding:0}.menu-toggle,input[type="button"],input[type="reset"],article.post-password-required input[type=submit],li.bypostauthor cite span{padding:10px;background:url(images/nav.png) no-repeat 0 0}.menu-toggle,button,input[type="submit"],input[type="button"],input[type="reset"]{cursor:pointer}button[disabled],input[disabled]{cursor:default}.menu-toggle:hover,button:hover,input[type="button"]:hover,input[type="reset"]:hover,article.post-password-required input[type=submit]:hover{background:url(images/nav-over.png) no-repeat 0 0}.menu-toggle:active,.menu-toggle.toggled-on,button:active,input[type="button"]:active,input[type="reset"]:active{background:url(images/nav-over.png) no-repeat 0 0}li.bypostauthor cite span{color:#fff;background-color:#21759b;background-image:none;border:1px solid #1f6f93;border-radius:2px;box-shadow:none;padding:0}.entry-content img,.comment-content img,.widget img{}img[class*="align"],img[class*="wp-image-"],img[class*="attachment-"]{height:auto}img.size-full,img.size-large,img.header-image,img.wp-post-image{max-width:100%;height:auto}embed,iframe,object,video{max-width:100%}.entry-content .twitter-tweet-rendered{max-width:100% !important}.alignleft{float:left}.alignright{float:right}.aligncenter{display:block;margin-left:auto;margin-right:auto}.wp-caption{max-width:100%;padding:4px}.wp-caption .wp-caption-text,.gallery-caption,.entry-caption{font-style:italic;font-size:12px;font-size:.857142857rem;line-height:2;color:#757575}img.wp-smiley,.rsswidget img{border:0;border-radius:0;box-shadow:none;margin-bottom:0;margin-top:0;padding:0}.entry-content dl.gallery-item{margin:0}.gallery-item a,.gallery-caption{width:90%}.gallery-item a{display:block}.gallery-caption a{display:inline}.gallery-columns-1 .gallery-item a{max-width:100%;width:auto}.gallery .gallery-icon img{height:auto;max-width:90%;padding:5%}.gallery-columns-1 .gallery-icon img{padding:3%}.site-content nav{clear:both;line-height:2;overflow:hidden}#nav-above{padding:24px 0;padding:1.714285714rem 0}#nav-above{display:none}.paged #nav-above{display:block}.nav-previous,.previous-image{float:left;width:50%}.nav-next,.next-image{float:right;text-align:right;width:50%}.author .archive-header{margin-bottom:24px;margin-bottom:1.714285714rem}.author-info{border-top:1px solid #ededed;margin:24px 0;margin:1.714285714rem 0;padding-top:24px;padding-top:1.714285714rem;overflow:hidden}.author-description p{color:#757575;font-size:13px;font-size:.928571429rem;line-height:1.846153846}.author.archive .author-info{border-top:0;margin:0 0 48px;margin:0 0 3.428571429rem}.author.archive .author-avatar{margin-top:0}html{font-size:87.5%}body{font-size:14px;font-size:1rem;font-family: 'Poppins', sans-serif;text-rendering:optimizeLegibility;color:#444}body.custom-font-enabled{}a{outline:0;color:#21759b;text-decoration:none}a:hover{text-decoration:none;color:#9ce}Assistive text */.assistive-text,.site .screen-reader-text{position:absolute !important;clip:rect(1px,1px,1px,1px)}.main-navigation .assistive-text:hover,.main-navigation .assistive-text:active,.main-navigation .assistive-text:focus{background:#fff;border:2px solid #333;border-radius:3px;clip:auto !important;color:#000;display:block;font-size:12px;padding:12px;position:absolute;top:5px;left:5px;z-index:100000}body.template-front-page .site-content,body.single-attachment .site-content,body.full-width .site-content{margin:0}.site-content{/*margin:24px 0 0;margin:1.714285714rem 0 0*/}.widget-area{/*margin:24px 0 0;margin:1.714285714rem 0 0*/}.site-header{padding-top:0;padding-bottom:0}.site-header h1,.site-header h2{text-align:center}.site-header h1 a,.site-header h2 a{color:#515151;display:inline-block;text-decoration:none}.site-header h1 a:hover,.site-header h2 a:hover{color:#21759b}.site-header h1{font-size:24px;font-size:1.714285714rem;line-height:1.285714286;margin-bottom:14px;margin-bottom:1rem}.site-header h2{font-weight:normal;font-size:13px;font-size:.928571429rem;line-height:1.846153846}.header-image{margin-top:24px;margin-top:1.714285714rem}section[role="banner"]{margin-bottom:48px;margin-bottom:3.428571429rem}.widget-area .widget{-webkit-hyphens:auto;-moz-hyphens:auto;hyphens:auto;margin-bottom:30px;word-wrap:break-word; border-radius:11px}.widget-area .widget h3{margin-bottom:15px}.widget-area .widget p,.widget-area .widget li,.widget-area .widget .textwidget{font-size:13px;font-size:.928571429rem;line-height:1.846153846}.widget-area .widget p{margin-bottom:24px;margin-bottom:1.714285714rem}.widget-area .textwidget ul{list-style:disc outside;margin:0 0 24px;margin:0 0 1.714285714rem}.widget-area .textwidget li{margin-left:36px;margin-left:2.571428571rem}.widget-area .widget a{color:#505050}.widget-area .widget a:hover{color:#f08a21}.widget-area #s{width:64.667%;padding:10px}footer[role="contentinfo"]{border-top:1px solid #ededed;clear:both;font-size:12px;font-size:.857142857rem;line-height:2;max-width:960px;max-width:68.571428571rem;margin-left:auto;margin-right:auto;padding:14px 0;padding:.714285714rem 0}footer[role="contentinfo"] a{color:#686868}footer[role="contentinfo"] a:hover{color:#9ce}.cboth{clear:both}.entry-meta{clear:both}.entry-header{margin-bottom:0}.entry-header img.wp-post-image{height:100%;margin:0;width:100%}html body.page-template-page-templatesfull-width-php .entry-header .entry-title{display:none}.entry-header .entry-title{display:block;font-size:20px;font-size:1.428571429rem;line-height:1.2;font-weight:normal}.entry-header .entry-title a{text-decoration:none}.entry-header .entry-format{margin-top:24px;margin-top:1.714285714rem;font-weight:normal}.entry-header .comments-link{color:#3e4459;font-family:ProximaNova-Regular;font-size:13px;line-height:normal;margin:1.014rem 0}.entry-header .comments-link a{color:#007ebd}.entry-header .comments-link a:hover{color:#f07d00}html body .page .comments-link{display:none}.comments-link a,.entry-meta a{color:#757575}.comments-link a:hover,.entry-meta a:hover{color:#21759b}article.sticky .featured-post{border-top:4px double #ededed;border-bottom:4px double #ededed;color:#757575;font-size:13px;font-size:.928571429rem;line-height:3.692307692;margin-bottom:24px;margin-bottom:1.714285714rem;text-align:center}/*.entry-content,.entry-summary,.mu_register{line-height:0}*/.entry-content h1,.comment-content h1,.entry-content h2,.comment-content h2,.entry-content h3,.comment-content h3,.entry-content h4,.comment-content h4,.entry-content h5,.comment-content h5,.entry-content h6,.comment-content h6{/*margin:24px 0;margin:1.714285714rem 0;line-height:1.714285714*/}.entry-content h1,.comment-content h1{font-size:21px;font-size:1.5rem;line-height:1.5}.entry-content h2,.comment-content h2,.mu_register h2{/*font-size:18px;font-size:1.285714286rem;line-height:1.6*/}.entry-content h3,.comment-content h3{/*font-size:16px;font-size:1.142857143rem;line-height:1.846153846*/}.entry-content h4,.comment-content h4{}.entry-content h5,.comment-content h5{font-size:13px;font-size:.928571429rem;line-height:1.846153846}.entry-content h6,.comment-content h6{font-size:12px;font-size:.857142857rem;line-height:1.846153846}.entry-content ol,.comment-content ol,.entry-content ul,.comment-content ul,.mu_register ul{line-height:1.71429;margin:.7rem 0}.entry-content ul ul,.comment-content ul ul,.entry-content ol ol,.comment-content ol ol,.entry-content ul ol,.comment-content ul ol,.entry-content ol ul,.comment-content ol ul{margin-bottom:0}.entry-content ul,.comment-content ul,.mu_register ul{list-style:disc outside}.entry-content ol,.comment-content ol{list-style:decimal outside}.entry-content li,.comment-content li,.mu_register li{margin:0 0 0 16px}.entry-content blockquote,.comment-content blockquote{margin-bottom:24px;margin-bottom:1.714285714rem;padding:24px;padding:1.714285714rem;font-style:italic}.entry-content blockquote p:last-child,.comment-content blockquote p:last-child{margin-bottom:0}.entry-content code,.comment-content code{font-family:Consolas,Monaco,Lucida Console,monospace;font-size:12px;font-size:.857142857rem;line-height:2}.entry-content pre,.comment-content pre{border:1px solid #ededed;color:#666;font-family:Consolas,Monaco,Lucida Console,monospace;font-size:12px;font-size:.857142857rem;line-height:1.714285714;margin:24px 0;margin:1.714285714rem 0;overflow:auto;padding:24px;padding:1.714285714rem}.entry-content pre code,.comment-content pre code{display:block}.entry-content abbr,.comment-content abbr,.entry-content dfn,.comment-content dfn,.entry-content acronym,.comment-content acronym{border-bottom:1px dotted #666;cursor:help}.entry-content address,.comment-content address{display:block;line-height:1.714285714;margin:0 0 24px;margin:0 0 1.714285714rem}img.alignleft{margin:12px 24px 12px 0;margin:.857142857rem 1.714285714rem .857142857rem 0}img.alignright{margin:12px 0 12px 24px;margin:.857142857rem 0 .857142857rem 1.714285714rem}img.aligncenter{margin-top:12px;margin-top:.857142857rem;margin-bottom:12px;margin-bottom:.857142857rem}.entry-content embed,.entry-content object,.entry-content video{margin-bottom:24px;margin-bottom:1.714285714rem}.entry-content dl,.comment-content dl{margin:0 24px;margin:0 1.714285714rem}.entry-content dt,.comment-content dt{font-weight:bold;line-height:1.714285714}.entry-content dd,.comment-content dd{line-height:1.714285714;margin-bottom:24px;margin-bottom:1.714285714rem}.entry-content table,.comment-content table{border-bottom:1px solid #ededed;color:#757575;font-size:12px;font-size:.857142857rem;line-height:2;margin:0 0 24px;margin:0 0 1.714285714rem;width:100%}.entry-content table caption,.comment-content table caption{font-size:16px;font-size:1.142857143rem;margin:24px 0;margin:1.714285714rem 0}.entry-content td,.comment-content td{border-top:1px solid #ededed;padding:6px 10px 6px 0}.site-content article{word-wrap:break-word;-webkit-hyphens:none;-moz-hyphens:none;hyphens:none}.page-links{clear:both;line-height:1.714285714}footer.entry-meta{font-size:13px;font-size:.928571429rem;line-height:1.846153846;color:#757575}.single-author .entry-meta .by-author{display:none}html body.page-template-page-templatesfull-width-php .entry-meta{display:none}.mu_register h2{color:#757575;font-weight:normal}.archive-header,.page-header{margin-bottom:48px;margin-bottom:3.428571429rem;padding-bottom:22px;padding-bottom:1.571428571rem;border-bottom:1px solid #ededed}.archive-meta{color:#757575;font-size:12px;font-size:.857142857rem;line-height:2;margin-top:22px;margin-top:1.571428571rem}.article.attachment{overflow:hidden}.image-attachment div.attachment{text-align:center}.image-attachment div.attachment p{text-align:center}.image-attachment div.attachment img{display:block;height:auto;margin:0 auto;max-width:100%}.image-attachment .entry-caption{margin-top:8px;margin-top:.571428571rem}article.format-aside h1{margin-bottom:24px;margin-bottom:1.714285714rem}article.format-aside h1 a{text-decoration:none;color:#4d525a}article.format-aside h1 a:hover{color:#2e3542}article.format-aside .aside{padding:24px 24px 0;padding:1.714285714rem;background:#d2e0f9;border-left:22px solid #a8bfe8}article.format-aside p{font-size:13px;font-size:.928571429rem;line-height:1.846153846;color:#4a5466}article.format-aside blockquote:last-child,article.format-aside p:last-child{margin-bottom:0}article.format-image footer h1{font-size:13px;font-size:.928571429rem;line-height:1.846153846;font-weight:normal}article.format-image footer h2{font-size:11px;font-size:.785714286rem;line-height:2.181818182}article.format-image footer a h2{font-weight:normal}article.format-link header{padding:0 10px;padding:0 .714285714rem;float:right;font-size:11px;font-size:.785714286rem;line-height:2.181818182;font-weight:bold;font-style:italic;text-transform:uppercase;color:#848484;background-color:#ebebeb;border-radius:3px}article.format-link .entry-content{max-width:80%;float:left}article.format-link .entry-content a{font-size:22px;font-size:1.571428571rem;line-height:1.090909091;text-decoration:none}article.format-quote .entry-content p{margin:0;padding-bottom:24px;padding-bottom:1.714285714rem}article.format-quote .entry-content blockquote{display:block;padding:24px 24px 0;padding:1.714285714rem 1.714285714rem 0;font-size:15px;font-size:1.071428571rem;line-height:1.6;font-style:normal;color:#6a6a6a;background:#efefef}.format-status .entry-header{margin-bottom:24px;margin-bottom:1.714285714rem}.format-status .entry-header header{display:inline-block}.format-status .entry-header h1{font-size:15px;font-size:1.071428571rem;font-weight:normal;line-height:1.6;margin:0}.format-status .entry-header h2{font-size:12px;font-size:.857142857rem;font-weight:normal;line-height:2;margin:0}.format-status .entry-header header a{color:#757575}.format-status .entry-header header a:hover{color:#21759b}.format-status .entry-header img{float:left;margin-right:21px;margin-right:1.5rem}.comments-title{margin-bottom:48px;margin-bottom:3.428571429rem;font-size:16px;font-size:1.142857143rem;line-height:1.5;font-weight:normal}.comments-area article{margin:24px 0;margin:1.714285714rem 0}.comments-area article header{margin:0 0 .428571429rem;overflow:hidden;position:relative}.comments-area article header img{float:left;padding:0;line-height:0;border-radius:500px;margin-right:20px}.comments-area article header cite,.comments-area article header time{display:block;margin-left:5.071rem}.comments-area article header cite{color:#007ebd;font-family:ProximaNova-Semibold;font-size:18px;font-style:normal;line-height:normal;margin-top:2px}.comments-area article header time{color:#626678;font-family:proximanova-regular;font-size:13px;line-height:normal;text-decoration:none}.comment-content,.comment-awaiting-moderation{margin-left:72px}.comments-area article header a{text-decoration:none;color:#5e5e5e}.comments-area article header a:hover{color:#21759b}.comments-area article header cite a{color:#007ebd}.comments-area article header cite a:hover{text-decoration:underline}.comments-area article header h4{position:absolute;top:0;right:0;padding:6px 12px;padding:.428571429rem .857142857rem;font-size:12px;font-size:.857142857rem;font-weight:normal;color:#fff;background-color:#0088d0;background-repeat:repeat-x;background-image:-moz-linear-gradient(top,#009cee,#0088d0);background-image:-ms-linear-gradient(top,#009cee,#0088d0);background-image:-webkit-linear-gradient(top,#009cee,#0088d0);background-image:-o-linear-gradient(top,#009cee,#0088d0);background-image:linear-gradient(top,#009cee,#0088d0);border-radius:3px;border:1px solid #007cbd}.comments-area li.bypostauthor cite span{position:absolute;margin-left:5px;margin-left:.357142857rem;padding:2px 5px;padding:.142857143rem .357142857rem;font-size:10px;font-size:.714285714rem;display:none}a.comment-reply-link,a.comment-edit-link{color:#007ebd;font-family:ProximaNova-Regular;font-size:15px;line-height:normal}.reply{margin-left:72px;margin-top:10px}a.comment-reply-link:hover,a.comment-edit-link:hover{color:#21759b}.commentlist .pingback{line-height:1.714285714;margin-bottom:24px;margin-bottom:1.714285714rem}#respond{margin-top:48px;margin-top:3.428571429rem;border-top:5px solid #c1c3cb;padding:1.429rem 0}#respond h3#reply-title{color:#3e4459;font-family:ProximaNova-Semibold;font-size:20px;font-weight:100;line-height:1.5}#respond h3#reply-title #cancel-comment-reply-link{margin-left:10px;margin-left:.714285714rem;font-weight:normal;font-size:12px;font-size:.857142857rem}#respond form{margin:24px 0;margin:1.714285714rem 0}#respond form p{margin:20px 0}#respond form p.logged-in-as{margin-bottom:24px;margin-bottom:1.714285714rem}#respond form label{display:block;float:left;line-height:1.71429;width:25%}#respond form input[type="text"],#respond form textarea{-moz-box-sizing:border-box;box-sizing:border-box;font-size:12px;font-size:.857142857rem;line-height:1.714285714;padding:12px;width:75%}hr.combottom{background-color:#ccc;border:0 none;height:1px;margin:25px 0}#respond form p.form-allowed-tags{margin:0;font-size:12px;font-size:.857142857rem;line-height:2;color:#5e5e5e}.required{color:red}.entry-page-image{margin-bottom:14px;margin-bottom:1rem}.template-front-page .site-content article{border:0;margin-bottom:0}.template-front-page .widget-area{clear:both;float:none;width:auto;padding-top:24px;padding-top:1.714285714rem;border-top:1px solid #ededed}.template-front-page .widget-area .widget li{margin:8px 0 0;margin:.571428571rem 0 0;font-size:13px;font-size:.928571429rem;line-height:1.714285714;list-style-type:square;list-style-position:inside}.template-front-page .widget-area .widget li a{color:#757575}.template-front-page .widget-area .widget li a:hover{color:#21759b}.template-front-page .widget-area .widget_text img{float:left;margin:8px 24px 8px 0;margin:.571428571rem 1.714285714rem .571428571rem 0}.widget-area .widget ul ul{margin-left:12px;margin-left:.857142857rem}.widget_rss li{margin:12px 0;margin:.857142857rem 0}.widget_recent_entries .post-date,.widget_rss .rss-date{color:#aaa;font-size:11px;font-size:.785714286rem;margin-left:12px;margin-left:.857142857rem}#wp-calendar{margin:0;width:100%;font-size:13px;font-size:.928571429rem;line-height:1.846153846;color:#686868}#wp-calendar th,#wp-calendar td,#wp-calendar caption{text-align:left}#wp-calendar #next{padding-right:24px;padding-right:1.714285714rem;text-align:right}.widget_search label{display:none;font-size:13px;font-size:.928571429rem;line-height:1.846153846}.widget_twitter li{list-style-type:none}.widget_twitter .timesince{display:block;text-align:right}img#wpstats{display:block;margin:0 auto 24px;margin:0 auto 1.714285714rem}@media print{body{background:none !important;color:#000;font-size:10pt}footer a[rel=bookmark]:link:after,footer a[rel=bookmark]:visited:after{content:" [" attr(href) "] "}a{text-decoration:none}.entry-content img,.comment-content img,.author-avatar img,img.wp-post-image{border-radius:0;box-shadow:none}.site{clear:both !important;display:block !important;float:none !important;max-width:100%;position:relative !important}.shell{clear:both !important;display:block !important;float:none !important;max-width:100%;position:relative !important}.site-header{margin-bottom:72px;margin-bottom:5.142857143rem;text-align:left}.site-header h1{font-size:21pt;line-height:1;text-align:left}.site-header h2{color:#000;font-size:10pt;text-align:left}.site-header h1 a,.site-header h2 a{color:#000}.author-avatar,#colophon,#respond,.commentlist .comment-edit-link,.commentlist .reply,.entry-header .comments-link,.entry-meta .edit-link a,.page-link,.site-content nav,.widget-area,img.header-image,.main-navigation{display:none}.wrapper{border-top:0;box-shadow:none}.site-content{margin:0;width:auto}.singular .entry-header .entry-meta{position:static}.singular .site-content,.singular .entry-header,.singular .entry-content,.singular footer.entry-meta,.singular .comments-title{margin:0;width:100%}.entry-header .entry-title,.entry-title,.singular .entry-title{font-size:21pt}footer.entry-meta,footer.entry-meta a{color:#444;font-size:10pt}.author-description{float:none;width:auto}.commentlist>li.comment{background:0;position:relative;width:auto}.commentlist .avatar{height:39px;left:2.2em;top:2.2em;width:39px}.comments-area article header cite,.comments-area article header time{margin-left:50px;margin-left:3.57142857rem}}.mailpostd{background:0;display:block;margin-left:110px;margin-top:-46px;z-index:0}.fleft{float:left}.fright{float:right}.phone_style{background:url("images/phone_bg.png") repeat-x scroll 0 0 #263764;border-radius:0 0 5px 5px;color:#fff;display:block;font-weight:bold;padding:7px 0 8px 14px;width:132px;margin-right:5px}.login_style a{background:url("images/login_bg.png") repeat-x scroll 0 0 #ff8500;border-radius:0 0 5px 5px;color:#fff;display:block;font-weight:bold;padding:7px 0 8px 14px;width:60px;text-decoration:none}.login_style a:hover{background:#ff8500;text-decoration:none;box-shadow:0 0 13px firebrick inset}.vid_style a{background:url("images/vid_bg.png") repeat-x scroll 0 0 #009cff;border-radius:0 0 5px 5px;color:#fff;display:block;font-weight:bold;padding:7px 0 8px 14px;width:144px;text-decoration:none;margin-left:6px}.vid_style a:hover{background:#009cff;text-decoration:none;box-shadow:0 0 13px #2b4d95 inset}.offbgstyle{background:url("images/offbg.png") repeat scroll 0 0 transparent;border-radius:15px 15px 15px 15px;color:white;line-height:22px;margin:35px 0;padding:27px;width:54%}.ofsec{background:url("images/officecw.jpg") no-repeat scroll 0 0 #c15a24;display:block;width:100%;height:auto}.wsec{background:none repeat scroll 0 0 #fff}.gsec{background:none repeat scroll 0 0 #f0f0f0;border-bottom:1px solid #eee;border-top:1px solid #eee}.videotesb{font-size:12px;font-weight:600;line-height:13px;margin-right:10px;overflow:hidden;padding-right:10px;text-transform:uppercase;width:auto;padding-top:7px;padding-left:15px}.videotes{z-index:4000;border-right:1px solid #a8a8a8;display:inline;float:left;font-size:1em;font-weight:600;line-height:13px;margin-right:10px;overflow:hidden;padding-right:10px;text-transform:uppercase;width:auto}.videocon{background:url("images/arrowt.png") no-repeat scroll 50% 0 transparent;height:15px;margin-top:-15px;position:absolute;width:100%;z-index:15000000}.arrowSide{background:none repeat scroll 0 0 #fff;display:inline;height:15px;width:40%}.fixed{bottom:0;color:#fff;display:block;height:100%;left:0;position:absolute;right:0;text-align:center;top:0;width:100%;z-index:2000}.takethetour{float:right;margin:12px 0 0 28px;width:180px}.blackBtn span{background:url("images/tourarrow.png") no-repeat scroll 0 50% transparent;border:0 none;display:inline;float:left;height:100% !important;left:auto !important;position:relative;top:auto !important;width:12px}.largeBtn span{border-radius:66px 66px 66px 66px;display:block;height:33px;left:12px;position:absolute;top:10px;width:33px}.lrr{padding-left:20px;width:242px}.blueBtn span{background:url("images/gettouch.png") no-repeat scroll 0 0 #ff5f00;border:1px solid #ff5f00}.homebannertext a{cursor:pointer;font-size:1.167em;height:54px;line-height:54px;color:#fff;text-shadow:0 1px #9a2341}.blueBtn{background-color:#f47b20;background-image:linear-gradient(to bottom,#f9a11b 0,#f7b31d 3%,#f5841e 50%,#f47b20 100%);background:-moz-linear-gradient(top,#f9a11b 0,#f7b31d 3%,#f5841e 50%,#f47b20 100%);background:-webkit-linear-gradient(top,#f9a11b 0,#f7b31d 3%,#f5841e 50%,#f47b20 100%);background:-o-linear-gradient(top,#f9a11b 0,#f7b31d 3%,#f5841e 50%,#f47b20 100%);background:-ms-linear-gradient(top,#f9a11b 0,#f7b31d 3%,#f5841e 50%,#f47b20 100%);border:medium none;border-radius:30px 30px 30px 30px;position:relative;z-index:0;cursor:pointer;font-size:16px;font-weight:600;height:54px;line-height:54px;color:#fff;text-shadow:0 1px #f60;padding:15px 32px 15px 60px}a.blueBtn:hover{color:#fff}a.btntour{font-size:16px;color:#fff;display:block;font-weight:600;text-align:center;text-transform:uppercase}a.vidtestl{color:#fff}a.vidtestl:hover{color:#fff;text-decoration:underline}.joinclub{display:block;left:50%;margin-left:-280px;margin-top:402px;position:absolute;width:560px}.clubtext{color:#fff;font-size:1.05em;font-weight:300;line-height:22px;text-shadow:1px 1px #242424}.largeclubtext{font-size:1.117em;font-weight:600;line-height:30px;text-shadow:1px 1px #242424}.hrtop{border-top:1px solid rgba(0,0,0,0.2)}.hrbot{border-top:1px solid rgba(255,255,255,0.2)}.bottomtext{margin-top:22px}.extspa{display:block;padding-top:35px}.quotes_content p span{background:url("images/pquotes.png") no-repeat scroll 0 0 transparent;display:inline-block;height:20px;text-indent:-99999px;width:16px}.quotes_content p span.quotesOne{background-position:0 0;margin-right:7px}.quotes_content p span.quotesTwo{background-position:-17px 0;margin-left:8px}.main-navigation a{display:block}.slider_logo{background:url("images/hplogo.png") no-repeat scroll 0 0;color:#fff;display:block;width:300px;height:129px;margin-top:10px}a.findbuttondd{color:#243f8c;padding:10px}a:hover.findbuttondd{color:#ec8108}.nav-menu{margin-top:10px}.menur{margin:0 auto; width:88%}.homecon{padding:10px 0;background:#28519a;color:#fff}.findtext{height:61px;background:#f69322}.findtextr{color:#fff;font-size:24px;font-family:Century Gothic;padding:5px 0 0 12px}.imgfind{padding:12px 0 0 36px}.softfirst{padding:0 10px;width:294px;height:322px;background:#fff;color:#5c5b5b;font-size:13px;text-align:center;font-family:Arial}.ddp{background:url("images/ddplus.png") no-repeat;width:73px;height:69px;display:block;margin:0 auto}.saler{background:url("images/sale.png") no-repeat;width:73px;height:69px;display:block;margin:0 auto}.cms{background:url("images/cloud.png") no-repeat;width:92px;height:69px;display:block;margin:0 auto}.ddptext{color:#f69322;font-size:22px;font-family:Century Gothic;text-align:center;letter-spacing:-1px}.findbutton{display:inline-block;padding:0 1em;margin:10px 0 .2em;line-height:2.4em;border:0;color:#fff;text-decoration:none;background:#28519a;border-radius:3px;font-family:'Open Sans',Helvetica,Arial,sans-serif}a.findbutton:hover{background:#ec8108;color:#fff}.findt{font-weight:600;line-height:2.4em;border:0;color:#274f98;text-decoration:none;font-family:'Open Sans',sans-serif}a.findt:hover{color:#ec8108}.paddingpro{padding-left:9px;padding-bottom:7px}.tesvideo{background:url("images/tesvideo.png") no-repeat;width:92px;height:69px;display:block;margin:0 auto}.vidtops{padding-top:7px;display:inline-block}.vidr{padding:0 10px}.frommain{width:284px;height:194px;background:#fd8403;padding-left:30px}.footerlinks{color:#a1a1a1;font-family:proximanova-regular;font-size:14px;line-height:24px;text-decoration:none}.footerlinks a{color:#dfe3ed}.footerlinks a:hover{color:#bb0}.footer_lin{color:#bbb;padding-bottom:10px}.fotspa{padding-left:70px;padding-bottom:15px}.gettouch{background:#22418c;clear:both;width:100%;padding:70px 0;color:#fff; text-align:center; background-size:cover}.footerbg{background:#fff;clear:both;padding:38px 0;width:100%}.tesform{text-align:right;float:left;padding-right:15px;color:#fff;margin-bottom:3px}.btngt{margin-right:70px}.getstyle p{color:#fff;font-size:12px;padding-bottom:10px;font-weight:100;margin-top:-10px}.fote{padding-top:10px;display:inline-block}.fotec{padding-top:20px;display:inline-block}.respo{width:100%;height:100%}.retop{width:47.7%;height:100%}.proc{float:left;width:645px}.procmap{float:left;width:785px}.pro{background:none repeat scroll 0 0 #fff;border:1px solid #e2e2e2;border-radius:0;clear:both;color:#555;margin:0 auto;width:99.89%;display:inline-block;margin-bottom:15px}.protestalin{line-height:22px;margin:35px 35px 35px 60px;width:100%}.nprotestalin{line-height:22px;margin:35px 60px 35px 60px;width:840px}.recprosubtext{color:gray;font-family:'Open Sans',sans-serif;font-size:14px;line-height:20px}.prosubtitle{color:#e48f15;font-family:'Open Sans',sans-serif;font-size:36px;font-style:normal;font-weight:300;line-height:40px;margin:0 0 25px}.prosubtext{font-family:'Open Sans',sans-serif;font-size:16px;line-height:20px}.r{bottom:0;position:absolute;right:0}.linesty{border-top:1px solid #e7e7e7;width:100%;display:inline-block}.dlinesty{border-top:1px dashed #e7e7e7;width:100%;display:inline-block}.blueco{background:none repeat scroll 0 0 #243f8c;clear:both;color:white;margin:0 auto;width:960px;display:inline-block;margin-bottom:15px}.bluetit{margin:35px;color:#5a5a5a;font-size:20px;line-height:24px;text-align:center}.bluetit span{font-size:55px;color:#e48f15;font-weight:100;padding-bottom:25px;line-height:60px;font-family:'Open Sans',sans-serif}.lprosubtitle{color:#345fa4;font-family:'Open Sans',sans-serif;font-size:36px;font-style:normal;font-weight:300;line-height:40px;margin:0 0 25px}.hlprosubtitle{color:#f69322;font-family:'Open Sans',sans-serif;line-height:30px;letter-spacing:-0.05em;font-size:24px;font-weight:600;margin-bottom:28px}.img_alright{margin:20px 50px 0 0}.cosp{padding-bottom:20px}.imgrightstyle{margin:20px 0 0 0}.radiousstyle{border-radius:100%;-o-border-radius:100%;-moz-border-radius:100%;-webkit-border-radius:100%}.video-container{position:relative;padding-bottom:56.25%;padding-top:30px;height:0;overflow:hidden}.video-container iframe,.video-container object,.video-container embed{position:absolute;top:0;left:0;width:100%;height:100%}.vidres{width:100%}.videorespo{background:none repeat scroll 0 0 transparent;height:100%;overflow:hidden;position:relative}div.wpcf7-mail-sent-ok{background:#f18900;border-radius:4px 4px 4px 4px;color:white;font-family:ProximaNovaA-Regular;font-size:14px;margin:0;padding:10px;border:0;line-height:normal}div.wpcf7-validation-errors{background:#26b2fc;border-radius:4px 4px 4px 4px;color:white;font-family:ProximaNovaA-Regular;font-size:14px;margin:0;padding:10px;border:0;line-height:normal}span.wpcf7-not-valid-tip{background:url("images/arrowofvalid.png") no-repeat;border:0 none;border-radius:4px 4px 4px 4px;color:white;font-size:10pt;left:32%;margin-top:-54px;padding:11px 10px 25px;position:absolute;right:0;top:0;width:auto;z-index:100000;line-height:normal}.restricted{line-height:normal;text-align:center}html body.blog,.single-author,.single-author .entry-meta{display:block}html body.blog footer.entry-meta{display:block}html body.blog .entry-header .entry-title{display:block}html body.blog{background-color:#fff}html body.single{background-color:#fff}html body.archive{background:#fff}html body.blog .comments-link{display:block}html body.blog p{color:#3e4459;font-size:15px;line-height:24px}html body.archive p{color:#3e4459;font-size:15px;line-height:normal}.search .wrapper{margin:0 auto;width:1140px;line-height:normal}.search-results .wrapper{margin:0 auto;width:1140px;line-height:normal}.archive .wrapper{margin:0 auto;width:1140px;}.widget-area .widget p,.widget-area .widget li,.widget-area .widget .textwidget{font-size:13px;line-height:2;text-transform:none}.archive-title,.page-title,.widget-title,.entry-content th,.comment-content th{color:#000;font-size:24px;font-weight:500;line-height:2.18182}.widget-area .widget{-moz-hyphens:auto;background:#fff;border:1px solid #fff;margin-bottom:30px;padding:12px 20px;word-wrap:break-word; box-shadow:0 0 2px #ccc; display:inline-block; width:100%;}.widget-area .widget a{color:#505050;text-decoration:none}.entry-header .entry-title a{color:#3c4452;font-size:26px;text-decoration:none}.entry-header .entry-title a:hover{color:#007ebd}.newsletterhidem{display:none}html body.single-post .entry-meta{display:block}html body.single-post .entry-header .entry-title{display:block;color:#3c4452;font-size:26px;text-decoration:none}html body.single-post,.entry-content p,.entry-summary p,.comment-content p,.mu_register p{font-size:16px;line-height:25px;text-transform:none}.countreplystyle{-moz-box-shadow:inset 0 1px 0 0 #97c4fe;-webkit-box-shadow:inset 0 1px 0 0 #97c4fe;box-shadow:inset 0 1px 0 0 #97c4fe;background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#5e97d6),color-stop(1,#274591));background:-moz-linear-gradient(top,#5e97d6 5%,#274591 100%);background:-webkit-linear-gradient(top,#5e97d6 5%,#274591 100%);background:-o-linear-gradient(top,#5e97d6 5%,#274591 100%);background:-ms-linear-gradient(top,#5e97d6 5%,#274591 100%);background:linear-gradient(to bottom,#5e97d6 5%,#274591 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5E97D6',endColorstr='#274591',GradientType=0);background-color:#274591;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;border:0 solid #337fed;text-shadow:0 1px 0 #1570cd;color:#fff;text-decoration:none;padding:2px 10px}.countreplystyle:hover{-moz-box-shadow:inset 0 1px 0 0 #97c4fe;-webkit-box-shadow:inset 0 1px 0 0 #97c4fe;box-shadow:inset 0 1px 0 0 #97c4fe;background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#427bb9),color-stop(1,#0f2b79));background:-moz-linear-gradient(top,#427bb9 5%,#0f2b79 100%);background:-webkit-linear-gradient(top,#427bb9 5%,#0f2b79 100%);background:-o-linear-gradient(top,#427bb9 5%,#0f2b79 100%);background:-ms-linear-gradient(top,#427bb9 5%,#0f2b79 100%);background:linear-gradient(to bottom,#427bb9 5%,#0f2b79 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#427BB9',endColorstr='#0F2B79',GradientType=0);background-color:#0f2b79;border:0 solid #337fed}.readmoreforpost a{background-color:#fff;border:2px solid #274490; font-size:12px;font-weight:600;letter-spacing:0;margin-top:15px;padding:9px 20px;position:relative;text-align:center;text-decoration:none;text-transform:uppercase;width:120px; border-radius:30px; display:block}.readmoreforpost a{color:#274490}.readmoreforpost a:hover{background-color:#274490;color:#fff}#searchsubmit{background-color:#274490;border:0 solid #337fed;color:#fff;font-size:12px;font-weight:600;letter-spacing:0;margin-top:10px;padding:10px;position:relative;text-align:center;text-decoration:none;text-transform:uppercase;width:102px; border-radius:30px}#searchsubmit a{color:#fff}#searchsubmit:hover{background-color:#0f2b79;border:0 solid #337fed}.main_dark_overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:black;z-index:1001;-moz-opacity:.6;opacity:.60;filter:alpha(opacity=60)}.lightbox_content{background:none repeat scroll 0 0 #243f8c;-moz-border-radius:1000px;-webkit-border-radius:1000px;border-radius:1000px;color:#fff;display:none;font-family:proximanovas-semibold;font-size:10px;height:400px;left:10%;letter-spacing:normal;margin:0 20%;overflow:hidden;padding:130px 150px 150px;position:fixed;right:auto;top:2%;width:350px;z-index:9999}.lightbox_content p{color:#fff;font-size:15px;line-height:normal}.poplit{color:#fff;font-family:Verdana,Arial;font-size:12pt;font-weight:bold;margin:5px}.popclose{background:url("images/closebtn.png") no-repeat scroll 0 0 transparent;margin-top:-80px;padding:48px;z-index:10000}.popclose:hover{background:url("images/closebtnhover.png") no-repeat scroll 0 0 transparent}div.c2{text-align:center}div.c1{margin-top:0;text-align:center}.type-news .comments-link{display:none}.type-news{padding:30px 0}.brextraspace{margin-bottom:15px;display:block}#slidingDiv,#slidingDiv_2,#slidingDiv_3,#slidingDiv_4,#slidingDiv_5{display:none;margin-bottom:15px}.readmoreforsector{background-color:#274490;color:#fff;font-size:12px;font-weight:600;letter-spacing:0;margin-top:0;padding:9px 20px;position:absolute;text-align:center;text-decoration:none;text-transform:uppercase;width:auto}.readmoreforsector a{color:#fff}.readmoreforsector:hover{background-color:#0f2b79;border:0 solid #337fed}html .registrations textarea{height:60px}.registrationsubmit input[type="submit"],.registrationsubmit input[type="submit"]:hover,.registrationsubmit input[type="submit"]:active{-moz-box-shadow:inset 0 1px 0 0 #97c4fe;-webkit-box-shadow:inset 0 1px 0 0 #97c4fe;box-shadow:inset 0 1px 0 0 #97c4fe;background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#5e97d6),color-stop(1,#274591));background:-moz-linear-gradient(top,#5e97d6 5%,#274591 100%);background:-webkit-linear-gradient(top,#5e97d6 5%,#274591 100%);background:-o-linear-gradient(top,#5e97d6 5%,#274591 100%);background:-ms-linear-gradient(top,#5e97d6 5%,#274591 100%);background:linear-gradient(to bottom,#5e97d6 5%,#274591 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5E97D6',endColorstr='#274591',GradientType=0);background-color:#274591;border:0 solid #337fed;border-radius:6px 6px 6px 6px;box-shadow:0 1px 0 0 #97c4fe inset;color:#fff;font-size:12px;font-weight:600;letter-spacing:0;margin-bottom:10px;margin-top:10px;padding:12px 20px;position:relative;text-align:center;text-decoration:none;text-shadow:0 1px 0 #000;text-transform:uppercase;width:120px}.orangebgforfuture{-moz-box-shadow:inset 0 1px 0 0 #97c4fe;-webkit-box-shadow:inset 0 1px 0 0 #97c4fe;box-shadow:inset 0 1px 0 0 #97c4fe;background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#5e97d6),color-stop(1,#274591));background:-moz-linear-gradient(top,#5e97d6 5%,#274591 100%);background:-webkit-linear-gradient(top,#5e97d6 5%,#274591 100%);background:-o-linear-gradient(top,#5e97d6 5%,#274591 100%);background:-ms-linear-gradient(top,#5e97d6 5%,#274591 100%);background:linear-gradient(to bottom,#5e97d6 5%,#274591 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5E97D6',endColorstr='#274591',GradientType=0);background-color:#274591;-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;border:0 solid #337fed;text-shadow:0 1px 0 #1570cd;color:#fff;font-family:ProximaNova-Regular;font-size:18px;font-weight:bold;margin:0 0 10px;padding:6px;text-align:center}.futureboxforjuly{width:160px;margin-top:00px}.learnmoreforfuture{-moz-box-shadow:inset 0 1px 0 0 #97c4fe;-webkit-box-shadow:inset 0 1px 0 0 #97c4fe;box-shadow:inset 0 1px 0 0 #97c4fe;background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#5e97d6),color-stop(1,#274591));background:-moz-linear-gradient(top,#5e97d6 5%,#274591 100%);background:-webkit-linear-gradient(top,#5e97d6 5%,#274591 100%);background:-o-linear-gradient(top,#5e97d6 5%,#274591 100%);background:-ms-linear-gradient(top,#5e97d6 5%,#274591 100%);background:linear-gradient(to bottom,#5e97d6 5%,#274591 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5E97D6',endColorstr='#274591',GradientType=0);background-color:#274591;border:0 solid #337fed;border-radius:6px 6px 6px 6px;box-shadow:0 1px 0 0 #97c4fe inset;color:#fff;font-size:12px;font-weight:600;letter-spacing:0;margin-top:7px;padding:8px 20px;position:relative;text-align:center;text-decoration:none;text-shadow:0 1px 0 #000;text-transform:uppercase}.learnmoreforfuture a{color:#fff}.learnmoreforfuture:hover{-moz-box-shadow:inset 0 1px 0 0 #97c4fe;-webkit-box-shadow:inset 0 1px 0 0 #97c4fe;box-shadow:inset 0 1px 0 0 #97c4fe;background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#427bb9),color-stop(1,#0f2b79));background:-moz-linear-gradient(top,#427bb9 5%,#0f2b79 100%);background:-webkit-linear-gradient(top,#427bb9 5%,#0f2b79 100%);background:-o-linear-gradient(top,#427bb9 5%,#0f2b79 100%);background:-ms-linear-gradient(top,#427bb9 5%,#0f2b79 100%);background:linear-gradient(to bottom,#427bb9 5%,#0f2b79 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#427BB9',endColorstr='#0F2B79',GradientType=0);background-color:#0f2b79;border:0 solid #337fed}.extraspaceforfuture{display:inline-block;width:100%;padding-bottom:0}.lightbluecolor{border-bottom:1px solid #ddd;border-right:1px solid #ddd}.custom-month.club:hover{color:#fff}.calboxbg{background:none repeat scroll 0 0 #fff;border-radius:10px 10px 10px 10px;padding:10px}.calpagew{width:250px}.calspacee{margin:10px}.extratop{display:inline-block;margin-top:20px}.clecolor{background:url("images/orgbg.png") repeat-x scroll 0 0 #f07d00;clear:both;padding:0;width:100%}.clentit{color:#fff}.lightbluecolor a{color:#444}.print_text{line-height:normal}.custom-calendar-wrap{border-left:1px solid #ddd;overflow:hidden;padding-bottom:0;position:relative;width:284px}.custom-inner{background:#fff;box-shadow:0 1px 3px rgba(0,0,0,0.2)}.custom-inner:before,.custom-inner:after{content:'';width:99%;height:50%;position:absolute;background:#f6f6f6;bottom:-4px;left:.5%;z-index:-1;box-shadow:0 1px 3px rgba(0,0,0,0.2)}.custom-inner:after{content:'';width:98%;bottom:-7px;left:1%;z-index:-2}.custom-header{background:#fff;padding:15px 0;height:auto;position:relative;border-top:1px solid #ddd;border-bottom:1px solid #ddd}.custom-header:hover{background:#f18900;color:#fff}.custom-header:hover a{color:#fff}.custom-header a{color:#495468}.custom-header .club,.custom-header .clubh3{text-align:center;text-transform:uppercase}.custom-header .club{color:#495468;font-size:18px;font-weight:300;margin-top:5px;text-align:center}.custom-header .clubh3{color:#acb0b7;font-size:14px;font-weight:normal}.custom-header nav span{position:absolute;top:17px;width:30px;height:30px;color:transparent;cursor:pointer;margin:0 1px;font-size:20px;line-height:30px;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.custom-header nav span:first-child{left:5px}.custom-header nav span:last-child{right:5px}.custom-header nav span:before{font-family:'fontawesome-selected';color:#f18900;position:absolute;text-align:center;width:100%}.custom-header nav span.custom-prev:before{content:'\25c2'}.custom-header nav span.custom-next:before{content:'\25b8'}.custom-header nav span:hover:before{color:#495468}.custom-content-reveal{background:#f6f6f6;background:rgba(246,246,246,0.9);width:100%;height:100%;position:absolute;z-index:100;top:100%;left:0;text-align:center;-webkit-transition:all .6s ease-in-out;-moz-transition:all .6s ease-in-out;-o-transition:all .6s ease-in-out;-ms-transition:all .6s ease-in-out;transition:all .6s ease-in-out}.custom-content-reveal span.custom-content-close{position:absolute;top:15px;right:10px;width:20px;height:20px;text-align:center;background:#f18900;box-shadow:0 1px 1px rgba(0,0,0,0.1);cursor:pointer;line-height:13px;padding:0}.custom-content-reveal span.custom-content-close:after{content:'x';font-size:18px;color:#fff}.custom-content-reveal a,.custom-content-reveal span{font-size:22px;padding:10px 30px;display:block}.custom-content-reveal h4{text-transform:uppercase;font-size:13px;font-weight:300;letter-spacing:3px;color:#777;padding:20px;background:#fff;border-bottom:1px solid #ddd;border-top:5px solid #f18900;box-shadow:0 1px rgba(255,255,255,0.9);margin-bottom:30px}.custom-content-reveal span{color:#888}.custom-content-reveal a{color:#f18900}.custom-content-reveal a:hover{color:#333}.fc-calendar-container{padding:10px;height:185px}.imgcle{padding-right:10px;padding-bottom:4px}.textcle{display:block;margin-top:5px;width:214px}.calendar_space_e{display:block;padding:0}.lightbluecolor{border-bottom:1px solid #ddd;border-right:1px solid #ddd;box-shadow:0 0 10px #bfbfbf}.orangecicl{background-color:#f18900;border-radius:248px 248px 248px 248px;color:#fff;font-family:proximanovaa-regular;font-size:12px;height:auto;padding:13px 0;text-align:center;width:40px}.otextforc{font-size:18px;font-weight:normal;padding-left:10px;padding-top:0px}.otbox{display:inline-block;padding-bottom:5px}.org4ver{background:none repeat scroll 0 0 #f18900;border-radius:300px 300px 300px 300px;color:#fff;font-family:proximanova-bold;font-size:24px;height:21px;padding:82px 0;text-align:center;width:184px;margin:0 auto}.months{-moz-box-shadow:inset 0 1px 0 0 #97c4fe;-webkit-box-shadow:inset 0 1px 0 0 #97c4fe;box-shadow:inset 0 1px 0 0 #97c4fe;background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#5e97d6),color-stop(1,#274591));background:-moz-linear-gradient(top,#5e97d6 5%,#274591 100%);background:-webkit-linear-gradient(top,#5e97d6 5%,#274591 100%);background:-o-linear-gradient(top,#5e97d6 5%,#274591 100%);background:-ms-linear-gradient(top,#5e97d6 5%,#274591 100%);background:linear-gradient(to bottom,#5e97d6 5%,#274591 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5E97D6',endColorstr='#274591',GradientType=0);background-color:#274591;border:0 solid #337fed;border-radius:6px 6px 6px 6px;box-shadow:0 1px 0 0 #97c4fe inset;color:#fff;font-size:12px;font-weight:600;letter-spacing:0;margin:10px 0;padding:16px 20px;position:relative;text-align:center;text-decoration:none;text-shadow:0 1px 0 #000;text-transform:uppercase;width:auto}a.monthsalinks{color:#fff}a:hover.monthsalinks{color:#fff}.recuposition{display:inline-block}.smalltips{color:#3C4452;font-family:proximanovaA-regular;font-size:15px;line-height:10px}

.inline-block{display:inline-block}
.rel{position:relative}

.logo_c img{ width:100%; max-width:168px}
a:focus{ outline:none; text-decoration:none}

/* education zone class start*/
.education_zone {
	background: none repeat scroll 0 0 #f4f4f4;
    height: 768px;
    margin: 0 auto;
    width: 1024px;
}
.education_zone_padding {
	 padding: 16px 19px;
}
a.edu_menu_text{
	color: #FFFFFF;
    font-size: 12px;
	font-family: ProximaNova-Regular;
}
.edu_menu {
    display: block;
    height: 100px;
}
.edu_logo_bg_w {
    background: none repeat scroll 0 0 #243f8c;
    color: #FFFFFF;
    font-size: 12px;
    width: 42.7%;
	height:auto;
}
.comr_logo_bg_w {
   background: #4b85c4; /* Old browsers */
background: -moz-linear-gradient(top,  #4b85c4 0%, #233f8a 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4b85c4), color-stop(100%,#233f8a)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #4b85c4 0%,#233f8a 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #4b85c4 0%,#233f8a 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #4b85c4 0%,#233f8a 100%); /* IE10+ */
background: linear-gradient(to bottom,  #4b85c4 0%,#233f8a 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b85c4', endColorstr='#233f8a',GradientType=0 ); /* IE6-9 */
    color: #FFFFFF;
    font-size: 12px;
    width: 875px;
	height:auto;
}
.sur_logo_bg_w {
   background: #243F8C; /* Old browsers */
    color: #FFFFFF;
    font-size: 12px;
    width: 625px;
	height:auto;
}
.edu_logo_bg {
    background: none repeat scroll 0 0 #243f8c;
    color: #FFFFFF;
    font-size: 12px;
    width: 10.5%;
	height:auto;
}
.edu_logo_bg_h {
    background: none repeat scroll 0 0 #F07E00;  
color: #FFFFFF;
    font-size: 12px;
    width: 10.5%;
	height:auto;  
}
.sur_logo_bg_orange {
   /* background: #f69322;  Old browsers */
	background:#99ccee;
color: #FFFFFF;
    font-size: 12px;
    width: 12%;
	height:auto;  
}
.sur_logo_bg_orange1 {
    background: #f9a316; /* Old browsers */
background: -moz-linear-gradient(top,  #f9a316 0%, #f69322 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9a316), color-stop(100%,#f69322)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f9a316 0%,#f69322 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f9a316 0%,#f69322 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f9a316 0%,#f69322 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f9a316 0%,#f69322 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9a316', endColorstr='#f69322',GradientType=0 ); /* IE6-9 */
color: #FFFFFF;
    font-size: 12px;
    width: 12%;
	height:auto;  
}
.sur_logo_bg_blue {
   background: #243f8c; /* Old browsers */
  color: #FFFFFF;
    font-size: 12px;
    width: 12%;
	height:auto;  
}
.edu_logo_bg_dr {
    background: none repeat scroll 0 0 #243f8c;
    color: #FFFFFF;
    font-size: 12px;
    width: 10.5%;
	height:auto;
}
.edu_logo_bg_h_dr {
    background: none repeat scroll 0 0 #F07E00;  
color: #FFFFFF;
    font-size: 12px;
    width: 10.5%;
	height:auto;  
}
.edu_space {
    width: 2px;
	height:auto;
	display: block;
}
.edu_logo_padding {
     padding: 19px 10%;
}
.sur_logo_padding {
     padding: 19px 40px;
}
.edu_logo {
    background: url("images/edu/edu_logo.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 62px;   
    position: relative;
    width: 161px;
}
.edu_home_box {
    height: 100px;
    width: auto;
	text-align: center;
	display: block;
	padding-top: 17px;
}
.edu_home_box:hover {
    background: none repeat scroll 0 0 #F07E00;
    display: block;
}
.sur_home_box {
    height: 100px;
    width: auto;
	text-align: center;
	display: block;
	padding-top: 17px;
}
.sur_home_box:hover {
    background: #4980c0; /* Old browsers */ display: block;
}
.edu_home {
    background: url("images/edu/edu_home.png") no-repeat scroll center center transparent;
    clear: both;
    display: block;
    height: 48px;
    margin: 0 auto; 
    position: relative;
    width: 49px;
}
.edu_training {
    background: url("images/edu/edu_traning_video.png") no-repeat scroll center center transparent;
    clear: both;
    display: block;
    height: 48px;
    margin: 0 auto; 
    position: relative;
    width: 49px;
}
.edu_downloads {
    background: url("images/edu/edu_download.png") no-repeat scroll center center transparent;
    clear: both;
    display: block;
    height: 48px;
    margin: 0 auto; 
    position: relative;
    width: 49px;
}
.edu_resources {
    background: url("images/edu/edu_resources.png") no-repeat scroll center center transparent;
    clear: both;
    display: block;
    height: 48px;
    margin: 0 auto; 
    position: relative;
    width: 49px;
}
.sur-welcome {
    background: url("images/survey/sur-wel.png") no-repeat scroll center center transparent;
    clear: both;
    display: block;
    height: 49px;
    margin: 0 auto; 
    position: relative;
    width: 49px;
}
.sur-rating {
    background: url("images/survey/sur-rating.png") no-repeat scroll center center transparent;
    clear: both;
    display: block;
    height: 49px;
    margin: 0 auto; 
    position: relative;
    width: 49px;
}
.sur-thanks {
    background: url("images/survey/sur-thanks.png") no-repeat scroll center center transparent;
    clear: both;
    display: block;
    height: 49px;
    margin: 0 auto; 
    position: relative;
    width: 49px;
}
.edu_development {
    background: url("images/edu/edu_developemnt.png") no-repeat scroll center center transparent;
    clear: both;
    display: block;
    height: 48px;
    margin: 0 auto; 
    position: relative;
    width: 49px;
}
.edu_book_training {
    background: url("images/edu/edu_book_traning.png") no-repeat scroll center center transparent;
    clear: both;
    display: block;
    height: 48px;
    margin: 0 auto; 
    position: relative;
    width: 49px;
}
.edu_news {
    background: url("images/edu/edu_news.png") no-repeat scroll center center transparent;
    clear: both;
    display: block;
    height: 48px;
    margin: 0 auto; 
    position: relative;
    width: 49px;
}
.edu_support {
    background: url("images/edu/edu_support.png") no-repeat scroll center center transparent;
    clear: both;
    display: block;
    height: 48px;
    margin: 0 auto; 
    position: relative;
    width: 49px;
}
.help_zone {
    background: url("images/help_zone.png") no-repeat scroll center center transparent;
    clear: both;
    display: block;
    height: 48px;
    margin: 0 auto; 
    position: relative;
    width: 49px;
}
.cl-manual {
    background: url("images/edu/cl-manual.png") no-repeat scroll center center transparent;
    clear: both;
    display: block;
    height: 48px;
    margin: 0 auto; 
    position: relative;
    width: 49px;
}
.edu_workout {
    background: url("images/edu/edu_workout.png") no-repeat scroll center center transparent;
    clear: both;
    display: block;
    height: 48px;
    margin: 0 auto;   
    position: relative;
    width: 49px;
}
.edu_midle_space {
    display: block;
    height: 14px;
    width: 988px;
}
.edu_orange_header {
    background: none repeat scroll 0 0 #f07e00;	
    display: block;
    height: 100px;
    width: auto;
}
.sur_orange_header_big {
  /* background: #f69322;  Old browsers */
   background:#99ccee;
    display: block;
    height: 100px;
    width: auto;
}
.sur_orange_header {
    background: #f9a316; /* Old browsers */
background: -moz-linear-gradient(top,  #f9a316 0%, #f69322 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9a316), color-stop(100%,#f69322)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f9a316 0%,#f69322 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f9a316 0%,#f69322 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f9a316 0%,#f69322 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f9a316 0%,#f69322 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9a316', endColorstr='#f69322',GradientType=0 ); /* IE6-9 */
    display: block;
    height: 12px;
    width: auto;
}
.sur_sub_body {
    /*background: url("images/survey/bg-holly-steve.png") no-repeat scroll right center white;*/
	background: url("images/survey/rating-img3.png") no-repeat scroll right center white;
    border: 1px solid #E4E8EA;
	border-top:none;
    display: block;
    height: 520px;
    width: auto;
	border-right: none;
}
.sur_sub_body_thanks {
    /*background: url("images/survey/bg-holly-steve.png") no-repeat scroll right center white;*/
	background: url("images/survey/thanks-img.png") no-repeat scroll right center white;
    border: 1px solid #E4E8EA;
	border-top:none;
    display: block;
    height: 520px;
    width: auto;
	border-right: none;
}
.edu_body {
    background: none repeat scroll 0 0 #FFFFFF;	
    border: 1px solid #E4E8EA;
	border-top:none;
    display: block;
    height: 520px;
    width: auto;
}
.edu_body_sur {
	background: url("images/survey/screenbg.png") no-repeat scroll 0 0 #243f8c;  background-size:100%;	
    border: 0px solid #E4E8EA;
	border-top:none;
    display: block;
    height: 620px;
    width: auto;
}
.edu_title {
    color: #FFFFFF;
    font-family: proximanova-regular;
    font-size: 36px;
    padding: 25px 22px;
	text-shadow: 2px 1px 0 #D87200;
}
.sur1_title {
    color: #ffffff;
    font-family: opensans-light;
    font-size: 30px;
    padding: 25px 40px; 
}
.sur_titleh1 {
    color: #454545;
    font-family: opensans-light;
    font-size: 26px; 
}
.edu_titleh1 {
    color: #3c4452;
    font-family: proximanova-regular;
    font-size: 30px;
    padding: 20px 22px;
}
.edu_titleh1_sur {
    color: #fff;
    font-family: opensans-light;
    font-size: 40px; 
}
.sur_pad {
    color: #fff;
    font-family: proximanova-regular; 
    padding: 20px 42px;
}
.sur_pad01 {
    color: #243f8c;
    font-family: proximanova-regular; border:solid 1px #243f8c;
    padding: 20px 25px; background:url(images/survey/bgwhite.png) repeat 0 0; overflow:hidden; margin:180px 20px; width:400px; float:right;
}
.sur_pad01 p{color:#243f8c; font-size:20px; font-family:opensans-light; line-height:26px; padding-bottom:10px }
.sur_text_norm {
	color: #454545;
    font-family: opensans-light;
    font-size: 20px; 
    width: 540px;
}
.edu_text_norm {
	color: #3C4452;
    font-family: proximanova-regular;
    font-size: 24px;
    padding: 10px 22px;
    width: 540px;
}
.edu_text_norm_sur {
color: #ff;
    font-family: opensans-light;
    font-size: 20px;
    width: 540px; line-height:16px; 
}
.edu_box_video {
	color: #3C4452;
    font-family: proximanova-regular;
    font-size: 24px;
    padding: 10px 22px;
    width: auto;
}
.steve_img_edu {
    margin-right: 25px;
   margin-top: -45px; /*margin-top:45px;*/
}
.edu_home_box a:active {
    background: #F07E00;
}
.eduatext {
    display: block;
    margin-top: 6px;
}
.edu_box_tra {
    background: none repeat scroll 0 0 #243F8C;
    color: #FFFFFF;
    height: 100px;
    margin-bottom: 4px;
    width: 460px;
}
.edu_box_tra_g {
    background: none repeat scroll 0 0 #686C6F;
    color: #FFFFFF;
    height: 100px;
    margin-bottom: 4px;
    width: 460px;
}
.edu_box_tex_ali {
    color: #FFFFFF;
    display: block;
    font-family: ProximaNova-Regular;
    font-size: 24px;
    font-weight: bold;
    padding: 35px 0 0 22px;
}
.edu_box_tex_ali_many {
    color: #FFFFFF;
    display: block;
    font-family: ProximaNova-Regular;
    font-size: 24px;
    font-weight: bold;
    padding: 22px 0 0 22px;
}
.tra_vid_ico {
    background: url("images/edu/edu_traning_video.png") no-repeat scroll center center transparent;    
    display: block;
    height: 48px;    
    position: relative;
    width: 49px;
	padding: 25px;
}
.edu_adobe {
    background: url("images/res/pdf_r.png") no-repeat scroll center center transparent;    
    display: block;
    height: 66px;    
    position: relative;
    width: 66px;
	padding: 18px 20px 18px 0;
}
.edu_excel {
    background: url("images/res/excel_e.png") no-repeat scroll center center transparent;    
    display: block;
    height: 64px;    
    position: relative;
    width: 64px;
	padding: 18px 20px 18px 0;
}
.edu_development_sh  {
	z-index: 20;
position: static;
display: block;
color: #3C4452;
font-family: proximanova-regular;
font-size: 24px;
overflow:auto;
padding: 10px 22px;
clear: both;
webkit-overflow-scrolling:auto;
}
.edu_development_sh_w  {
   overflow: visible;
    width: 1140px;
    z-index: 922222500;clear: both;
}
.edu_development_sh_w .custom-calendar-wrap {
    border-bottom: 1px solid #DDDDDD;
}
.edu_development_sh_w .fc-calendar-container {
    height: 300px;
    padding: 10px;
}
/* education zone news page class start*/
.edu_manu_tabspace {
margin-left: 22px;
}
.edu_manu_boxw {
    margin: 0;
    overflow-x: scroll;
    overflow-y: hidden;
}
.edu_manu_boxx { 
    overflow: auto;
	width:2440px;
}
.edu_news_boxw {
    margin: 0 22px;
    overflow-x: scroll;
    overflow-y: hidden;
}
.edu_news_boxx { 
    overflow: auto;
	width:2910px;
}
.edunewsbox { 
    border: 1px solid #DDDDDD;
    padding: 20px;
    position: relative;
    width: 240px; 
    height: 380px; 	
    overflow-x: hidden;
    overflow-y: auto;
	background-color:#fff;;;;;
}
.edu_news_sh {
    color: #3C4452;
    font-family: proximanova-regular;
    font-size: 14px;
}
.imgnewss {
    padding: 16px;
	text-align:center;
	height: 136px;
}
.titn {
    color: #3C4452;
    font-family: proximanova-bold;
    font-size: 18px;
}
.edu_norm {    
    color: #3C4452;
    font-family: proximanova-regular;
    font-size: 14px;
	line-height: 18px;
}
.edu_news_exs {    
   width:10px;
   display:block;
   height:auto;
}
.dnone {
	 color: #FFFFFF;
    float: left;
    height: 0;
    position: relative;
    top: -1000px;
    width: 1px;
left: -5000px;
}
.assistive-text {
	  display: none;
}
/* education zone news page class end*/
/* education zone class end*/
/*desktop workout page start*/
.workoutmain_box {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E4E4E4;
    border-radius: 4px 4px 4px 4px;
    height: 120px;
    width: 520px;
margin: 10px 0;
}
.workout_img_space {
    margin-right: 20px;
}
.workout_text_box {
    bottom: 0;
    display: block;
    padding-top: 46px;
    position: relative;
    width: 360px;
}
/*desktop workout page end*/
.recuposition {
    display: inline-block;
}
.smalltips {
	color: #3C4452;
	font-family: proximanovaA-regular;
	font-size: 15px;
	line-height: 10px;
}
.invenue {
    display: none;
    visibility: hidden;
}
.entry-content, .entry-summary, .mu_register{ line-height:normal}

.book_now_btn_jq {
	background:url("images/book_now_btn.png") no-repeat;
	width:150px;
	height:34px;
	display:block;
}
.edu_tra_boxw {
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
}
.edu_tra_boxx {
overflow: auto;
height: 410px;
}

.fotec01{padding-top:10px;display:inline-block}
.edu_box_tex_ali.fleft > a {
    color: #FFFFFF;
}
html .edu_manu_boxw .lightbox_content {
  background:none repeat scroll 0 0 #243f8c;
  -moz-border-radius:0px;
  -webkit-border-radius:0px;
  border-radius:0px;
  color:#fff;
  display:none;
  font-family:proximanovas-semibold;
  font-size:10px;
  height:700px;
  left:10%;
  letter-spacing:normal;
  margin:0 20%;
  overflow:hidden;
  padding:30px;
  position:fixed;
  right:auto;
  top:2%;
  width:1000px;
  z-index:9999;
}
.newmid_k{display:inline-block}
.edu_workout_boxw {
margin: 0;
overflow-x: scroll;
overflow-y: hidden;
}
.edu_workout_boxx {
overflow: auto;
width: 1468px;
}

/*input.clubnm {
    background: none repeat scroll 0 0 #12213e;
    border-radius: 0;
    color: white;
    font-size: 20px;
    font-style: italic;
    height: 40px; 
    padding: 0 20px;
    width: 360px;
	font-family: opensans-light;
}*/
input.clubnm {
    background: none repeat scroll 0 0 #fff;
    border-radius: 0;
    color: #243f8c;
    font-size: 20px;
    font-style: italic;
    height: 40px; 
    padding: 0 20px;
    width: 360px;
	font-family: opensans-light; border:solid 1px #c4c4c4;
}
button.btnstart {
    border-radius: 0;
    color: #fff;
    font-size: 20px;
    height: 40px;
    width: 120px;
	font-family: opensans-light; background:#f9a316;
}
button.btnstart:hover {
border: medium none;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    font-family: opensans-light;
    height: 40px;
    text-shadow: none;
    text-transform: none;
    width: 120px;
	background: #243f8c; /* Old browsers */
}
.sur__thanks_titleh1 {
    color: #454545;
    font-family: opensans-light;
    font-size: 42px;
}
.sur_text_norm_thanks {
    color: #454545;
    font-family: opensans-light;
    font-size: 26px;
    width: 540px;
}

button.btnstart-thanks {
    border-radius: 0;
    color: #24408a;
    font-family: opensans-light;
    font-size: 20px;
    height: 40px;
    width: 180px;
}
button.btnstart-thanks:hover {
border: medium none;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    font-family: opensans-light;
    height: 40px;
    text-shadow: none;
    text-transform: none;
    width: 180px;
	background: #f9a316; /* Old browsers */
background: -moz-linear-gradient(top,  #f9a316 0%, #f69322 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9a316), color-stop(100%,#f69322)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f9a316 0%,#f69322 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f9a316 0%,#f69322 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f9a316 0%,#f69322 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f9a316 0%,#f69322 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9a316', endColorstr='#f69322',GradientType=0 ); /* IE6-9 */
}
input.btnstart-thanks {
    border-radius: 0;
    color: #fff;
    font-family: opensans-light;
    font-size: 20px;
    height: 40px;
    width: 180px;
	padding: 0; background:#f69322;
}
input.btnstart-thanks:hover {
border: medium none;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    font-family: opensans-light;
    height: 40px;
    text-shadow: none;
    text-transform: none;
    width: 180px;
	background: #f9a316; /* Old browsers */
background: -moz-linear-gradient(top,  #f9a316 0%, #f69322 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9a316), color-stop(100%,#f69322)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f9a316 0%,#f69322 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f9a316 0%,#f69322 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f9a316 0%,#f69322 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f9a316 0%,#f69322 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9a316', endColorstr='#f69322',GradientType=0 ); /* IE6-9 */
}
.sur_none{
	display:none;
}

.captcha{ margin:0px; padding:0px; border:none !important}
.captcha td{ border:none; padding:0px; margin:0px}
.captcha td input{ float: left; margin-left: 10px; width: 77%;}
.captcha td img{ background:#fff; padding:8px; border-radius: 3px; border: 1px solid #ccc; margin-top:7px }
.captcha td .wpcf7-form-control-wrap{float:left}

p.cptch_block br {display:none}
.bl-module-offer{background:#24408c; text-align:center; padding:0px}
.module-form{ margin:0 auto; width:64%; text-align:left}

.liw-head{ color:#3c4452}
.liw-head p{ font-size:18px; line-height:23px}
.liw-head h1{}
.pack-det{ text-align:left; overflow:hidden}
.readmoreforsector01{-moz-box-shadow:inset 0 1px 0 0 #97c4fe;-webkit-box-shadow:inset 0 1px 0 0 #97c4fe;box-shadow:inset 0 1px 0 0 #97c4fe;
background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#5e97d6),color-stop(1,#274591));background:-moz-linear-gradient(top,#5e97d6 5%,#274591 100%);
background:-webkit-linear-gradient(top,#5e97d6 5%,#274591 100%);background:-o-linear-gradient(top,#5e97d6 5%,#274591 100%);
background:-ms-linear-gradient(top,#5e97d6 5%,#274591 100%);background:linear-gradient(to bottom,#5e97d6 5%,#274591 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5E97D6',endColorstr='#274591',GradientType=0);background-color:#274591;
border:0 solid #337fed;border-radius:6px 6px 6px 6px;box-shadow:0 1px 0 0 #97c4fe inset;color:#fff;font-size:12px;font-weight:600;
letter-spacing:0;margin-top:0;padding:4px 20px;text-align:center;text-decoration:none;text-shadow:0 1px 0 #000;text-transform:uppercase;width:auto; margin:0px; display:inline-block}

.line40{line-height:10px}
.liw-line{ border-top:solid 1px #ccc; padding:20px 0; margin:20px 0; font-size:19px}

.wpcf7-list-item{ display:block; width:100%}
.text001 textarea.wpcf7-form-control{height:95px}

.wpcf7-radio .wpcf7-list-item{ display:inline}
.sur_text_norm.fleft b{ display:block; padding-top:25px}

.top-landing01{ width:25%}
.top-landing02{width:75%; text-align:left}
.bolster{ background:#fff; padding:15px; border-radius:15px; box-shadow: 0px 0px 15px #ccc; margin:15px}

@media (min-width: 320px) and (max-width: 768px){
.top-landing01{ width:100%; text-align:center}
.top-landing02{width:100%; text-align:center}
}
/*code start by ravi*/
.iWise_title {
    color: #ffffff;
    font-family: opensans-light;
    font-size: 36px;
    font-weight: 900;
    padding: 25px 40px;
}
input.iWisenm {
    border-radius: 0;
    color: #454545;
    font-family: opensans-light;
    font-size: 20px;
    font-style: italic;
    height: 40px;
    padding: 0 20px;
    width: 180px;
}
button.iwisebtnstart {
    background: linear-gradient(to bottom, #f9a316 0%, #f69322 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 0 none;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    font-family: opensans-light;
    font-size: 20px;
    height: 40px;
    text-transform: none;
    width: 222px;
}
button:hover.iwisebtnstart {
    background: linear-gradient(to bottom, #f9a316 0%, #f69322 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 0 none;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    font-family: opensans-light;
    font-size: 20px;
    height: 40px;
    text-transform: none;
    width: 222px;
	text-shadow: 0 0px 0 ;
}
.iwise_body {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: url("images/iwise/iwise-banner.png") no-repeat scroll left center white;
    border-color: -moz-use-text-color -moz-use-text-color #e4e8ea #e4e8ea;
    border-image: none;
    border-style: none none solid solid;
    border-width: medium medium 1px 1px;
    display: block;
    height: 522px;
    width: auto;
}
.iwise_text_nm {
    color: #454545;
    font-family: opensans-light;
    font-size: 26px; 
}
.iwisesub_text_norm.fleft > span {
    color: #f08a21;
    font-size: 70px;
    font-weight: 900;
}
.iwisesub_text_norm.fleft > span.anyiwise {
    color: #7353a2;
    font-size: 70px;
    font-weight: 900;
}
.iwisesub_text_norm {
    color: #21408c;
    font-family: proximanova-bold;
    font-size: 48px;
    padding: 10px 22px;
    width: 540px;
}
.iwise_logo_padding {
     padding: 19px 51.5px;
}
.iwise_logo_bg_w {
   background: #243f8c; /* Old browsers */
    color: #FFFFFF;
    font-size: 12px; 
	height:auto;
}
.qualityiwise {
color: #3C4452;
font-family: proximanova-regular;
font-size: 24px;
padding: 10px 22px;
width: 960px;
height: 400px;
overflow-y: auto;
}
.iwise-value {
    background: url("images/iwise/icon-val.png") no-repeat scroll center center transparent;
    clear: both;
    display: block;
    height: 49px;
    margin: 0 auto; 
    position: relative;
    width: 50px;
}
.iwise-group {
    background: url("images/iwise/icon-gro.png") no-repeat scroll center center transparent;
    clear: both;
    display: block;
    height: 49px;
    margin: 0 auto; 
    position: relative;
    width: 50px;
}
.iwise-mission {
    background: url("images/iwise/icon-miss.png") no-repeat scroll center center transparent;
    clear: both;
    display: block;
    height: 49px;
    margin: 0 auto; 
    position: relative;
    width: 50px;
}
.iwise-idea {
    background: url("images/iwise/icon-ide.png") no-repeat scroll center center transparent;
    clear: both;
    display: block;
    height: 49px;
    margin: 0 auto; 
    position: relative;
    width: 50px;
}
.iwise-id {
    background: url("images/iwise/icon-id.png") no-repeat scroll center center transparent;
    clear: both;
    display: block;
    height: 49px;
    margin: 0 auto; 
    position: relative;
    width: 50px;
}
.wwaa-num {
    font-family: proximanova-bold;
    color: #f08a21;
    font-size: 70px;
    font-weight: 900;
}
.wwaa-main {
    color: #21408c;
    font-family: proximanova-bold;
    font-size: 48px;
}
.wwaa-sub {
    color: #3c4452;
    font-family: proximanova-regular;
    font-size: 24px;
}
.wwaa-pad {
    padding: 10px 22px;
}
.slidesmanu-next {
    background: url("http://clubwise.com/touchslider/img/next.png") no-repeat scroll center center transparent;
   display: block;
    float: right;
    height: 23px;
    right: 0px;
    margin-right: 5px;
    position: absolute;
    top: 259px;
    width: 22px;
    z-index: 98129000;
}
button.iwisebtnnext {
    background: linear-gradient(to bottom, #f9a316 0%, #f69322 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 0 none;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    font-family: opensans-light;
    font-size: 20px;
    height: 40px;
    text-transform: none;
	padding: 0 40px;
}
button:hover.iwisebtnnext {
    background: linear-gradient(to bottom, #f9a316 0%, #f69322 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 0 none;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    font-family: opensans-light;
    font-size: 20px;
    height: 40px;
    text-transform: none;
    padding: 0 40px;
	text-shadow: 0 0px 0 ;
}
a.iwisebtnnextsli {
    background: linear-gradient(to bottom, #f9a316 0%, #f69322 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 0 none;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    font-family: opensans-light;
    font-size: 20px;
    height: 40px;
    text-transform: none;
    padding: 4px 40px;
	text-shadow: 0 0px 0 ; margin-top:25px; display:inline-block
}
a:hover.iwisebtnnextsli {
    background: linear-gradient(to bottom, #f9a316 0%, #f69322 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
		border: 0 none;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    font-family: opensans-light;
    font-size: 20px;
    height: 40px;
    text-transform: none;
    padding: 4px 40px;
	text-shadow: 0 0px 0 ;
}
#slides a:link, #slides a:visited a.iwisebtnnextsli {
color: #fff;
}
.steve_img_tit_iwise {
    display: block;
    margin: 0 auto;
    position: relative;
    text-align: center;
}
/*code end by ravi*/

.edu_slider_tet01{ 
    color: #3c4452;
    font-family: ProximaNovaA-Bold;
    font-size: 20px;
    overflow-y: auto;
    padding: 10px 30px;
}
.edu_slider_tet01 td h1{ font-size:57px; color:#243f8c}
.edu_slider_tet01 td h1 span{color:#f69322}
.edu_slider_tet01 td{vertical-align:middle}
.edu_slider_tet{width:94%}
.edu_sli_titleh2 {
    color:#f69322;
    font-family: proximanova-regular;
    font-size: 30px;
    padding: 20px 30px; width:94%; display:inline-block; }
.paytable{ margin:0px !important}	
.paytable td{ padding:1px 10px!important; border:solid 1px #ccc;}
.pttask{ margin:0px!important; border-bottom:none !important }
.pttask td{ padding:0px!important; border-top:none !important}

.versionpage .aboutleftcon img{ margin-bottom:90px}


@media screen and (min-device-width: 320px) and (max-device-width: 767px) { 
.companyimg{display:none}
}
.arrow-more{ background:url(images/version8-images/arrow-read.png) no-repeat 45% 27px; height:60px; font-size:20px; color:#000; display:inline-block; font-weight:bold}

.homemidlebox img{transform: translateY(10px); transition: transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;}
.homemidlebox img:hover{transform: translateY(30px)}

.sldbtn{ background:url(images/org-arrow.png) no-repeat right top #243f8c; padding:0 65px 0px 20px; height:50px; font-size:18px; color:#fff; text-transform:uppercase; display:inline-block; margin-top:25px;  line-height:50px;  }

.masthead_text abbr{ border:none !important; color:#243f8c}
.masthead_text span{ font-size:30px; font-family: ProximaNovaA-Semibold; line-height:30px}
.masthead_text span.tick{ font-size:24px; font-family: ProximaNovaA-Regular; line-height:24px; background:url(images/tick-mark.png) no-repeat 0 7px; padding-left:30px}
.btnv8 {
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  background: #22418a;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btnv8:hover {
  background: #263777;
  text-decoration: none;
}
html .masthead_text_small.mdnone {
      color: #323a45;
    text-shadow: 0 0 white;
}
.masthead_text_bit_small {
  font-size: 18px;
  line-height: 30px;
  text-shadow: 0px 0px #242424;
  color: #323a45;
  margin-top: 15px;
  margin-bottom: 10px;
  font-family: ProximaNova-Semibold;
}

.post-password-form{ padding:100px; margin:0 auto; width:45%; font-size:18px; text-align:center}
.post-password-form p{padding:5px 0}
.post-password-form p{font-size:18px}
.post-password-form input{ padding:10px !important}
.post-password-form input[type="submit"]{ background:#f07e00 !important; border:none; color: #fff; font-size: 18px;line-height: 16px;}

.testimonial{ width:100%}
.testimonial h3{font-size:28px; font-family:proximanovaA-regular}
.testimonial01 p{ font-size:20px; line-height:22px; padding:20px}
.lightbox_content01{background:none repeat scroll 0 0 #243f8c;color:#fff;display:none;font-family:proximanovas-semibold;font-size:10px;height:400px;left:10%;letter-spacing:normal;margin:0 20%;overflow:hidden;padding:50px;position:fixed;right:auto;top:2%;width:535px;z-index:9999}
.lightbox_content02{background:none repeat scroll 0 0 #243f8c;color:#fff;display:none;font-family:proximanovas-semibold;font-size:10px;height:500px;left:50%;letter-spacing:normal;overflow:hidden;padding:50px;position:fixed;top:2%;width:740px;z-index:9999; margin-left:-432px}
.popclose01{background:url("images/closebtn.png") no-repeat scroll 0 0 transparent;margin-top:-50px;padding:48px;z-index:10000}.popclose01:hover{background:url("images/closebtnhover.png") no-repeat scroll 0 0 transparent}
.v8videos {
  width: 100%;
  margin: 30px auto 50px;
  text-align: center;
}

.fulform{ width:100%; float:left;}
.fulform textarea.wpcf7-form-control{ width:97%; height:60px}
.regtext{ padding-top:40px; padding-bottom:40px; text-align:center}
.regtext p{font-size:20px}
.regtext h1{font-size:21px;padding:20px 0; color:#f07e00; font-weight:normal}
.clienttext{}
.clienttext h3{ font-size:26px}
.clienttext h3 span{ display:block; font-style:italic; font-size:16px; color:#274e97 }

.teambox001{ width:220px}
.blackout01{   background: #000 url("../fancybox/source/fancybox_loading.gif") no-repeat scroll 50% 48%;
    display: none;
    height: 530px;
    left: 50%;
    margin-left: -500px;
    position: absolute;
    right: 0;
    top: 110px;
    width: 1000px;
    z-index: 6000;
}
.submitrk {
    background:#243f8c !important;
    color: white !important;
    font-family: proximanova-bold,arial;
    text-transform: uppercase !important;
}
.buttonPress{ display:inline-block; border:solid 2px #fff; color:#fff; font-weight:600; padding:10px 20px; line-height:1; margin-top:15px;}
.qoute{ border-top:solid 1px #ccc; line-height:20px !important; padding:7px 0; font-family: 'opensans-lightitalic' !important; font-size:13px !important}
.donw_agenda{background-color: #274490;color: #fff !important; font-family: "Open Sans" !important; font-size: 11px !important;font-weight: 600; letter-spacing: 0;  margin-top: 0; padding: 9px 20px; text-align: center;  text-decoration: none;   width: auto; text-transform:uppercase}

.wtesti01{background:url("images/testimonials/testi01.png") no-repeat;width:272px;height:180px;display:block;Border-radius:8px}
.wtesti01:hover{background:url("images/testimonials/testi01-ov.png") no-repeat;width:272px;height:180px;display:block;Border-radius:8px}
.wtesti02{background:url("images/testimonials/testi02.png") no-repeat;width:272px;height:180px;display:block;Border-radius:8px}
.wtesti02:hover{background:url("images/testimonials/testi02-ov.png") no-repeat;width:272px;height:180px;display:block;Border-radius:8px}
.wtesti03{background:url("images/testimonials/testi03.png") no-repeat;width:272px;height:180px;display:block;Border-radius:8px}
.wtesti03:hover{background:url("images/testimonials/testi03-ov.png") no-repeat;width:272px;height:180px;display:block;Border-radius:8px}
.wtesti04{background:url("images/testimonials/testi04.png") no-repeat;width:272px;height:180px;display:block;Border-radius:8px}
.wtesti04:hover{background:url("images/testimonials/testi04-ov.png") no-repeat;width:272px;height:180px;display:block;Border-radius:8px}
.wtesti05{background:url("images/testimonials/testi05.png") no-repeat;width:272px;height:180px;display:block;Border-radius:8px}
.wtesti05:hover{background:url("images/testimonials/testi05-ov.png") no-repeat;width:272px;height:180px;display:block;Border-radius:8px}

.edu_body.slidesjs-slide > div{ margin-top:100px}
.edu_text_norm.fleft > p{ font-size:24px; line-height:30px}
.iwisesub_text_norm  > p{ font-size:48px; font-family:proximanova-bold; line-height:50px }
.iwisesub_text_norm.fleft{ margin-top:-40px}
.wwaa-pad{ margin-top:40px !important}

span.callustext{ font-size:16px}

.box01{ background:#f8f8f8; border:solid 1px #d5d5d5; padding:20px; margin-bottom:20px} 
.box01 h2{ font-size:20px; display:block; padding-bottom:10px; border-bottom:3px double #ccc}

.box01org{ background:#f18900; border:solid 1px #f18900; padding:20px; margin-bottom:20px; color:#fff} 
.box01org h2{ font-size:20px; display:block}
.box01org a{ color:#fff}
.button01{ background:#f8f8f8; padding:10px 0; font-weight:normal; color:#f18900; display:block}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 130px;
  background: #243f8c;
  border-radius: 100%;
  width: 450px; height:450px;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #fff;
  font-family:ProximaNova-Bold; font-size:25px;
}
.popup .close {
  position: absolute;
  top: 60px;
  right: 20px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
}
.popup .close:hover {
  color: orange;
}
.popup .content {
   color:#fff; font-family:ProximaNova-Regular; font-size:16px;
}

#mjnew div.art01{ display:none}
#mjnew div.art01:first-child{ display:none} 


.archlinks{ width:100%}
.archlinks li{ border-bottom:solid 1px #ccc; padding:10px 0; line-height:18px}

.box01 > p{ line-height:17px; padding:7px 0}
#mjnew .art02{ width:49%; float:left; margin-bottom:20px;     min-height: 670px;}
#mjnew .art02:nth-child(even){ width:49%; float:right}
.listingtitle{ width:100%; padding-right:10px; float:left;  font-size:22px; margin:0px 0px 30px 0px; padding-left:10px; color:#000; position:relative;}
 .backbtn-video{     font-size: 12px;
    background-color: #243f8c;
    padding: 10px 15px;
    display: block;
    float: right;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    font-weight: normal;
    margin-left: 15px;
    border-radius: 30px;}
.backbtn-video:hover{ background-color:#D87200; color:#fff;}
.countnotification{    width: 20px;
    text-align: center;}
	
.adright{ position:fixed; right:-9px; top:0px; background:url(images/prlink-img.png) no-repeat 0 0; width:175px; height:175px; z-index:99}+
@font-face {
	font-family: 'TablePress';
	src: url('tablepress.eot');
	src: url('tablepress.eot?#ie') format('embedded-opentype'),
		url(data:application/x-font-woff;base64,d09GRgABAAAAAAXYAAwAAAAACXwAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABHAAAABwAAAAcZInHOk9TLzIAAAE4AAAAPgAAAGB7NXPDY21hcAAAAXgAAABMAAABUvD45QVnYXNwAAABxAAAAAgAAAAIAAAAEGdseWYAAAHMAAABKQAAAgjYVHFyaGVhZAAAAvgAAAAvAAAANv2jaBNoaGVhAAADKAAAAB0AAAAkCk0F6GhtdHgAAANIAAAAIAAAACgoAADqbG9jYQAAA2gAAAAWAAAAFgJWAbxtYXhwAAADgAAAAB0AAAAgAE4AH25hbWUAAAOgAAAB3AAAA43ZugaUcG9zdAAABXwAAABZAAAAgeNVfAkAAAABAAAAAMwXcmMAAAAAy1XFoAAAAADNHI82eJxjYGbexjiBgZWBhaWHxZiBgaENQjMVM0SB+ThBQWVRMYPDh+APd9gY/gP5bAyMykCKEUmJAgMjAC56Ct8AAHicY2BgYGaAYBkGRgYQ8AHyGMF8FgYDIM0BhEwMDB9CPtz6cOf/fyAr+MN1EIt/A78evy5UFxgwsjHAuYxAPSB9KICRYdgDAL67D8kAAQAB//8AD3icXU/NTsJAEJ5ZFggxxmCbkiwHAzLTowlu4ejeyxPwCOBR7r3rE/geeubuG3i3TyGts12MtT18ndnd7w8QsvpdX/Q/IAboI9s1rpY3mMTDkcAVDuaqPD0RqRfaU05UGSxJhj2p5wDNUplqyjsZQT6EQ/2mc9GcyBIPReQOObPrkccHMZhgonMS3R1tiLCsDNFm8bgQF3W06ekgqqnN5Aa//D9nlrOgDeg09Aq4lK3RTiX16n621BBVLrIe2PQK09s2c4THyPIvF4TrAndwO5uHvhPUwOa7MNw8FsCtZfZDJBKB66BQhW58cRwHW09OVMEtI+3aOhEHX+E63crM2dh6X+WazMFLvf6F57OvAqiPGvo+87Tb+LrT4X9/7lT6bKXs9vsByDlkyAAAAHicY2BkYGAA4mO9Sxji+W2+MnCzM4DAWZl+bwT9fyuLN+tpIJeDgQkkCgAbqgoOAHicY2BkYGBj+HeXgYGdAQRYvBkYGVABFwA+hgJEAAAAeJxjZ4AAdiBmaWAwBeJSFhAbiJkaGByAGMwGADa+AxEAAAAAAAAAAAAqAFgAdgCUALIA0AEEAAB4nGNgZGBg4GKQYWBiAAEQycgAEnMA8xkABjEAbgAAAHicjZJBaxNBFMf/u0mbJoig5KC3QcRblt2tFCm9lEp701iKIHiZJLPJ0mSnzE5S8h38BB79Nn4ab94E/zN9JVB7MCEzv/3Pm/f+720ADPEbCe4/qXCCAV4Kp+jhrXAHGb4Ld/Ecv4T38Cx5I7yPQfJBuIdPyR/hAzxJa+E+Buk3Zku6fal8xwn9dIRTPMVr4Q6+4kS4S/Wn8B5eJanwPobJO+EefiRfhA/wIv0o3Mcw3YRyV9CYYAmDMRzXll9c6cnSjJ1pyZcU51gzRDMAl2a+XmrCOSwa+Lg7RhgolJxKzv2Yv8cSqwfZ7iILHGHEdcT7OfdDJreNP7dublSZ5epY7QwpMUCxOBoVozIvDh/v4mEx/JsE+MwQx+A6dhO8hA7y2EvwUjLEuLa2jSqyPFcsV/7H0MbxUFMOYwkhVSykODAb10U8OePTDbY8qel0QV3FO1PSvaUqDnh3p5LBB8WxxozqKnZ4TU1T9THfhJ3vsjTcw9M02s1ocWl0a5QzlXHKW+UXRp3Zm62r5wuvWjP1oenKunhS8YUo7/TMrLS7Vtp7V0/WMaSxvp6aNoP8FYKzU9zGOpbOTHidzqvTW9PaFZ/e0+QmtnJBatjAlqLeGHWhm9kWfwGPR6C4eJxjYGIAg/9VDFEM2AAXEDMyMDEyMTIzsjCyMrIxsjNy8CRnpJYV5efF56SmlfDCOEWZ6RklXMmJRakl8Sn55XkcEGZpAVQMpJgbwgQrZSnOLyoBACnGHqgAAAA=) format('woff'),
		url('tablepress.ttf') format('truetype'),
		url('tablepress.svg#TablePress') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Table description */
.tablepress-table-description {
	clear: both;
	display: block;
}

.tablepress {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin-bottom: 1em;
	border: none;
}
tbody.row-hover td.column-6{
	 width: 158px;
}
.tablepress th,
.tablepress td {
	padding: 8px;
	border: none;
	background: none;
	text-align: left;
}
.tablepress tbody td {
	color: #333333;
    font-family: verdana;
    font-size: 11px;
    vertical-align: top;
}

/* Vertical lines / borders */
.tablepress tbody td,
.tablepress tfoot th {
	border: 1px solid #DDDDDD;
}
.tablepress tbody tr:first-child td {
	border-top: 0;
	 vertical-align: middle;
}
.tablepress thead th {
	border-bottom: 1px solid #dddddd;
}
.gallery {
	float: left;
}
div.gallery:nth-child(2) {
        left: -31px;
    display: block;
    position: absolute;
}
div.gallery:nth-child(3) {
        left: -61px;
    display: block;
    position: absolute;
}
/* Row background colors */
.tablepress thead th,
.tablepress tfoot th {
	background-color: #243F8C !important;
	font-weight: normal !important;
	vertical-align: middle !important;
	color: #FFFFFF !important;
	background-color: #243F8C !important;
    border: 1px solid #4C67B4 !important;
	padding-left: 16px !important;
	font-family: ProximaNovaA-Regular !important;
}
.tablepress .odd td {
	background-color: #f9f9f9;
	vertical-align: middle;
	padding-left: 16px;
}
.tablepress .even td {
	background-color: #ffffff;
	vertical-align: middle;
	padding-left: 16px;
}
.tablepress .row-hover tr:hover td {
	background-color: #f3f3f3;
}

/* Reset image layout in tables */
.tablepress img {
	margin: 0;
	padding: 0;
	border: none;
	max-width: none;
}

/* Table wrapper */
.dataTables_wrapper {
	clear: both;
	*zoom: 1; /* IE 7 hack, for better float clearing */
	margin-bottom: 1em;
}
.dataTables_wrapper .tablepress {
	clear: both;
	margin: 0 !important;
}

/* Length Change menu */
.dataTables_length {
	float: left;
	white-space: nowrap;
	
	display:none;
}

/* Filter/Search */
.dataTables_filter {
	float: right;
	white-space: nowrap;
	
	display:none;
}

/* Table information */
.dataTables_info {
	clear: both;
	float: left;
	margin: 4px 0 0;
	
	display:none;
}

/* Pagination */
.dataTables_paginate {
	float: right;
	margin: 4px 0 0;
	padding: 0 15px;
	
	display:none;
}
/* Two button pagination - previous/next */
.dataTables_paginate a {
	color: #111111 !important;
	display: inline-block;
	outline: none;
	position: relative;
	text-decoration: underline;
	text-decoration: none\0/IE; /* Hack for IE8, 9, and IE10pp4, as those have trouble with text-decoration in :after pseudo-elements */
}
.dataTables_paginate .paginate_disabled_previous,
.dataTables_paginate .paginate_disabled_next {
	color: #999999 !important;
	text-decoration: none;
}
.paginate_disabled_next,
.paginate_enabled_next {
	margin-left: 10px;
}
.paginate_enabled_previous:hover,
.paginate_enabled_next:hover {
	cursor: pointer;
	text-decoration: none;
}
.paginate_disabled_previous:before,
.paginate_enabled_previous:before,
.paginate_disabled_next:after,
.paginate_enabled_next:after {
	text-align: left;
	font-family: TablePress;
	font-size: 14px;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	content: "\f053";
	color: #243F8C;
	text-shadow: 0.1em 0.1em #666666;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -14px;
	margin: auto;
	height: 14px;
	width: 14px;
	line-height: 1;
}
.paginate_disabled_next:after,
.paginate_enabled_next:after {
	text-align: right;
	content: "\f054";
	left: auto;
}
.paginate_disabled_previous:before,
.paginate_disabled_next:after {
	color: #f9f9f9;
}
.paginate_enabled_previous:hover:before,
.paginate_enabled_next:hover:after {
	color: #049cdb;
}

/* Full number pagination */
.paging_full_numbers {
	height: 22px;
	line-height: 22px;
}
.paging_full_numbers a {
	border: 1px solid #aaaaaa;
	border-radius: 5px;
	padding: 2px 5px;
	margin: 0 3px;
	color: #333333 !important;
	background-color: #dddddd;
}
.paging_full_numbers .paginate_button:hover {
	background-color: #cccccc;
}
.paging_full_numbers .paginate_active {
	background-color: #99b3ff;
}

/* Processing indicator */
.dataTables_processing {
	display: none; /* always hidden, we don't use it */
}

/* Scrolling */
.dataTables_scroll {
	clear: both;
}
.dataTables_scrollBody {
	-webkit-overflow-scrolling: touch;
}

/* Sorting */
.dataTables_wrapper .sorting,
.dataTables_wrapper .sorting_asc,
.dataTables_wrapper .sorting_desc {
	padding-right: 20px !important; /* more right padding for sort arrows */
	cursor: pointer !important;
	outline: none !important;
}
.dataTables_wrapper .sorting div,
.dataTables_wrapper .sorting_asc div,
.dataTables_wrapper .sorting_desc div {
	position: relative !important;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
}
.dataTables_wrapper .sorting div:before,
.dataTables_wrapper .sorting div:after,
.dataTables_wrapper .sorting_asc div:before,
.dataTables_wrapper .sorting_asc div:after,
.dataTables_wrapper .sorting_desc div:before,
.dataTables_wrapper .sorting_desc div:after {
	font-family: TablePress;
	font-weight: normal;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	top: 0;
	bottom: 0;
	left: auto;
	right: -14px;
	margin: auto;
	height: 14px;
	line-height: 1;
	padding: 1px 0 0;
}
.dataTables_wrapper .sorting div:after {
	content: "\f0dc";
	
	display:none;
}
.dataTables_wrapper .sorting_asc div:after {
	content: "\f0d8";
	padding: 0 0 1px;
	
	display:none;
}
.dataTables_wrapper .sorting_desc div:after {
	content: "\f0d7";
	
	display:none;
	
}
.dataTables_wrapper .sorting:hover,
.dataTables_wrapper .sorting_asc,
.dataTables_wrapper .sorting_desc {
	/* background-color: #049cdb; */
}

/* Self clearing - */
.dataTables_wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.dataTables_wrapper label input,
.dataTables_wrapper label select {
	display: inline;
	margin: 2px;
	width: auto;
}
caption {
    display: none;
}

.ftfixed{ background:#22418c; position:fixed; left:0; bottom:0; z-index:-1; width:100%; height:85px; background-size:100%}
.social{ padding:15px 0}
.hfeed{ position:relative; margin-bottom:85px;z-index:1; margin-top:0; background:#fff} 

.webinar, .orgbig, { background:#f08a21; border-radius:30px; color:#fff; font-size:14px; text-transform:uppercase; display:inline-block; padding:15px 15px; margin-bottom:50px; font-weight:700; letter-spacing:5px; line-height:20px;
-webkit-transition:all .2s ease-in-out .2s;
-moz-transition:all .2s ease-in-out .2s;
-ms-transition:all .2s ease-in-out .2s;
-o-transition:all .2s ease-in-out .2s;
transition:all .2s ease-in-out .2s}
.webinar:hover, .orgbig:hover, .header-home a:hover{ color:#fff; 
-webkit-transition:all .2s ease-in-out .2s;
-moz-transition:all .2s ease-in-out .2s;
-ms-transition:all .2s ease-in-out .2s;
-o-transition:all .2s ease-in-out .2s;
transition:all .2s ease-in-out .2s} 

.webinar{ background:#22418c; border-radius:30px; color:#fff; font-size:18px; text-transform:uppercase; display:inline-block; padding:10px 25px; margin:25px 0 0; font-weight:700; line-height:21px; border:2px solid #fff; line-height:30px;
-webkit-transition:all .2s ease-in-out .2s;
-moz-transition:all .2s ease-in-out .2s;
-ms-transition:all .2s ease-in-out .2s;
-o-transition:all .2s ease-in-out .2s;
transition:all .2s ease-in-out .2s}
.webinar:hover{ color:#1b4489; background:#fff;
-webkit-transition:all .2s ease-in-out .2s;
-moz-transition:all .2s ease-in-out .2s;
-ms-transition:all .2s ease-in-out .2s;
-o-transition:all .2s ease-in-out .2s;
transition:all .2s ease-in-out .2s} 

.orgbig{ letter-spacing:0px}

.social .col-sm-4 img{ max-width:150px; width:100%}
.social .col-sm-2 img{ margin-top:70px}
.clapps, .fsapps{ margin-top:50px}
.clapps{ text-align:right}
.clapps h3, .fsapps h3{ font-size:21px; padding:15px 0 0}
.clapps h3{ color:#fecd06}
.fsapps h3{color:#3bbfef}
.clapps p, .fsapps p{ color:#fff; font-size:15px; line-height:1.3; padding:15px 0}

.gettouch h3{ font-size:27px; font-weight:300; margin:0; line-height:1.4em}
.gettouch h3 strong{ display:block}
.iconsec{ background:#fff; padding:70px 0; text-align:center}
.iconsec h3{ font-size:25px; padding:15px 0; background: -webkit-linear-gradient(left, #eb8824, #1f438a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;}
.iconsec p{ color:#161616; font-size:15px;}

.tab-sec{ background:url(images/tab-img_new.jpg) no-repeat 0 0 #fff; background-attachment:fixed; background-size:cover; padding:70px 0 0 0; color:#fff; text-align:center}
.tab-sec h2{ font-size:40px;}
.tab-sec p{ font-size:15px; margin:30px 0 60px}
.tabcontent{ background:#fff; color:#29292b; padding:50px 0 30px}
.tabbar{background:url(images/tab-bg.png) repeat 0 0;}
.tabbar ul{ list-style:none}
.w3-navbar{ padding:0; margin:0 !important; list-style:none}
.w3-navbar li{ float:left; width:25%; margin:0; padding:0; text-align:center;}
.w3-navbar li a{ padding:20%; display:block}

.tabbar01{ background-color: rgba(0, 0, 0, 0.6);}
.tab-sec ul{ margin:0; list-style:none}
.tab{ margin:0; padding:0; overflow:hidden}
.tab > li{ float:left; width:20%; margin:0}
.tab li a{ padding:11% 11%; display:block; outline:none; color:#fff; font-size:16px}
.tab > li a.active{ background:#fff; color:#f08a21; text-decoration:none}
.tablinks > strong{ min-height:55px; font-weight:300; display:block}
.tabcontent{}
.tabcontent h3{ font-size:40px; font-weight:300; color:#838383}
.tabcontent h3 strong{ font-weight:700; color:#20438a}
.tabcontent p{ font-size:15px; padding:0; margin:0}

.bl, .cm, .ap, .ac, .gb, .re {text-align:center; width:77px; height:75px; display:block; margin:0 auto} 
/*.bl{ background:url(images/tab-icn.png) no-repeat 7px 0;}
.cm{ background:url(images/tab-icn.png) no-repeat -228px 0;}
.ap{ background:url(images/tab-icn.png) no-repeat -464px 0;}
.ac{ background:url(images/tab-icn.png) no-repeat -703px 0;}
.gb{ background:url(images/tab-icn.png) no-repeat -875px 0;}
.re{ background:url(images/tab-icn.png) no-repeat -1040px 0;}

.tab > li a.active .bl{ background:url(images/tab-icn.png) no-repeat 7px -110px;}
.tab > li a.active .cm{ background:url(images/tab-icn.png) no-repeat -228px -110px;}
.tab > li a.active .ap{ background:url(images/tab-icn.png) no-repeat -464px -110px;}
.tab > li a.active .ac{ background:url(images/tab-icn.png) no-repeat -703px -110px;}
.tab > li a.active .gb{ background:url(images/tab-icn.png) no-repeat -875px -110px;}
.tab > li a.active .re{ background:url(images/tab-icn.png) no-repeat -1040px -110px;}*/

.bl{ background:url(images/tab-img/tab-icn01.png) no-repeat 0 0; background-size:cover}
.cm{ background:url(images/tab-img/tab-icn02.png) no-repeat 0px 0; background-size:cover}
.ap{ background:url(images/tab-img/tab-icn03.png) no-repeat 0px 0; background-size:cover}
.ac{ background:url(images/tab-img/tab-icn04.png) no-repeat 0px 0; background-size:cover}
.gb{ background:url(images/tab-img/tab-icn05.png) no-repeat 0px 0; background-size:cover}
.re{ background:url(images/tab-img/tab-icn06.png) no-repeat 0px 0; background-size:cover}

.tab > li a.active .bl{ background:url(images/tab-img/tab-icn01.png) no-repeat 0 -110px; background-size:cover}
.tab > li a.active .cm{ background:url(images/tab-img/tab-icn02.png) no-repeat 0 -110px; background-size:cover}
.tab > li a.active .ap{ background:url(images/tab-img/tab-icn03.png) no-repeat 0 -110px; background-size:cover}
.tab > li a.active .ac{ background:url(images/tab-img/tab-icn04.png) no-repeat 0 -110px; background-size:cover}
.tab > li a.active .gb{ background:url(images/tab-img/tab-icn05.png) no-repeat 0 -110px; background-size:cover}
.tab > li a.active .re{ background:url(images/tab-img/tab-icn06.png) no-repeat 0 -110px; background-size:cover}

.whitesec{ background:#fff;}
.hpclient{ /*background:url(images/world.png) no-repeat center center;*/ padding:70px 0 35px; text-align:center}
.hpclient h1{ font-size:30px; color:#243f8c; font-weight:300}
.hpclient p{ font-size:12px; line-height:17px; text-align:center;}

.clsld{ padding:0 0 70px 0}
.clsld .owl-controls{ display:none}
#team .owl-pagination{ display:none}

.header-text{background:#22418c; margin-bottom:40px; min-height:190px}
.header-home{color:#29292b; font-weight:300; padding:40px 0; text-align:center; background:#fff;}
.header-home h2{ font-size:28px; line-height:35px; font-weight:300; margin-top:20px}
.header-home p{ font-size:14px; padding:25px 0; line-height:20px; text-align:left}
.header-home a{border-radius:30px; padding:15px 40px 15px 20px; color:#fff; font-size:16px; text-transform:uppercase; margin:0 auto; font-weight:700; height:48px; display:inline-block}

.type-wrap{ margin:160px 0 70px; text-align:center} 
.type-wrap > span{ font-size:45px}

.rgbrd{ border-right:solid 1px #eaeaea; padding:30px 20px; min-height:260px}
.rgbrd_no{ border-right:none; padding:30px 20px}

.cldtxt{ text-align:center; padding-bottom:0}
.cldtxt h4{ font-size:35px; color:#f08a21;}
.cldtxt p{ font-family:15px}
.iconsec .orgbig{ margin-bottom:0; margin-top:30px}

/*#testimonial .owl-page span{ width:72px; height:72px; border-radius:100%; opacity:1; border:solid 3px #fff;}
#testimonial .owl-page.active span{ /*width:100px; height:100px; border-radius:100%; border:solid 3px #20438a;}
#testimonial.owl-theme .owl-controls{ position:absolute; bottom:-85px; left:50%; margin-left:-160px}

#testimonial .owl-page:nth-child(1) span{ background:url(images/testimonials/test-thumb01.png) no-repeat 0 0; background-size:100%}
#testimonial .owl-page:nth-child(2) span{ background:url(images/testimonials/test-thumb02.png) no-repeat 0 0; background-size:100%}
#testimonial .owl-page:nth-child(3) span{ background:url(images/testimonials/test-thumb03.png) no-repeat 0 0; background-size:100%}
#testimonial .owl-page:nth-child(4) span{ background:url(images/testimonials/test-thumb04.png) no-repeat 0 0; background-size:100%}*/

.testitext{/* position:absolute; left:0; color:#fff; margin-top:10%; */ width:100%; text-align:center; color:#444444; }
.testitext p{ font-size:17px; font-style:italic; padding:20px 0}
.testitext h2 img{ height:60px}
.testitext h5{ font-size:25px; font-style:italic}
.testitext a{ color:#000}
.testitext .col-sm-12.col-md-6 img{ height:60px}

.tsright{ border-right:solid 1px #ccc}


.testitext a img {
    -webkit-transition: -webkit-transform .15s ease;
  -moz-transition: -moz-transform .15s ease;
  -o-transition: -o-transform .15s ease;
  -ms-transition: -ms-transform .15s ease;
  transition: transform .15s ease;
}
/* line 46, ../sass/demo.scss */
.testitext a:hover img { 
  -webkit-transform: scale(1.07);
  -moz-transform: scale(1.07);
  -o-transform: scale(1.07);
  -ms-transform: scale(1.07);
  transform: scale(1.07);
 
   -webkit-transition: -webkit-transform .15s ease;
  -moz-transition: -moz-transform .15s ease;
  -o-transition: -o-transform .15s ease;
  -ms-transition: -ms-transform .15s ease;
  transition: transform .15s ease;
}

.footermainhe{ color:#243f8c; font-size:18px}
.socialbar{width:100%}
.socialbar a{ float:left; width:42px; height:42px; display:block;}
.socialbar a.socicn01{ background:url(images/social-icn.png) no-repeat 4px 0;}
.socialbar a.socicn02{ background:url(images/social-icn.png) no-repeat -38px 0;}
.socialbar a.socicn03{ background:url(images/social-icn.png) no-repeat -80px 0;}
.socialbar a.socicn04{ background:url(images/social-icn.png) no-repeat -120px 0;}
.socialbar a.socicn05{ background:url(images/social-icn.png) no-repeat -160px 0;}

.conbot{ /*background:url(images/world1.png) no-repeat center top;*/ display:inline-block; padding:10px 0; margin:0; width:100%; text-align:center; background-size:15%;}
.conbot h2{color:#fff; font-size:16px; font-weight:700; margin:15px 0}
.conbot p{ color:#a1a1a1; font-size:25px; line-height:31px}
.conbot p strong{color:#fff; font-size:22px}

.tabmaintxt{ padding-top:30px; text-align:right; min-height:310px}
.aptxt{ background:url(images/arrow.png) no-repeat right top; padding:17px 70px 17px 0; margin:5px 0; text-align:right} 
.aptxt.nor{ background:none; padding:0px 0 5px 0; margin:0} 
.aptxt h3{ font-size:17px; background: -webkit-linear-gradient(left, #eb8824, #1f438a); font-weight:700;
  -webkit-background-clip: text;  -webkit-text-fill-color: transparent; line-height:25px; margin:0; padding:0}
.aptxt p{ font-size:15px; line-height:25px;}
.aptxt a{ text-align:center; margin-top:25px}

.testi-heading{background: -webkit-linear-gradient(left, #eb8824, #1f438a); position:relative}
.testi-heading h4{padding:40px 0; text-align:center; font-weight:300; font-size:27px; color:#fff; line-height:35px}
.down-aarow{ position:absolute; bottom:-35px; left:50%; margin-left:-31px; width:62px; height:62px; background:url(images/down-arrow.png) no-repeat 0 0; z-index:2}

.in-nav{ background:#27418c; color:#fff}
.in-nav ul{ list-style:none; width:100%}
.in-nav ul li { float:left;padding:0; text-transform:uppercase; text-align:center}
.in-nav ul li a{ color:#fff; letter-spacing:1px; font-size:14px}
.in-heading{ padding:40px 0; text-align:center; background:url(images/header-seperater.png) no-repeat 0 0 center bottom; border-bottom: solid 1px #dedede}
.in-heading h1{ font-size:45px; font-weight:300}
.in-heading h1 span{ font-weight:700}
.in-heading h4{ font-size:21px; font-weight:700; margin-top:10px}
.in-heading .col-sm-3 img{}
.in-heading p{ font-weight:300}

.in-heading h2{ font-size:30px}
.inheader-txt{ font-size:21px; padding-top:20px; display:inline-block}
.dd-email{font-size:21px; display:inline-block; color:#444444; font-weight:700; padding-top:20px}
.dd-email:hover{color:#22418c}
.dd-email01{font-size:17px; display:inline-block; color:#de4654; font-weight:700; border:solid 2px #de4654; padding:10px 20px; border-radius:40px;}
.dd-email01:hover{ background:#de4654; color:#fff;}

.ddg{ border-top:solid 1px #ccc; margin-top:50px; padding-top:40px; font-size:21px; text-align:center}

.in-tab li{ margin:0; padding:0; width:20%; text-align:center}
.in-tab li a{ color:#fff; letter-spacing:1px; font-size:14px; padding:10px !important}
.in-tab li strong{padding:10px !important; line-height:35px; display:block}

.in-main{ background:#fff; padding:70px 0}
.ser-tab{ width:100%}
.ser-tab li{ width:20%; margin:0;}
.ser-tab .secicn01{ background:url(images/ser-tab-icn.png) no-repeat 13px 0; width:60px; height:35px; display:inline-block}
.ser-tab .secicn02{ background:url(images/ser-tab-icn.png) no-repeat -85px 0; width:60px; height:35px; display:inline-block}
.ser-tab .secicn03{ background:url(images/ser-tab-icn.png) no-repeat -322px 0; width:60px; height:35px; display:inline-block}
.ser-tab .secicn04{ background:url(images/ser-tab-icn.png) no-repeat -412px 0; width:60px; height:35px; display:inline-block}
.ser-tab .secicn05{ background:url(images/ser-tab-icn.png) no-repeat -242px 0; width:60px; height:35px; display:inline-block}
.ser-tab .secicn06{ background:url(images/ser-tab-icn.png) no-repeat -168px 0; width:60px; height:35px; display:inline-block}

.ser-tab li.active .secicn01{ background:url(images/ser-tab-icn.png) no-repeat 13px -51px; width:60px; height:35px; display:inline-block}
.ser-tab li.active .secicn02{ background:url(images/ser-tab-icn.png) no-repeat -85px -51px; width:60px; height:35px; display:inline-block}
.ser-tab li.active .secicn03{ background:url(images/ser-tab-icn.png) no-repeat -322px -51px; width:60px; height:35px; display:inline-block}
.ser-tab li.active .secicn04{ background:url(images/ser-tab-icn.png) no-repeat -412px -51px; width:60px; height:35px; display:inline-block}
.ser-tab li.active .secicn05{ background:url(images/ser-tab-icn.png) no-repeat -242px -51px; width:60px; height:35px; display:inline-block}
.ser-tab li.active .secicn06{ background:url(images/ser-tab-icn.png) no-repeat -168px -51px; width:60px; height:35px; display:inline-block}

.nav.navbar-nav.ser-tab strong{ display:block; text-align:center; font-size:13px; line-height:17px; font-weight:300; height:30px}

.services{ text-align:center; padding:130px 0 0 0}
.services .container{ padding-bottom:35px}
.services h1{ font-size:45px; color:#838383}
.services h1 strong{color:#20438a; font-weight:700}
.services p{ font-size:14px; line-height:21px; padding:5px 0}

.top{ background:#f08a21; border-radius:30px; padding:15px 20px; color:#fff; font-size:14px; letter-spacing:5px; text-transform:uppercase; margin:0 auto; font-weight:700; width:200px; position:absolute; top:-25px; left:50%; margin-left:-100px; cursor:pointer}

.top, .pressbox a, .presstop a{ -webkit-transition:all .2s ease-in-out .2s;
-moz-transition:all .2s ease-in-out .2s;
-ms-transition:all .2s ease-in-out .2s;
-o-transition:all .2s ease-in-out .2s;
transition:all .2s ease-in-out .2s}
.top:hover, .pressbox a:hover, .presstop a:hover{ } 

.bottom{ background: -webkit-linear-gradient(left, #eb8824, #1f438a); padding:50px 0;}

.affix{ width:100%; top:0}
.affix-top{ margin:0;}
#nav ul.navbar-nav{ margin:0}
.navbar-inverse{  border:none}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus{ background:#fff; color:#20438a}
.navbar-inverse .navbar-nav > li > a{color:#fff; padding:15px 10px; line-height:35px}

.fs{ background:url(images/ser-bg.jpg) no-repeat 0 0; background-size:cover; padding:130px 0}
.mm{ background:url(images/ser-bg.jpg) no-repeat 0 0; background-size:cover; padding:130px 0}
.al{ background:url(images/ser-bg.jpg) no-repeat 0 0; background-size:cover; padding:130px 0}

.whbox{ padding:20px /* background:rgba(0, 0, 0, 0.2); padding:20px; margin:15px 0; color:#fff; border:solid 1px #5c6c96; font-weight:300; min-height:360px*/}
.whbox h2{ color:#fff; font-size:30px; margin:20px 0}
.whbox h2 strong{ display:block}
.whbox p{ color:#fff}

.box{ position:relative; margin-top:50px}
.box .color-bg{ background-color:#f08a21;}
.box .color-bg-black{ background-color:#fff !important; color:#f08a21}

.map{ background:#fff; position:relative}
.map01{ padding:0 !important}
.mapover{ position:absolute; left:0; top:25%; width:100%;}
.conbox{ background:#284a8d; color:#fff; text-align:center; border-radius:3px; box-shadow:1px 1px 20px #ccc;}
.map iframe{ display:block}
.conbox img{ margin:15px 0}
.conbox h6{ font-size:18px; font-weight:700}
.conbox p{ font-size:15px}
.conbox a{ background:#335292; padding:10px; color:#fff; text-transform:uppercase; display:block; margin-top:15px}

.con-contact{ background:#fff; background-size:cover; padding:0 0 70px;text-align:center; font-size:17px; font-weight:700;} 
.con-contact h3{ font-size:30px; margin-bottom:50px}
.con-contact .col-sm-4 img{ margin-bottom:20px} 
.contoptxt{}
.contoptxt h4{ font-size:17px; padding:0 0 40px 0; line-height:25px; text-align:center; font-weight:300;}
.conheadtxt{ font-size:14px; text-align:center; padding:15px 15px 15px 0; display:list-item; color:#fff; text-transform:uppercase; letter-spacing:2px; background:url(images/arrow-wh.png) no-repeat right 19px; width:190px; margin:0 auto}
.conbox01{ background:#fff; box-shadow:1px 1px 20px #ccc; border-radius:5px; display:inline-block; text-align:center; margin-bottom:70px} 
.conbox01 h3{ font-size:35px; color:#415798; padding:0 0 20px 0}

.con-drop select{ padding:7px; font-size:18px; border:solid 1px #415798; width:85%; box-shadow:0px 3px 11px #ccc}

.con-contact h6{ font-size:21px} 
.con-contact p{ font-size:19px; font-weight:300; line-height:25px}
.con-contact a{background:#335292; padding:5px 20px; color:#fff; text-transform:uppercase; display:inline-block; margin:15px; font-size:11px;  font-weight:500; letter-spacing:1px; border-radius:30px}
.con-contact .col-sm-5{ border:solid 1px #5f81bf; padding:20px}
.con-contact h3{ font-size:21px; text-transform:uppercase; margin:0 0 10px 0; padding:0; font-weight:bold; color:#1f3e8a}

.bluebox{ background:#fff; padding:45px 0; margin:0; text-align:center; color:#29292b}
.bluebox h5{ font-size:17px; margin:15px 0; line-height:22px; display:block}
.bluebox a{ border:solid 2px #de4654; padding:5px 15px; color:#de4654; display:inline-block; border-radius:40px;}
.hs-form-field label{ display:none}
.hs-form fieldset.form-columns-1 .hs-input{ width:100% !important}
.hs_submit{ margin-bottom:30px; margin-right:8px}
.hs-button{ background:#f08a21; padding:10px 0; text-align:center; font-size:16px; width:100%; display:block; border:none; color:#fff; text-transform:uppercase; font-weight:700 }

.pressbox{ text-align:center; margin-bottom:15px;}
.pressbox img{ border-radius:7px; box-shadow:2px 2px 10px #ccc; width:100%}
.pressbox h2{ font-size:17px; min-height:75px; margin-top:20px; line-height:21px; padding:0 15px}
.pressbox p{ font-size:15px; margin:15px 0; min-height:50px;}
.pressbox a{/* background:#243f8c; color:#fff; padding:7px 20px; font-size:12px; border-radius:40px; text-transform:uppercase; display:inline-block*/}

.presstop{ text-align:center; padding:0 0 40px 0}
.presstop h3{font-size:16px; margin-top:15px; text-transform:uppercase; font-weight:600;}
.presstop p{ font-size:12px; line-height:17px; margin:15px 0}
.presstop a{ color:#243f8c; font-size:14p; border:solid 2px #243f8c; padding:8px 15px; display:inline-block; border-radius:5px; font-style:normal; border-radius:40px; font-weight:600;}
.presstop a:hover{color:#fff; background:#243f8c}

.prlinks a{ background:none; color:#243f8c; font-size:14px; border-top:solid 1px #ccc; padding:10px 0; display:block; border-radius:0}
.prlinks a:hover{ box-shadow:none; color:#000}

.ab{ margin-bottom:40px; text-align:center}
.ab h2{ font-size:25px; font-weight:300;}
.ab-box-blue{ background:#27418c; margin-bottom:20px; text-align:center; color:#fff; padding:15px}
.ab-box-org{ background:#f08a21; margin-top:20px; text-align:center; color:#fff; padding:15px; min-height:145px}

.os03{ text-align:center; font-size:14px; line-height:25px}
.os03 h2{ font-size:27px; margin-bottom:25px; color:#f08a21}
.os01{background:#e8e8e8; padding:40px 0; text-align:center; font-size:14px; line-height:25px}
.os02{ background:#f5f5f5; padding:40px 0; font-size:14px; line-height:25px; text-align:center} 
.os02 .col-sm-4 p{ text-align:left}

.cl-you{ padding:70px 0 0; text-align:center}
.cl-you h2{ font-size:40px; color:#ed9438; font-weight:300; margin-bottom:30px} 
.cl-you h1{ font-size:35px; color:#20438a; font-weight:300; margin-top:30px}

.clbox{ background:#fff; box-shadow:1px 1px 10px #ccc; padding:20px; text-align:center; font-size:21px; font-weight:300; margin:15px 0; min-height:210px}

.mission{background:#fff; background-size:cover; padding:0 0 70px 0; background-attachment:fixed; text-align:center; font-size:21px; font-weight:300}
.mission h2{ font-size:45px; margin-bottom:30px; font-weight:300}
.mstxt img{ margin-bottom:20px}

.ab-wh{ background:#f5f5f5; padding:40px 0; text-align:center; font-size:19px; font-weight:300; line-height:35px}
.ab-wh h1{ font-size:40px; text-align:center; margin:0 0 20px; font-weight:300}
.absld{ text-align:center}

.career-img{background:url(images/career-img.png) no-repeat center top; background-size:cover; padding:70px 0; color:#fff; background-attachment:fixed; text-align:center; font-size:21px; font-weight:300; width:100%; float:left;}
.career-img a{ color:#fff}
.career{ text-align:center}
.career h5{ font-size:27px; font-weight:300}
.career h2{ font-size:45px; color:#f08a21; font-weight:300}
.career p{ font-size:15px; margin:40px 0}

.open-sec{ background:url(images/sepration.png) no-repeat center bottom; padding:20px 0;}
.open-sec h4{ font-size:17px; text-transform:uppercase; font-weight:700; letter-spacing:1px; margin:10px 0}
.opening{ border-bottom:solid 1px #e5e5e5; padding:10px 0; text-align:left} 
.opening a{ color:#444; text-align:left}
.opening p{ text-align:right}
.open-sec .opening:last-child{ border-bottom:none}

.team-sec{text-align:center; margin-bottom:30px} 
.team-sec h2{font-size:25px; background:url(images/line01.png) no-repeat 0 15px; margin:30px 0}
.team-sec h2 span{ background:#fff; padding:0 30px}
.team-sec .col-sm-2 > a{ font-size:14px; font-weight:500; color:#333333}
.team-sec .col-sm-2 > em{ font-style:normal; font-size:13px; color:#5a5a5a; font-weight:300;}
.clsbtn{ background:url(images/cls-btn.png) no-repeat 0 0; width:59px; height:59px; display:block; position:absolute; bottom:-30px; left:50%; margin-left:-30px}


/*.presstop:before {
   content: "";
    width: 50%;
    height: 2px;
    background-color: #e5e5e5;
    position: absolute;
    left: 69%;
    top: 18%;
    margin-top: -1px;
    z-index: 0;
    display: inline-block;
    text-align: center;
}
.presstop:last-child:before{display:none;}
.presstop img{  background-color: #fff; position: relative; z-index: 2;}*/

section{ width:100%; float:left; height:auto;}

.cluwise-app-hero {
    background-image: url(images/appclubwise-bg-fade.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    padding: 70px 0px;
    background-color: #fff;
}
.app-textinfo-right{text-align:left;}
.app-img-phone{text-align:center;}
.app-img-phone img{ display:block}
.appinfoWrap{ width:100%; float:left; margin-top:77px;}
.appwhite-section h2{ font-weight:700; margin:18px 0px 30px 0px; font-size:50px; color:#27418c;}
.appwhite-section h2 span{ font-weight:300;}
.appwhite-section strong{ font-weight:700; color:#29292b; font-size:19px; }
.appwhite-section p{ font-size:17px; line-height:30px; color:#6d6d6d;}
.app-action-wrap{ width:100%; float:left; margin-top:30px;}
.app-action-wrap a {
   
    border-radius: 30px;
    padding: 15px 35px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 5px;
    text-transform: uppercase;
    display:inline-block;	 
	margin-right:20px;
    font-weight: 700;
	-webkit-transition:all .2s ease-in-out .2s;
-moz-transition:all .2s ease-in-out .2s;
-ms-transition:all .2s ease-in-out .2s;
-o-transition:all .2s ease-in-out .2s;
transition:all .2s ease-in-out .2s
}
.app-action-wrap a:last-child{ margin-right:0px;}
.app-action-wrap .app-readmore{ background: #27418c;}
.app-action-wrap .app-appstore{ padding-left:55px; background: #272c33; background-image:url('images/applestore-button.png'); background-position:15px center ; background-repeat:no-repeat;}
.app-action-wrap a:hover{ text-decoration:none !important; box-shadow:0px 10px 20px rgba(0,0,0,0.3);
-webkit-transition:all .2s ease-in-out .2s;
-moz-transition:all .2s ease-in-out .2s;
-ms-transition:all .2s ease-in-out .2s;
-o-transition:all .2s ease-in-out .2s;
transition:all .2s ease-in-out .2s
}
.app-action-wrap .app-action-wrap a:active, .app-action-wrap.app-action-wrap a:focus{text-decoration:none !important;}
.appdark-color h2, .appdark-color p{ color:#fff !important;}
.fitsence-app-hero{background-image:url('images/appfitsense-bg.gif'); background-position:center; background-repeat:no-repeat; background-color:#39bfee;  padding:70px 0px;}
.app-textinfo-left{ text-align:right; }
.fitsence-app-hero .app-action-wrap .app-readmore{ background-color:#fdc80b;}
.cwmember-app-hero {
    padding: 70px 0px 0px 0px;
    background-image: url(images/cw4member_bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
 background-color: #fff;
}
.cwmember-app-hero .appinfoWrap p, .cwpeople-app-hero .appinfoWrap p{ font-size:25px; line-height:38px;}
.orange-button-app{ background-color:#f08a21 !important;}
.topmaring-160{ margin-top:160px !important;}

.cwpeople-app-hero{ background-image:url('images/cwpeople_app_bg.jpg'); background-position:center; background-repeat:no-repeat; background-color:#243f8c; color:#fff;  padding:70px 0px;}
.mobile-desk{ display:none;}
.cw4membersection-hero {
    position: relative;
    background-image: url(images/cw4member_landing_page.jpg);
    background-position: center top;
    text-align: center;
    background-repeat: no-repeat;
    padding-top: 70px;
 background-color: #fff;
}
/*.cw4member_app_5{margin-bottom:-80px;}*/
 .cw4membersection-hero h3{ font-size:28px; color:#27418c; margin-bottom:25px; font-weight:700;}
  .cw4membersection-hero p{ font-size:20px; color:#6a6a6a; max-width:750px; margin:0 auto; width:100%; line-height:1.5;}
  
  .godown-bttn{
position:absolute;
left:50%;
margin-left:-33px;
bottom:-33px;
  display:inline-block; width:65px; height:65px; background-color:#27418c; background-image:url(images/down-arrow-blue.png); background-position:center bottom; background-repeat:no-repeat; border:2px solid #fff; 
  -webkit-transition:all .2s ease-in-out .2s;
-moz-transition:all .2s ease-in-out .2s;
-ms-transition:all .2s ease-in-out .2s;
-o-transition:all .2s ease-in-out .2s;
transition:all .2s ease-in-out .2s
border-radius:100px;
-moz-border-radius:100px;
-webkit-border-radius:100px;
z-index:10000;
 
}
 .godown-bttn:hover{
	 background-position:center top; 
	 background-color:#f08a21;
	 
 }
 .cw4app-section{ background-color:#f1f1f1; overflow:hidden;}
.cwmobile-center {
    text-align: center;
    padding: 65px 0;
}
 .cw4member-item-bg{ margin-top:190px;}
 .cwcomman-right-bg{ position:relative;}
.cwcomman-right-bg:before {
    content: "";
    width: 1060px;
    height: 630px;
    display: block;
    background-position: left top;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    z-index: 0;
    background-size: cover;
}
.cwcomman-left-bg{ position:relative; text-align:right;}
 .cwcomman-left-bg:before {
    content: "";
    width: 1060px;
    height: 627px;
    display: block;
    background-position: left top;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    background-size: cover;
    z-index: 0;
}
.cwcomman-right-bg .cw4member-item-bg{ padding-left:75px; position:relative; z-index:1;}
.cw4member-item-bg h2{ font-size:40px; font-weight:700; color:#fff; margin-bottom:30px;}
.cw4member-item-bg p{ font-size:16px; line-height:1.6; color:#fff;}
.cwcomman-left-bg  .cw4member-item-bg{ padding-right:75px; position:relative; z-index:1;}

.cwsession-img:before{content:"";background-image:url('images/session-booking-bg.jpg');}
.cwreferrals-img:before{content:"";background-image:url('images/referrals-bg.jpg');}
.cwaccount-img:before{content:"";background-image:url('images/account-review-bg.jpg');}
.cwupdate-img:before{content:"";background-image:url('images/update-personal-details-bg.jpg');}
.cwimproved-img:before{content:"";background-image:url('images/improved-bg.jpg');}

.apps-tab{ width:100%;}
.apsec:nth-child(even) .app-img-phone{ float:right}
.apps-tab li{ width:25%; text-align:center; margin:0}
.navbar-inverse .navbar-nav.apps-tab > li > a{ padding:10px 0 0 0; margin:0; line-height:normal}

.affix .apps-tab{ background:#fff; box-shadow:0px 0px 5px #ccc}
.affix .apps-tab img{ width:30px; height:30px}
.affix .apps-tab h5{ font-size:12px; line-height:15px}
.affix .top-pr{ margin:10px 0; text-align:center}

.top-pr h4{ font-size:14px; font-weight:500; margin:0}

.whtop-img{ overflow:hidden;background:#fff;padding:15px 0 10px; border-radius:10px 10px 0 0}
.whtop-img img{ border-radius:10px}
.whtop-img h3{ font-size:18px; margin-top:25px; line-height:22px}
.whtop-img h3 span{ display:block; font-size:16px}
.whtop-img .col-sm-4 h3{text-align:left;}
.whtop-img .col-sm-4 h3 span{ font-size:14px; color:#9696a5;}
.whtop-img .col-sm-6 h3{text-align:right; font-size:14px; color:#9696a5;}
.whtop-img .col-sm-6 h3 span{ font-size:18px; color:#333333}

.testhead{}
.testhead h1{ text-align:center; font-size:22px; font-weight:300}
.t-sec{ border-bottom:solid 1px #cccccc; position:relative; text-align:center; display:inline-block; padding-bottom:30px; margin-bottom:30px; font-size:16px; font-style:italic;}
.t-sec img{ margin-bottom:20px}
.t-ar{ background:url(images/arrow-shadow.png) no-repeat 0 0; position:absolute; bottom:-25px; left:50%; width:40px; height:31px; margin-left:-20px}
.t-logo{ text-align:center; margin-bottom:70px}

.blog{background:#fff}
.bgpro { background:#f5f5f5}

.post{ background:#fff; /*float:left; width:31.5%;*/ box-shadow:1px 1px 10px #eee; margin:0 0 30px 0; min-height:550px; border-radius:7px}
/*#content .post:first-child{ width:100%}
#content .post:nth-child(even) {margin-right:0;}*/
.nav-previous, .nav-next{ /*border:solid 2px #243f8c; padding:10px 15px; */display:inline-block; width:150px; border-radius:30px; height:40px}
.nav-previous a, .nav-next a{color:#243f8c;}
.nav-previous:hover, .nav-next:hover{  /*background:#243f8c*/}
.nav-previous:hover a, .nav-next:hover a{color:#fff}
.nav-next:empty { display: none; }

#commentform .submit{border:solid 2px #243f8c; padding:10px 15px; display:inline-block; width:150px; border-radius:30px; height:40px; line-height:1; background:#fff;}
#respond form input[type="text"], #respond form textarea{ border:solid 1px #ccc; border-radius:7px;}

#a{ background:#fff; box-shadow:1px 1px #10px #ccc;}

.portfolio-modal .modal-content {padding: 50px 0; min-height: 100%; border: 0;	border-radius: 0; text-align: center; background-clip: border-box;
	-webkit-box-shadow: none; box-shadow: none;	background:rgba(39, 65, 140, 0.8); color:#fff}
.portfolio-modal .modal-content h2 {margin-bottom: 15px;font-size: 2.5em;}
.portfolio-modal .modal-content p {margin-bottom: 30px;}
.portfolio-modal .modal-content p.item-intro {margin: 10px 0 30px;	font-size: 14px; font-style: italic;}
.portfolio-modal .modal-content ul.list-inline {margin-top: 0; margin-bottom: 30px;}
.portfolio-modal .modal-content img {margin-bottom: 30px;}
.portfolio-modal .close-modal { position: absolute;	top: 25px;right: 25px;width: 75px;height: 75px;	background-color: transparent; cursor: pointer;
}
.portfolio-modal .close-modal:hover {opacity: .3;}
.portfolio-modal .close-modal .lr {	z-index: 1051; width: 1px;	height: 75px; margin-left: 35px; background-color: #fff; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);}
.portfolio-modal .close-modal .lr .rl { z-index: 1052; width: 1px; height: 75px; background-color: #fff; -webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg); transform: rotate(90deg);}
.portfolio-modal .btn-primary {	color: #fff;	background-color: #f08a21; border-color: #f08a21;}
.portfolio-modal .btn-primary:hover, .portfolio-modal .btn-primary:focus, .portfolio-modal .btn-primary.focus, .portfolio-modal .btn-primary:active,.portfolio-modal .btn-primary.active { color: #fff;	background-color: #032e3a}

.modal-backdrop.fade.in{ display:none}

.serimg{}
.serimg:nth-child(odd) .col-sm-6.srvimg{ float:right;}
.serimg .col-sm-6{ padding:0}
.serimg .col-sm-6 img{ width:100%;}
.serimg .rgalign{ text-align:right} 
.serimg .lfalign{ text-align:left} 

.timg{ text-align:left}
.timg img{ width:60%}

.mob-sec{ background:#fff; padding:50px 0 70px; text-align:center}
.mob-sec h3{ font-size:40px; font-weight:300; color:#838383}
.mob-sec h3 strong{ font-weight:700; color:#20438a}
.mob-sec p{ font-size:15px; padding:0;}
.mob-sec .aptxt h3{ font-size:18px; font-weight:700;}
.aplearn{ margin-bottom:0; margin-top:30px}

.ftlinks{ padding-bottom:30px}
.ftlinks h2{ color:#243f8c; font-size:14px; font-weight:500; margin:15px 0; text-transform:uppercase}
.ftlinks a{ display:block; color:#a1a1a1; font-size:13px; padding:5px 0; line-height:normal;}
.ftlinks a:hover{color:#ef8922}

.ftlinks01{ border-top:solid 1px #dedede; text-align:center}
.ftlinks01 h2{ color:#243f8c; font-size:14px; font-weight:500; text-transform:uppercase;  margin:30px 0 5px}
.ftlinks01 a{ color:#a1a1a1; font-size:13px; padding:5px 10px; line-height:normal;}
.ftlinks01 a:hover{color:#ef8922}

.ftlinks02{ padding:30px 0}

.mobsld {}
.mobsld h3{ margin:60px 0 0 0; color:#272c33; font-weight:700; }
.mobsld p{ padding:20px 0}

.tplink01{ padding:15px 0px; display:inline-block; color:#fff; margin:0 auto; width:320px; text-transform:uppercase}
form.hs-form .form-columns-2 .hs-form-field .hs-input, form.hs-form .form-columns-3 .hs-form-field .hs-input{ margin:20px 0 !important; padding:5px; width:100% !important}
.hs-form fieldset.form-columns-1 .hs-input{margin:5px 0; padding:5px; width:100% !important}

.ftlg{}
.ftlg img{ width:115px; margin-right:5px}

#team .item{ text-align:center}

/*.entry-title, .comments-link{ padding:0 15px}
.entry-content{ padding:0 15px}
.entry-content > p{ height:70px; overflow:hidden;}*/

#search-2 .widget-title{ display:none}
.widget-title{ color:#1e4188; font-size:21px; background:url(images/bg-title.jpg) no-repeat left bottom; margin-bottom:15px }

.blogimg{/*background:url(images/bg-line.jpg) no-repeat top center; padding-top:4px*/}
.blogimg img{ border-radius:11px; }
.blognew{padding:15px; display:inline-block}
.blognew h1{ font-size:20px; color:#1e4188;}
.blognew h1 a{font-size:20px; color:#1e4188;}
.blognew .comments-link{ font-size:11px; color:#a0a5af; padding:10px 0; line-height:17px; text-transform:uppercase}
.blgtxt p{ font-size:13px !important; color:#505050; /*height:55px;*/ overflow:hidden; line-height:23px!important; overflow:hidden;  }
#primary{ display:inline-block}
.readmoreforpost{ display:none}

.col-sm-8.site-content.content .col-sm-4{ width:100%}

/*#content .post:first-child .blogimg{ float:left; width:70%}
#content .post:first-child .blognew{ float:left; width:30%} */

.fca{ background:#f7983a; color:#fff; text-align:center; font-size:11px; padding:12px 0; line-height:15px}
.hometeslink{ font-size:14px; text-transform:uppercase; color:#f08a21; font-weight:700; letter-spacing:2px; display:inline-block; margin:15px 0}

.on1{ background:#fff !important; opacity:1 !important}
.on1 .hegroup{ height:72px}
.on1 .main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul{ padding-top:0px}
.on1 .logo_c { margin-top:8px}

.gettouch-home{background:#22418c;clear:both;width:100%;padding:70px 0 60px; text-align:center; background-size:cover; display:none}
.gettouch-home h3{ font-size:25px; font-weight:300; margin:0 0 0;  overflow:hidden; line-height:1.5em; color:#fff;}
.gettouch-home h3 strong{ display:block; font-size:25px; font-weight:600}
.hs-form fieldset{ max-width:100% !important}
.gettouch-home input, .gettouch-home select{ color:#fff; font-size:16px; height:37px; margin:0 !important; background:#22418c; border-bottom:solid 2px #fff;}
.gettouch-home .hs-button{ margin-top:15px !important; display:inline-block; color:#fff; border:solid 2px #fff; border-radius:30px; width:180px; height:50px; letter-spacing:5px}
.gettouch-home .submitted-message{ color:#fff; border-top:solid 1px #fff; padding:10px 0 0 0; margin-top:10px}
.modal-body .submitted-message{ color:#fff; border-top:solid 1px #fff; padding:10px 0 0 0; margin-top:10px}

.scrolloff { pointer-events: none; } 

.loadingIcon:before {
    content: "";
    position: absolute;
    z-index: 2;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    width: 100px;
    height: 100px;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: pulse 1.25s infinite ease-in-out;
    animation: pulse 1.25s infinite ease-in-out
}
.loadingIcon:after {
    content: "";
    position: absolute;
    z-index: 2;
    top: calc(50% - 40px);
    left: calc(50% - 40px);
    width: 80px;
    height: 80px;
    background:url(images/play-btn1.png) no-repeat center center #fff;
    border-radius: 100%;
    -webkit-animation: pulse-lg 1.25s infinite linear;
    animation: pulse-lg 1.25s infinite linear
}

.loadingIconColor:after, .loadingIconColor:before{ background-color: #ffffff;}
@-webkit-keyframes pulse-lg {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.5
    }
    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}
@keyframes pulse-lg {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.5
    }
    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    15% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}
@keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    15% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}

.gallery a img {
  float: left;
  height: auto; width:100%;
  -webkit-transition: -webkit-transform .15s ease;
  -moz-transition: -moz-transform .15s ease;
  -o-transition: -o-transform .15s ease;
  -ms-transition: -ms-transform .15s ease;
  transition: transform .15s ease;
  position: relative;
}
/* line 46, ../sass/demo.scss */
.gallery a:hover img {
	
  -webkit-transform: scale(1.00);
  -moz-transform: scale(1.00);
  -o-transform: scale(1.00);
  -ms-transform: scale(1.00);
  transform: scale(1.00);
  z-index: 5;
}
 #triangle-up { width: 0; height: 0; border-left: 10px solid transparent; border-right: 10px solid transparent; border-bottom: 10px solid #fff; position:absolute; left:50%; bottom:0; margin-left:-10px; }

#mob_apps{ position:relative}
#mob_apps:after{ content:""; background-image:url(images/handanimation3.gif); background-position:35% bottom; background-repeat:no-repeat; width:100%; height:94px; display:block; position:absolute; left:0px; bottom:30px;}

.capterra-badge-btn{ padding:0px !important; background-color: transparent !important;  margin:0 auto 0; display:block}
.capterra-badge-btn img{ display:block; width:100%; margin-top:10px}
.watchvideo-btn{ background:url(images/link-arrow01.png) no-repeat 90% 19px #ef8922; border-radius:30px; padding:15px 40px 15px 20px; color:#fff; font-size:16px; text-transform:uppercase; margin:10px auto 0; font-weight:700; height:48px; display:inline-block; line-height:16px}
.watchvideo-btn:hover{color:#fff}

.watchvideo-btn01{ background:url(images/play-btn.png) no-repeat 0 0; padding:0px 0px 0px 30px !important; color:#ef8922 !important; font-size:16px; text-transform:uppercase; font-weight:700; height:25px!important; display:inline-block; line-height:20px !important; border-radius:0 !important; position:absolute; z-index:10; left:50%; margin-top:10px !important; margin-left:-100px !important}

/*.watchvideo-btn01{ background:url(images/play-btn.png) no-repeat 0 0; padding:0px 0px 0px 30px !important; color:#ef8922 !important; font-size:16px; text-transform:uppercase; margin:10px auto 0 !important; font-weight:700; height:25px!important; display:inline-block; line-height:20px !important; border-radius:0 !important;}*/

.video-img{ padding:20px 0 0}
.video-img img{width:287px; margin:0 auto; border-radius:11px; }



/*Career page details*/
.in-main{ width:100%; }
 .career-details{ background-color:#fff;}
 .career-details h3{ font-size:22px; font-weight:700; text-align:center; color:#000; margin:0px 0px 30px 0px; padding:0 0 30px 0; border-bottom:solid 2px #f5f5f5; }
 .career-details p{ font-size:14px; color:#000; line-height:26px; margin-bottom:10px;}
 .career-details p a{ color:#27418c;}
  .career-details ul{ padding:0 0 0 20px; margin:0px; width:100%; float:left;}
   .career-details ul li{ width:100%; float:left; margin-bottom:10px; list-style:disk;}
 .career-subtitle{ font-size:16px; font-weight:700; margin-bottom:15px;} 
.space-section{ width:100%; float:left; height:20px;}

/*Search blog page*/
.search-blog{ 
margin: 0px;
    padding: 0px;
    color: #1e4188;
}
.search-blog h1{color: #1e4188; }
.blogimg{ width:100%; float:left;}
.search-page .page{
	    background: #fff;
    float: left;
     box-shadow: 1px 1px 5px #ccc;
    margin-bottom: 25px;
	
}
.search-blog-notfound h1{
	padding-left:15px;
	margin:15px 0px;
	color: #1e4188; font-family: ProximaNovaA-Semibold;
    font-size: 24px;
    font-weight: 100;
    line-height: 2.18182;}
	.search-blog-notfound  p{font-size:16px;}
	.search-blog-notfound  .searchform{ margin-top:15px; width:100%; float:left; height:auto; }
	.search-blog-notfound  .entry-content{padding-left:15px;}
	.search-blog-notfound  #s{width: 64.667%;
    padding: 10px;}
	
	.nfa-section{background-image:url('images/bg-pr.png');background-position:center;background-repeat:repeat;padding:40px 0px;text-align:center;width:100%;float:left;display:none;}
.nfa-section h2{padding:40px 0;text-align:center;font-weight:300;font-size:26px;color:#575757;line-height:1.5;padding:0px;}
.nfa-section p{ margin-bottom:15px; border-bottom:solid 1px #8b8b8b; padding-bottom:15px; font-size:16px; line-height:1.4}
.nfa-section a{color:#22418c;font-size:16px;text-transform:uppercase;display:inline-block;font-weight:700;letter-spacing:1px;line-height:20px;transition:all 0.2s ease-in-out 0.2s;}
.nfa-section a:hover{-webkit-transform:scale(1.07);-moz-transform:scale(1.07);-o-transform:scale(1.07);-ms-transform:scale(1.07);transform:scale(1.07);box-shadow:0px 10px 40px rgba:(0,0,0,0.8);}

.nfa-logo{width:100%; max-width:415px;}

/*New Kadir changes*/
	 
.new-icn-sec{ background:#f9fcff; padding:70px 0; text-align:center; border-top:1px solid #e0ebfc;}
.new-icn-sec h2{ font-size:35px; color:#29292b; font-weight:100; line-height:1.4em}
.new-icn-sec p{ font-size:14px; line-height:23px; font-weight:100;}

.icn-sec{ margin-top:10px; text-align:center}
.icn-sec h4{ font-size:13px; text-transform:uppercase; font-weight:400;}
.icn-sec h4.allh4{ color:#29292b}
.icn-sec h4.active{ font-weight:700}
.icn-sec p{ font-size:14px; padding:10px 0; line-height:20px; color:#444; font-weight:300}
/*.new-icn-sec .icn-sec a{ display:block; padding:10px; border-radius:11px; min-height:225px;}
.new-icn-sec .icn-sec a:hover{ box-shadow:0 0 5px #ccc }*/
.new-icn-sec .icn-sec p:nth-child(2){ display:none}
p:empty { display: none; }

.top-pr{ margin:35px 0; text-align:center}

.header-home a.btn-gfd{ background:url(images/link-arrow01.png) no-repeat 90% 19px #22418c;}
.header-home a.btn-bl{ border:solid 2px #de4654; color:#de4654; padding:15px 20px; margin-right:10px;}
.header-home a.btn-cm{ border:solid 2px #8054a2; color:#8054a2; padding:15px 20px; margin-right:10px;}
.header-home a.btn-ba{ border:solid 2px #3bbfef; color:#3bbfef; padding:15px 20px; margin-right:10px;}
.header-home a.btn-ti{ border:solid 2px #3dbb9b; color:#3dbb9b; padding:15px 20px; margin-right:10px;}
.header-home a.btn-cw{ border:solid 2px #1d458b; color:#1d458b; padding:15px 20px; margin-right:10px;}

.btn-gfd01{ background:url(images/link-arrow01.png) no-repeat 90% 19px #22418c; display:block; width:165px; color:#fff; margin:0 auto; padding:10px 40px 10px 20px; border-radius:30px; text-transform:uppercase}
.col-bl{ color:#de4654}
.col-cm{ color:#8054a2}
.col-ba{ color:#3bbfef}
.col-ti{ color:#3dbb9b}
.col-cw{ color:#1d458b}
.col-re{ color:#754b1e}
.col-gb{ color:#db5e26}
.col-ms{ color:#ef8a22}

.hdr-txt{ padding:35px 0 20px; text-align:center; /*background:url(images/header-seperater.png) no-repeat center 100%;*/ color:#fff;} 
.hdr-txt h2{ font-size:19px; font-weight:700; line-height:normal; /*text-transform:uppercase; */color:#fff; line-height:22px; /*border-right:solid 1px #fff*/ padding-bottom:5px}
.hdr-txt span{ font-size:16px; padding:5px; display:inline-block; line-height:21px; color:#efefef; font-weight:100}

#home-header .owl-page:nth-child(1) span{ background:#3dbb9b; width:30px; margin:3px}
#home-header .owl-page:nth-child(2) span{ background:#de4654; width:30px; margin:3px}
#home-header .owl-page:nth-child(3) span{ background:#8054a2; width:30px; margin:3px}
#home-header .owl-page:nth-child(4) span{ background:#3bbfef; width:30px; margin:3px}
#home-header .owl-page:nth-child(5) span{ background:#1d458b; width:30px; margin:3px}

.regular-icn { width:135px; height:135px}


#home-header .owl-prev, #home-header .owl-next{ position:absolute; top:45%; width:60px; height:60px; color:#fff; background:#fff; border:solid 1px #eaeaea; box-shadow:1px 1px 15px #ccc;}
#home-header .owl-prev{ left:-100px; background:url(images/arrow1.png) no-repeat 15px 15px;}
#home-header .owl-next { right:-100px; background:url(images/arrow1.png) no-repeat -58px 15px;}

.menu-item-type-custom{ background:#f08a21 !important; border-radius:30px; }
.menu-item-type-custom a{ color:#fff !important}
.menu-item-type-custom a:hover{ color:#fff !important; background:#22418c !important}

.ma-sec{ position:relative;}
.ap-img{ position:absolute; right:30px; top:160px}

.ma-sec img{transition: all .2s ease-in-out; width:100%;}
.ma-sec img:hover{ transform: scale(1.2) rotateZ(-1deg); }
.bl-read{ background:#00b5d3; padding:10px; font-size:25px; position:absolute; left:0px; bottom:0px; color:#fff; opacity:0; transition: all .2s ease-in-out; }
.ma-sec:hover .bl-read{opacity:1}

.wr-megamenu-container ul.wr-mega-menu{ margin:14px 0 !important}
.wr-megamenu-inner{ /*margin-left:-260px !important*/}

.mbtxt{ text-align:left; padding:0}
.mbtxt h2{ font-size:45px; font-weight:800;}
.mbtxt p{ font-size:16px; padding-top:20px}

.mega-item .menu-item-link:hover{box-shadow:0 -2px 3px #ccc; border-radius:5px}
.mega-item a.menu-item-link:visited{box-shadow:0 -2px 3px #ccc; border-radius:5px}

.frdemo{ border:solid 2px #f08a21; color:#f08a21; padding:5px; text-align:center; display:block; border-radius:40px; margin:10px 0; font-weight:500; text-transform:uppercase; max-width:170px; width:170px; font-size:12px; line-height:15px; margin-right:10px}
.frdemo:hover{ background:#f08a21; color:#fff;}

.menur{ position:relative}
.sec-pad{ padding:70px 0 0; text-align:center}
.sec-padno{ padding:0;}
.sec-pad h2{ font-size:35px; font-weight:300; color:#29292b; padding-bottom:30px;}
.sec-pad p{ font-size:15px; font-weight:100;}
.line{ border-top:solid 1px #dedede}
.ser-in-sec{ padding:60px 15px}

.bl-icn h3{ font-size:15px; text-align:center; color:#29292b; font-weight:100; line-height:21px}
.bl-icn h3 strong{ font-weight:700; display:block}
.bl-icn{ border-right:solid 1px #dedede; padding:15px}
.bl-icn:last-child { border-right:none} 
.bl-icn img{ width:64px}
.topline{ margin-top:30px}

.btn-bl01{ border:solid 2px #de4654; color:#de4654}
.btn-bl01:hover{ background:#de4654; color:#fff}
.btn-cm01{ border:solid 2px #8054a2; color:#8054a2}
.btn-cm01:hover{ background:#8054a2; color:#fff}
.btn-ba01{ border:solid 2px #3bbfef; color:#3bbfef}
.btn-ba01:hover{ background:#3bbfef; color:#fff}
.btn-ti01{ border:solid 2px #1d458b; color:#1d458b}
.btn-ti01:hover{ background:#1d458b; color:#fff}

.btn-re01{ border:solid 2px #754b1e; color:#754b1e}
.btn-re01:hover{ background:#754b1e; color:#fff}
.btn-ac01{ border:solid 2px #2fbb9b; color:#2fbb9b}
.btn-ac01:hover{ background:#2fbb9b; color:#fff}
.btn-gb01{ border:solid 2px #dd5f27; color:#dd5f27}
.btn-gb01:hover{ background:#dd5f27; color:#fff}

.btn-alm{padding:6px 15px; border-radius:30px; font-size:18px; font-weight:bold; text-transform:uppercase; display:inline-block; margin:40px 0}
.btn-alm01{padding:6px 15px; border-radius:30px; font-size:18px; font-weight:bold; text-transform:uppercase; display:inline-block; margin:10px 0}

.social-bar{ border-bottom:solid 1px #dedede; padding:40px 0; display:inline-block; width:100%; background:#fff;}
.soc-div{ width:25%; float:left;}
.container:hover .soc-div{opacity:0.2; }
.soc-div a{ width:50px; height:32px; display:block; opacity:0.6; margin:0 auto}
.container .soc-div:hover{ opacity:1}
.tw{ background:url(images/soc-tw.png) no-repeat 0 0}
.fb{ background:url(images/soc-fb.png) no-repeat 0 0}
.li{ background:url(images/soc-li.png) no-repeat 0 0}
.gp{ background:url(images/soc-gp.png) no-repeat 0 0}
.ig{ background:url(images/soc-ig.png) no-repeat 0 0}

.h-line{ border-top:solid 1px #dedede}
.space-t-b{ padding-top:50px; padding-bottom:50px}
.space-b{padding-bottom:70px}

.ab-mid-txt{ font-size:21px; text-align:center}
.ab-mid-txt h2{ font-weight:400; line-height:1.5em; font-size:16px}
.ab-mid-txt01{ text-align:center;}
.ab-mid-txt01 h3{ font-size:16px; font-weight:bold; padding-top:15px}
.ab-mid-txt01 p{  padding:20px 0}
.ab-mid-txt01 h2{ font-weight:300; font-size:35px}

.ab-logo::before{content: ""; border-top:solid 1px #d4d4d4; width:40%; position:absolute; left:0; top:10px}
.ab-logo::after{content: "";border-top:solid 1px #d4d4d4; width:40%; position:absolute; right:0; top:10px}

.our-miss{ text-align:center}
.our-miss h2{ font-size:35px; font-weight:300; padding-bottom:0px}
.our-miss p{ padding:10px; font-size:16px; font-weight:300;}

.vline{border-right:1px solid #dedede}
.vline img{ max-width:55px; width:100%;} 
.vline:last-child { border-right:none} 

.pro-det{ text-align:center; border-top:solid 1px #d8d8d8; /*padding:90px 15px 30px 15px*/ padding:120px 15px 60px 15px}
.pro-det02{ text-align:center; border-top:solid 1px #d8d8d8; padding:30px 15px}
.pro-det01{ padding:20px 15px 30px 15px}
.pro-det03{ padding:60px 15px}
.pro-det01 .txt-heading{ padding-bottom:0;}
.pro-det abbr{ padding-top:40px; border:none !important; display:block}
.out-icn{ text-align:center}
.out-icn h5{ font-weight:300; line-height:18px; color:#29292b}
.out-icn h5 strong{ display:block}
.inimgtop{ margin-bottom:70px; position:relative}
.in-heading::before{content: ""; background:#fff url(images/dwn-arrow.png) no-repeat center center; border-radius:100%; width:50px; height:50px; position:absolute; bottom:-25px; left:50%; margin-left:-25px; box-shadow:0 0 30px #ccc;}
.top-pad{ padding-top:50px;}
.bot-pad{ padding-bottom:50px;}

.fs-icn p{ font-size:12px; font-weight:300; line-height:18px; padding:10px 0}
.cm-icn07 .col-sm-2 { width:14%}

.bl-cm-ba{}
.bl-cm-ba p{ font-size:13px; line-height:18px; padding:5px 0}
.bl-cm-ba a{color:#444}

.cman-icn .col-sm-2{ width:14%}

.bl-tab{ background:#de4654; color:#fff; text-align:center }
.cm-tab{background:#8054a2; color:#fff; text-align:center }
.ba-tab{background:#3bbfef; color:#fff; text-align:center}
.sl-tab{background:#1d458b; color:#fff; text-align:center}


/* Feature Details page */
.header-in{background:url(images/arrow1.png) no-repeat center bottom #384550; padding:50px 0; text-align:center; color:#fff; }
.feature{ padding:0; text-align:center;}
.feature h2{ font-size:35px; color:#29292b; padding:5px 0 20px; font-weight:300}
.feature p{ font-size:16px; color:#384550; font-weight:300}

.ft-sec-left{ padding-left:50px; text-align:left}
.ft-sec-right{ padding-right:50px; text-align:left}
.ft-sec-left h3, .ft-sec-right h3{ font-size:30px; font-weight:700; color:#464646; padding-bottom:20px}
.ft-screen{ display:inline-block}
.ft-screen img{width:100%; max-width:188px; margin:0 auto 40px }

.ft-sec-left ul, .ft-sec-right ul{ margin:0; padding:0; text-align:left}
.ft-sec-left ul li, .ft-sec-right ul li{ position:relative; border-top:solid 1px #d2d2d2; padding:7px 0 7px 20px; font-size:15px; font-weight:300; background:url(../images/bullet.png) no-repeat 0 15px}
.topspace{ padding-top:40px;}

/*.ft-sec-left ul li span{ position:absolute; left:-100px; top:-30px}
.ft-sec-left ul li span a{ background:url(images/feature-detail/left-sm-img.png) no-repeat 0 0; width:99px; height:99px; display:inline-block;}
.ft-sec-right ul li span{position:absolute; right:-100px; top:-30px}
.ft-sec-right ul li span a{background:url(images/feature-detail/right-sm-img.png) no-repeat 0 0; width:99px; height:99px; display:inline-block;}*/

.ft-sec-left ul li span{ position:absolute; left:-50px; top:0px}
.ft-sec-left ul li span a{ background:url(images/feature-detail/left-sm-img.png) no-repeat 0 0; width:35px; height:35px; display:inline-block; margin-top:5px}
.ft-sec-right ul li span{position:absolute; right:-50px; top:0px}
.ft-sec-right ul li span a{background:url(images/feature-detail/right-sm-img.png) no-repeat 0 0; width:35px; height:35px; display:inline-block;}

.brand-logo{ text-align:right; border-right:solid 1px #ccc; margin:20px 0}
.brand-txt{ text-align:left; margin:20px 0}
.brand-txt h3{font-size: 17px; font-weight: bold; padding: 5px 0; text-transform: uppercase;}
.brand-txt p{ font-size:15px; line-height:20px;}


#outer-circle {
  	-webkit-box-shadow: 0 0 20px 10px #d2d2d2;
  	-moz-box-shadow: 0 0 20px 10px #d2d2d2;
  	box-shadow: 0 0 20px 10px #d2d2d2;
  	border: 7px solid #ECEBFA;
  	border-top-color:#ccc;
  	margin: 5% auto;
  	text-align:center;
  	
  	width: 260px;
  	height: 260px;
	
  	-webkit-border-radius: 260px;
  	-moz-border-radius: 260px;
  	border-radius:260px;
	
  	-webkit-animation:turning_cw 2s infinite;
  	-moz-animation:turning_cw 2s infinite;
  	animation:turning_cw 2s infinite;
  	position:relative;
  	opacity: 0.7; }
	
	.icn-div{ position:relative; width:260px; height:260px; margin:0 auto;}
	.icn-div-in{ position:absolute; left:0; top:0;}
  	.icn-div-in img{ width:100%}

.gallery{ display:block; position:relative }
.ft-sec-left ul li span, .ft-sec-right ul li span{ /*display:none*/}
.sl-image img{ box-shadow:1px 1px 10px #ccc; }
.zoom:after{ content:""; background-image:url(images/handanimation3.gif); background-position:0 bottom; background-repeat:no-repeat; width:200px; height:94px; display:block; position:absolute; left:40px; top:40px; margin-left:0; display:none}

.store-txt{ text-align:center }
.store-txt p{ font-size:14px; color:#b0b0b0; padding:0}
.store-icn{ padding: 20px 0;/*width:190px; margin:40px auto 0;  border-top: 2px solid #ccc; padding-top: 15px;text-align: center;*/}
.store-icn img{     margin: 0 20px 0 0px; border-radius: 8px;  width: 29%;}
.store-txt a{ font-size:15px; color:#444444; font-weight:600;}
.store-icn01{ padding: 20px 0 0; width:190px; margin:20px auto 0;  border-top: 2px solid #ccc; text-align: center; display:inline-block}
.store-icn01 img{ padding:0 10px;}

.store-icn02{ padding: 15px 0 0; width:80%; margin:10px auto 0;  border-top: 2px solid #ccc; text-align: center; display:inline-block}
.store-icn02 img{ padding:0 5px;}

.just{ font-size:17px; padding:15px 0 5px 0; font-weight:700; text-align:center}

.content_a { /*position:absolute; top:0px; left:0px; width:100%; height:100%; background-color:#1d458b;*/}
.content_b { display:none; position:fixed; top:0px; left:0px; margin:0; padding:0;width:100%;  height:100%; background:#22418c ; z-index:999999; }
.content_b_content { position:relative; margin:0 auto; width:100%; height:65px;}
.content_b_content h3{ font-size:17px;}
.goodbye{ color:#fff; font-size:15px; font-weight:bold;}

.popform input, .popform select{ color:#fff; font-size:16px; height:37px; margin:0 !important; background:#22418c; border-bottom:solid 2px #fff;}
.popform .hs-button{ margin-top:15px !important; display:inline-block; color:#fff; border:solid 2px #fff; border-radius:30px; width:180px; height:50px;}

.cw-t01{ font-size:20px; padding:20px 0}


.hbspt-form fieldset.form-columns-1 .input, .hbspt-form fieldset.form-columns-2 .input{ margin-right:25px !important}

.testimonial-btn{ position:absolute; left:50%; bottom:0; width:240px; margin-left:-120px;}
.testim_btn{ border:solid 2px #f08a21; color:#f08a21; padding:7px; text-align:center; display:block; border-radius:50px; margin:10px 0; font-weight:500; text-transform:uppercase; font-size:14px}
.testim_btn:hover{ background:#f08a21; color:#fff;}

.fca-why{ text-align:right; padding-bottom:50px}
.fca-rsn{ text-align:left; padding-bottom:50px}
.fca-why h4, .fca-rsn h4{ font-weight:500; font-size:15px; padding-bottom:15px}
.fca-why span, .fca-rsn span{ background:url(images/bullets-bl.png) no-repeat; display:block }
.fca-why span{ background-position:100% 8px; padding-right:15px }
.fca-rsn span{background-position:0 8px; padding-left:15px }

.topbtn a{ float:left}
.topbtn .col-sm-6{ padding:0}

.new-icn-sec h3{ font-size:15px; font-weight:500; padding-bottom:15px;}
.testi-btn{ font-size:12px; text-transform:uppercase; color:#224087; padding:5px 0 15px; display:block;}
.line-sep{background:url(images/header-seperater.png) no-repeat center bottom;}
.smicnbot h4{ font-size:10px; text-transform:uppercase; line-height:13px}

.cm-key{ padding-bottom:0px;}
.cm-key h4{ font-size:21px; font-weight:700; padding-bottom:40px; position:relative;}
.cm-key h4 abbr{ padding:10px 15px; cursor:none; border:none; display:inline-block}
.cm-key h4 abbr:after{ content:""; background:url(images/key-shadow.png) no-repeat 0 0; width:180px; height:30px; position:absolute; left:50%; top:42px; margin-left:-90px}
.cm-key ul{ list-style:none; padding:0; margin:0}
.cm-key ul li{ border-bottom:solid 1px #b8babd; overflow:hidden}
.cm-key ul li:last-child{ border-bottom:none}
.cm-key ul.left li{ text-align:left; background:url(images/bullets-bl.png) no-repeat 0 18px; padding:10px 15px}
.cm-key ul.right li{ text-align:right; background:url(images/bullets-bl.png) no-repeat 100% 18px; padding:10px 15px}
.cm-key ul.left li span{ float:left; width:65%}
.cm-key ul.left li img{ float:right} 
.cm-key ul.right li span{ float:right; width:65%}
.cm-key ul.right li img{ float:left}

.cm-key .col-sm-6 img{ display:block}

.full-view{ padding:0; margin:0}
.full-view .col-sm-6{ padding:0}

.ma-icn09 .col-sm-2{ width:11.1%}
.ma-icn08 .col-sm-2{ width:12.5%}
.ma-icn07 .col-sm-2{ width:14.2%}
.txt-heading{ font-size:30px; padding-bottom:25px; margin-top:40px;}

.more-txt{ background:url(images/tick-crl.svg) no-repeat 10px 0; padding-left:65px !important; text-align:left; margin:10px 0; background-size:42px} 
.more-txt h4{ font-size:15px; font-weight:600; line-height:21px}
.more-txt p{ font-weight:300; padding:10px 0; font-size:13px; line-height:20px;}
.heightless{ height:95px}
.want-btn01{font-size:15px; font-weight:500; display:inline-block; margin:0 0 40px 0; color:#444444;}
.want-btn01 span{font-weight:700; font-size:25px; line-height:20px; color:#1d458b; border-top:solid 1px #ccc; padding-top:40px; display:inline-block;}
.want-btn{font-size:15px; font-weight:500; display:inline-block; margin:40px 0; color:#444444}
.want-btn span{font-weight:700; font-size:25px; line-height:20px; color:#1d458b; border-top:solid 1px #ccc; padding-top:15px;}

.access-con{}
.access-con h3{ font-size:25px;}
.access-con h6{ font-size:16px; font-weight:400; padding:0 0 30px 0}

.access-con01 h3{ font-size:20px; font-weight:300; padding-bottom:30px;}

.f-nav{ z-index: 999; position: fixed; left: 0; bottom: 0; width: 100%; background:#fff; padding:10px 0; box-shadow:1px 1px 5px #ccc} 
.f-nav img{ width:30px;}
.f-nav .out-icn h5{ font-size:11px; line-height:14px;}

.modal{ background:#22418c}
.modal-content{ box-shadow:none; background-color:#22418c;}
.modal-dialog{ margin:100px auto}
.modal-header{ border-bottom:none}
.close{ color:#fff; opacity:0.7; font-size:25px; font-weight:normal }

.modal-body h3{ font-size:18.5px; font-weight:300; margin:0 0 0;  overflow:hidden; line-height:1.6em; color:#fff;}
.modal-body h3 strong{ display:block; font-size:25px; font-weight:600}
.hs-form fieldset{ max-width:100% !important}
.modal-body input, .gettouch-home select{ color:#fff; font-size:16px; height:37px; margin:0 !important; background:#22418c; border-bottom:solid 2px #fff; font-family: 'Poppins', Arial } 
.modal-body .hs-button{ margin-top:15px !important; display:inline-block; color:#fff; border:solid 2px #fff; border-radius:30px; width:180px; height:50px; letter-spacing:5px}

.wr-megamenu-container .current_page_item > a, .wr-megamenu-container .current_page_ancestor > a, .wr-megamenu-container .current-menu-item > a, .wr-megamenu-container .current-menu-ancestor > a{ color:#fff}
.primary_7712 .wr-mega-menu > li:hover > a, .primary_7712 .wr-mega-menu > li.focus > a{ background:#22418c}

.desktop{ display:block}
.mobile{ display:none}

.txt-left{text-align:left}
.txt-right{text-align:right}

.bigsize{ max-width:90px; width:100%;}
.bigsize01{ max-width:60px; width:100%;}
.fs-icn img{ width:100%; max-width:135px;}
.icn-sec img{ width:100%; max-width:105px;}
.fullimg{width:100%}
.outicn{width:100%; max-width:55px}

.zoom{ position:relative}
.zoom-rg{ position:absolute; right:-10px; bottom:-10px; width:93px; height:93px; display:block; background:url(images/zoom-img.png) no-repeat 0 0; z-index:9 }
.zoom-lf{position:absolute; left:0; bottom:0; width:93px; height:93px; display:block; background:url(images/zoom-img.png) no-repeat 0 0; z-index:9}

.txtright{ text-align:right}
.txtleft{ text-align:left}
.txtright p, .txtleft p { padding:20px 0;}

.show_more p{ padding:0; font-weight:bold}
.wpsm-content{ font-size:15px; font-weight:300;}
.image_caption{ font-weight:300; line-height:1}

.cases-box{width:100%;height:250px;border-radius:5px;background:#fff;box-shadow:0 5px 50px rgba(232,244,255,0.5);padding:60px 40px 25px 40px;text-align:center;margin-top:20px;cursor:pointer;position:relative}
.cases-box .cases-text{color:#444;position:absolute;top:0;left:0;bottom:0;right:0;margin:auto;padding:75px 40px;line-height:20px;opacity:0;-webkit-transition:opacity .4s ease-in-out;-moz-transition:opacity .4s ease-in-out;-o-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out}
.cases-box img{-webkit-transition:opacity .4s ease-in-out;-moz-transition:opacity .4s ease-in-out;-o-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out;max-height:105px}
.cases-box h6{-webkit-transition:opacity .4s ease-in-out;-moz-transition:opacity .4s ease-in-out;-o-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out}
.cases-box:hover h6{opacity:0}
.cases-box:hover img{opacity:0}
.cases-box:hover .cases-text{opacity:1}

.cases-box01{width:100%;height:230px;border-radius:5px;background:#fff;box-shadow:0 5px 30px rgba(232,244,255,0.5);padding:60px 40px 25px 40px;text-align:center;margin-top:20px;cursor:pointer;position:relative}
.cases-box01 .cases-text{color:#444;position:absolute;top:0;left:0;bottom:0;right:0;margin:auto;padding:50px 30px;line-height:20px;opacity:0;-webkit-transition:opacity .4s ease-in-out;-moz-transition:opacity .4s ease-in-out;-o-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out}
.cases-box01 img{-webkit-transition:opacity .4s ease-in-out;-moz-transition:opacity .4s ease-in-out;-o-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out;max-height:105px}
.cases-box01 h6{-webkit-transition:opacity .4s ease-in-out;-moz-transition:opacity .4s ease-in-out;-o-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out}
.cases-box01:hover h6{opacity:0}
.cases-box01:hover img{opacity:0}
.cases-box01:hover .cases-text{opacity:1}

.cases-box02{width:100%;height:170px;border-radius:5px;background:#fff;box-shadow:0 5px 30px rgba(232,244,255,0.5);padding:60px 40px 25px 40px;text-align:center;margin-top:20px;cursor:pointer;position:relative} 
.cases-box02 .cases-text{color:#444;position:absolute;top:0;left:0;bottom:0;right:0;margin:auto;padding:50px 30px;line-height:20px;opacity:0;-webkit-transition:opacity .4s ease-in-out;-moz-transition:opacity .4s ease-in-out;-o-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out}
.cases-box02 h4{ font-size:35px; font-weight:bold}
.cases-box02 h6{-webkit-transition:opacity .4s ease-in-out;-moz-transition:opacity .4s ease-in-out;-o-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out}
.cases-box02:hover h6{opacity:0}
.cases-box02:hover img{opacity:0}
.cases-box02:hover .cases-text{opacity:1}

.cases-box03{width:100%;height:270px;border-radius:5px;background:#fff;box-shadow:0 5px 30px rgba(232,244,255,0.5);padding:60px 40px 25px 40px;text-align:center;margin-top:20px;cursor:pointer;position:relative}
.cases-box03 .cases-text{color:#444;position:absolute;top:0;left:0;bottom:0;right:0;margin:auto;padding:50px 30px;line-height:20px;opacity:0;-webkit-transition:opacity .4s ease-in-out;-moz-transition:opacity .4s ease-in-out;-o-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out}
.cases-box03 img{-webkit-transition:opacity .4s ease-in-out;-moz-transition:opacity .4s ease-in-out;-o-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out;max-height:60px; margin:25px 0}
.cases-box03 h6{-webkit-transition:opacity .4s ease-in-out;-moz-transition:opacity .4s ease-in-out;-o-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out}
.cases-box03:hover h6{opacity:0}
.cases-box03:hover img{opacity:0}
.cases-box03:hover .cases-text{opacity:1} 


.dbox {
    border-radius:7px; background:#fff ; border:1px solid #e0ebfc;
    padding: 20px 20px;       
    text-align: center;
    width: 100%;
    height: 335px !important;
}

.dbox {
    -webkit-transition: all 800ms cubic-bezier(0.800, 0.000, 0.200, 1.000);
    -moz-transition: all 800ms cubic-bezier(0.800, 0.000, 0.200, 1.000);
    -o-transition: all 800ms cubic-bezier(0.800, 0.000, 0.200, 1.000);
    transition: all 800ms cubic-bezier(0.800, 0.000, 0.200, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.800, 0.000, 0.200, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.800, 0.000, 0.200, 1.000);
    -o-transition-timing-function: cubic-bezier(0.800, 0.000, 0.200, 1.000);
    transition-timing-function: cubic-bezier(0.800, 0.000, 0.200, 1.000);
}
.dbox:hover {
    background: #fff;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 800ms cubic-bezier(0.800, 0.000, 0.200, 1.000);
    -moz-transition: all 800ms cubic-bezier(0.800, 0.000, 0.200, 1.000);
    -o-transition: all 800ms cubic-bezier(0.800, 0.000, 0.200, 1.000);
    transition: all 800ms cubic-bezier(0.800, 0.000, 0.200, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.800, 0.000, 0.200, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.800, 0.000, 0.200, 1.000);
    -o-transition-timing-function: cubic-bezier(0.800, 0.000, 0.200, 1.000);
    transition-timing-function: cubic-bezier(0.800, 0.000, 0.200, 1.000);
}

.iconbox img{ max-width:60px; margin:0 auto 15px}
.rel{ position:relative}
.gif-img{ position:absolute; left:40px; top:0; width:185px}
.gif-img img{ width:100%;}


/*---------------*/
/***** Sadie *****/
/*---------------*/
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 0%;
	/*min-width: 260px;
	max-width: 480px;
	max-height: 360px;*/
	width: 100%;
	background: #000;
	text-align: center;
	cursor: pointer; border-radius:11px;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.6;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	font-size: 1.25em; font-weight:700;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	/*word-spacing: -0.15em;*/
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 0;
	font-size: 14px; font-weight:300; padding:0 10px !important
}
 
figure.effect-sadie figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(top, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
	background: linear-gradient(to bottom, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
	content: '';
	opacity: 0;
	-webkit-transform: translate3d(0,50%,0);
	transform: translate3d(0,50%,0);
}

figure.effect-sadie h2 {
	position: absolute; font-weight:500;
	top: 60%;
	left: 0;
	width: 100%;
	color: #fff;
	-webkit-transition: -webkit-transform 0.35s, color 0.35s;
	transition: transform 0.35s, color 0.35s;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0); font-size:15px;
}

figure.effect-sadie figcaption::before,
figure.effect-sadie p {
	-webkit-transition: opacity 0.75s, -webkit-transform 0.75s;
	transition: opacity 0.75s, transform 0.75s;
}

figure.effect-sadie p {
	position: absolute;
	bottom: 20px; padding:0 10px;
	left: 0;
	padding: 0;
	width: 100%;
	opacity: 0;
	-webkit-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);
}
 
figure.effect-sadie:hover h2 {
	color: #fff;
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
	transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
}

figure.effect-sadie:hover figcaption::before ,
figure.effect-sadie:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-ruby {
	background-color: #fff; border-radius:11px;
}

figure.effect-ruby:hover{ background:#000}

figure.effect-ruby img {
	/*opacity: 0.7;*/
	opacity:1;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-ruby:hover img {
	opacity: 0.2;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-ruby h2 {
	margin-top: 10%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0); opacity:0;
}

figure.effect-ruby p {
	margin: 10px auto;
	padding: 10px;
	border: 1px solid #fff; border-radius:40px; width:60px; height:60px; color:#fff !important; font-size:13px!important; line-height:16px!important;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0) scale(1.1);
	transform: translate3d(0,20px,0) scale(1.1);
} 

figure.effect-ruby:hover h2 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0); opacity:1;
}

figure.effect-ruby:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0) scale(1);
	transform: translate3d(0,0,0) scale(1);
}

figure {
	position: relative;
	float: left;
	overflow: hidden;
	/*margin: 10px 1%;*/
	/*min-width: 320px;*/
	/*max-width: 480px;*/
	max-height: 360px;
	/*width: 48%;*/
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform:none;
	font-size: 15px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure figcaption::before,
figure figcaption::after {
	pointer-events: none;
}

figure figcaption,
figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
 
.dd-tip{ background:#f2f2f2; border:solid 1px #d9d9d9; padding:15px; border-radius:10px; margin-top:30px; text-align:center}
.iframe-box{ border:solid 1px #ccc; border-radius:11px; margin-top:40px; padding:20px;}
.kwayy-html-sitemap-post-list.kwayy-post-list li{ float:left; width:31%; text-align:left} 

#hbspt-form-1505453772826 .submitted-message{border-top: 1px solid #fff; color: #fff; font-size: 21px; margin-top: 15px; padding-top: 15px;}
.sld-icnsize{ width:100%; max-width:360px}
.blogbox{ width:33.3%; float:left; padding:0 15px; margin:0;}
.col-sm-8.site-content.content .blogbox{ width:100%; padding:0}
.site-content .blogbox{ width:50%}


.Aligner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.Aligner-item {
  max-width: 50%; min-width:11%;
}

/*Career Detail Page*/
/*Career Detail Page*/
.careerdetail h6{ font-size:22px; margin-bottom:30px; font-weight:700; color:#444;}
 .careerRow{ width:100%; float:left; margin-bottom:30px;}
 .entry-content .careerRow p{ font-size:14px; margin-bottom:15px;}
 .careerRow strong{ width:100%; float:left; display:block; margin-bottom:15px;}
 .careerRow ul{ margin:0px; padding:0px;}
 .careerRow ul li{ width:100%; float:left; margin-bottom:10px;}
 .careerRow ul li:last-child{ margin-bottom:0px;}
 .careerRow .wpcf7 .callustext{ font-family:'Poppins', sans-serif !important; font-size:14px;}
  .careerRow .wpcf7 input, .careerRow .wpcf7 textarea{background-color:transparent;}
 .careerRow .wpcf7  span.wpcf7-form-control-wrap{
	width:100%;
	background:transparent;
	padding:0;
	color:#000 !important;
	border:none;
	outline:none;
	font-weight:400;
	font-size:16px;
	outline:none;
	border-bottom: solid 2px #eeeeee;
	font-family: 'Poppins', sans-serif;
	box-shadow:none !important;
}
 .careerRow .wpcf7 { border-bottom:none !important; }
 .careerRow .wpcf7  input::-webkit-input-placeholder,  .careerRow .wpcf7  textarea::-webkit-input-placeholder {  
  color: rgba(0,0,0,0.5);
}
 .careerRow .wpcf7  input ::-moz-placeholder,  .careerRow .wpcf7  textarea ::-moz-placeholder  {  
 color: rgba(0,0,0,0.5);
}
 .careerRow .wpcf7  input:-ms-input-placeholder,  .careerRow .wpcf7  textarea:-ms-input-placeholder {  
  color: rgba(0,0,0,0.5);
}
 .careerRow .wpcf7  input:-moz-placeholder,  .careerRow .wpcf7  textarea:-moz-placeholder  { 
  color: rgba(0,0,0,0.5);
}
 .careerRow .wpcf7  span.wpcf7-form-control-wrap {
	color: #666;
    position: relative;
    display: inline-block;
}
 .careerRow .wpcf7 input, .careerRow .wpcf7 textarea{
outline:none;
    font-family: 'Poppins', sans-serif;
	font-weight:500;
	border:none;
	box-shadow:none;
}
 .careerRow .wpcf7 span.wpcf7-form-control-wrap:after {
	position: absolute;
    left: 50%;
	content: '';
	height: 40px;
	height: 2px;
    background: #f08a21;
    width: 0;
    bottom: -2px;  
	-webkit-transition: all 800ms cubic-bezier(0.800, 0.000, 0.200, 1.000);
    -moz-transition: all 800ms cubic-bezier(0.800, 0.000, 0.200, 1.000);
    -o-transition: all 800ms cubic-bezier(0.800, 0.000, 0.200, 1.000);
    transition: all 800ms cubic-bezier(0.800, 0.000, 0.200, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.800, 0.000, 0.200, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.800, 0.000, 0.200, 1.000);
    -o-transition-timing-function: cubic-bezier(0.800, 0.000, 0.200, 1.000);
    transition-timing-function: cubic-bezier(0.800, 0.000, 0.200, 1.000);
}

.careerRow .wpcf7 span.wpcf7-form-control-wrap:hover:after {
	width: 100%;
    margin-left: -50%;
}
 
  
.careerRow .wpcf7 input[type=submit]{ 
margin-top:15px !important; 
display:inline-block; 
color:#22418c; 
border:solid 2px #22418c; 
border-radius:50px; 
width:180px; 
height:50px;
line-height:1;
display:inline-block;
padding:0px; 
margin:0px; 
letter-spacing:5px;
background:transparent;
box-shadow:none;
text-shadow:none;
font-family: 'Poppins', sans-serif;
	font-weight:500;
	font-size:14px;
 
}
  .careerRow .wpcf7 input[type=submit]:hover,   .careerRow .wpcf7 input[type=submit]:focus{
	background:#22418c !important;
	color:#fff !important;
	box-shadow:none !important;	 
text-shadow:none !important;
border:solid 2px #22418c !important;
	
}
 
 .careerRow .wpcf7 .wpcf7-form-control-wrap{
 
 }
 .careerRow .wpcf7  span.file-38,  .careerRow .wpcf7  span.file-38:after{ background:transparent;}
 
 .opening{ 
     height: 165px;
 font-size:14px;
 padding:20px; 
 text-align:center;
 border:2px solid #e6e6e6; border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px;
 -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  }
 .opening:hover{
	 box-shadow:0px 30px 100px rgba(0,0,0,0.10);
	 background-color:#fff;
	 border:2px solid #fff;
	 -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
	 
 }
 .opening p{ font-size:15px; margin-bottom:10px; padding:0px;  text-align:center; }
 .Applynowbtn{
	 height:45px; line-height:45px; padding:0px 30px; display:inline-block; border-radius:50px; color:#444;
	 -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
	 }
 .opening:hover .Applynowbtn{ background-color:#22418c; color:#fff; -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);}
 
/*contact Page Start*/
 .line-topcontact {
    border-top: 1px solid #ccc;
    margin: 15px 0px;
}
.callingfrom{ font-weight:400;}
.heightsame{ height:388px;} 

.statsection{ background:#fff; padding:0; text-align:center;}
.statsection span{ font-size:48px; font-weight:700;}
.statsection h4{ font-size:21px; font-weight:300; margin-top:0}

.bksec{color:#7c509e} 
.ussec{color:#f05449}
.dsec{color:#2350a0}

.statistics .stat{ margin:0 40px}
.stat .number{font-size:48px; font-weight:700;}
.stat .count-title{font-size:21px; font-weight:300; margin-top:0}
.statistics .stat span{ margin-bottom:0}
.stat:nth-child(1n) .number{color:#2350a0}
.stat:nth-child(2n) .number{color:#f05449}
.stat:nth-child(3n) .number{color:#7c509e}

.stat:nth-child(1n) .count-title{color:#2350a0}
.stat:nth-child(2n) .count-title{color:#f05449}
.stat:nth-child(3n) .count-title{color:#7c509e}

.stat:nth-child(1n) span:first-child {background:url(images/dwnload-icn.png) no-repeat 0 0; height:81px; display:block; width:81px; margin:0 auto}
.stat:nth-child(2n) span:first-child{background:url(images/activeuser-icn.png) no-repeat 0 0; height:81px; display:block; width:81px; margin:0 auto}
.stat:nth-child(3n) span:first-child{background:url(images/booking-icn.png) no-repeat 0 0; height:81px; display:block; width:81px; margin:0 auto}

.linespace{ padding-bottom:20px;}
 
/*contact Page End*/

.hbspt-form{}
.hbspt-form input{ /*border:solid 1px #ccc;*/ height:40px; font-family: 'Poppins', sans-serif; font-size:15px;}
.hbspt-form form.hs-form .form-columns-2 .hs-form-field .hs-input{ margin:10px 0 !important}
.gdprform .hbspt-form fieldset.form-columns-1 .input, .gdprform .hbspt-form fieldset.form-columns-2 .input{ margin-right:10px !important}
.gdprform  .hs_submit{ margin-top:10px}

.bl-in-link{ font-size:13px; color:#505050; font-weight:bold} 

@media screen and (max-width: 1599px) and (min-width: 1025px) {
.wr-mega-menu > li > a{ padding:15px 10px !important}
.frdemo{ font-size:11px; line-height:13px; width:140px}	
} 
 
@media (max-width:1280px) {
.menur{ width:100%}	
.icn-sec{ margin-top:0px;}

}
@media screen and (max-width: 1280px) and (min-width: 1025px) {
.frdemo{ font-size:9px; line-height:8px; width:100%}	
}
	 
@media (max-width: 1024px) {
.pressbox h2{ min-height:75px}	
#content .post:nth-child(2n){margin-right:12px}
.col-sm-12.col-md-6 > a{ display:none}
.testitext .col-sm-6 h2, .testitext .col-sm-6 h5{ display:none}
.tt01{ display:none}
.testitext{margin-top:7%}
.conbot p strong{ display:block; font-size:21px}
.wr-mega-menu > li > a{ padding:10px !important}

.header-home h2{ font-size:21px; line-height:30px;}

.sec-pad{ padding:30px 0 0; text-align:center}
.inimgtop{margin-bottom:70px}
.in-heading h1{ font-size:30px}
.itop{ padding-top:30px}
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
	
img.mob-img-size{ width:100%;}	
.mob-img-size img{ width:100%;}
.menur{ width:100%}
.header-home a{ font-size:13px}
.frdemo{ font-size:9px}
.logo_c{ margin:10px 0} 

.desktop { display:none}
.mobile{ display:block}
.mobile img{ width:100%; margin-top:15px} 
.capterra-badge-btn > img{ margin-top:15px}

.top-pr{ margin:10px 0}
#home-header .owl-prev, #home-header .owl-next{ position:absolute; top:45%; width:60px; height:60px; color:#fff; background:#fff; border:solid 1px #eaeaea; box-shadow:1px 1px 15px #ccc; display:none}
#home-header .owl-prev{ left:0; background:url(images/arrow1.png) no-repeat 15px 15px;}
#home-header .owl-next { right:0; background:url(images/arrow1.png) no-repeat -58px 15px;}
.gif-img img{ width:80%}

.top-pr{ padding:0 10px !important}
.top-pr h4{ font-size:8px}

}
@media screen and (max-width: 1023px) and (min-width: 768px) {
.jsn-bootstrap3 .col-sm-3{ /*width:100% !important; padding:0 !important*/}
.main-navigation li a{}

.on1 .hegroup, .hegroup{ /*height:55px;*/}
.hdr-txt{padding:20px 0}

.header-home p{ display:none}
.header-home h2{ font-size:18px; line-height:25px;}
.new-icn-sec h2{font-size:30px}

.ft-sec-left ul li, .ft-sec-right ul li{ line-height:20px}
.fs-icn p{ display:none}

.cases-box:hover h4{opacity:0}
.no-appearance{ width:60px}
.kwayy-html-sitemap-post-list.kwayy-post-list li{ float:left; width:100%; text-align:left} 

.pressbox h2{ font-size:12px; line-height:15px}
figure.effect-sadie h2{ top:50%; font-size:12px; line-height:15px}
.grid figure p{font-size:12px; line-height:15px}
.itop{ padding-top:30px}
.itop .blogbox{ width:50%}
.site-content .blogbox{ width:100%}
.gif-img img{ width:60%}
.post{ min-height:520px}
}

@media (max-width: 768px) {
.conbox01 h3, .gettouch h3{ font-size:21px} 
.conbot p strong{ display:block}
.ftfixed{ background-size:cover}
.testi-heading h4{ font-size:17px}
.ftfixed img{ width:100%}
.social .col-sm-2 img{ margin-top:30px}
.whbox h2{ margin:0 0 10px 0}
.whbox{ padding:0 15px}
.navbar-inverse .navbar-nav > li > a{ padding:15px 0}
.pressbox h2{ min-height:100px}

.testitext{margin-top:5%}
.testitext p{ font-size:16px; padding:15px 0}
.testitext h5{ font-size:20px}

.appinfoWrap{ margin-top:10px}
.app-action-wrap a{ font-size:11px; letter-spacing:3px}
.ftlg img{ width:50%}
.clapps, .fsapps{ margin-top:0}
.pressbox h2{ font-size:15px; line-height:22px; font-weight:bold}
.rgbrd{ border:none}

#content .post:nth-child(2n){margin-right:12px}
.widget-title{ font-size:18px}
.col-sm-12.col-md-6 > a{ display:none}
.testitext .col-sm-6 h2, .testitext .col-sm-6 h5{ display:none}
.tt01{ display:none}

.pressbox a{ font-size:11px; letter-spacing:1px; padding:10px 10px}
.conbot p strong{ display:block; font-size:21px}

.more-txt{ height:220px;} 
.more-txt p{ font-size:12px; line-height:18px;}
.top-pr h4{/* font-size:11px;*/}
.emptydiv{ display:none}
.kwayy-html-sitemap-post-list.kwayy-post-list li{ float:left; width:100%; text-align:left} 

#home-header .owl-prev, #home-header .owl-next{ position:absolute; top:45%; width:60px; height:60px; color:#fff; background:#fff; border:solid 1px #eaeaea; box-shadow:1px 1px 15px #ccc; display:none}
#home-header .owl-prev{ left:0; background:url(images/arrow1.png) no-repeat 15px 15px;}
#home-header .owl-next { right:0; background:url(images/arrow1.png) no-repeat -58px 15px;}

.testhead h1{ font-size:18px}
.bl-icn h3{ font-size:9px; line-height:10px}
.con-contact .col-sm-5.col-xs-12 > div{ font-size:14px}

.mob-nav{ width:80%}
.topbtn{ width:100%}
.topbtn .mobile a{ float:right}
.header-home{ padding:40px 0 40px 0}

.gif-img img{ width:60%}
}

@media screen and (max-width: 1025px) and (min-width: 982px) {
.main-navigation ul.nav-menu,.main-navigation div.nav-menu>ul {padding-top:0;display:inline-block !important; text-align:left;width:100%}
}

@media screen and (max-width: 981px) and (min-width: 701px) {
.main-navigation ul.nav-menu,.main-navigation div.nav-menu>ul{padding-top:0;display:none; text-align:left;width:100%}
.hegroup .col-sm-2{ width:100%}
.hegroup .col-sm-7{width:100%}
.hegroup .col-sm-3{width:100%}
.hegroup .col-md-2.col-sm-3{ width:16.5%}
.mob-nav{ background:#22418c; margin:0; padding:0 !important}
.wr-megamenu-container a{ color:#fff !important}
.it-responsive-mega{ top:-50px !important}
.topbtn{ background:#22418c}
.wr-megamenu-container ul.wr-mega-menu{ margin:0 !important}
.wr-megamenu-container ul.wr-mega-menu ul.sub-menu, .wr-megamenu-inner{ width:100% !important}
.wr-mega-menu .wr-menu-down{margin:6px 15px 0 0 !important}
.header-home h2{ margin-top:0}
.hdr-txt{padding:10px 0}
.desktop{ display:block}
.mobile{ display:none}
.frdemo{ max-width:170px; float:right !important; font-size:12px}
.capterra-badge-btn > img{ margin-top:10px}
}

@media (max-width: 767px) {
	
.main-navigation ul.nav-menu,.main-navigation div.nav-menu>ul{display:none}
	
.header-home p{ display:none}
.header-home h2{ font-size:17px; line-height:21px }
.hegroup{ height:68px}
.mob-nav{ padding:0 !important} 
.none{ display:none}	
.navbar-nav{ margin:0}
.out-icn h5{ display:none}
.top-pr{ margin:10px 0}
.wr-megamenu-container ul.wr-mega-menu{ margin:0 !important}
.jsn-bootstrap3 .col-sm-3{/*width:16.5%; */ width:32.5%; float:left; min-height:50px;}
.image_caption{ /*display:none*/ height:40px}
.type-wrap{ margin:30px 0}
.type-wrap > span{ font-size:17px}	
.header-home{text-align:center; padding:0;}
.header-home a{ margin-bottom:20px}
.cldtxt h4{ font-size:21px}
.tab-sec h2{ font-size:26px}
.timg{ text-align:center}
.tablinks > strong{ display:none}
.testi-heading h4{ font-size:15px; line-height:25px}
.hpclient h1, .gettouch h3{ font-size:19px; line-height:28px}
.aptxt{ text-align:center}
.gettouch h3{ font-size:18px}
.ftfixed{ display:none}
.hfeed{ margin-bottom:0}
.conbot{ background-size:60%}
.frdemo{ max-width:170px; margin:10px auto 10px !important}
.hdr-txt{ padding:0 0 0px 0 !important}
.mob-img-size{ width:100%}
.mob-img-size img{width:100%}
.header-home a{float:none; font-size:14px; height:40px !important; margin:0 auto; line-height:10px;}
.gettouch-home{ padding:40px 0}
.gettouch-home h3{font-size:17px;}
.gettouch-home h3 strong{ font-size:21px;}
.icn-sec p{ display:none}

.owl-buttons{ display:none}
.new-icn-sec h2{font-size:25px}

.presstop::before{ display:none}
.serimg .rgalign{ text-align:left}
.serimg .col-sm-6 img{ display:block}
.hs-form fieldset.form-columns-2 .input{ margin-right:0px}
.item{ text-align:center}

.mobsld img{ width:45%; max-width:168px}
.whbox {padding:15px 15px }

.bl, .cm, .ap, .ac, .gb, .re {text-align:center; width:50px; height:50px; display:block; margin:0 auto} 
.tab > li a.active .bl, .tab > li a.active .cm, .tab > li a.active .ap, .tab > li a.active .ac, .tab > li a.active .gb, .tab > li a.active .re{ background-position:0 -72px}
.nav.navbar-nav.ser-tab strong{ display:none}
.in-nav ul li{ padding:0}

.serimg .col-sm-6{ padding:15px}
.open-sec{ padding:15px}
.opening p{ text-align:left}
.career-img{ font-size:18px}

.in-nav ul li a{ font-size:12px}
.in-tab li a{ color:#fff; letter-spacing:0px; font-size:12px; line-height:21px !important; padding:5px !important}
.in-tab li strong{padding:5px !important; line-height:21px; display:block; font-size:12px;}

.appwhite-section h2{ font-size:32px}
.appinfoWrap{margin-top:21px}
.cwmember-app-hero .appinfoWrap p, .cwpeople-app-hero .appinfoWrap p{ font-size:17px; line-height:26px}
.topmaring-160{ margin-top:21px !important}
.empty{ display:none}

.app-action-wrap{ text-align:center}
.app-action-wrap a{ margin-right:0; margin-bottom:15px}
.app-textinfo-left{ text-align:left}
.rgbrd{ border:none}

.post{ width:100%; min-height:250px}
.services h1{ font-size:35px; line-height:40px}
.services{ padding:70px 0 0 0}

#AnythingPopup_BoxContainer{ display:none}
#AnythingPopup_BoxContainerFooter{ display:none}

.team-sec .col-sm-2 > div { display:none !important}
.col-sm-12.col-md-6 > a{ display:none}

.serimg:nth-child(odd) .col-sm-6.srvimg{ width:100%}
.testitext .col-sm-6 h2, .testitext .col-sm-6 h5{ display:none} 
.tt01{ display:none}
.tsright{ border-right:none}
.testitext p{ display:none}
.testitext h5{ font-size:17px}

.frdemo{ float:right !important}
.more-txt{ height:auto;}

.primary_7712 .wr-mega-menu > li:hover > a, .primary_7712 .wr-mega-menu > li.focus > a{ background:#27418c !important}

.con-contact{padding:0}
.con-contact row{ padding:0}
.desktop{ display:block}
.mobile{ display:none}

.new-icn-sec .icn-sec a{min-height:180px}
.emptydiv{ display:none}
.kwayy-html-sitemap-post-list.kwayy-post-list li{ float:left; width:100%; text-align:left} 
.bl-cm-ba .col-sm-2.col-xs-4{ min-height:140px}
.ftlinks a{ display:block; color:#a1a1a1; font-size:12px; padding:2px 0; line-height:normal;}
.ftlinks{ min-height:270px !important; padding-bottom:0;}
.itop{ padding-top:30px}
.blogbox{ width:100%; float:left; padding:0 15px; margin:0;}

.mob-nav{ width:100%}
.menur{ width:100%}	
.capterra-badge-btn > img{ width:100%; margin-top:10px}
.inimgtop{margin-bottom:70px}
/*.ma-icn08 .col-sm-2{ width:100%}*/
.ma-icn08 .col-sm-2{ width:12.5%; padding:0}
.vline img{ max-width:30px;} 
}

@media screen and (max-width: 767px) and (min-width: 640px) {
.col-sm-3.presstop{ width:50%; float:left;}
.col-sm-4.pressbox { width:50%; float:left;}

}

@media (max-width: 639px) {
.in-tab li{ width:50%; border:solid 1px #3e5bb1}	
.cm-key ul.left li span{ width:100%}
.top-pr h4{ font-size:11px; display:none}

.affix .apps-tab img{ width:55px;}
.fs-icn p{min-height:60px}
.apps-tab .col-sm-2.col-xs-2.top-pr{ padding:0 7px}
.gif-img{ width:145px}


}

@media (max-width: 360px) {
.conbot p strong{ display:block}
.mob-sec h3{font-size:25px;}
.in-heading h1{ font-size:25px}
#home-header .owl-pagination { display:none}
.portfolio-link img{ width:51px}
.frdemo{ font-size:11px; line-height:13px}
.gif-img{ width:105px}
.ipdimg{ width:100%}
.dd-email01{ font-size:15px;}
}

@media (max-width: 350px) {
.owl-pagination{ display:none }
.frdemo{ font-size:9px; line-height:12px; width:145px}
.header-home a{ font-size:13px}
.image_caption{ font-size:11px}
}

.blform{}
.blform .input input{ margin:0 !important; border:solid 1px #6e6e6e; font-family:'Poppins', sans-serif !important; font-size:14px;}
.blform ul{ list-style:none}
.blform ul li{ margin:0}
.blform ul li span{ font-weight:normal; font-size:12px; float:left; width:90%}

.blform form.hs-form .form-columns-2 .hs-form-field .hs-input, .blform form.hs-form .form-columns-3 .hs-form-field .hs-input{margin:0 0 20px 0 !important}
.blform .hs_submit{ margin-right:23px}

#snow{
	background: none;
	background-image: url('images/snow1.png'), url('images/snow2.png'), url('images/snow3.png');
	height: 13%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index:9;
	-webkit-animation: snow 10s linear infinite;
	-moz-animation: snow 10s linear infinite;
	-ms-animation: snow 10s linear infinite;
	animation: snow 10s linear infinite;
}
@keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  100% {background-position: 500px 1000px, 200px 400px, -100px 300px;}
}
@-moz-keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  100% {background-position: 400px 1000px, 200px 400px, 100px 300px;}
}
@-webkit-keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  100% {background-position: 500px 1000px, 200px 400px, -100px 300px;}
}
@-ms-keyframes snow {
  0% {background-position: 0px 0px, 0px 0px, 0px 0px;}
  50% {background-position: 500px 500px, 100px 200px, -100px 150px;}
  100% {background-position: 500px 1000px, 200px 400px, -100px 300px;}
}

