@charset "utf-8";
/* CSS Document */

/*AllStyles */

/*Colorbox.css*/

/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:hidden;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
/* 
    ColorBox example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:#fff;}

#colorBox{}
#cboxTopLeft{width:25px; height:25px; background:url(images/border1.png) 0 0 no-repeat;}
#cboxTopCenter{height:25px; background:url(images/border1.png) 0 -50px repeat-x;}
#cboxTopRight{width:25px; height:25px; background:url(images/border1.png) -25px 0 no-repeat;}
#cboxBottomLeft{width:25px; height:25px; background:url(images/border1.png) 0 -25px no-repeat;}
#cboxBottomCenter{height:25px; background:url(images/border1.png) 0 -75px repeat-x;}
#cboxBottomRight{width:25px; height:25px; background:url(images/border1.png) -25px -25px no-repeat;}
#cboxMiddleLeft{width:25px; background:url(images/border2.png) 0 0 repeat-y;}
#cboxMiddleRight{width:25px; background:url(images/border2.png) -25px 0 repeat-y;}
#cboxContent{background:#fff;}
#cboxLoadedContent{margin-bottom:20px; }
#cboxTitle{position:absolute; bottom:0px; left:0; text-align:center; width:100%; color:#999; }
#cboxCurrent{position:absolute; bottom:0px; left:100px; color:#999;}
#cboxSlideshow{position:absolute; bottom:0px; right:42px; color:#444;}
#cboxPrevious{position:absolute; bottom:0px; left:0; color:#444;}
#cboxNext{position:absolute; bottom:0px; left:63px; color:#444;}
#cboxLoadingOverlay{background:url(images/loading.gif) 5px 5px no-repeat #fff;}
#cboxClose{position:absolute; bottom:0; right:0; display:block; color:#444;}

/*colorbox.css ends*/

/*Pro.css*/
/* ---- Feature */
#feature {margin-bottom:15px;}
#cycle {
    overflow: hidden;
    height: 385px;
}
#feature .hentry , #highlight .hentry{
    background:#fff url(../images/post-bg-short.png) repeat-x left bottom;
    position: relative;
    z-index:0;
    border:none;
}
#feature .postwrap {background: #fff;}
#feature .hentry {
    background: #fff;
    height: 390px;
    overflow: hidden;
}
#feature .fcontainer{
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -khtml-border-top-left-radius: 5px;
    -khtml-border-top-right-radius: 5px;
}
#feature .fmedia{
    width:  478px;  
    margin-left: 480px;
    height:   390px;
    float:right;

}
#feature .fcontent {
    position: relative;
    float: left;
    width: 330px;
    padding: 20px 80px 20px 50px;
    z-index: 100;
    margin: 20px -500px 0px 0px;
    height: 300px;
}
#feature .fheading{

    text-align: center;
    margin: 2em 0;
}
#feature .fheading h1, .ftitle {
    font-size:60px;
    line-height: .9em;
    letter-spacing: -1px;
    font-weight: 700;
}
#feature .fheading h3, .fsub {
    color: #666;
    font-size: 18px;
}
#feature .ftext {
    margin: 30px 0px 0;
    font-size: 1.2em;
}
#feature .ftext h4, #feature .ftext h5{
    font-size:1em;
    font-weight: bold;
}
#feature .ftext strong {color: #000}
.featurelink {
    background:transparent url(../images/morearrow.gif) no-repeat scroll 100% 60%;
    padding-right:10px;
}
#feature-footer{
    background: #f7f7f7;
    width: 100%;
    z-index:100;
    padding: 8px 0;
    border-top:	#E4E4E4 1px solid;
}

#featurenav {
    float: left;
    display: inline;
    margin-left:20px;
}
#featurenav a,span.playpause{
    font-family:arial;
    padding: 3px 9px 3px;
    margin-right: 7px;
    font-size: 12px;
    border: 1px solid #dfdfdf;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    color: #999;
    background: #f7f7f7;
    text-shadow: #fff 0 1px 0;
    font-weight: bold;
    float: left;
    display: block;
}
#featurenav a:hover{
    background: #eee;
    text-decoration:none;
}
#featurenav a.activeSlide,span.playpause.resume{
    background: #ddd;
    color: #000;		
    border: 1px solid #aaa;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}


span.playpause {
    cursor: pointer;
    padding: 3px 4px 3px 4px;	
    width: 18px;
    margin-left:20px;
    margin-right:0px;
}
span.playpause.pause span{
    padding: 3px 8px 4px;
    background: transparent url(../images/feature-pause.png) no-repeat 2px 3px;
}
span.playpause.resume span{
    padding: 3px 8px 4px;
    background: transparent url(../images/feature-play.png) no-repeat 2px 3px;
}

#featurenav.thumb_nav a{
    padding: 0;
    border:none;
    background: #fff;
}
#featurenav.thumb_nav a span.nav_thumb, #featurenav a span.nav_thumb span.nav_overlay{
    width: 50px;
    vertical-align: middle;
    height: 30px;
    display: block;
    float: left;
}
#featurenav.thumb_nav span.playpause {margin-top: 2px; margin-right: 20px;}
#featurenav a span.nav_thumb span.nav_overlay{
    background: url(../images/feature-thumb-overlay.png) no-repeat 0 0;
}
#featurenav a.activeSlide span.nav_thumb span.nav_overlay{
    background: url(../images/feature-thumb-overlay.png) no-repeat 0 -30px;
}
#featurenav a:active span.nav_thumb span.nav_overlay{
    background: url(../images/feature-thumb-overlay.png) no-repeat 0 -30px;
}




#feature-footer .twitter {float: right;margin-right: 16px;display: inline;color: #777;}
#feature-footer .twitter a{color: #333;}

.editfeature {
    text-align: right;
    line-height: 40px;
    margin-right: 15px;
}



/* ---- HIGHLIGHT TEMPLATE -------*/
#highlight {
    position: relative;
    background:#fff url(../images/post-bg-short.png) repeat-x left bottom;
    border-left: none;
    border-right: none;
    border-top: none;
    margin-bottom: 1.5em;
}
#highlight .postwrap {padding: 20px 30px;}
#highlight .ftitle{margin-bottom: .8em;font-size: 30px;}
#highlight .fcontent {
    float: left;
    padding: 30px;
    width: 290px;
    margin-top: 20px;
}
#highlight .fmedia {
    overflow:hidden;
    float: left;
    width: 540px;
    margin: 0;
}

/* Accordion Sidebar */


#sidebar #accordion{
    border: 1px solid #ccc;
    /*margin-bottom: 1.5em;*/
}
#accordion .widget{
    margin:0;
    border:none;
    line-height: 1.6em;
}

#accordion .drawer-handle{
    text-shadow: #000 0 1px 0;
    display: block;
    cursor: pointer;
    padding: 8px 10px;
    /*background: #e5e5e5 url(../images/nav-sprite-default.png) repeat-x 0 -144px;*/
    background: #e5e5e5 url(../images/nav-sprite-default.png) repeat-x 0 -144px;
    font-size: 12px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #bbb;
    text-shadow:#fff 0 1px 0;
}

#accordion h3{
    text-decoration:none;
}

#accordion .ui-state-active {border-bottom: 1px solid #aaa;}

#accordion .drawer-handle:hover{
    background: #AAAAAA url(../images/nav-sprite-default.png) repeat-x 0 -108px;
    text-decoration: none;
    text-shadow: #fff 0px 1px 0;
    border-top: 1px solid #ddd;

}
#accordion .drawer-handle:hover a{color: #000;}

#accordion .drawer-handle:active {
    background: #e5e5e5 url(../images/nav-sprite-default.png) repeat-x 0 -180px;
    text-shadow: #fff 0px 1px 0;
}

#accordion .selected{
    background: #e5e5e5 url(../images/nav-sprite-default.png) repeat-x 0 -144px;
}
#accordion .drawer-content{
    border-top: 1px solid #eee;
    border-bottom: 1px solid #ddd;
    background: #fff;
    color: #666;
    padding: 10px 10px 5px;
}


/* FLICKR */
.widget_flickrRSS + div a img, .widget_flickrRSS a img{margin:8px; color: transparent;width: 75px; height: 75px;}
#sidebar .widget_flickrRSS ul{padding: 0;}
#sidebar .widget_flickrRSS ul li{
    float:left;
    border:none; 
    padding:0;
    margin:0;
}

/* ADS */
/* Deprecated */
#sidebar .administer_widget .winner {padding: 13px 0 0 13px;	}
.administer_widget a img {color: transparent;margin:0 13px 12px 0;}
.administer_widget small a{
    font-family: arial, sans-serif;
    font-size: 9px;
    color:#404040;
    text-decoration:none;
}
.administer_widget .adslink {text-align: center;padding-bottom: 4px;}

/* wp125 Ads */
#sidebar  .winner #wp125adwrap_2c {padding-left:1px;}
#wp125adwrap_2c { width:100%; }
#sidebar #wp125adwrap_2c .wp125ad { width:125px; float:left; padding:6px; }


/* FORMS/CONTACT ETC */

.cform input {padding: 5px;font-size: 1.1em;}

.cform fieldset{background: #fff;border:none;}
.cform label {
    display:block;
    margin:0;
    text-align:left;
}
.cf_info.failure{background: #f7f7f7; border: 1px solid #eee; padding: 5px 15px;color: #000;font-weight: bold;margin-bottom: 1em;}
legend{display: none;}
#content .cform {margin:5px 50px;padding:0px 0;}
.cform ol, .cform li{list-style-type: none; margin:0;padding:0;}
.cform label {}
.cform li{margin-bottom: .7em;}
.cform .single{width: 97%;}
.cform .area{width: 97%;}
.cform .emailreqtxt,.cform .reqtxt{font-style: italic;color: #999;}
.cf_hidden {display: none;}


.success {
    background: #f7f7f7; 
    padding: 15px; 
    margin-bottom: .5em; 
    font-size:1.4em;
}
input[type="text"].cf_error:focus {border: 1px solid #000;}
/* Mailing List Form */
.mailinglist .cform ol{width:262px; float: left;}
.mailinglist .cform .single{width:97%}
.mailinglist .cform .sendbutton{margin:21px 0 0 10px;padding: 3px 0 2px 0;}
.linklove a{display: none;}



/*Pro.css*/


/*Reset.css*/

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,font,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{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}
/*Reset.css ends*/


/*sidebar.css*/
/* icons */

/*	#accordion .widget ul li a,  #drag_drop_sidebar .widget ul li a,  #flowbar .widget ul li a{
                background: url(../images/icons/bullet_black.png) no-repeat 2px 7px;
                padding-left: 23px;
        }*/

#sidebar .widget ul li ul li a{
    background: none;
}

#sidebar #accordion .widget_meta + div ul li a, #sidebar .widget_meta  ul li a {
    background: url(../images/icons/bullet_black.png) no-repeat 0px 2px;
    padding-left: 26px;
}

#sidebar #accordion .widget_categories + div ul li a, #sidebar .widget_categories  ul li a{
    background: url(../images/icons/folder-horizontal.png) no-repeat 0 2px;
    padding-left: 26px;
}
/*#sidebar #accordion .widget_pages + div ul li a, #sidebar .widget_pages ul li a{
        background: url(../images/icons/document.png) no-repeat 0 2px;
        padding-left: 26px;
}*/
#sidebar #accordion .widget_pages + div ul li a,{
    background: url(../images/icons/document.png) no-repeat 0 2px;
    padding-left: 26px;
}
#sidebar #accordion .widget_pages + div ul li ul li a, #sidebar .widget_pages ul li ul li a{background:none;}

#sidebar #accordion .widget_recent_entries + div ul li a, #sidebar .widget_recent_entries ul li a{
    background: url(../images/icons/sticky-note-pin.png) no-repeat 0 2px;
    padding-left: 26px;
}
#sidebar #accordion .widget_links + div ul li a, #sidebar .widget_links ul li a{
    background: url(../images/icons/chain.png) no-repeat 0 2px;
    padding-left: 26px;
}
#sidebar #accordion .widget_archive + div ul li a,  #sidebar .widget_archive ul li a{
    background: url(../images/icons/calendar-list.png) no-repeat 0 2px;
    padding-left: 26px;
}
#sidebar #accordion .widget_recent_comments + div ul li,  #sidebar .widget_recent_comments ul li{
    background: url(../images/icons/comment.png) no-repeat 0 6px;
    padding-left: 23px;
}

/*sidebar.css*/

/*wp125.css*/
/*
Stylesheet for the WP125 ad management plugin
URL: http://www.webmaster-source.com/wp125-ad-plugin-wordpress/
*/


/* Styles for one-column display */
#wp125adwrap_1c { width:100%; }
#wp125adwrap_1c .wp125ad { margin-bottom:10px; }

/* Styles for two-column display */
#wp125adwrap_2c { width:100%; }
#wp125adwrap_2c .wp125ad { width:125px; float:left; padding:10px; }

/*wp125.css ends*/


/*WPCORE.css*/

/* PageLines Core CSS Framework */

p,.p{margin-bottom: 1em;}
a:focus{outline:1px dotted invert;}
hr{border:0 #ccc solid;border-top-width:1px;clear:both;height:0}
ol{list-style:decimal}
ul{list-style:disc;}

/* Commonly Used Graphical Elements */
.hl{
    background: url(../images/hl-dot.gif) repeat-x top;
    clear: both;
    height: 2px;
    overflow: hidden;
    width: 100%;
}

/* Rounded corners in anything but IE */
.wp-caption, .rounded5, .wp-pagenavi a, .wp-pagenavi span{
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.rounded10{
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/* Inputs */
input{

    background: #fff url(../images/form-field-bg.gif) no-repeat;
    border-top: 1px solid #ccc;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    border-left: 1px solid #ccc;
    font-size:110%;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:normal;
    padding:5px 3px 3px 5px;
}

.button, input[type="submit"], .submit, #searchform input#searchsubmit {
    border-color:#DEDEDE #bbb #bbb #DEDEDE;
    border-style:solid;
    border-width:1px;
    background: #e5e5e5 url(../images/lightgrayup.png) repeat-x left top;
    margin:0;
    padding: 2px 3px 1px 5px;
    color: #666;
}

.button:hover, input[type="submit"]:hover, .submit:hover {
    color: #000;
}
.button:active, input[type="submit"]:active, .submit:active {
    background: #e5e5e5 url(../images/lightgraydown.png) repeat-x left top;
}


/* Search form */

#s{
    border:1px solid #aaa;
    border-right: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    margin-right:4px;
    padding:2px 3px 3px 22px;
    width:185px;
    color: #666;
}

textarea {
    border-color:#DEDEDE #bbb #bbb #DEDEDE;
    border-style:solid;
    border-width:1px;
    font: 110% Arial, Helvetica, sans-serif;
    background:url(../images/form-field-bg.gif) no-repeat;

    padding: 5px 3px 3px 7px;
}

textarea:focus{
    border: solid 1px #999;
}

/* @ Widgets Default Formatting */

/* Calendar */
#calendar_wrap {text-align:center;padding: 8px 15px;margin: 0;}
#wp-calendar {text-align:center;margin-top:5px;width:100%;}
#wp-calendar caption{font-weight: bold; font-size: 1.2em;margin-bottom: .3em;}
#wp-calendar td{padding:4px 8px;}
#wp-calendar #today{font-weight: bold;border:1px solid #ccc;background:#f7f7f7;}

/* Tags */
.widget_tag_cloud .winner div{padding: 15px;}

/* Archive */
.widget_archive .winner select {
    margin: 10px;
}

/* Search */
.widget_search #searchform {width: 100%;text-align: left;}
.screen-reader-text {display:none;}

/* comments */
/* ------------------------------------- comment area  */

.page .nocomments {display:none;}
h3#comments-title {
    background: url(../images/icons/comment.png) no-repeat 0px 3px;
    padding-left: 20px;

    clear: both;
}
#respond h3 {
    background: url(../images/icons/edit.png) no-repeat 0px 6px;
    padding-left: 22px;
    clear: both;
}




/* @ Comment Form */
#commentform { margin-top: 10px; }


#commentform label {
    font-weight: bold;
    color:#666;
    font-size: 100%;
    padding-left: 5px;
}
#commentform small {
    font-size: 90%;
}

#commentform input {
    padding: 5px;
    display: block;
}
#commentform textarea {
    background: #FFF;
    width: 95%;
    height: 140px;
}
#respond {margin: 20px 0;}
ol ul #commentform textarea {width: 90%;}

#commentform textarea:focus, #commentform input[type="text"]:focus {
    border: solid 1px #999;
}

#commentform .form-submit{margin-bottom: 2em;}
#commentform #submit {display: inline;}

.form-allowed-tags {font-size: .85em;}
.form-allowed-tags code {color: #777;display: block;font-size:10px;}

.nocommentform {display:none}

/* List of Comments */
.commentlist {
    list-style-type:none;

    margin: 10px 0px 10px 18px;
    line-height: 130%;
    padding-left:45px;
    font-family: helvetica, arial, sans-serif;
}
.commentlist li{
    padding: 10px;
}
.commentlist ul.children {list-style-type: none;margin: .7em;}
.commentlist ul.children .even {background:#fff;}
.commentlist .alt {
    background: #F4F4F4;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.commentlist cite {
    font-weight: bold;
    font-style: normal;
    font-size: 110%;
}

.commentlist img.avatar {  float: left;  margin: 0 5px 5px -53px;  position: relative; }
.commentlist .children img.avatar {  float: left;  margin: 0 10px 5px 0;  position: relative; }
.commentlist .comment-meta {
    margin-bottom: 5px;
    display: block;
    font-size: 87%;
}
.commentlist .comment-meta  a{
    color: #999999;
}




/* Common */
dt {font-weight:bold;}
dd {font-style: italic;}
sup {font-size:.7em;vertical-align: top;}
sub {font-size:.7em;vertical-align: bottom;}


/* PageLines Commonly Used */
.subtle {color: #999;font-size: .9em;}
.frame {
    padding: 8px;
    border: 1px solid #ddd;
    background: #fff;
    text-align:center;
}
.border{ 
    padding: 2px;
    border: 1px solid #ccc;
}
.hidden {display: none; visibility: hidden;}


/* WP stats */
#wpstats{width:0px;height:0px;overflow:hidden;}

/* Wordpress caption */
.wp-caption {
    text-align: center;
    background: #fff;
    border: 1px solid #ddd;
    margin: 10px;
    padding: 4px;
    margin-bottom: 1em;
}
.wp-caption-text {font-size: 11px; text-align: center; margin:0;padding:6px 3px 2px;line-height: 16px;}
.wp-caption img {margin: 0;	padding: 0;	border: 0 none;margin-top: 5px;	}
.wp-caption-dd {font-size: 11px;line-height: 17px;	padding: 0 4px 5px;	margin: 0;	}


/* FLOATING AND ALIGNMENT */
.aligncenter,.alignnone {display: block;margin-left: auto;margin-right: auto;}
.center, .textcenter {text-align: center;}
.alignleft {float: left;margin:0 1.4em .4em 0;}
.left {	float: left; }
.textleft {text-align: left;}

.alignright {float: right;margin:0 0 .4em 1.4em;}
.right { float: right; }
.textright {text-align:right;}

.clear {clear:both;}

.block{display:block;}

img.center, img[align="center"] {display: block;margin-left: auto;margin-right: auto;}
img.left, img[align="left"] { float:left;margin: 2px 10px 5px 0px;}
img.right, img[align="right"] {	float:right;margin: 2px 0px 5px 10px;}


/* CLEARFIX -- fixes clearing issue for floated elements */
.fix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.fix{display:inline-block;} 
* html .fix{height:1%;}
.fix{display:block;}


/*WPCORE.css ends*/

/*WPPT.css*/

.wppt_float_left {
    float:left;
    margin:0 1.5em 0.5em 0;
    padding:3px;
    border:1px solid #ddd; }

.wppt_float_right {
    float:right;
    margin:0 0 0.5em 1.5em;
    padding:3px;
    border:1px solid #ddd; }
/*WPPT.css ends*/




.highgreen {
    color:#060;
    font-weight:bold;
    border:#060 1px dotted;
    width:97%;
    background:#CAFFCA ;
    padding:5px;
    margin-bottom:5px;
    margin-left:0px;
}
.backred {
    color:white;
    background:red;
}
/* Popup Start */
.pop-form-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    z-index: 2100;
}
.pop-form-container {
    position: fixed;
    top: 50%;
    display: none;
    left: 50%;
    width: 500px;
    height: 420px;
    margin-top: -210px;
    margin-left: -250px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    /*overflow: hidden;*/
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.6);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.6);
    box-shadow: 0 0 5px rgba(0,0,0,0.6);
    z-index: 2000;
}
.pop-form-box {
    background-color: #ffffff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    float: left;
    height: 100%;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 2200;
}
.pop-landmark-container .pop-form-title > a {
    color: #FFF;
}
.pop-landmark-container .pop-form-title > a:hover {
    color: #fe7b24;
    text-decoration:none;
}
.pop-form-title {
    float: left;
    width: 100%;
    background-color: #595757;
    color: #FFF;
    padding: 12px 12px;
    position: relative;
}
.pop-form-title > h3 {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 22px;
    color:#FFF;
    line-height:normal;
}
.pop-form-title > a {
    position: absolute;
    right: 0;
    font-size: 15px;
    font-size:;
}
.pop-form-title > a {
    font-size: 14px;
    position: absolute;
    right: 0;
    font-weight:;
    padding: 16px 12px;
    top: 0;
}
.pop-form-title > a:hover {
    color: #fe7b24;
}
form.pop-form {
    float: left;
    width: 100%;
    padding: 15px;
}
.pop-form p {
    color: #4b4b4b;
    float: left;
    font-size: 13px;
    line-height: normal;
    margin-bottom: 5px;
    text-align: center;
    width: 100%;
}
.pop-form-line {
    float: left;
    width: 100%;
    margin: 10px 0;
}
.pop-form-line label {
    float: left;
    width: 100%;
    color: #4b4b4b;
    font-size: 14px;
    margin-bottom: 6px;
}
.pop-form-line input[type="text"], .pop-form-line input[type="email"] {
    border: 1px solid #4b4b4b;
    float: left;
    padding: 10px;
    width: 100%;
    border-radius: 3px;
    font-size: 14px;
}
.pop-form-line input[type="text"]:focus, .pop-form-line input[type="email"]:focus {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.pop-form-line input[type="button"] {
    background-color: #2992D6;
    display: inline-block;
    border: none;
    padding: 8px 10px;
    min-width: 300px;
    color: #FFF;
    font-size: 18px;
    font-family: arial;
    border-radius: 3px;
    cursor: pointer;
}
.pop-form-line input[type="button"]:hover {
    background-color: #333;
}
.pop-required-field {
    color: #ff0000;
    float: left;
    font-size: 12px;
    margin-top: 5px;
    width: 100%;
    margin-bottom: -20px;
    text-align: right;
}
.footer-required-field {
    color: #ff0000;
    float: left;
    font-size: 12px;
    margin-bottom: -15px;
    margin-top: 5px;
    text-align: right;
    width: 100%;
    max-width: 279px;
    font-style: normal;
}
.acknowledge_pop {
    padding: 0 30px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
    margin-top: -40px;
}
.acknowledge_footer {
    float: left;
    width: 100%;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-family: Arial;
}
.acknowledge_pop > h5,.acknowledge_footer > h5 {
    background: none;
    font-size: 20px;
    float: left;
    width: 100%;
    font-family: Arial;
}
.acknowledge_footer i {
    font-style: normal;
}
.acknowledge_pop > p,.acknowledge_footer > p {
    float: left;
    font-size: 15px;
    line-height: normal;
    margin-top: 15px;
    width: 100%;
    line-height: 22px;
}
/* Popup End */
/* Footer Bar Start */ 
.footer_foobar {
    /*background: #2992d6;
    background: -moz-radial-gradient(center, ellipse cover, #65a9d3 0%, #0e86d1 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#65a9d3), color-stop(100%,#0e86d1));
    background: -webkit-radial-gradient(center, ellipse cover, #65a9d3 0%,#0e86d1 100%);
    background: -o-radial-gradient(center, ellipse cover, #65a9d3 0%,#0e86d1 100%);
    background: -ms-radial-gradient(center, ellipse cover, #65a9d3 0%,#0e86d1 100%);
    background: radial-gradient(ellipse at center, #65a9d3 0%,#0e86d1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#65a9d3', endColorstr='#0e86d1',GradientType=1 );*/
    background: #8cb4e7;
    background: -moz-linear-gradient(top, #8cb4e7 0%, #6596dc 50%, #4477cf 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8cb4e7), color-stop(50%,#6596dc), color-stop(100%,#4477cf));
    background: -webkit-linear-gradient(top, #8cb4e7 0%,#6596dc 50%,#4477cf 100%);
    background: -o-linear-gradient(top, #8cb4e7 0%,#6596dc 50%,#4477cf 100%);
    background: -ms-linear-gradient(top, #8cb4e7 0%,#6596dc 50%,#4477cf 100%);
    background: linear-gradient(to bottom, #8cb4e7 0%,#6596dc 50%,#4477cf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8cb4e7', endColorstr='#4477cf',GradientType=0 );
    /*display:none;*/
    bottom: 0;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    left: 0;
    padding: 3px 0;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 1000;
}
.foobar_center {
    display: inline-block;
    margin: 0 auto;
    position: relative;
    width: 1000px;
    text-align:left;
}
.foobar_thicker {
    float: left;
    padding: 8px 0 0;
    width: 100%;
}
.footer_foobar .call-to-one {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    color: #fff12d;
    float: left;
    font-family: Arial,sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 19px;
    padding-right: 10px;
    text-align: center;
    width: 130px;
}
.footer_foobar .call-to-one:before {
    background: url("../9_images/arrow_down.png") no-repeat scroll center center transparent;
    content: "";
    height: 30px;
    left: -35px;
    position: absolute;
    top: 10px;
    width: 33px;
}
.footer_foobar .call-to-two {
    color: #ffffff;
    float: right;
    font-family: Arial;
    width: 675px;
}
.footer_foobar .call-to-three {
    color: #ffffff;
    float: left;
    font-family: Arial;
    position: relative;
}
.call-to-two .foo-form {
    float: left;
    width: 100%;
}
.call-to-two .foo-form .foo-form-line {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    float: left;
    padding: 0 5px;
    width: 175px;
    position:relative;
}
.call-to-two .foo-form .foo-form-line label {
    color: #ffffff;
    float: left;
    font-size: 12px;
    margin-bottom: 2px;
    width: 100%;
    display:none;
}
.call-to-two .foo-form .foo-form-line input {
    border: 1px solid #1789d1;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    color: #555555;
    float: left;
    font-family: Arial;
    line-height: normal;
    padding: 9px 10px;
    width: 100%;
}
.call-to-two .foo-form .foo-form-line input[type="button"] {
    background: none repeat scroll 0 0 transparent;
    border: 2px solid #ffffff;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block !important;
    float: none !important;
    font-size: 14px;
    margin: 1px 0 0;
    padding: 5px 7px;
    transition: all 0.2s ease-in 0s;
    -webkit-transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
    -ms-transition: all 0.2s ease-in 0s;
    width:auto;
}
.call-to-two .foo-form .foo-form-line.text-center {
    text-align: center;
    width: 105px;
}
.call-to-two .foo-form .foo-form-line input[type="button"]:hover {
    background: none repeat scroll 0 0 #FFF;
    color:#2992D6;
}
.call-to-three i {
    right: -20px;
    position: absolute;
    top: 10px;
}
.call-to-three strong {
    /*color: #fffb9b;*/
    color:#FFF12D;
    font-size: 19px;
}
.call-to-three > span {
    border-right: 1px solid rgba(255, 255, 255, 0.8);
    box-shadow: 1px 0 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1px 0 0 rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 1px 0 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 0 0 rgba(0, 0, 0, 0.2);
    float: right;
    font-size: 11px;
    padding-right: 10px;
    width: 100%;
}
.testimonial-block {
    float: left;
    padding: 0 20px;
    width: 50%;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
}
.testimonial-block > h3, .clients-block > h3 {
    color: #333333;
    float: left;
    font-size: 30px;
    padding: 30px 0;
    text-align: left;
    width: 100%;
}
.testimonial-block > h3 i, .clients-block > h3 i {
    color: #777777;
}
.hold-testimonials {
    float: left;
    min-height: 170px;
    padding: 0;
    position: relative;
    width: 100%;
}
.testimonial-loop > li {
    color: #333333;
    font-size: 17px;
    line-height: 26px;
    text-align: center;
}
.testimonial-loop > li span {
    float: left;
    font-style: italic;
    line-height: normal;
    padding-top: 15px;
    text-align: right;
    width: 100%;
}
.testimonial-loop > li span strong {
    font-size: 15px;
    font-style: normal;
    font-weight: bold;
}
.clients-block {
    float: left;
    overflow: hidden;
    padding: 0 20px;
    width: 50%;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
}
.clients-block > h3 {
    margin-bottom: 10px;
}
.testimonial-block > h3, .clients-block > h3 {
    color: #333333;
    float: left;
    font-size: 30px;
    padding: 30px 0;
    text-align: left;
    width: 100%;
}
.testimonial-block > h3 i, .clients-block > h3 i {
    color: #777777;
}
.make_bg_white .clients-container:before {
    background-image: url("../9_images/mask-left-w.png");
}
.make_bg_white .clients-container:after {
    background-image: url("../9_images/mask-right-w.png");	
}
.clients-container:before {
    background: url("../9_images/mask-left.png") no-repeat scroll left center transparent;
    content: "";
    height: 49px;
    left: 0;
    position: absolute;
    top: 0;
    width: 59px;
    z-index: 100;
}
.clients-container:after {
    background: url("../9_images/mask-right.png") no-repeat scroll right center transparent;
    content: "";
    height: 49px;
    position: absolute;
    right: 0;
    top: 0;
    width: 59px;
    z-index: 100;
}
.clients-container {
    float: left;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.footer-widgets {
    float: left;
    width: 100%;
    margin-top: 25px;
}
.center-block:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.center-block {
    display: block;
    margin: 0 auto;
    position: relative;
    width: 960px;
}
.footer-widget{
    float: left;
    text-align: center;
    width: 240px;
}
.office-address {
    background: url("../9_images/location.gif") no-repeat scroll left top transparent;
    color: #3c3c3c;
    display: inline-block;
    font-size: 15px;
    line-height: 22px;
    padding-left: 20px;
    text-align: left;
}
.office-address > strong {
    color: #373737;
    font-weight: bold;
}
#clients-loop img {
    display: inline-block;
    margin: 0;
    /*opacity: 0.6;*/
}
.footer-social-links {
    float: left;
    text-align: center;
    width: 100%;
    padding: 20px 0;
}
.footer-social-links > ul {
    display: inline-block;
}
.footer-social-links > ul li {
    float: left;
}
.footer-social-links > ul li a {
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-color: transparent;
    float: left;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    transition: all ease 0.4s;
    opacity: 0.7;
}
.footer-social-links > ul li a:hover {
    opacity: 1;
}
.social-facebook {
    background-image: url(../9_images/social-facebook.png);
}
.social-twitter {
    background-image: url(../9_images/social-twitter.png);
}
.social-gplus {
    background-image: url(../9_images/social-gplus.png);
}
.social-linkedin {
    background-image: url(../9_images/social-linkedin.png);
}
.social-youtube {
    background-image: url(../9_images/social-youtube.png);
}
.footer-social-links > ul li {
    float: left;
    margin: 5px;
}
.footer-thicker {
    float: left;
    width: 100%;
    background-color: #333333;
    padding: 14px 0;
}
.footer-menu {
    float: left;
}
.footer-menu li {
    float: left;
    padding: 0 6px;
    position: relative;
}
.footer-menu li:after {
    content: "|";
    color: #888;
    position: absolute;
    right: -1px;
    top: 2px;
    font-size: 13px;
}
.footer-menu li:first-child {
    padding-left: 0;
}
.footer-menu li:last-child:after {
    display: none;
}
.footer-menu li a {
    color: #c9c9c9;
    font-size: 11px;
    line-height: normal;
}
.footer-menu li a:hover {
    color: #fff;
}
.footer-copyright {
    float: right;
    font-size: 11px;
    color: #c9c9c9;
    line-height: normal;
}
.layout-9-th *, .layout-9-th *:before, *:after {
    box-sizing: border-box;
}
.layout-9-th * {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 100%;
}
.layout-9-th li{
    list-style:outside none;
}
.layout-9-th i{
    font-style:normal;
}
.layout-9-th {
    float: left;
    width: 100%;
}
.layout-9-th.escape_shift{
    border-top: 1px solid #dddddd;
}
.showing_foobar .footer-thicker {
    margin-bottom: 38px;
}
.foo-required-field {
    background-color: #ed391a;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    color: #ffffff;
    font-size: 12px;
    line-height: normal;
    padding: 2px 5px;
    position: absolute;
    right: 0;
    text-align: center;
    top: -27px;
}
.foo-required-field:after {
    content: "";
    border-width: 6px;
    border-style: solid;
    border-color: #ed391a transparent transparent transparent;
    position: absolute;
    top: 100%;
    right: 20%;
}
.footer_foobar .acknowledge_pop {
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    top: auto;
}
.footer_foobar .acknowledge_pop > h5 {
    background: transparent;
    float: left;
    font-size: 15px;
    width: 100%;
    /*color: #fffb9b;*/
    color:#FFF12D;
    font-weight: bold;
    padding: 0;
    line-height: normal;
}
.footer_foobar .acknowledge_pop > p {
    float: left;
    font-size: 12px;
    line-height: normal;
    margin: 0;
    width: 100%;
    color: #fff;
}
.escape_shift.make_bg_white {
    background-color: #FFF;
}
.jump-to-top {
    position: fixed;
    bottom: 105px;
    display:none;
    width:30px;
    height:40px;
    background:url(../9_images/scrolltop.png) no-repeat scroll center center transparent;
    right: 45px;
    z-index: 9999;
    opacity:0.5;
    transition:all ease 0.2s;
    -webkit-transition:all ease 0.2s;
    -moz-transition:all ease 0.2s;
    -ms-transition:all ease 0.2s;
    -o-transition:all ease 0.2s;
}
.jump-to-top:hover {
    opacity:1;
}
.new_contact_footer {
    background-color: #ffffff;
    border-top: 1px solid #cccccc;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    float: left;
    padding: 10px 0;
    width: 98%;
}
.content-title-h5 {
    float: left;
    width: 100%;
}
.cf_numbers_only .new_contact_footer_right {
    width: 100% !important;
}
.cf_numbers_only .new_footer_single1 {
    width: 155px !important;
}
.cf_numbers_only .new_footer_single2 {
    width: 225px !important;
}
.cf_numbers_only .new_footer_single3 {
    width: 220px !important;
}
.cf_numbers_only .new_footer_single_addr > span{
    font-size:13px;	
    color:#000;
}
.new_contact_footer_h3 {
    float: left;
    width: 100%;
    font-family: Arial, helvetica;
    font-weight: bold;
    font-size: 17px;
    text-align: left;
    margin: 5px 0 10px 0;
    line-height: normal;
}
.new_contact_footer_left {
    float: left;
    width: 49%;
    font-family: Arial, helvetica;
}
.new_contact_footer_right {
    float: right;
    width: 49%;
    font-family: Arial, helvetica;
}
.new_contact_footer_center {
    float: left;
    width: 100%;
    text-align: center;
    padding: 10px 0;
}
.new_contact_footer_left h4, .new_contact_footer_right h4 {
    color: #2992d6;
    float: left;
    font-family: Arial,helvetica;
    font-style: italic;
    width: 100%;
    line-height: normal;
    font-size: 18px;
    margin-bottom: 10px;
}
.footer-contact-form {
    float: left;
    width: 100%;
}
.footer-form-line label {
    color: #4b4b4b;
    float: left;
    font-size: 14px;
    margin-bottom: 3px;
    width: 100%;
}
.footer-form-line input[type="text"], .footer-form-line input[type="email"] {
    border: 1px solid #999;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    float: left;
    font-size: 14px;
    padding: 10px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    max-width:280px;
}
.footer-form-line {
    float: left;
    margin: 0 0 10px 0;
    width: 100%;
}
.footer-form-line input[type="text"]:focus, .footer-form-line input[type="email"]:focus {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.footer-form-line input[type="button"] {
    background-color: #2992d6;
    border: medium none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-size: 18px;
    min-width: 200px;
    padding: 6px 10px;
}
.footer-form-line input[type="button"]:hover {
    background-color: #333333;
}
.footer-form-line.text-center {
    max-width: 280px;
    text-align: center;
    margin-top:10px;
}
.new_footer_single_addr {
    float: left;
    margin: 5px 0 0;
    width: 100%;
}
.new_footer_single_addr > h6 {
    color: #444444;
    float: left;
    font-size: 14px;
    font-weight: bold;
    width: 100%;
}
.new_footer_single_addr > span {
    background: url("../9_images/phone_xsmall.gif") no-repeat scroll left 6px rgba(0, 0, 0, 0);
    float: left;
    font-size: 15px;
    line-height: 21px;
    padding: 2px 0 4px 22px;
    width: 100%;
}
.new_contact_footer_center {
    float: left;
    font-family: Arial,Helvetica;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}
.new_contact_footer_center > i {
    float: left;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    text-align: center;
    width: 100%;
}
.new_contact_footer_center > h6 {
    float: left;
    font-size: 18px;
    line-height: normal;
    padding-top: 5px;
    width: 100%;
    color:#000;
}
.new_contact_footer.cf_numbers_only {
    border-top: none;
    background-color: #EFF5FF;
    padding-left: 10px;
    padding-right: 10px;
    margin: 10px 0 15px 0;
    border: 1px solid #E0EBFC;
}
.new_contact_footer_center > h6 strong{
    color:#2992d6;
}
.footer_foobar .call-to-one {
    -webkit-animation-direction: normal;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: callback_glow;
    -webkit-animation-timing-function: linear;
    -moz-animation-direction: normal;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-name: callback_glow;
    -moz-animation-timing-function: linear;
    animation-direction: normal;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-name: callback_glow;
    animation-timing-function: linear;
}
@-webkit-keyframes callback_glow {
    0% {
        color:#fff12d;
    }
    50% {
        color:#ffffff;
    }
    100% {
        color:#fff12d;
    }
}
@-moz-keyframes callback_glow {
    0% {
        color:#fff12d;
    }
    50% {
        color:#ffffff;
    }
    100% {
        color:#fff12d;
    }
}
@keyframes callback_glow {
    0% {
        color:#fff12d;
    }
    50% {
        color:#ffffff;
    }
    100% {
        color:#fff12d;
    }
}
/* New Nav Menu */
.menu9_container .center-block{
    background:url(../9_images/nav_gradient.gif) repeat-x scroll center top #2992d6;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -ms-border-radius:3px;
    -o-border-radius:3px;
    border-radius:3px;
}
.menu9_sticky .menu9_container {
    background: url("../9_images/nav_gradient.gif") repeat-x scroll center top #2992d6;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1600;
}
.menu9_container,.menu9_super_container {
    float: left;
    height: 36px;
    width: 100%;
}
.menu9_super_container{
    position:relative;	
}
.menu9_parent_wrap {
    float: left;
    position: relative;
    width: 100%;
    z-index:1800;
}
.menu9_parent_tree {
    float: left;
    width: 100%;
}
.menu9_parent_wrap ul {
    font-family: Arial, Helvetica;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.menu9_parent_item {
    cursor: pointer;
    float: left;
    padding: 10px 34px 10px 17px;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    -ms-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
    border-right: 1px solid #5d88b1;
}
.menu9_child_tree {
    background: none repeat scroll 0 0 #ffffff;
    -webkit-border-radius:5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    -ms-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
    display: none;
    left: 0;
    position: absolute;
    top: 36px;
    width: 100%;
}
.menu9_parent_tree > li:last-child {
    border: none;
}
/*.menu9_child_tree > li:last-child {
  border-bottom: none;
}*/
/*.before_superchild {
        -webkit-transition: all ease 0.1s;
        -moz-transition: all ease 0.1s;
        -ms-transition: all ease 0.1s;
        -o-transition: all ease 0.1s;
        transition: all ease 0.1s;
}*/
.menu9_child_subtitle {
    clear: both;
    color: #7f7f7f;
    float: left;
    font-size: 12px;
    padding-left: 48px;
    padding-right: 10px;
    line-height: 17px !important;
    text-align: left;
}
.menu9_child_title {
    clear: both;
    color: #575757;
    float: left;
    font-size: 18px;
    padding-left: 48px;
    position: relative;
}
.menu9_parent_item:hover .menu9_child_tree {
    display: block !important;
}
.menu9_parent_title {
    color: #ffffff;
    font-size: 14px;
    line-height: normal;
    position: relative;
    padding-left:20px;
}
.menu9_parent_item:hover {
    background-color: #FFF;
}
.menu9_parent_item:hover .menu9_parent_title {
    color: #2992D6;
}
.menu9_parent_item.has_no_child {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -ms-border-radius: 3px 0 0 3px;
    -o-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    border-right: 1px solid #5D88B1;
    padding: 5px 2px 4px;
    text-align: center;
    width: 45px;
}
.menu9_parent_item.has_no_child > a {
    float: left;
    width: 100%;
}
.menu9_parent_item.has_no_child:hover {
    background-color: #005a94;
}
.menu9_parent_title:after {
    background: url("../9_images/sprite_arrow.png") no-repeat scroll 0 -17px transparent;
    content: "";
    height: 6px;
    position: absolute;
    right: -17px;
    top: 6px;
    width: 9px;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    -ms-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
}
.menu9_parent_item:hover .menu9_parent_title:after {
    background-position: 0 0px !important;
}
.menu9_child_item {
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    float: left;
    min-height: 117px;
    position: relative;
    width: 319px;
}
.menu9_child_tree li:nth-child(3),.menu9_child_tree li:nth-child(6),.menu9_child_tree li:nth-child(9),.menu9_child_tree li:nth-child(12) {
    border-right: none !important;
}
.menu9_child_item > a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding: 30px 10px;
    width: 100%;
    position: relative;
    text-decoration:none;
}
.menu9_child_item > a:hover .menu9_child_title {
    color: #2992D6;
    text-decoration:none;
}
.menu9_superchild_tree {
    display: none;
    float: left;
    position: absolute;
    top: 20px;
    width: 100%;
}
.menu9_child_item:hover .before_superchild {
    padding: 2px 10px;
    background-color: #3B6BC5;
}
.menu9_child_item:hover .before_superchild .menu9_child_subtitle,
.menu9_child_item:hover .before_superchild .icon_sprite,
.menu9_child_item:hover .before_superchild .new_release {
    display: none;
}
.menu9_child_item:hover .before_superchild .menu9_child_title {
    color: #fff;
    font-size: 13px;
    padding-left: 0;
    margin-top: ;
}
.menu9_child_item:hover .menu9_superchild_tree {
    display: block;
}
.menu9_superchild_tree li {
    float: left;
    line-height: 1;
    margin: 4px 0;
    padding: 0 0 0 5%;
    width: 45%;
}
.menu9_superchild_tree a {
    color: #484848;
    font-size: 13px;
    margin-left: 10px;
    padding-left: 9px;
    line-height: normal;
    text-decoration: none;
    background: url(../9_images/arrow_blue_right.gif) no-repeat scroll left center transparent;
}
.menu9_superchild_tree a:hover {
    color: #2992D6;
    text-decoration:none;
}
.icon_sprite {
    background-attachment: scroll;
    background-color: transparent;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 0;
}
.icon_who_we_are {
    background-image: url(../9_images/nav_sprite_1.gif);
    background-position:0 0;
}
.icon_the_team {
    background-image: url(../9_images/nav_sprite_1.gif);
    background-position:-40px 0;
}
.icon_our_vision {
    background-image: url(../9_images/nav_sprite_1.gif);
    background-position:-80px 0;
}
.icon_why_us {
    background-image: url(../9_images/nav_sprite_1.gif);
    background-position:-120px 0;
}
.icon_technology {
    background-image: url(../9_images/nav_sprite_1.gif);
    background-position:0 -40px;
}
.icon_our_brands {
    background-image: url(../9_images/nav_sprite_1.gif);
    background-position:-40px -40px;
}
.icon_our_clients {
    background-image: url(../9_images/nav_sprite_1.gif);
    background-position:-80px -40px;
}
.icon_csr {
    background-image: url(../9_images/nav_sprite_1.gif);
    background-position:-120px -40px;
}
.icon_bulk_sms {
    background-image: url(../9_images/nav_sprite_2.gif);
    background-position:0 0;
}
.icon_bulk_voice_calls {
    background-image: url(../9_images/nav_sprite_2.gif);
    background-position:-40px 0;
}

.icon_bulk_email {
    background-image: url(../9_images/nav_sprite_2.gif);
    background-position: -120px -79px;
}


.icon_click_to_call {
    background-image: url(../9_images/nav_sprite_2.gif);
    background-position:-80px 0;
}
.icon_ivr_solutions {
    background-image: url(../9_images/nav_sprite_2.gif);
    background-position:-120px 0;
}
.icon_two_way_messaging {
    background-image: url(../9_images/nav_sprite_2.gif);
    background-position:0 -40px;
}
.icon_sim_hosting {
    background-image: url(../9_images/nav_sprite_2.gif);
    background-position:-120px -40px;
}
.icon_missed_call {
    background-image: url(../9_images/nav_sprite_2.gif);
    background-position:-80px -40px;
}
.icon_call_conferencing {
    background-image: url(../9_images/nav_sprite_1.gif);
    background-position:-40px 0;
}
.icon_election_special_products {
    background-image: url(../9_images/nav_sprite_2.gif);
    background-position:-40px -40px;
}
.icon_smpp_server {
    background-image: url(../9_images/nav_sprite_2.gif);
    background-position: 0px -79px;
}
.icon_predictive_dialers {
    background-image: url(../9_images/nav_sprite_2.gif);
    background-position: -40px -79px;
}
.icon_chlr_lookup {
    background-image: url(../9_images/nav_sprite_2.gif);
    background-position: -80px -79px;
}
.icon_flight_booking {
    background-image: url(../9_images/nav_sprite_3.gif);
    background-position:0 0;
}
.icon_hotel_booking {
    background-image: url(../9_images/nav_sprite_3.gif);
    background-position:-40px 0;
}
.icon_bus_booking {
    background-image: url(../9_images/nav_sprite_3.gif);
    background-position:-80px 0;
}
.icon_holidays {
    background-image: url(../9_images/nav_sprite_3.gif);
    background-position:-120px 0;
}

.icon_railway_booking {
    background-image: url(../9_images/nav_sprite_3.gif);
    background-position:0 -40px;;
}

.icon_mobile_dth {
    background-image: url(../9_images/nav_sprite_4.gif);
    background-position:0 0;
}
.icon_bill_payments {
    background-image: url(../9_images/nav_sprite_4.gif);
    background-position:-40px 0;
}
.icon_payment_gateway {
    background-image: url(../9_images/nav_sprite_4.gif);
    background-position:-80px 0;
}
.icon_payment_solutions {
    background-image: url(../9_images/nav_sprite_4.gif);
    background-position:0 -40px;;
}
.icon_domestic_money {
    background-image: url(../9_images/nav_sprite_4.gif);
    background-position:-120px 0;
}
.icon_business_opportunity {
    background-image: url(../9_images/nav_sprite_5.gif);
    background-position:0 0;
}
.icon_platform_features {
    background-image: url(../9_images/nav_sprite_5.gif);
    background-position:-40px 0;
}
.icon_products_resell {
    background-image: url(../9_images/nav_sprite_5.gif);
    background-position:-80px 0;
}
.icon_market_study {
    background-image: url(../9_images/nav_sprite_5.gif);
    background-position:-120px 0;
}
.icon_current_openings {
    background-image: url(../9_images/nav_sprite_6.gif);
    background-position:0 0;
}
.icon_work_culture {
    background-image: url(../9_images/nav_sprite_6.gif);
    background-position:-40px 0;
}
.icon_life_at_ats {
    background-image: url(../9_images/nav_sprite_6.gif);
    background-position:-80px 0;
}
.icon_office_locations {
    background-image: url(../9_images/nav_sprite_7.gif);
    background-position:0 0;
}
.icon_sales_team {
    background-image: url(../9_images/nav_sprite_6.gif);
    background-position:-40px 0;
}
.icon_support_team {
    background-image: url(../9_images/nav_sprite_1.gif);
    background-position:-40px 0;
}
.icon_social_contacts {
    background-image: url(../9_images/nav_sprite_7.gif);
    background-position:-40px 0;
}
.icon_our_blog {
    background-image: url(../9_images/nav_sprite_7.gif);
    background-position:-80px 0;
}
.empty_cell_content {
    color: #2992d6;
    float: left;
    font-family: Helvetica;
    font-size: 18px;
    font-style: italic;
    padding: 46px 0 5px 0;
    width: 100%;
}
.empty_cell_x1, .empty_cell_x2 {
    float: right;
    text-align: center;
    cursor: context-menu;
}
.empty_cell_x1 {
    width: 319px;
}
.empty_cell_x2 {
    width: 638px;
}
.empty_cell_x3 {
    width: 957px;
}
.new_release {
    display: inline-block;
    margin: 3px 0 0 3px;
    position:absolute;
}
.new_wrapper {
    margin: 0px auto;
    position: relative;
    width: 960px;
    clear: both;
    padding: 30px 0 !important;
}
.menu9_parent_wrap * {
    line-height: normal;
}
.fix.innerpage_fixes {
    padding-bottom: 0px !important;
}
.menu9_child_item:hover {
    background-color: #f6f6f6;
}
.menu9_coming_soon {
    float: left;
    width: 100% !important;
    padding: 38px 0 0 0 !important;
    margin: 0 !important;
    text-align: center;
    font-size: 19px;
    color: #FF850D;
}
.icon_menu9{
    background-image:url(../9_images/nav_sprite_0.png);
    background-repeat:no-repeat;
    background-attachment:scroll;
    background-color:transparent;
    width:16px;
    height:16px;
    position:absolute;
    left:0;
    top:0;
}
.icon_about_us{
    background-position: -2px -2px;
}
.menu9_parent_item:hover .icon_about_us{
    background-position: -42px -2px;
}
.icon_telecom{
    background-position: -19px -2px;
}
.menu9_parent_item:hover .icon_telecom{
    background-position: -59px -2px;
}
.icon_travel{
    background-position: -2px -20px;
}
.menu9_parent_item:hover .icon_travel{
    background-position: -41px -20px;
}
.icon_payments{
    background-position: -19px -20px;
}
.menu9_parent_item:hover .icon_payments{
    background-position: -59px -20px;
}
.icon_resellers{
    background-position: -1px -39px;
}
.menu9_parent_item:hover .icon_resellers{
    background-position: -40px -39px;
}
.icon_careers{
    background-position: -19px -39px;
}
.menu9_parent_item:hover .icon_careers{
    background-position: -57px -39px;
}
.icon_contact_us{
    background-position: -1px -59px;
}
.menu9_parent_item:hover .icon_contact_us{
    background-position: -39px -59px;
}
/* Contact us page */
.contact-us-page {
    background-color: #ffffff;
    border-color: #e4e4e4 #cccccc #bbbbbb;
    border-style: solid;
    border-width: 1px;
    float: left !important;
    width: 960px !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    overflow:hidden;
}
.contact-us-content {
    float: left;
    width: 100%;
}
.contact-us-tabhead {
    float: left;
    width: 100%;
    position: relative;
    list-style: none;
}
.contact-us-tabhead li {
    border-color: #fafafa #ccc #ccc #ccc;
    border-style: solid;
    border-width: 0px 1px 1px 0;
    float: left;
    text-align: center;
    width: 239px;
    padding: 13px 0;
    cursor:pointer;
    background-color:#fafafa;
    -webkit-transition:border-color ease 0.3s;
    -moz-transition:border-color ease 0.3s;
    -ms-transition:border-color ease 0.3s;
    -o-transition:border-color ease 0.3s;
    transition:border-color ease 0.3s;
}
.contact-us-tabhead li.ui-state-active,.contact-us-tabhead li.ui-state-active:hover {
    border-color: #4c7ed5 #ccc #fff #ccc;
    border-width: 3px 1px 1px 0;
    padding: 10px 0 13px 0;
}
.contact-us-tabhead li:hover {
    background-color:#f1f1f1;
}
.contact-us-tabhead li.ui-state-active{
    background-color:#fff;
}
.contact-us-tabhead li:last-child {
    border-right-width: 0;
}
.contact-tab-title {
    display: inline-block;
    font-size: 15px;
    color: #333;
    font-weight: bold;
    line-height: 15px;
    padding: 9px 5px 8px 35px;
    position: relative;
}
[class^="icon-cont-"]{
    background-image:url(../images/contact_us.png);
    background-color:transparent;
    background-repeat:no-repeat;
    background-attachment:scroll;
}
.contact-tab-title i {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 0;
}
.icon-cont-location {
    background-position: -60px 0;
}
.icon-cont-sales {
    background-position: -30px 0;
}
.icon-cont-support {
    background-position: 0px -30px;
}
.icon-cont-other{
    background-position: -90px 0;
}
.contact-us-tab-body {
    float: left;
    width: 100%;
    padding: 18px;
}
.contact-us-tab-content {
    float: left;
    width: 100%;
}
.contact-location-title {
    color: #1c62d1;
    float: left;
    width: 100%;
    text-align: center;
    font-family: Georgia, sans-serif;
    font-style: italic;
    font-size: 20px;
    line-height:22px;
}
.contact-location-row {
    float: left;
    width: 100%;
    margin-top:15px;
}
.contact-location-columns {
    float: left;
    width: 306px;
    padding-top: 10px;
}
.contact-location-single {
    float: left;
    width: 100%;
    padding: 20px 0;
}
.contact-location-single strong,.contact-location-single p,.contact-us-tab-body,
.contact-callback-form span,.contact-callback-form span input,.contact-sales-num-columns,
.pop-landmark-container *,.contact-alt-options strong,.contact-callback-title{
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;	
}
.contact-location-single strong {
    float: left;
    width: 100%;
    padding: 0 15px 5px 15px;
    color: #222;
    font-size: 14px;
    line-height: 14px;
    position:relative;
}
.contact-location-single p {
    color: #222222;
    float: left;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    padding: 0 15px;
    width: 100%;
    text-align: left;
}
.icon-cont-rarr {
    background-position: -30px -46px;
    float: left;
    height: 13px;
    width: 15px;
    position: absolute;
    left: 0;
    top: 0;
}
.contact-location-phone {
    clear: both;
    color: #222;
    float: left;
    margin:2px 0;
    font-size: 14px;
    line-height: 18px;
    padding-left:13px;
}
.contact-location-phone .icon-cont-phone {
    margin-top: 2px;
}
.contact-location-phone:hover{
    color:#0088cc;
    text-decoration:none;
}
.contact-location-map .icon-cont-map {
    margin-top: 2px;
}
.contact-location-map {
    clear: both;
    float: left;
    font-size: 14px;
    line-height: 18px;
    margin-left: 13px;
    position: relative;
    padding:2px 0;
    text-decoration:none;
}
.icon-cont-phone {
    float: left;
    height: 15px;
    width: 15px;
    background-position: -45px -30px;
}
.icon-cont-map {
    background-position: -31px -29px;
    float: left;
    height: 15px;
    left: 0;
    width: 15px;
}
.contact-office-timing {
    float: left;
    padding: 10px 0 0;
    text-align: center;
    width: 100%;
    margin: 20px 0 0;
}
.contact-office-timing strong {
    float: left;
    width: 100%;
    font-size: 13px;
    line-height: 16px;
    color: #666;
}
.contact-office-timing p {
    float: left;
    font-size: 14px;
    line-height: 18px;
    margin: 0;
    width: 100%;
}
.contact-callback-title {
    float: left;
    font-size: 20px;
    line-height: 25px;
    padding-left: 30px;
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}
.contact-callback-row {
    float: left;
    width: 100%;
    margin: 15px 0;
    position:relative;
}
.icon-cont-callback {
    position: absolute;
    left: 0 ;
    top: 0;
    width: 25px;
    height: 25px;
    background-position: -2px -2px;
}
.contact-callback-columns {
    float: left;
}
.contact-col-sep {
    float: left;
    position: absolute;
    text-align: center;
    width: 20px;
    left: 320px;
    top: 60px;
}
.col-req-callback{width: 300px;position:relative;}
.contact-callback-columns.col-req-callback-alt {
    width: 540px;
    float: right;
}
.contact-callback-form {
    float: left;
    width: 100%;
}
.contact-callback-form label {
    float: left;
    width: 100%;
    color: #333;
    font-size: 13px;
    line-height: 16px;
    padding: 5px 0px;
}
.contact-callback-form span {
    float: left;
    width: 100%;
    padding: 0 15px;
    margin-bottom:5px;
}
.contact-callback-form span input {
    float: left;
    width: 100%;
    border: 1px solid #ccc;
    font-size: 14px;
    line-height: 16px;
    padding: 10px 15px;
    border-radius: 4px;
}
.contact-callback-validation {
    float: left;
    width: 100%;
    font-size: 11px;
    color: red;
    line-height: 14px;
}
.contact-callback-form span.contact-request-button {
    text-align: center;
    margin-bottom: 0;
}
.contact-callback-form .contact-request-button input {
    background-color: #ffa127;
    color: #FFF;
    float: none;
    width: 200px ;
    border: none ;
    font-size: 18px;
    line-height: 19px;
    cursor: pointer;
    -webkit-appearance:none;
    outline:none;
}
.contact-callback-form .contact-request-button input:hover {
    background-color: #444;
}
.contact-callback-form .contact-request-button {
    float: left;
    padding: 0 15px;
    width: 100%;
    margin-top: 15px;
}
.contact-alt-options strong {
    color: #444444;
    float: left;
    font-size: 20px;
    line-height: 25px;
    padding: 5px 20px;
    text-align: center;
    width: 100%;
}
.contact-alt-options {
    float: left;
    width: 100%;
    padding: 55px 0 0;
}
.contact-col-sep i {
    display: inline-block;
    height: 80px;
    width: 1px;
    vertical-align: middle;
}
.contact-col-sep font {
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    width: 100%;
}
.contact-col-sep .cct-altc-1{
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(172,172,172,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(172,172,172,1)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(172,172,172,1) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(172,172,172,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(172,172,172,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(172,172,172,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#acacac',GradientType=0 );	
}
.contact-col-sep .cct-altc-2{
    background: -moz-linear-gradient(top, rgba(172,172,172,1) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(172,172,172,1)), color-stop(100%,rgba(0,0,0,0)));
    background: -webkit-linear-gradient(top, rgba(172,172,172,1) 0%,rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(top, rgba(172,172,172,1) 0%,rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient(top, rgba(172,172,172,1) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(172,172,172,1) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#acacac', endColorstr='#00000000',GradientType=0 );
}
.contact-sale-row {
    float: left;
    margin: 15px 0 25px 0;
    position: relative;
    width: 100%;
}
.contact-sales-columns.col-sales-right {
    width: 350px;
    float: right;
    text-align: center;
}
.contact-sales-columns.col-sales-left {
    float: left;
    width: 520px;
    margin-top: 25px;
}
.contact-sales-numbers {
    float: left;
    width: 100%;
}
.contact-sales-num-columns {
    float: left;
    padding: 0 10px;
    width: 170px;
}
.contact-sales-num-columns a {
    clear: both;
    float: left;
    color: #333;
    margin: 3px 0;
}
.contact-sales-num-columns strong {
    float: left;
    font-size: 13px;
    line-height: 15px;
    position: relative;
    width: 100%;
    padding-bottom: 3px;
}
.contact-sales-columns .contact-alt-options strong {
    font-size: 16px;
    line-height: 20px;
}
.contact-sale-row .contact-col-sep {
    left: 540px;
    top: 0;
}
.contact-sale-row .contact-alt-options {
    padding-top: 35px;
}
.contact-tab-2 .contact-location-title,.contact-tab-3 .contact-location-title {
    line-height: 26px;
}
.contact-support-row {
    float: left;
    margin: 20px 0 25px 0;
    position: relative;
    width: 100%;
}
.contact-support-columns.col-support-left {
    float: left;
    width: 490px;
    padding-left: 10px;
}
.contact-support-row .contact-col-sep {
    top: 0;
    left: 510px;
}
.contact-support-columns.col-support-right {
    float: right;
    width: 380px;
    text-align: center;
}
.contact-support-columns.col-support-left > strong {
    color: #222222;
    float: left;
    font-size: 14px;
    line-height: 15px;
    width: 100%;
    margin: 5px 0;
}
.contact-support-row-single {
    float: left;
    margin: 5px 0;
    width: 100%;
}
.contact-support-row-single strong,.contact-support-colmn strong {
    float: left;
    width: 100%;
    color: #106eea;
    font-size: 13px;
    line-height: 15px;
    text-align:left;
}
.contact-support-row-single p {
    float: left;
    width: 100%;
    margin: 3px 0;
    color: #333;
}
.contact-support-row-single strong {
    margin-bottom: 1px;
}
.contact-support-colmn > strong {
    margin-bottom: 4px;
}
.contact-support-columns .contact-alt-options strong {
    font-size: 14px;
    line-height: 18px;
}
.contact-support-columns .contact-alt-options {
    padding-top: 15px;
}
.contact-support-columns .contact-office-timing {
    padding: 0;
    margin-top: 10px;
}
.contact-support-colmn {
    float: left;
    padding: 0 5px;
    width: 295px;
}
.contact-support-colmn p {
    float: left;
    width: 100%;
    color: #222;
    margin: 2px 0;
    font-size: 13px;
    line-height: 16px;
}
.to-download-support-matrix {
    float: left;
    background-color: #444;
    color: #FFF;
    font-size: 13px;
    line-height: 13px;
    padding: 5px 8px;
    margin-top: 5px;
    cursor: pointer;
}
.contact-callback-form .contact-request-button input,.to-download-support-matrix {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
}
.to-download-support-matrix:hover {
    background-color: #222;
}
.contact-tab-other {
    text-align: left;
}
.contact-tab-other .contact-support-colmn p strong {
    color: #333333;
    /*  margin-top: 10px; */
}
.pop-landmark-container .pop-form-title > h3 {
    font-size: 18px;
    line-height: 22px;
}
.contact-landmark-wrap {
    float: left;
    width: 100%;
    padding: 15px;
    text-align:center;
}
.pop-contact-data-wrapped {
    float: left;
    text-align: left;
    width: 100%;
    margin-top: 10px;
}
.contact-landmark-wrap {
    float: left;
    padding: 15px;
    text-align: center;
    width: 100%;
    height: 375px;
    /*overflow: hidden;
      overflow-y: auto;*/
}
.contact-landmark-tabbed {
    display: inline-block;
    list-style:none;
}
.contact-landmark-tabbed li {
    float: left;
    width: 140px;
    background: #fbfbfb;
    background: -moz-linear-gradient(top, #fbfbfb 0%, #ededed 50%, #ededed 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfb), color-stop(50%,#ededed), color-stop(100%,#ededed));
    background: -webkit-linear-gradient(top, #fbfbfb 0%,#ededed 50%,#ededed 100%);
    background: -o-linear-gradient(top, #fbfbfb 0%,#ededed 50%,#ededed 100%);
    background: -ms-linear-gradient(top, #fbfbfb 0%,#ededed 50%,#ededed 100%);
    background: linear-gradient(to bottom, #fbfbfb 0%,#ededed 50%,#ededed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#ededed',GradientType=0 );
    border:1px solid #CCC;
}
.contact-landmark-tabbed li:first-child {
    border-right:medium none;
}
.contact-landmark-tabbed li.active {
    background: #ededed;
    background: -moz-linear-gradient(top,  #ededed 0%, #ededed 50%, #fbfbfb 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(50%,#ededed), color-stop(100%,#fbfbfb));
    background: -webkit-linear-gradient(top,  #ededed 0%,#ededed 50%,#fbfbfb 100%);
    background: -o-linear-gradient(top,  #ededed 0%,#ededed 50%,#fbfbfb 100%);
    background: -ms-linear-gradient(top,  #ededed 0%,#ededed 50%,#fbfbfb 100%);
    background: linear-gradient(to bottom,  #ededed 0%,#ededed 50%,#fbfbfb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#fbfbfb',GradientType=0 );
}
.contact-landmark-tabbed li a {
    float: left;
    width: 100%;
    color: #323232;
    text-decoration: none !important;
    padding: 8px 5px;
    font-size: 13px;
    line-height: 14px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.contact-landmark-tabbed li a:hover {
    color:#0088cc;	
}
.pop-contact-data-inside {
    float: left;
    width: 100%;
}
.pop-contact-data-inside p {
    float: left;
    width: 100%;
    margin: 5px 0;
}
.pop-contact-data-inside p font {
    width: 160px;
    float: left;
}
.pop-contact-data-inside p font i {
    float: right;
    font-style: normal;
    padding-right: 10px;
}
.pop-contact-data-inside p span {
    float: left;
    width: 300px;
}
.pop-contact-data-inside.pop-tab-routes {
    text-align: center;
}
.to-start-navigation {
    float: left;
    padding: 5px 0;
    width: 100%;
    margin-top: 8px;
}
.to-start-navigation a {
    display: inline-block;
    font-size: 13px;
    line-height: 20px;
    vertical-align: middle;
    color:#1170DB;
}
.icon-cont-navig {
    display: inline-block;
    height: 15px;
    width: 15px;
    background-position: -67px -31px;
    vertical-align: middle;
    margin-right: 5px;
}
.pop-contact-data-wrapped > h6 {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: maroon;
    padding: 50px 0 0;
}
.contact-success {
    background-color: #ffffff;
    height: 100%;
    position: absolute;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    padding: 20px;
    line-height: 24px;
    font-size: 13px;
    box-sizing: border-box;
}
/* BX SCROLL START */
.footer-widgets .bx-next,.footer-widgets .bx-prev {
    position: absolute;
    top: 50%;
    width: 32px;
    height: 32px;
    color: transparent;
    margin-top: -16px;
}
.bx-wrapper {
    position: relative;
    padding: 0;
    *zoom: 1;
}
.bx-wrapper img {
    max-width: 100%;
    display: block;
}
.bx-wrapper .bx-viewport {
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    border: 5px solid #fff;
    left: -5px;
    background: #fff;
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
}
.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(../images/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}
.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #000;
}
.bx-wrapper .bx-prev {
    left: -16px;
    background: url(../images/controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
    right: -16px;
    background: url(../images/controls.png) no-repeat -43px -32px;
}
.bx-wrapper .bx-prev:hover {
    background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
    background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}
.bx-wrapper .bx-controls-auto {
    text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(../images/controls.png) -86px -11px no-repeat;
    margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(../images/controls.png) -86px -44px no-repeat;
    margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}
.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666\9;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}
.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px;
}
/* BX SCROLL STOP */
.col-req-callback.callback-sales {
    width: 100%;
}
.sales-contact-group {
    float: left;
    width: 25%;
}
.sales-contact-group label {
    padding-left: 15px;
}
.sales-contact-group .contact-request-button {
    margin-top: 24px;
}
.callback-sales .contact-success_sales {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    text-align: center;
}