@import url(https://fonts.googleapis.com/css?family=Fjalla+One);
@import url(https://fonts.googleapis.com/css?family=Pathway+Gothic+One);
html,body 
{
  width:100%
}

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

@font-face 
{
  font-family: 'FontAwesome';
  src: url('fonts/font-awesome/fontawesome-webfont.eot?v=3.2.1');
  src: url('../font-awesome/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('fonts/font-awesome/fontawesome-webfont.woff?v=3.2.1') format('woff'), url('fonts/font-awesome/fontawesome-webfont.ttf?v=3.2.1') format('truetype'), url('fonts/font-awesome/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
  font-weight: normal;
  font-style: normal;
}

/**********Accordian**********/
/* Icon font for arrow icons */
@font-face 
{
	font-family: 'icomoon';
	src:url('../fonts/icomoon_arrows/icomoon.eot');
	src:url('../fonts/icomoon_arrows/icomoon.eot?#iefix') format('embedded-opentype'),
		url('../fonts/icomoon_arrows/icomoon.woff') format('woff'),
		url('../fonts/icomoon_arrows/icomoon.ttf') format('truetype'),
		url('../fonts/icomoon_arrows/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
 
/*PORTFOLIO*/
/** page structure **/
.events li a img
{
	border: 0 none;
    max-width: 100%;
}

#wrapper 
{
  display: block;
  max-width: 1100px;
  margin: 0 auto;
}

.portfolio 
{
  display: block;
}

.portfolio li 
{
  display: block;
  float: left;
  width: 30%;
  max-width: 400px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.portfolio li a 
{
  display: block;
  padding: 8px;
  background: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 1px 2px 2px rgba(0,0,0,0.25);
  -moz-box-shadow: 1px 2px 2px rgba(0,0,0,0.25);
  box-shadow: 1px 2px 2px rgba(0,0,0,0.25);
}

.mfp-title 
{
  font-size: 1.2em;
  color: #ddd !important;
  font-weight: 700;
}

/*-----------------------------------------------------------------------------------*/
/*	Expand search button
/*-----------------------------------------------------------------------------------*/
input 
{
	outline: none;
}

input[type=search] 
{
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 100%;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button 
{
	display: none; 
}

input[type=search] 
{
	background: url(../images/search-icon.png) no-repeat 3px center;
	border: medium none;
	padding:0 2px 2px 19px;
	border-radius: 5px;
	width: 55px;
	
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

input[type=search]:focus 
{
	width: 130px;
	background-color: #fff;
	border-color: #66CC75;
	
	-webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
	-moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
	box-shadow: 0 0 5px rgba(109,207,246,.5);
}

input.top-search::-webkit-input-placeholder 
{
   color: #333 !important;
   opacity: 1 !important;
}

input.top-search:focus::-webkit-input-placeholder 
{
   color: #00aeef !important;
   opacity: 1 !important;
}

input.top-search:-moz-placeholder 
{ /* Firefox 18- */
   color: #333;  
   opacity: 1 !important;
}

input.top-search::-moz-placeholder 
{  /* Firefox 19+ */
   color: #333; 
   opacity: 1 !important; 
}

input.top-search:-ms-input-placeholder 
{  
   color: #333;  
   opacity: 1 !important;
}

/* Demo 2 */
#demo-2 input[type=search] 
{
	width: 70px;
	color: transparent;
	padding-left: 23px;
	cursor: pointer;
	letter-spacing: 0.5px;
}

#demo-2 input[type=search]:focus 
{
	width: 270px;
	padding-left: 32px;
	color: #000;
	background-color: #ccc;
	cursor: auto;
}

#demo-2 input:-moz-placeholder 
{
	color: transparent;
}

#demo-2 input::-webkit-input-placeholder 
{
	color: transparent;
}

/*-----------------------------------------------------------------------------------*/
/*	Top online
/*-----------------------------------------------------------------------------------*/
.top-social
{
	background-color: rgba(228, 228, 228, 0.9);
    border-bottom: 4px solid #0a5f87;
    border-radius: 15px;
    color: #e7e7e7;
    padding: 10px 15px;
    position: absolute;
    right: 8em;
}

.top-social a
{
	display: inline-block;
}

#hidden-social 
{
    display:none;
    color: orange;
 }

#social-frame:hover > #hidden-social 
{
    display:block;
}

/*-----------------------------------------------------------------------------------*/
/*	Typography
/*-----------------------------------------------------------------------------------*/
body
{
	font-family: 'helveticaneuelt_std_lt_cnRg' !important;
	font-size:16px !important;
	letter-spacing: 0.5px;
	color:#000 !important;
	overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6
{
	font-family: 'helveticaneuelt_std_lt_cnRg' !important;
    margin-top: 10px;
	font-weight:bold !important;
}

h2
{
	font-size:28px !important;
}

a
{
	text-decoration:none !important;
}

p
{
	font-size:16px;
}

h1, h2, h3, h4, h5, h6, p, a, div, span, strong
{
	/*font-family: 'Calibri, serif' !important;*/
	font-family: 'helveticaneuelt_std_lt_cnRg' !important;
}

/*-----------------------------------------------------------------------------------*/
/*	Common Styles
/*-----------------------------------------------------------------------------------*/
.dp-chat-trigger
{
	border: none;
    background: none;
}

.quotes p
{
	color: #00AEEF;
    line-height: 30px;
    margin-bottom: 35px;
    margin-top: 30px;
    text-align: center;
}

.quote-large
{font-size: 30px;}
	
.body-head
{
	color:#000;
	text-shadow: 0px 1px 1px #4d4d4d;
	margin:0;
}

.body-head-sub
{
	color: #015d9a;
    font-size: 22px !important;
    line-height: 30px;
    margin: 0;
    text-shadow: 0 1px 1px #4d4d4d;
}

.sub-head
{
	color:#015d9a;
	font-size:19px;
	margin-top:30px;
}

button
{
	border-radius: 0 !important;
}

.color
{
	color: #00AEEF;
}

.common-link.content-link
{
	color:#00AEEF;
}

.common-link.content-link:hover
{
	color:#fff !important;
}

.list li
{
	list-style-image:url(../images/bullet.png);
	margin-bottom:10px;
}

.mobile-home 
{
    color: #fff;
	margin-left:15px;
    font-size: 20px;
    line-height: 42px;
}

.loader 
{
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #fff url(../images/site-loader.GIF)  no-repeat center center;
	z-index: 10015;
}

.white
{
	color:#fff !important;
}

.sub-color
{ color:#015d9a; font-weight:bold;}

.banner
{
	background:#BDBEBE;
	padding:10px;
}

.black-banner
{
	background:#000;
}

.blue-banner
{
	background:#00aeef;
	padding:10px;
}

.cutomquote
{
	width: 525px !important;
}

.form-controls
{
	background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
}

 .total
{margin-left: 30px;}
  
/* HR */
hr.style 
{
	margin-top: 0;
    border: 0;
    border-bottom: 1px dashed #ccc;
    background: #999;
}

/***************TABLE**************/
.table-wrapper .row
{
	margin:0 !important
}

.table-wrapper .table-head
{
	background: none repeat scroll 0 0 #00aeef;
}

.table-wrapper .table-head .table-heading
{
	border-right: 1px solid #06a1de;
    color: #fff;
    font-weight: bold;
    padding: 10px;
    text-align: center;
}

.table-wrapper .table-content .table-content-row
{
	background: none repeat scroll 0 0 #f5f5f5;
	border-right: 1px solid #ddd;
    padding: 8px 10px;
    text-align: center;
	display:table-cell !important;
	vertical-align:middle;
	float: none !important;
}

.table-wrapper .table-content .table-content-row.input-row
{
	padding: 8px 10px;
}

.table-content-first .table-content-row
{
	vertical-align: middle;
}

.table-wrapper .table-content
{
	border-bottom: 1px solid #ddd;
	display:table !important;
	width:100% !important;
}

.table-content-row.border-left-row
{
	border-left: 1px solid #ddd;
}

.table-wrapper .table-content.table-content-first
{
	border-top: 1px solid #ddd;
}

.container-xs-height 
{
    display:table;
    padding-left:0px;
    padding-right:0px;
}

.row-xs-height 
{
    display:table-row;
}

.col-xs-height 
{
    display:table-cell;
    float:none !important;
}

.thumbnail
{
	border: medium none !important;
}

.dummy-height
{
	margin-top:135px;
}

/*-----------------------------------------------------------------------------------*/
/*	Common Button
/*-----------------------------------------------------------------------------------*/
button.button
{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 4px solid #F5F5F5;
	color: #fff;
    height: auto;
    padding: 0;
}

.button i
{
	background: none repeat scroll 0 0 #108cca;
    border: 1px solid #2377a5;
    display: inline-block;
	vertical-align: top;
    padding: 4px 10px;
}

.button span
{
	-webkit-border-bottom-colors: none;
	-o-border-bottom-colors: none;
	-moz-border-bottom-colors: none;
	
    -webkit-border-left-colors: none;
	-o-border-left-colors: none;
	-moz-border-left-colors: none;
	
    -webkit-border-right-colors: none;
	-o-border-right-colors: none;
	-moz-border-right-colors: none;
	
    -webkit-border-top-colors: none;
	-o-border-top-colors: none;
	-moz-border-top-colors: none;
	
    background: none repeat scroll 0 0 #2ea8e4;
	border-color: #2377a5;
    border-image: none;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px 0;
    display: inline-block;
    font-weight: bold;
    padding: 4px 20px;
	vertical-align: top;
}

.button:hover
{
	border: 4px solid #d3d6d8;
}

/*Contact Us Button*/
.contactus-btn
{
	background: none repeat scroll 0 0 #00aeef;
    border: 4px solid #F5F5F5;
    color: #fff;
	display: inline-block;
    padding: 5px 15px;
}

.contactus-btn-center
{
	background: none repeat scroll 0 0 #00aeef;
    border: 4px solid #f5f5f5;
    color: #fff;
    font-size: 23px;
    padding: 10px 40px;
    text-align: center;
}

.contactus-btn:hover
{border: 4px solid #dadcdd;}

.contactus-btn-center:hover
{border: 4px solid #dadcdd;}

.inline-contact
{
	border: 2px solid #00aeef;
    color: #000;
    padding: 0 5px;
}

.inline-contact i
{
	color:#00aeef;
}

.inline-contact:hover
{
	background:#00aeef;
	color:#fff !important;
}

.inline-contact:hover > i
{
	color:#fff !important;
}

/*-----------------------------------------------------------------------------------*/
/*	Common Link
/*-----------------------------------------------------------------------------------*/
.link-flip 
{
	position: relative;
	z-index: 1; 
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.link-flip .common-link 
{
	position: relative;
	display: inline-block;
	outline: none;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}

.link-flip .common-link::before,
.link-flip .common-link::after 
{
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

.link-flip a 
{
	font-weight: 500;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
	-webkit-perspective: 600px;
	perspective: 600px;
	-webkit-perspective-origin: 50% 100%;
	perspective-origin: 50% 100%;
}

.link-flip a:hover,
.link-flip a:focus 
{
	color: #fff !important;
}

.link-flip a::before,
.link-flip a::after 
{
	position: absolute;
	top: 0;
	left: -4px;
	z-index: -1;
	box-sizing: content-box;
	padding: 0 4px;
	width: 100%;
	height: 100%;
	content: '';
}

.link-flip a::before 
{
	background-color: #00aeff;
	-webkit-transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	-webkit-transform: rotateX(90deg);
	transform: rotateX(90deg);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
}

.link-flip a:hover::before,
.link-flip a:focus::before 
{
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

/*-----------------------------------------------------------------------------------*/
/*	Common Accordion
/*-----------------------------------------------------------------------------------*/
/* Accordion style */
.cbp-ntaccordion 
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.cbp-ntsubaccordion 
{
	list-style: none;
}

.cbp-ntaccordion .cbp-nttrigger 
{
	cursor: pointer;
}
 
.cbp-ntaccordion h3 
{
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    margin: 0 0 10px;
}

.cbp-ntaccordion h4 
{
	color: #333333;
    font-size: 20px;
    margin: 0 0 0 25px;
    padding: 0.5em 0;
    text-transform: inherit;
}

.cbp-ntaccordion h5 
{
	font-size: 1.2em;
	color: #aaa;
	padding: 0.5em 0 0.5em;
	margin: 0 0 0.5em;
}

.cbp-ntaccordion .cbp-ntcontent p 
{
	color: #333333;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    margin: 0 0 0 24px;
    padding: 0.2em 0 0.5em;
}

/* Arrow icons */
.cbp-ntaccordion > li > .cbp-nttrigger:before,
.cbp-ntsubaccordion > li > .cbp-nttrigger:before 
{
	font-family: 'icomoon';
	/*speak: none;*/
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	color: #333;
	margin-right: 0.5em;
	/*-webkit-font-smoothing: antialiased;*/
}

.cbp-ntaccordion > li > .cbp-nttrigger:before 
{
	font-size: 75%;
}

.cbp-ntaccordion > li > .cbp-nttrigger:before 
{
	content: "\36";
}

.cbp-ntaccordion > li > .cbp-nttrigger:hover:before 
{
	content: "\35";
	color: inherit;
}

.cbp-ntaccordion > li.cbp-ntopen > .cbp-nttrigger:before,
.no-js .cbp-ntaccordion > li > .cbp-nttrigger:before 
{
	content: "\34";
	color: inherit;
}

.cbp-ntsubaccordion > li > .cbp-nttrigger:before 
{
	content: "\32";
}

.cbp-ntsubaccordion > li > .cbp-nttrigger:hover:before 
{
	content: "\33";
	color: inherit;
}

.cbp-ntsubaccordion > li.cbp-ntopen > .cbp-nttrigger:before,
.no-js .cbp-ntsubaccordion > li > .cbp-nttrigger:before 
{
	content: "\31";
	color: inherit;
}

/* Initial height is zero */
.cbp-ntaccordion .cbp-ntcontent 
{
	height: 0;
	overflow: hidden;
}

/* When open, set height to auto */
.cbp-ntaccordion .cbp-ntopen > .cbp-ntcontent,
.cbp-ntsubaccordion .cbp-ntopen > .cbp-ntcontent,
.no-js .cbp-ntaccordion .cbp-ntcontent 
{
	height: auto;
}

/*Custom Styling starts here*/
.ss-side-popup
{
	color: #fff;
    position: fixed;
    right: 0;
    top: 65%;
    width: 38px;
    z-index: 99;
}

.eemail_textbox_button 
{
    	width:  auto!important;
}

.blog-tab 
{
    	margin-top:  22px;
}

.full-width-tabs > ul.nav.nav-tabs  
{
        display:  table;
        width:  100%;
        table-layout:  fixed;
}

.full-width-tabs > ul.nav.nav-tabs > li  
{
        float:  none;
        display:  table-cell;
}

.full-width-tabs > ul.nav.nav-tabs > li > a  
{
        text-align:  center;
}

.width-hundred 
{
         width: 100%;
}

 .blogs a 
{
     color:  #00aeef;
}

.widget_categories  
{
        background:  none repeat scroll 0 0 #f2f2f2;
         padding:  10px;
        text-align:  center;
}

.widget_categories h3  
{
        margin-top:  0;
    	text-align:  left;
}

.postform 
{
      display:  block;
      width:  100%;
      height:  34px;
      padding:  6px 12px;
      font-size:  14px;
      line-height:  1.428571429;
      color:  #555555;
      vertical-align:  middle;
      background-color:  #ffffff;
      border:  1px solid #cccccc;
      border-radius:  0;
      -webkit-box-shadow:  inset 0 1px 1px rgba(0,  0,  0,  0.075);
              box-shadow:  inset 0 1px 1px rgba(0,  0,  0,  0.075);
      -webkit-transition:  border-color ease-in-out 0.15s,  box-shadow ease-in-out 0.15s;
              transition:  border-color ease-in-out 0.15s,  box-shadow ease-in-out 0.15s;
}

.get-new-update .get-new-update-button button,  .get-new-update .get-new-update-button input[type="button"] 
{
    	background:  none repeat scroll 0 0 #40454b;
        border:  0 none;
        color:  #fff;
        padding:  5px 40px;
}

.blogs-tags a 
{
    	background:  none repeat scroll 0 0 #dbd9d9;
        border-radius:  4px;
        color:  #545252;
        display:  inline-block;
        font-size:  14px;
    	margin-right:  3px;
        padding:  3px 8px;
}

.search-input-group 
{
    width: 100% !important;
}

.search-input-group .input-group-btn
{
	float:left;
}

.ss-server-mgt-product
{
	padding:1px 0 1px 0;
	border: 1px solid #ddd;
}

.ss-server-equal-height
{
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	background: #F1F1F1;
	min-height: 44px !important;
}

.background-box
{
	background:none repeat scroll 0 0 #f1f1f1;
}

.price-order
{
	float: right;
}

span.price
{
	font-size: 17px;
	font-weight: normal;
	font-family: "helveticaneuelt_std_lt_cnRg" !important;
}

.price-order p
{
	display: inline-block;
	margin-right: 20px;
}

.remembermeblock 
{
    float: left;
    margin-right: 10px;
}

/*
button.button 
{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 4px solid #f5f5f5;
    border-radius: 3px !important;
    color: #fff;
    height: auto;
    padding: 0;
}

.button:hover
{
	border: 4px solid #d3d6d8;
}

.button i 
{
    background: none repeat scroll 0 0 #108cca;
    border: 1px solid #2377a5;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    display: inline-block;
    padding: 5px 10px 3px;
}

.button span 
{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #2ea8e4;
    border-bottom-right-radius: 3px;
    border-color: #2377a5;
    border-image: none;
    border-style: solid solid solid none;
    border-top-right-radius: 3px;
    border-width: 1px 1px 1px 0;
    display: inline-block;
    font-weight: bold;
    padding: 4px 20px;
}

.background-box
{
	background:#f1f1f1;
	padding:10px;
}

.background-box:hover
{
	background:#EDEDED;
	box-shadow: 0px 0px 5px rgba(245,245,245,0.8);
	-webkit-box-shadow: 0px 0px 5px rgba(245,245,245,0.8);
	-moz-box-shadow: 0px 0px 5px rgba(245,245,245,0.8);
}

*/
/*Remove body-content-top-bar style when new style is integrated from gamma */
/*.body-content-top-bar
{
	margin-top: 134px;
}
*/
/*Quantity bar width for products */
.quantity .input-text
{
	max-width: 50px;
}

.cart_totals
{
	width: 100%!important;
	float: none!important;
}

.cart_totals .cart-subtotal th
{
	width:100%!important;
}

.coupon .input-text
{
	min-height: 40px;
	width: 100%;
	padding-left: 10px!important;
}

table.coupon
{
	border: 0px!important;
}

.cart_update_checkout input.checkout-button
{
	border-radius:0!important;
	color: #fff!important;
	font-size: 14px!important;
	font-weight: normal!important;
	margin-bottom: 5px!important;
	text-transform: uppercase!important;
	width: 100%;
	background:none repeat scroll 0 0 #0097d0!important;
	padding:7px 18px!important;
	border: 0px!important;
}

.shop_table .cart_item .product-quantity .quantity
{
	float: left;
}

#order_comments_field label
{
	float: left;
}

.woocommerce #payment div.payment_box, .woocommerce-page #payment div.payment_box
{
	background: #fff!important;
	border-radius: 0px!important;
	box-shadow: none!important;
}

.woocommerce .lost_reset_password .ss-reset-pwsd
{	
    width:50%;
    margin-left:25%;
}

/*.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message, .woocommerce-page .woocommerce-error, .woocommerce-page .woocommerce-info, .woocommerce-page .woocommerce-message
{
	background: #ECCFCF!important;
	box-shadow: none!important;
	text-shadow:none!important;
	color: #B94A48!important;
}

.woocommerce .woocommerce-error:before, .woocommerce-page .woocommerce-error:before
{
	background-color: none!important;
	content: none!important;
}
*/
.woocommerce .alert-danger
{
	background: #ECCFCF!important;
	box-shadow: none!important;
	text-shadow:none!important;
	color: #B94A48!important;
}

.woocommerce .alert-danger:before
{
	background-color: none!important;
	content: none!important;
}

.woocommerce .alert-success
{
	/*background: #CDE7C2!important;*/
	box-shadow: none!important;
	text-shadow:none!important;
	color: #B94A48!important;
}

.woocommerce .alert-success .woocommerce-message:before
{
	background-color: none!important;
	content: none!important;
}

.alert-danger li a.button:hover,.alert-success .woocommerce-message a.button:hover
{
	border: none;
}

.woocommerce .alert-success .woocommerce-message
{
	background: none!important;
	border-radius: 0!important;
	box-shadow: none!important;
	padding: 0px!important;
	border-top: 0;
	margin-bottom: 0px!important;
}

.return-to-shop .button
{
	background:#00AEED!important;
	border:none!important;
	color: #fff!important;
	font-weight: normal!important;
}

.container .alert-danger
{
	margin-top: 10px!important;
}

.container .alert-danger li
{
	list-style: none;
	text-align: left;
}

.woocommerce .woocommerce-error, .woocommerce-page .woocommerce-error
{
	border-top: none!important;
}

.woocommerce .ss-payment
{
	background: #fff!important;
}

.login-form-checkout .ss-checkout-page-login-form input.button,.ss-coupon-form-wrapper input.button
{
	background:#01AAEF!important;
	color:#fff!important;
	font-weight: normal!important;
}

#order_review_heading,.woocommerce-billing-fields h3,.ss-payment h3
{
	text-transform: uppercase;
	color: #00A7ED;
}

.woocommerce-billing-fields
{
	text-align: left;
}

.woocommerce-billing-fields .input-text
{
	min-height: 40px!important;
}

#customer_details .ss-payment-column
{
	border: 1px solid #d9d2d2;
	padding: 3px;
}

#customer_details .ss-payment-column .ss-blue-border
{
	border: 1px solid #00aeef;
	padding: 15px;
}

.ss-success-alert
{
	margin-top: 10px!important;
}

.place-order #place_order
{
	background: none repeat scroll 0 0 #0097d0!important;
	text-transform: uppercase!important;
	color: #fff;
	font-size: 14px;
	padding: 11px 18px!important;
	border: none;
	font-weight: normal;
}

.ss-payment-column .form-row
{
	text-align: left;
}

/*START OF ORDER SUMMARY PAGE STYLE */
.order-complete
{
	color: #00aeef;
	font-weight:bold;
}

.ss-thank-you
{
	text-align: left;
}

.ss-thank-you .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th, .woocommerce-page table.shop_table tfoot td, .woocommerce-page table.shop_table tfoot th
{
	font-size: 16px;
}

.ss-thank-you table.order_details td
{
	font-weight: normal!important;
	font-size: 16px;
}

/*END OF ORDER SUMMARY PAGE STYLE */
/*START OF 404 PAGE */
.sage-error-page
{
	background:url("../images/404-page-bg.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
	height: 850px;
}

.sage-error
{
	background:url("../images/404-page.jpg") repeat scroll center center rgba(0, 0, 0, 0);
	height: 850px;
	text-align: center;
}

/*END OF 404 PAGE */
/*.ss-price-block
{
	padding-top: 0!important;
}
*/
/*.icon-shopping-cart
{
	padding-bottom: 4px!important;
	padding-top: 4px!important;
}
*/
/*>>BEGIN PAGE OUR PHILOSOPHY */
.row .link-flip
{
	/*margin-top: 40px;*/
}

.philosophy-margin-correction
{
	margin-top: 10px!important;
}

/*<<END OF PAGE OUR PHILOSOPHY */
.about-margin-correction
{
	margin-top: 5px!important;
}

.ss-server-container
{
	margin-bottom: 2px!important;
	/*padding-left: 0!important;
	padding-right: 0!important;*/
	margin-bottom: 2px!important;
	overflow: hidden;
}

#captcha_code_sage
{
	float: left;
}

.captcha-input
{
	max-width: 200px;
	margin-right: 10px;
	padding-left: 5px;
	background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
    width: 100%;
	
	float: none!important;
}

.ss-know-more
{
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #2ea8e4;
    border-bottom-right-radius: 3px;
    border-color: #2377a5;
    border-image: none;
    border-style: solid solid solid none;
}

.ss-product-head
{
	border-right: 1px solid #06a1de;
    color: #fff;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    background:rgb(0,174,239);
}

.ss-product-head-wrap
{
	margin-left: 0px!important;
	margin-right: 0px!important;
}

.slider-wrapper
{
	z-index: 1;
}

#posts 
{
    margin: 0 auto;
    max-width: 1200px;
}

#posts .sagepost 
{
    background: none repeat scroll 0 0 #00aeef;
    cursor: pointer;
    display: inline-block;
    float: left;
    /*height: 250px;*/
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 25%;
    z-index: 1;
}

#posts .sagepost img 
{
    backface-visibility: hidden;
    display: block;
    min-height: 100%;
    opacity: 1;
    position: relative;
    transform: translate3d(-30px, 0px, 0px) scale(1.12);
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    width: calc(100% + 60px);
}

#posts .sagepost:hover img 
{
    opacity: 0.5;
    transform: translate3d(0px, 0px, 0px) scale(1);
}

#posts .sagepost .post-content 
{
    backface-visibility: hidden;
    color: #fff;
    font-size: 1.25em;
    padding: 2em;
    text-transform: uppercase;
}

#posts .sagepost .post-content:before, #posts .sagepost .post-content:after 
{
    pointer-events: none;
}

#posts .sagepost .post-content, #posts .post a 
{
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

#posts .sagepost a 
{
    font-size: 0;
    opacity: 0;
    text-indent: 200%;
    white-space: nowrap;
    z-index: 1000;
}

#posts .sagepost h2 
{
    bottom: 0;
    font-weight: 300;
    padding: 1em 1.2em;
    position: absolute;
    right: 0;
    word-spacing: -0.15em;
}

#posts .sagepost h2, #posts .sagepost p 
{
    margin: 0;
}

#posts .sagepost p 
{
    border-right: 1px solid #fff;
    font-size: 68.5%;
    letter-spacing: 1px;
    opacity: 0;
    padding: 0 10px 0 0;
    text-align: right;
    transform: translate3d(-40px, 0px, 0px);
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    width: 50%;
}

#posts .sagepost:hover p 
{
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
}

/*nav#main-menu
{
	z-index: 9999!important;
}
*/
.quantity input.qty
{
	min-height: 0!important;
	padding:0px;
}

.product-result
{
	padding-left: 0!important;
	padding-right: 0!important;
}

.row .ss-product
{
	padding-top: 15px;
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
}

.row .ss-product p 
{
	padding-right: 10px;
	margin-left: 10px;
}

.emergency-button i
{
	padding-top: 10px!important;
	padding-bottom: 9px!important;
}

.emergency-captcha-input input
{
	max-width: 174px!important;
}

.sages-search
{
	max-width: 474px;
	float: left;
	margin-right: 10px;
}

.stButton span.stMainServices
{
	height:25px;
}

.sage-single-product
{
	margin-top: 12px;
}

.product-quantity
{
	/*display: inline;*/
}

.ss-float-left
{
	float: left;
}

.ss-qty-container
{
	display: inline-flex;
	width: 100%;
}

.ss-valign-center
{
	margin:auto 0px;
}

.ss-padding-right-10
{
	padding-right: 10px;
}

.cart-tab .woocommerce .widget_shopping_cart_content ul.product_list_widget li img 
{
	width:22%!important;
}

.sage-input-half-width
{
	width:47%!important;
}

.woocommerce #content input.button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce-page #content input.button, .woocommerce-page #respond input#submit, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button
{
	background:#00AEEF;
	color: #fff;
}

.woocommerce #content input.button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce-page #content input.button, .woocommerce-page #respond input#submit, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button:active
{
	background:#00AEEF;
	color: #fff;
}

#ss-tweet-slider 
{
    color: #fff;
    font-style: normal;
    line-height: 45px;
    margin-left: 55px;
    width: 700px; 
    height: 45px;   
}

#ss-tweet-slider a 
{
    color: #fff;
}

#ss-tweet-slider a:hover 
{
    color: #00aeef !important;
}

.sm-box-head
{ border-bottom: 1px solid #e3dfe0;}

.sm-box-head h3
{ display:inline-block;}

.sm-box-head span
{display: inline-block; background: none repeat scroll 0% 0% #e3dfe0; padding: 5px; margin-right: 5px;}

.sm-box-head span img
{width: 35px;}

.site-links li
{ margin-bottom:10px;}

/*>>Custom Styles Ends Here */
@media screen and (max-width: 32em) 
{ 
	.cbp-ntaccordion 
{
		font-size: 70%;
	}

}

/*-----------------------------------------------------------------------------------*/
/*	Common Tab
/*-----------------------------------------------------------------------------------*/
.tabs 
{
	position: relative;
	width: 100%;
	overflow: hidden;
	margin:0;
	font-weight: 300;
}

/* Nav */
.tabs nav 
{
	text-align: center;
}

.tabs nav ul 
{
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-flex
}

.tabs nav ul li 
{
	border: 4px solid #becbd2;
	border-bottom: none;
	margin: 0 0.25em;
	display: block;
	float: left;
	position: relative;
}

.tabs nav li.tab-current 
{
	background: none repeat scroll 0 0 #f5f5f5;
	border: 4px solid #47a3da;
	box-shadow: inset 0 2px #47a3da;
	border-bottom: none;
	z-index: 2;
}

.tabs nav li.tab-current:before,
.tabs nav li.tab-current:after 
{
	content: '';
	position: absolute;
	height: 4px;
	right: 100%;
	bottom: 0;
	width: 1000px;
	background: #47a3da;
}

.tabs nav li.tab-current:after 
{
	right: auto;
	left: 100%;
	width: 4000px;
}

.tabs nav a 
{
	color: #4A4848;
	display: block;
	font-size: 1.4em;
	line-height: 2.5;
	padding: 0 20px;
	white-space: nowrap;
}

.tabs nav a:hover 
{
	color: #000;
}

.tabs nav li.tab-current a 
{
	color: #000000;
    font-weight: bold;
}

/* Icons */
.tabs nav a:before 
{
	display: inline-block;
	vertical-align: middle;
	text-transform: none;
	font-weight: normal;
	font-variant: normal;
	font-family: 'icomoon';
	line-height: 1;
	speak: none;
	-webkit-font-smoothing: antialiased;
	margin: -0.25em 0.4em 0 0;
}

/* Content */
.content section 
{
	padding: 17px 0;
	display: none;
	max-width: 1230px;
	margin: 0 auto;
}

.content section:before,
.content section:after 
{
	content: '';
	display: table;
}

.content section:after 
{
	clear: both;
}

/* Fallback example */
.no-js .content section 
{
	display: block;
	padding-bottom: 2em;
	border-bottom: 1px solid #47a3da;
}

.content section.content-current 
{
	display: block;
}

.mediabox 
{
	float: left;
	width: 33%;
	padding: 0 25px;
}

.mediabox img 
{
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

.mediabox h3 
{
	margin: 0.75em 0 0.5em;
}

.mediabox p 
{
	padding: 0 0 1em 0;
	margin: 0;
	line-height: 1.3;
}

/* Example media queries */
@media screen and (max-width: 52.375em) 
{
	.tabs nav a span 
{
		display:none;
	}

	.tabs nav a:before 
{
		margin-right: 0;
	}

	.mediabox 
{
		float: none;
		width: auto;
		padding: 0 0 35px 0;
		font-size: 90%;
	}

	.mediabox img 
{
		float: left;
		margin: 0 25px 10px 0;
		max-width: 40%;
	}

	.mediabox h3 
{
		margin-top: 0;
	}

	.mediabox p 
{
		margin-left: 40%;
		margin-left: calc(40% + 25px);
	}

	.mediabox:before,
	.mediabox:after 
{
		content: '';
		display: table;
	}

	.mediabox:after 
{
		clear: both;
	}

}

@media screen and (max-width: 32em) 
{
	.tabs nav ul,
	.tabs nav ul li a 
{
		width: 100%;
		padding: 0;
	}

	.tabs nav ul li 
{
		width: 20%;
		width: calc(20% + 1px);
		margin: 0 0 0 -1px;
	}

	.mediabox 
{
		text-align: center;
	}

	.mediabox img 
{
		float: none;
		margin: 0 auto;
		max-width: 100%;
	}

	.mediabox h3 
{
		margin: 1.25em 0 1em;
	}

	.mediabox p 
{
		margin: 0;
	}

}

/*-----------------------------------------------------------------------------------*/
/*	Header
/*-----------------------------------------------------------------------------------*/
.top-bg
{
	background:url(../images/top_header_bg.jpg);
	height:18px;
}

.we-are-online
{
	width: 525px !important;
}

.header-livechat
{
	background:url(../images/header-livechat.png) no-repeat;
    float: right;
    height: 26px;
    margin: 0;
    width: 136px;
}

.header-phone
{
	color:#333;
	font-family: "Fjalla One",sans-serif !important;
	background:url(../images/header-phone.png) no-repeat;
    float: right;
	font-size: 16px;
    height: 26px;
	letter-spacing:.4px;
	line-height: 27px;
    margin: 0;
	text-indent: 30px;
    width: auto;
	display: flex;
}

.header-livechat span
{
	color: #333;
	font-family: "Fjalla One",sans-serif !important;
    display: inline;
    font-size: 16px;
    height: 26px;
    line-height: 26px;
    padding-left: 30px;
    width: 142px;
}

.header-phone a
{
	cursor:pointer;
	color:#333;
    font-family: "Fjalla One",sans-serif !important;
}

.header-livechat  a:hover, .header-phone a:hover
{
	color:#000
}

.header-contact 
{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    height: 25px;
    margin-bottom: 15px;
}

.nav li a
{
	color:#000;
}

.nav li a span img
{ vertical-align:top !important;}

#sticky.stick 
{
	box-shadow: none;
    position: fixed;
    top: 0;
    z-index: 10000;
	width:100%;
}

.shrink-menu .home-hover
{
	font-size:18px !important;
}

/*.home-hover:hover
{
	background:none !important;
}
*/
.shrink-menu .main-li a.dropdown-toggle
{
	font-size: 18px !important;
}

.submenu
{
	padding:10px 0 !important;
}

ul.nav li.dropdown:hover ul.dropdown-menu
{ display: block; }

.nav .dropdown-toggle .caret 
{ display:none; }

@media (min-width:992px) 
{
  .main-li
{
	  display: table-cell;
	  width: 1%;
	  position:inherit !important;
  }

}

.dropdown-menu
{
	width: 100%;
}

.dropdown-menu li
{
	background: none repeat scroll 0 0 #fff;
    border-bottom: 3px solid #878686;
}

.main
{
	background: url("../images/nav_bg.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 46px;
}

.special-offer 
{
    margin-top: -22px;
}

/*.............logo nav...........*/
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus
{
	background-color:transparent !important;
}

nav, #nav ul 
{
    list-style: none outside none;
    margin: 0;
}

#nav 
{
    position: relative;
}

.nav-tabs > li, .nav-pills > li 
{
    display:inline-block;
	margin: 0 0 0 10px;
}

.nav-tabs 
{
    text-align:right;
}

li [class^="icon-"], li [class*=" icon-"]
{
	width:auto !important;
}

.nav-tabs > li > a
{
	color:#333333;
	margin-bottom: 10px;
}

.nav-tabs > li > a:hover
{
	color:#00aeef;
}

/*.............main nav...........*/
.nav-justified > li > .dropdown-menu
{
	border-radius: 0;
}

.current
{
	background: #015d9a !important;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus
{
	color:#015d9a !important;
	background:none !important;
}

.hidden-xs
{
	margin-left:auto;
	margin-right:auto;
}

.nav-tabs
{
	border-bottom: 0 none !important;
}

.nav-tabs li span
{
	padding: 0 0 0 7px;
}

.navbar-collapse
{
	padding: 0 !important;
}

nav.main-nav
{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border: medium none !important;
	margin-bottom: 0;
    min-height: 46px !important;
	box-shadow: none !important;
}

nav.main-nav .dropdown a.dropdown-toggle
{
	color: #fff !important;
    font-size: 20px;
}

nav.main-nav .dropdown a.dropdown-toggle:hover
{
	background: #015d9a !important;
	box-shadow:none;
}

.submenu div:last-child
{
	border-right:0;
}

ul.dropdown-menu 
{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    box-shadow: none;
    color: #333333;
    padding: 0 15px;
    position: absolute;
    z-index: 9999;
    border: none;
}

.sidebar-menu
{
	border-right: 1px solid #c4c4c4;
	text-align:center;
	padding-left: 30px !important;
}

.submenu h5
{
	margin-bottom:15px !important;
}

.submenu .level1
{
	border-right: 1px solid #c4c4c4;
    text-align: center;
}

.submenu .level1 h5 a
{
	color:#1fb6ee;
	font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.submenu .level1 h5 a:hover
{
	color:#01659f;
}

.submenu .level1 p
{
	font-size: 16px;
    text-align: left;
}

.submenu .level1 p a:hover
{
	color:#00aeef;
}

.sidebar-menu h4
{
	color: #000;
    font-size: 22px;
    font-weight: bold;
}

.sidebar-social
{
	margin:0;
}

.sidebar-social a
{
	padding: 0 5px;
}

.support-services li .sidebar-menu 
{
	min-height:264px;
}

.support-services li .level1 
{
	min-height:269px;
}

.server_management li .sidebar-menu
{
	min-height:280px;
}

.server_management li .level1
{
	min-height:274px;
}

.dedicated-support li .sidebar-menu
{
	min-height:280px;
}

.enterprise-olutions li .sidebar-menu
{
	min-height:273px;
}

.enterprise-olutions li .level1
{
	min-height:273px;
}

.about-us li .sidebar-menu
{
	min-height:217px;
}

.about-us li .level1
{
	min-height:275px;
}

.sidebar-menu .img-responsive
{
	margin:0 auto;
}

/*-----------------------------------------------------------------------------------*/
/*	Breadcrumb
/*-----------------------------------------------------------------------------------*/
.body-content-top-bar
{
	background:url(../images/contact_dt_bg.jpg);
	padding:5px !important;
}

.breadcrumb
{
	background:none !important;
	margin: 0 !important;
	padding:8px 15px 8px 0 !important;
}

.breadcrumb li a
{
	color:#666666;
	font-size:18px;
}

.breadcrumb li a:hover
{
	color: #000 !important;
}

.breadcrumb li a span
{
	margin-right:5px;
}

.breadcrumb > .active
{
	color: #000 !important;
	font-size:18px;
}

.breadcrumb > li + li:before
{
	color:#015d9a !important;
	font-weight:bold;
}

.share-page
{
	padding-top:7px;
}

.menu
{ 
	color: #fff;
    position: fixed;
    right: 0;
    top:65%;
    width: 38px;
	z-index:99;
}

/*-----------------------------------------------------------------------------------*/
/*	Get a quote
/*-----------------------------------------------------------------------------------*/
.get-a-quote
{
	background:url(../images/get-a-quote.jpg) no-repeat scroll center center rgba(0, 0, 0, 0);
	cursor: pointer;
	display: block;
	height: 179px;
	position: fixed;
}

.get-a-quote:hover
{
	background:url(../images/get-a-quote-hover.jpg) no-repeat scroll center center rgba(0, 0, 0, 0);
}

/*-----------------------------------------------------------------------------------*/
/*	Specials
/*-----------------------------------------------------------------------------------*/
.special-tag
{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
}

.special-filter ul
{
	margin: 60px 0 40px;
    padding-left: 0;
}

.special-filter ul li
{
	display: inline;
    list-style: none outside none;
	
}

.special-filter ul li a
{
	background: none repeat scroll 0 0 #f5f5f5;
    color: #000;
    margin-right: 10px;
    padding: 8px 15px;
	display:inline-block;
}

.special-filter ul li a:hover
{
	background: none repeat scroll 0 0 #00aeef;
    color: #fff;
}

.masonry 
{
    padding: 0;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
    font-size: .85em;
}

.masonry .item 
{
    display: inline-block;
    background: #fff;
    padding: 1em;
    margin: 0 0 1.5em;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 2px 2px 4px 0 #ccc;
}

.masonry .item img
{
	width:100%;
}

@media only screen and (min-width: 400px) 
{
    .masonry 
{
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }

}

@media only screen and (min-width: 700px) 
{
    .masonry 
{
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }

}

@media only screen and (min-width: 900px) 
{
    .masonry 
{
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
    }

}

@media only screen and (min-width: 1100px) 
{
    .masonry 
{
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
    }

}

@media only screen and (min-width: 1280px) 
{
    .wrapper 
{
        width: 1260px;
    }

}

/*-----------------------------------------------------------------------------------*/
/*	News Ticker
/*-----------------------------------------------------------------------------------*/
.news-ticker
{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    position: relative;
    z-index: 1;
}

#ticker 
{
    font-size: 14px;
    height: 42px;
    margin-bottom: 0;
    margin-top: 10px;
    overflow: hidden;
    padding: 0;
}

#ticker li 
{
	color:#fff;
    height: 40px;
	font-size: 15px;
}

.news
{
	float: left;
	text-shadow:0 -1px 0 rgba(0, 0, 0, 0.5);
    font-weight: bold;
    color: #fff ;
	height: 45px;
	line-height:45px;
	margin-bottom:0;
}

#ticker a
{
	text-shadow:0 -1px 0 rgba(0, 0, 0, 0.5);
	color:#fff;
}

/*-----------------------------------------------------------------------------------*/
/*	Home
/*-----------------------------------------------------------------------------------*/
@-webkit-keyframes wobble 
{
  16.65% 
{
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }

  33.3% 
{
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  49.95% 
{
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  66.6% 
{
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  83.25% 
{
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }

  100% 
{
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

}

@keyframes wobble 
{
  16.65% 
{
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
  }

  33.3% 
{
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  49.95% 
{
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px);
  }

  66.6% 
{
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  83.25% 
{
    -webkit-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px);
  }

  100% 
{
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

}

.wobble 
{
  display: inline-block;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.wobble:hover 
{
  -webkit-animation-name: wobble;
  animation-name: wobble;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.slide-banner
{
	margin-top: 135px;
}

/*-----------------------------------------------------------------------------------*/
/*	Support Services
/*-----------------------------------------------------------------------------------*/
.defacto-plans p
{
	margin-left: 60px;
}

.tag a
{
	display: inline-block;
}

.tag.technology-based a
{
	margin-bottom:10px;
}

.tag a div
{
	float:left;
}

.technology-based p
{
	margin-left: 40px;
}

.volume-based p
{
	margin-left: 28px;
}

#menu-cpanel

{
	background: url("../images/support-services-logos.png") no-repeat scroll 4px 6px rgba(0, 0, 0, 0);
    display: inline-block;
    height: 30px;
    width: 80px;
}

#menu-cpanel:hover
{
	-webkit-box-shadow: 0 8px 6px -6px #ccc;
	   -moz-box-shadow: 0 8px 6px -6px #ccc;
	        box-shadow: 0 8px 6px -6px #ccc;
}

#menu-plesk

{
	background: url("../images/support-services-logos.png") no-repeat scroll -70px 4px rgba(0, 0, 0, 0);
    display: inline-block;
    height: 30px;
    width: 115px;
}

#menu-plesk:hover
{
	-webkit-box-shadow: 0 8px 6px -6px #ccc;
	   -moz-box-shadow: 0 8px 6px -6px #ccc;
	        box-shadow: 0 8px 6px -6px #ccc;
}

#menu-proxmox
{
	background: url("../images/support-services-logos.png") no-repeat scroll -177px 4px rgba(0, 0, 0, 0);
    display: inline-block;
    height: 30px;
    width: 123px;
}

#menu-proxmox:hover
{
	-webkit-box-shadow: 0 8px 6px -6px #ccc;
	   -moz-box-shadow: 0 8px 6px -6px #ccc;
	        box-shadow: 0 8px 6px -6px #ccc;
}

#menu-virtuozzo
{
	background: url("../images/support-services-logos.png") no-repeat scroll 4px -28px rgba(0, 0, 0, 0);
    display: inline-block;
    height: 60px;
    width: 70px;
}

#menu-virtuozzo:hover
{
	-webkit-box-shadow: 0 8px 6px -6px #ccc;
	   -moz-box-shadow: 0 8px 6px -6px #ccc;
	        box-shadow: 0 8px 6px -6px #ccc;
}

#menu-interworx
{
	background: url("../images/support-services-logos.png") no-repeat scroll -78px -28px rgba(0, 0, 0, 0);
    display: inline-block;
    height: 60px;
    width: 80px;
}

#menu-interworx:hover
{
	-webkit-box-shadow: 0 8px 6px -6px #ccc;
	   -moz-box-shadow: 0 8px 6px -6px #ccc;
	        box-shadow: 0 8px 6px -6px #ccc;
}

#menu-directadmin

{
	background: url("../images/support-services-logos.png") no-repeat scroll -157px -22px rgba(0, 0, 0, 0);
    display: inline-block;
    height: 60px;
    width: 70px;
}

#menu-directadmin:hover
{
	-webkit-box-shadow: 0 8px 6px -6px #ccc;
	   -moz-box-shadow: 0 8px 6px -6px #ccc;
	        box-shadow: 0 8px 6px -6px #ccc;
}

#menu-openvz
{
	background: url("../images/support-services-logos.png") no-repeat scroll -229px -32px rgba(0, 0, 0, 0);
    display: inline-block;
    height: 60px;
    width: 70px;
}

#menu-openvz:hover
{
	-webkit-box-shadow: 0 8px 6px -6px #ccc;
	   -moz-box-shadow: 0 8px 6px -6px #ccc;
	        box-shadow: 0 8px 6px -6px #ccc;
}

#menu-directadmin:hover
{
	-webkit-box-shadow: 0 8px 6px -6px #ccc;
	   -moz-box-shadow: 0 8px 6px -6px #ccc;
	        box-shadow: 0 8px 6px -6px #ccc;
}

#menu-zpanel
{
	background: url("../images/support-services-logos.png") no-repeat scroll 7px -92px rgba(0, 0, 0, 0);
    display: inline-block;
    height: 35px;
    width: 120px;
}

#menu-zpanel:hover
{
	-webkit-box-shadow: 0 8px 6px -6px #ccc;
	   -moz-box-shadow: 0 8px 6px -6px #ccc;
	        box-shadow: 0 8px 6px -6px #ccc;
}

#menu-hyperv
{
	background: url("../images/support-services-logos.png") no-repeat scroll -108px -97px rgba(0, 0, 0, 0);
    display: inline-block;
    height: 42px;
    width: 123px;
}

#menu-hyperv:hover
{
	-webkit-box-shadow: 0 8px 6px -6px #ccc;
	   -moz-box-shadow: 0 8px 6px -6px #ccc;
	        box-shadow: 0 8px 6px -6px #ccc;
}

#menu-xen
{
	background: url("../images/support-services-logos.png") no-repeat scroll -228px -94px rgba(0, 0, 0, 0);
    display: inline-block;
    height: 35px;
    width: 70px;
}

#menu-xen:hover
{
	-webkit-box-shadow: 0 8px 6px -6px #ccc;
	   -moz-box-shadow: 0 8px 6px -6px #ccc;
	        box-shadow: 0 8px 6px -6px #ccc;
}

.intersect-table
{
	border: 0 none;
}

.intersect-table th
{
	-moz-border-bottom-colors: none !important;
    -moz-border-left-colors: none !important;
    -moz-border-right-colors: none !important;
    -moz-border-top-colors: none !important;
    background-color: #00AEEF;
    border-bottom: 0 none;
    border-image: none !important;
    border-radius: 0 !important;
    border-right: 1px solid #35BFF2;
    color: #FFFFFF;
	text-align: center;
}

.intersect-table td
{
	background-color: #F5F5F5;
    border-color: #E6E7E8 !important;
    border-radius: 0 !important;
    text-align: center;
}

.side-intersect
{
	background-color: #2999d2 !important;
    border-bottom: 1px solid #2999d2 !important;
    border-left: 1px solid #06a1de !important;
    border-top: 0 none !important;
	text-align:left !important;
    color: #ffffff;
    font-weight: bold;
}

.customplan
{
	cursor:pointer;
}

.customplan:hover
{
	color:#01659f;
}

.table-input
{
	border: 1px solid #ccc;
    font-size: 14px;
	max-width:75px;
	height:27px;
    padding: 4px 6px;
}

.table_head 
{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border: medium none !important;
	padding:0 !important;
}

.line
{
	border-color: #d3d1d1;
    margin: 25px 0 !important;
}

.hrline
{
	border-color: #d3d1d1;
}

/*Server Based*/
.modal-footer
{
	text-align:center !important;
}

/*Live Chat support*/
.perchat-support
{
	content:url(../images/perchat-support.png);
}

.tabs nav li a img
{
	padding:5px;
}

/*Size Based – Small*/
.content section
{
	background:none repeat scroll 0 0 #f5f5f5;
	padding:20px 15px;
}

/*cPanel page*/
.plan-box .plan-title h4
{
	text-align:center;
	color:#000;
	cursor:pointer;
	font-size: 16px;
	background:#dbdbdb;
	padding: 18px 0;
	margin: 0;
}

.plan-content
{
	position:relative;
	background:#f1f1f1;
	padding:30px 15px 0;
}

.plan-box
{
	margin:20px 0;
}

.plan-box .left-float img
{
	float:left;
	cursor:pointer;
}

.price-cart
{
	position:relative;
	border:3px solid #f1f1f1;
}

.plan-order
{
	background:#00aeef;
	min-height:80px !important;
	text-align:center;
	padding:8px 0;
	color:#fff;
}

.plan-price
{
	background: none repeat scroll 0 0 #0097d0;
	position:relative;
	padding:13px 0;
	min-height:80px !important;
	text-align:center;
}

.plan-price p
{
	color: #fff;
    margin: 0;
    text-align: center;
}

.plan-price span
{
	border-bottom: 1px solid;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
	padding: 0 10px;
}

.plan-details
{
	background: none repeat scroll 0 0 #343537;
    color: #fff;
    min-height: 80px !important;
    padding: 8px 0 !important;
    text-align: center;
}

.box-shadow:hover
{
	-webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.58);
    -moz-box-shadow:    0px 2px 8px 0px rgba(0, 0, 0, 0.58);
    box-shadow:         0px 2px 8px 0px rgba(0, 0, 0, 0.58);
}

.modal 
{
}

.vertical-alignment-helper 
{
    display:table;
    height: 100%;
    width: 100%;
}

.vertical-align-center 
{
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
}

.modal-content 
{
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
}

/*********ribbon*********/
.ribbon-wrapper-green 
{
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  right: 12px;
  z-index:9;
}

.ribbon-green 
{
  font: bold 15px Sans-Serif;
  text-align: center;
  text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  background-color: #00aeef;
  color: #fff;
  -webkit-box-shadow: 0px 0px 9px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 9px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 9px rgba(0,0,0,0.3);
}

.ribbon-green:before, .ribbon-green:after 
{
  content: "";
  border-top:   3px solid #a3d2e4;   
  border-left:  3px solid transparent;
  border-right: 3px solid transparent;
  position:absolute;
  bottom: -3px;
}

.ribbon-green:before 
{
  left: 0;
}

.ribbon-green:after 
{
  right: 0;
}

/*-----------------------------------------------------------------------------------*/
/*	Server Management
/*-----------------------------------------------------------------------------------*/
.solutions p
{
	margin-left: 117px;
}

.security p
{
	margin-left: 93px;
}

/*---3rd Party Software Installations---*/
.thirdparty-installations
{
	border-right: 1px dashed #c1c1c1;
}

.thirdparty-installations:hover 
{
	background:#EDEDED;
	border-radius:10px;
	box-shadow: 0px 0px 5px rgba(245,245,245,0.8);
	-webkit-box-shadow: 0px 0px 5px rgba(245,245,245,0.8);
	-moz-box-shadow: 0px 0px 5px rgba(245,245,245,0.8);
}

.thirdparty-installations h3
{
	color: #015d9a;
    font-size: 18px;
    margin-top: 0;
    padding-top: 20px;
    text-align: center;
}

.thirdparty-installations .installation-content
{
	display: inline-block;
    margin-top: 10px;
    position: relative;
    width: 100%;
}

.dashed-bottom
{
	border-bottom: 1px dashed #c1c1c1;
}

.thirdparty-installations.noborder
{
	border-right: 0 none;
}

.pros-cons
{
	border:5px solid #00aeef;
	background:none repeat scroll 0 0 #ededed;
	margin-top: 40px;
}

/*---System Hardening---*/
.server-hardening .boxes h3
{
	background: none repeat scroll 0 0 #00aeef;
    color: #fff;
    padding: 10px;
	margin-bottom: 2px;
    text-align: center;
}

.server-hardening .boxes ul
{
	background: none repeat scroll 0 0 #f5f5f5;
    padding: 10px 10px 10px 30px;
}

.boxes ul li
{
	list-style-image:url(../images/bullet.png);
	margin-bottom:10px;
}

.server-hardening .readmore-list
{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    font-size: 14px;
    padding: 0;
    position: relative;
	color:#015d9a
}

.server-hardening .readmore-list:hover
{
	color:#000;
}

/*---Security Audit ---*/
.security-audit .boxes h3
{
	background: none repeat scroll 0 0 #f5f5f5;
    border-left: 5px solid #00aeef;
    margin-bottom: 0;
    padding: 10px;
}

.security-audit .boxes ul
{
    padding: 20px 10px 10px 30px;
}

.security-audit .boxes ul li
{}

/*--- PCI DSS Compliance ---*/
.pci-dss h4
{
	color: #00aeef;
    font-size: 19px;
}

.pci-dss p span
{
	color: #015d9a;
    font-weight: bold;
}

.website-app-migrations
{
	background: none repeat scroll 0 0 #f1f1f1;
	border: 2px solid #00aeef;
	padding:12px 15px;
}

.website-app-migrations p
{
	display: inline-block;
	margin-bottom:0;
}

.website-app-migrations select
{
	min-width:180px;
}

.data-migration-btn button
{
    margin: 30px 0 20px;
}

.price-order
{
	float: right;
}

.price-order p
{
	display: inline-block;
    margin-right: 20px;
}

.background-box
{
	background:#f1f1f1;
	padding:10px;
}

.background-box:hover
{
	background:#EDEDED;
	box-shadow: 0px 0px 5px rgba(245,245,245,0.8);
	-webkit-box-shadow: 0px 0px 5px rgba(245,245,245,0.8);
	-moz-box-shadow: 0px 0px 5px rgba(245,245,245,0.8);
}

/*-----------------------------------------------------------------------------------*/
/*	Dedicated Support
/*-----------------------------------------------------------------------------------*/
.team-plans p
{
	margin-left: 76px;
}

.server-administrator p
{
	margin-left: 52px;
}

.dedicated-staff p
{
	margin-left:12px;
}

.nested-sub a
{
    padding-left: 25px;
}

.server-administrator
{
	border-right: 1px solid #c4c4c4;
}

/*Level 1 Sage*/
.level-head
{
	text-align:center;
}

.level-head h3
{
	background: none repeat scroll 0 0 #ccc;
    display: inline-block;
    padding: 10px 30px;
}

.bg-content
{
	margin:0 0 30px !important;
	background-color:#ededed;
}

.bg-content li
{
	border-bottom: 2px dashed #b1b3b3;
    padding-bottom: 10px;
}

.bg-content-soldier
{
	background:url(../images/soldier.png) no-repeat;
	min-height:275px !important;
	background-position:center; 
	margin: 20px 0 8px;
}

.bg-content-warrior
{
	background:url(../images/warrior.png) no-repeat;
	min-height:275px !important;
	background-position:center; 
	margin: 20px 0 8px;
}

.bg-content-commander
{
	background:url(../images/commander.png) no-repeat;
	min-height:275px !important;
	background-position:center; 
	margin: 20px 0 8px;
}

.bg-content-3e-zenmaster
{
	background:url(../images/3e-zenmaster.png) no-repeat;
	min-height:275px !important;
	background-position:center; 
	margin: 20px 0 8px;
}

.inner-table
{
	width:100% !important;
}

.inner-table td
{
	text-align:left;
	padding-left:10%;
	border: 0 none !important;
}

.remove-table td
{
	padding-left:10px !important
}

/*-----------------------------------------------------------------------------------*/
/*	Enterprise Solutions
/*-----------------------------------------------------------------------------------*/
#menu-vmware
{
	background: url("../images/enterprise-solutions-logos.png") no-repeat scroll 4px 6px rgba(0, 0, 0, 0);
    display: inline-block;
    height: 50px;
    width: 168px;
}

#menu-vmware:hover
{
	-webkit-box-shadow: 0 8px 6px -6px #ccc;
	   -moz-box-shadow: 0 8px 6px -6px #ccc;
	        box-shadow: 0 8px 6px -6px #ccc;
}

#menu-openstack
{
	background: url("../images/enterprise-solutions-logos.png") no-repeat scroll -156px 0 rgba(0, 0, 0, 0);
    display: inline-block;
    height: 71px;
    width: 78px;
}

#menu-openstack:hover
{
	-webkit-box-shadow: 0 8px 6px -6px #ccc;
	   -moz-box-shadow: 0 8px 6px -6px #ccc;
	        box-shadow: 0 8px 6px -6px #ccc;
}

#menu-onapp
{
	background: url("../images/enterprise-solutions-logos.png") no-repeat scroll -234px -7px rgba(0, 0, 0, 0);
    display: inline-block;
    height: 60px;
    width: 122px;
}

#menu-onapp:hover
{
	-webkit-box-shadow: 0 8px 6px -6px #ccc;
	   -moz-box-shadow: 0 8px 6px -6px #ccc;
	        box-shadow: 0 8px 6px -6px #ccc;
}

#menu-amazon
{
	background: url("../images/enterprise-solutions-logos.png") no-repeat scroll 4px -76px rgba(0, 0, 0, 0);
    display: inline-block;
    height: 58px;
    width: 150px;
}

#menu-amazon:hover
{
	-webkit-box-shadow: 0 8px 6px -6px #ccc;
	   -moz-box-shadow: 0 8px 6px -6px #ccc;
	        box-shadow: 0 8px 6px -6px #ccc;
}

#menu-google-app
{
	background: url("../images/enterprise-solutions-logos.png") no-repeat scroll -142px -77px rgba(0, 0, 0, 0);
    display: inline-block;
    height: 82px;
    width: 82px;
}

#menu-google-app:hover
{
	-webkit-box-shadow: 0 8px 6px -6px #ccc;
	   -moz-box-shadow: 0 8px 6px -6px #ccc;
	        box-shadow: 0 8px 6px -6px #ccc;
}

#menu-windows-azure
{
	background: url("../images/enterprise-solutions-logos.png") no-repeat scroll -217px -68px rgba(0, 0, 0, 0);
    display: inline-block;
    height: 82px;
    width: 147px;
}

#menu-windows-azure:hover
{
	-webkit-box-shadow: 0 8px 6px -6px #ccc;
	   -moz-box-shadow: 0 8px 6px -6px #ccc;
	        box-shadow: 0 8px 6px -6px #ccc;
}

#menu-rackcloud
{
	background: url("../images/enterprise-solutions-logos.png") no-repeat scroll 4px -163px rgba(0, 0, 0, 0);
    display: inline-block;
    height: 45px;
    width: 227px;
}

#menu-rackcloud:hover
{
	-webkit-box-shadow: 0 8px 6px -6px #ccc;
	   -moz-box-shadow: 0 8px 6px -6px #ccc;
	        box-shadow: 0 8px 6px -6px #ccc;
}

.cloud-infrastructure p
{
	margin-left: 93px;
}

.expertise-solutions p
{
	margin-left: 62px;
}

/*--- Amazon EC2 ---*/
.contentleft, .contentright
{
	display:block;
	overflow:hidden;
}

.contentleft img
{
	float: left;
    margin-right: 40px;
	margin-bottom: 10px;
}

.contentright img
{
	float:right;
    margin-left: 40px;
}

/*-----------------------------------------------------------------------------------*/
/*	About Us
/*-----------------------------------------------------------------------------------*/
.the-sages p
{
	margin-left: 105px;
}

.about-sidebar
{
	min-height:275px !important;
}

.about-us-h4
{
	margin-bottom:14px;
}

.about-tag
{
	margin-top: -10px;
    text-align: right !important;
}

.ss_medal_desc
{
	margin-top: -145px;
    text-align: right !important;
}

.about-tag .img-responsive
{
	margin-left: auto;
}

.ss_medal_desc .img-responsive
{
	margin-left: auto;
}

.about-page-profilebtn a img
{
	float: right;
    margin-bottom: 20px;
    margin-left: 20px;
}

/*******Side link*******/
.side-link
{
	padding-left: 0;
}

.side-link li
{
	border-bottom: 2px dashed;
    display: block;
    list-style: none outside none;
    margin: 7px 0;
}

.side-link li a
{
	color:#00aeef;
	display:block !important;
	padding:5px 0;
}

.side-link li a:hover
{
	color:#fff !important;
}

/*******blockquote*******/
blockquote footer
{
	background:none !important;
	color:#00aeff;
}

blockquote footer:before, blockquote small:before, blockquote .small:before 
{
    content: "— ";
}

blockquote-reverse footer:after, blockquote-reverse small:after, blockquote-reverse .small:after 
{
    content: "— ";
}

.blockquote-reverse, blockquote.pull-right 
{
    border-left: 0 none;
    border-right: 5px solid #eee;
    padding-left: 0;
    padding-right: 15px;
    text-align: right;
}

/*******Philosophy*******/
.philosophy-image
{
	margin-top:30px;
}

.philosophy-hr
{
	border-color: #e7e5e6;
    border-width: 2px;
    margin: 0;
}

/* Top Bar */
.ib-top
{
    background: #fff;
    position:relative;
	top:357px;
    left: 0px;
	width:960px;
    z-index: 10;
    height: 40px;
}

.ib-top h1
{
    color: #333;
    font-size: 20px;
    line-height: 40px;
    padding: 0 10px;
}

.ib-top h1 span
{
    color: #555;
    font-size: 12px;
}

.ib-main-wrapper
{
    margin-left:0px;
	margin-right:0px;
    margin-top: 0;
    outline: medium none;
}

.ib-main
{
    position: relative;
	margin-top:22px;
}

.ib-main a
{
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #FFFFFF;
    background-image: url("../images/thumb_bg.jpg");
    background-origin: padding-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 110% 110%;
    cursor: pointer;
    float: left;
    height: 178px  !important;
    margin-left: 6px;
    margin-top: 6px;
    overflow: hidden;
    position: relative;
    transition: all 0.2s ease-in-out 0s;
    width: 225px !important;
	text-decoration:none;
}

.ib-main a.ib-loading,
.ib-main a.ib-loading:hover
{
    background: #fff url(../images/ajax-loader.gif) no-repeat center center;
    background-size: 31px 31px;
}

.ib-main > a.ib-loading > span,
.ib-main a.ib-loading > span
{
    display: none;
}

.ib-main > a > span
{
    display: block;
    position: absolute;
    width: 100%;
    height: 20px;
    line-height: 22px;
    text-align: center;
    font-size: 11px;
    bottom: -20px;
    left: 0px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.ib-main a:hover > span
{
    bottom: 0px;
}

.ib-main a:hover
{
    background-size: 100% 100%;
}

.ib-content
{
    background: #f9f9f9;
}

.ib-content .ib-teaser
{
    text-align: center;
    background: #ededed;
    width: 225px !important;
    height:178px !important;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.ib-teaser
{
    color: #333333;
    font-size: 27px;
    line-height: 26px;
    text-transform: uppercase;
	padding-top: 40px;
	margin: 0;
	alignment-adjust:central;
}

#behumane
{padding-top: 72px;}

#ignorance_is_not
{padding-top:60px;}

#be_what_you_are
{padding-top:71px;}

#dare_to_speak
{padding-top:58px;}

#impossible_is_not_poss
{padding-top:58px;}

#excellence_is_a_habit
{padding-top:58px;}

#keep_reinventing_yourself
{padding-top:58px;}

#temporary_is_permanent
{padding-top:58px;}

#the_cutomer_is_our
{padding-top:58px;}

.ib-content .ib-teaser:hover
{
    background: #00AEEF;
	color:#fff;
}

.ib-content-preview
{
    background: none repeat scroll 0 0 #EDEDED;
    display: none;
    height: 565px !important;
    left: auto !important;
    position: absolute;
    right: auto !important;
    top: 25px !important;
    width: 815px !important;
}

.ib-content-preview #behumane
{
	font-size: 45px;
    margin-top: 15px;
    text-align: center;
}

.ib-content-preview .ib-teaser span
{
    padding: 20px 0px 0px 5px;
    font-size: 22px;
}

.ib-content-full
{
    line-height: 26px;
    margin: 0px 40px;
	font-size: 16px;
}

.ib-content-full h2

{
	font-size: 37px;
    text-align: center;
    text-transform: uppercase;
	margin-top: -45px;
	font-family: 'BebasNeueRegular';
}

.ib-content-full p
{
	padding: 25px 0px;
	color:#333;
	font-size:16px;
}

.ib-preview
{
    overflow: hidden;
    position: absolute;
    top: 40px;
    display: none;
}

.ib-preview-descr
{
    position: absolute;
    bottom: 30px;
    left: 10px;
    z-index: 999;
    font-size: 50px;
    text-shadow: 1px 0px 2px rgba(0,0,0,0.2);
}

.ib-nav span
{
	width: 53px;
	height: 87px;
	position: absolute;
	top: 50%;
	margin-top: -43px;
	cursor: pointer;
    text-indent: -9000px;
	opacity: 0.6;
	z-index: 999;
    background: transparent url(../images/nav.png) no-repeat top right;
	right: 10px;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.ib-nav span.ib-nav-prev
{
	background-position: top left;
	left: 10px;
    right: auto;
}

.ib-close
{
	top: 7px;
	right: 7px;
	background: transparent url(../images/close.png) no-repeat center center;
	position: absolute;
	width: 24px;
	height: 24px;
	cursor: pointer;
	opacity: 0.2;
	z-index: 999;
    text-indent: -9000px;
}

.ib-nav span:hover, .ib-close:hover
{
	opacity: 1;
}

.ib-loading-large
{
    text-indent: -9000px;
    width: 60px;
    height: 60px;
    background: #fff url(../images/ajax-loader.gif) no-repeat center center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -30px;
    z-index: 999;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px 10px 10px 10px;
    opacity: 0.9;
}

#box_no p 
{
    color: #FFFFFF;
    font-family: 'BebasNeueRegular';
    font-size: 35px;
    font-weight: bold;
    margin: 0;
    padding-left: 22px;
    padding-top: 38px;
}

#box_no 
{
    background: none repeat scroll 0 0 #00AEEF;
    height: 80px;
    width: 55px;
}

.ss-philo-mb .panel-heading
{
	background: none repeat scroll 0 0 #00AEEF;
	color:#fff;
}

.ss-philo-mb .panel-body
{
	background: none repeat scroll 0 0 #ededed;
}

/*******Why Supportsages*******/
.clock
{
	background:url(../images/clock.png) no-repeat scroll center center rgba(0, 0, 0, 0);
	min-height:600px;
}

#availability
{
	display:block;
	margin: 0 auto;
    max-width: 440px;
    padding: 0 10px;
}

.clockcontent_display
{
	display:none;
}

.clockcontent_display
{
	margin: 0 auto;
    max-width: 435px;
    padding: 0 10px;
}

#circleDiv ul li
{
	list-style:none;
}

#clockcontent
{
	left: 27%;
    margin: 0 auto;
	padding:0 10px;
    max-width: 440px;
    position: absolute;
    top: 28%;
}

.digits 
{
    height: 37em;
    left: 42%;
    margin-left: -15em;
    position: absolute;
    top: 0;
    width: 40em;
}

.digits li 
{
	color:#fff;
	cursor:pointer;
    display: block;
	font-family: 'Fjalla One', sans-serif !important;
    font-size: 34px;
    font-weight: bold;
    height: 1.6em;
    left: 50%;
    line-height: 1.6em;
    margin: -0.8em 0 0 -0.8em;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 1.6em;
}

.digits li:hover
{
	color:#0F739A;
}

.digits li:nth-child(1) 
{
    transform: translate(3.6em, -6.9em);
}

.digits li:nth-child(2) 
{
    transform: translate(6.7em, -4em);
}

.digits li:nth-child(3) 
{
    transform: translate(7.8em, 0px);
}

.digits li:nth-child(4) 
{
    transform: translate(6.8em, 4em);
}

.digits li:nth-child(5) 
{
    transform: translate(3.9em, 7em);
}

.digits li:nth-child(6) 
{
    transform: translate(0px, 8em);
}

.digits li:nth-child(7) 
{
    transform: translate(-3.8em, 7em);
}

.digits li:nth-child(8) 
{
    transform: translate(-6.8em, 4em);
}

.digits li:nth-child(9) 
{
    transform: translate(-7.8em, 0px);
}

.digits li:nth-child(10) 
{
    transform: translate(-6.8em, -4em);
}

.digits li:nth-child(11) 
{
    transform: translate(-3.9em, -6.7em);
}

.digits li:nth-child(12) 
{
    transform: translate(0px, -7.7em);
}

.clock-number
{
	background: none repeat scroll 0 0 #00aeff;
    border-radius: 50%;
    font-family: 'Fjalla One',sans-serif !important;
    height: 50px;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    width: 50px;
	color: #fff;
    float: left;
    font-size: 28px;
    line-height: 50px;
    margin: 15px 20px 0 0;
}

/*-----------------------------------------------------------------------------------*/
/*	Mobile Nav
/*-----------------------------------------------------------------------------------*/
ul.mobile-nav
{
	background:none repeat scroll 0 0 #01aaef;
	padding:10px 20px;
}

ul.mobile-nav li
{
	border-bottom: 1px solid #1793d6;
    line-height: 22px;
    list-style: none outside none;
    padding: 7px 0;
}

ul.mobile-nav li:last-child
{
	border-bottom:0;
}

ul.mobile-nav li a
{
	color: #fff;
    font-size: 15px;
}

ul.mobile-nav li a:hover
{
	color:#022945 ;
}

ul.mobile-nav ul
{
	padding:10px 0;
}

ul.mobile-nav ul li
{
	border: medium none;
    padding: 4px 0;
}

ul.mobile-nav ul li a 
{
	background:none;
	color:#fff;
    padding-left: 20px;
    font-size: 15px;
    font-weight: normal;
    outline:0;
}

ul.mobile-nav ul li a:hover 
{
    color:#022945 ;
}

ul.mobile-nav ul ul li a 
{
    color:#fff;
    padding-left: 40px;
}

ul.mobile-nav span
{
    float: right;
    font-size: 26px;
    font-weight: bold;
}

.none
{
	display:none;
}

.sub
{
	padding-left:20px !important;
}

.mobile-bg
{
	padding:0 !important;
	background: url("../images/nav_bg.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
	height: 46px;
}

.mobile-bg .navbar 
{
	border: 0 none;
    border-radius: 0;
    margin: 0;
}

#mobile-nav-tabs.nav-tabs
{
	text-align: center;
}

.navbar-toggle
{
	border: 0 none !important;
}

/*-----------------------------------------------------------------------------------*/
/*	Footer
/*-----------------------------------------------------------------------------------*/
footer
{
	background:#222424;
}

.footer-slider
{
	background: none repeat scroll 0 0 #454747;
    border-radius: 10px;
    /*margin-top: 30px;*/
	margin-bottom:30px;
}

#fedora

{
	 background:url(../images/fedora_bl.png) no-repeat scroll center center rgba(0, 0, 0, 0);
     height:84px;
     display: block;
	 cursor:pointer;
}

#fedora:hover

{
    background:url(../images/fedora_cl.png) no-repeat scroll center center rgba(0, 0, 0, 0);
}

#freebsd

{
	 background:url(../images/freebsd_bl.png) no-repeat scroll center center rgba(0, 0, 0, 0);
     height:84px;
     display: block;
	 cursor:pointer;
}

#freebsd:hover

{
    background:url(../images/freebsd_cl.png) no-repeat scroll center center rgba(0, 0, 0, 0);
}

#windows

{
	 background:url(../images/windows_bl.png) no-repeat scroll center center rgba(0, 0, 0, 0);
     height:84px;
     display: block;
	 cursor:pointer;
}

#windows:hover

{
    background:url(../images/windows_cl.png) no-repeat scroll center center rgba(0, 0, 0, 0);
}

#debian

{
	 background:url(../images/debian_bl.png) no-repeat scroll center center rgba(0, 0, 0, 0);
	 height:84px;
     display: block;
	 cursor:pointer;
}

#debian:hover

{
    background:url(../images/debian_cl.png) no-repeat scroll center center rgba(0, 0, 0, 0);
}

#redhat

{
	 background:url(../images/redhat_bl.png) no-repeat scroll center center rgba(0, 0, 0, 0);
     height:84px;
     display: block;
	 cursor:pointer;
}

#redhat:hover

{
    background:url(../images/redhat_cl.png) no-repeat scroll center center rgba(0, 0, 0, 0);
}

#suse

{
	 background:url(../images/suse_bl.png) no-repeat scroll center center rgba(0, 0, 0, 0);
     height:84px;
     display: block;
	 cursor:pointer;
}

#suse:hover

{
    background:url(../images/suse_cl.png) no-repeat scroll center center rgba(0, 0, 0, 0);
}

#centos

{
	 background:url(../images/centos_bl.png) no-repeat scroll center center rgba(0, 0, 0, 0);
     height:84px;
     display: block;
	 cursor:pointer;
}

#centos:hover

{
    background:url(../images/centos_cl.png) no-repeat scroll center center rgba(0, 0, 0, 0);
}

#openvz

{
	 background:url(../images/OpenVZ-bl.png) no-repeat scroll center center rgba(0, 0, 0, 0);
     height:84px;
     display: block;
	 cursor:pointer;
}

#openvz:hover

{
    background:url(../images/OpenVZ-cl.png) no-repeat scroll center center rgba(0, 0, 0, 0);
}

#xen

{
	 background:url(../images/xen-bl.png) no-repeat scroll center center rgba(0, 0, 0, 0);
     height:84px;
	 width: 109px;
     display: block;
	 cursor:pointer;
}

#xen:hover

{
    background:url(../images/xen-cl.png) no-repeat scroll center center rgba(0, 0, 0, 0);
}

#cpanel_auto_slide

{
	 background:url(../images/cpanel_bl.png) no-repeat scroll center center rgba(0, 0, 0, 0);
     height:84px;
	 width: 109px;
     display: block;
	 cursor:pointer;
}

#cpanel_auto_slide:hover

{
    background:url(../images/cpanel_cl.png) no-repeat scroll center center rgba(0, 0, 0, 0);
}

#directadmin

{
	 background:url(../images/directadmin_bl.png) no-repeat scroll center center rgba(0, 0, 0, 0);
     height:84px;
     display: block;
	 cursor:pointer;
}

#directadmin:hover

{
    background:url(../images/directadmin_cl.png) no-repeat scroll center center rgba(0, 0, 0, 0);
}

#hypervm

{
	 background:url(../images/hypervm_bl.png) no-repeat scroll center center rgba(0, 0, 0, 0);
     height:84px;
     display: block;
	 cursor:pointer;
}

#hypervm:hover

{
    background:url(../images/hypervm_cl.png) no-repeat scroll center center rgba(0, 0, 0, 0);
}

#parallel

{
	 background:url(../images/parallel_bl.png) no-repeat scroll center center rgba(0, 0, 0, 0);
     height:84px;
     display: block;
	 cursor:pointer;
}

#parallel:hover

{
    background:url(../images/parallel_cl.png) no-repeat scroll center center rgba(0, 0, 0, 0);
}

#hyperv
{
	background:url(../images/hyperv-bl.png) no-repeat scroll center center rgba(0, 0, 0, 0);
    height:84px;
    display: block;
	cursor:pointer;
}

#hyperv:hover
{background:url(../images/hyperv-cl.png) no-repeat scroll center center rgba(0, 0, 0, 0);}

#proxmox

{
	 background:url(../images/proxmox-bl.png) no-repeat scroll center center rgba(0, 0, 0, 0);
     height:84px;
     display: block;
	 cursor:pointer;
}

#proxmox:hover
{ background:url(../images/proxmox-cl.png) no-repeat scroll center center rgba(0, 0, 0, 0);}

#vmware

{
	 background:url(../images/vmware-bl.png) no-repeat scroll center center rgba(0, 0, 0, 0);
     height:84px;
     display: block;
	 cursor:pointer;
}

#vmware:hover
{ background:url(../images/vmware-cl.png) no-repeat scroll center center rgba(0, 0, 0, 0);}

#zpanel

{
	 background:url(../images/zpanel-bl.png) no-repeat scroll center center rgba(0, 0, 0, 0);
     height:84px;
     display: block;
	 cursor:pointer;
}

#zpanel:hover
{ background:url(../images/zpanel-cl.png) no-repeat scroll center center rgba(0, 0, 0, 0);}

#openstack

{
	 background:url(../images/openstack-bl.png) no-repeat scroll center center rgba(0, 0, 0, 0);
     height:84px;
     display: block;
	 cursor:pointer;
}

#openstack:hover
{ background:url(../images/openstack-cl.png) no-repeat scroll center center rgba(0, 0, 0, 0);}

#opennebula

{
	 background:url(../images/opennebula-bl.png) no-repeat scroll center center rgba(0, 0, 0, 0);
     height:84px;
     display: block;
	 cursor:pointer;
}

#opennebula:hover
{ background:url(../images/opennebula-cl.png) no-repeat scroll center center rgba(0, 0, 0, 0);}

#amazon

{
	 background:url(../images/amazon-bl.png) no-repeat scroll center center rgba(0, 0, 0, 0);
     height:84px;
     display: block;
	 cursor:pointer;
}

#amazon:hover
{ background:url(../images/amazon-cl.png) no-repeat scroll center center rgba(0, 0, 0, 0);}

#googleapp

{
	 background:url(../images/googleapp-bl.png) no-repeat scroll center center rgba(0, 0, 0, 0);
     height:84px;
     display: block;
	 cursor:pointer;
}

#googleapp:hover
{ background:url(../images/googleapp-cl.png) no-repeat scroll center center rgba(0, 0, 0, 0);}

#windowsazure

{
	 background:url(../images/windowsazure-bl.png) no-repeat scroll center center rgba(0, 0, 0, 0);
     height:84px;
     display: block;
	 cursor:pointer;
}

#windowsazure:hover
{ background:url(../images/windowsazure-cl.png) no-repeat scroll center center rgba(0, 0, 0, 0);}

#rackspace

{
	 background:url(../images/rackspace-bl.png) no-repeat scroll center center rgba(0, 0, 0, 0);
     height:84px;
     display: block;
	 cursor:pointer;
}

#rackspace:hover
{ background:url(../images/rackspace-cl.png) no-repeat scroll center center rgba(0, 0, 0, 0);}

#virtuozzo

{
	 background:url(../images/virtuozzo-bl.png) no-repeat scroll center center rgba(0, 0, 0, 0);
     height:84px;
     display: block;
	 cursor:pointer;
}

#virtuozzo:hover
{ background:url(../images/virtuozzo-cl.png) no-repeat scroll center center rgba(0, 0, 0, 0);}

#onapp

{
	 background:url(../images/onapp-bl.png) no-repeat scroll center center rgba(0, 0, 0, 0);
     height:84px;
     display: block;
	 cursor:pointer;
}

#onapp:hover
{ background:url(../images/onapp-cl.png) no-repeat scroll center center rgba(0, 0, 0, 0);}

.footer-link p a
{
	color:#fff;
}

.footer-link p a:hover
{
	color:#00aeef;
}

.footer-tag
{

	color:#767676;
	
}

.footer-nav
{
	text-align:center;
}

.footer-nav ul
{
	border-bottom: 2px dashed #444646;
    padding-bottom: 10px;
}

.footer-nav ul li
{
	display:inline;
}

.footer-nav ul li a
{
	border-left: 1px solid #b5b5b5;
    color: #b5b5b5;
    font-size: 14px;
    padding: 0 15px;
}

.borderzr
{
	border-left:0 !important;
}

.footer-nav ul li a:hover
{
	color:#00aeef;
}

.copyright p
{
	color: #b5b5b5;
    font-size: 13px;
    text-align: center;
}

.copyright p a
{
	color: #b5b5b5;
}

.copyright p a:hover
{
	color:#fc8b0e;
}

.social-media
{
	padding: 10px 0;
    text-align: center;
	
}

.follow-us 
{
    color: #025e8e;
    font-weight: bold;
}

.view-more-post
{
	text-align:center;
}

/* footer Blog*/
.blog ul
{
	padding-left: 15px;
}

.blog ul li
{
	border-bottom: 2px dashed #444646;
    padding-bottom: 10px;
}

.blog ul li, .blog ul li a
{
	color:#fff;
	font-size: 16px;
	margin-bottom: 10px;
}

.blog ul li a:hover
{
	color:#00aeef;
}

.blog h2
{
	color:#fff;
	margin: 0 0 20px;
	font-size: 22px !important;
}

.blog-tag span, .blog-tag a 
{
	color:#767676 !important;
	font-size:13px !important;
	margin-right: 5px;
}

.blog-tag a:hover
{
	color:#fc8b0e !important;
}

.bog-date
{
	font-size: 13px;
}

.blog p a
{
	color:#fff;
}

.blog p a:hover
{
	color:#00aeef !important;
}

/*-----------------------------------------------------------------------------------*/
/*	Content
/*-----------------------------------------------------------------------------------*/
.body-content-top-bar ul
{
	padding:0;
	margin:0;
}

.body-content-top-bar ul li
{
    display: inline-block;
    list-style: none outside none;
    padding-left: 20px;
    padding-right: 20px;
    vertical-align: middle;
}

.direct-phone
{
	padding-left:0 !important;
}

.direct-phone .color
{
	color:#138B03;
}

.phone
{
	background: url("../images/direct_ph.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    margin: 0;
    padding-left: 40px;
	font-weight:bold;
}

.skype, .user, .talk, .live-chat, .direct_ph
{
	line-height:46px;
}

.social-media li
{
	padding: 3px !important;
}

.pattern-bg
{
	background: url("../images/under-carousel-bg.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin-top: 0;
}

.icon-box1
{
	display:block;
	overflow:hidden;
	margin-bottom: 20px;
}

.icon-box1 img
{
    color: #00adef;
    float: left;
    font-size: 32px;
    margin: 0 20px 0 0;
}

.icon-box1 h2
{
	color: #333;
    font-weight: bold;
    margin-top: 0;
}

.why-ss-shadow
{
	background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 8px;
}

.home-icon-box
{
	margin-top:22px;
}

.plan-order p, .plan-order img, .plan-price p
{
	margin-left: -15px;
    margin-right: -15px;
}

/*-----------------------------------------------------------------------------------*/
/*	Home shadow
/*-----------------------------------------------------------------------------------*/
.home-shadow

{
    float: right;
    position: relative;
	margin-top:-55px;
	z-index:9;
	width:100%; 
	margin-bottom: 40px;  
}

.home-shadow:before
{
	background: none repeat scroll 0 0 #777777;
    bottom: 15px;
	-webkit-box-shadow:-10px 4px 10px 0 #777777;
       -moz-box-shadow:-10px 4px 10px 0 #777777;
	     -o-box-shadow:-10px 4px 10px 0 #777777;
            box-shadow:-10px 4px 10px 0 #777777;
    content: "";
    left: 10px;
    position: absolute;
    right: auto;
    top: 18px;
	-webkit-transform: rotate(-2deg);
	-moz-transform: rotate(-2deg);
	-o-transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);
	transform: rotate(-2deg);
    width: 12%;
    z-index: -1;
}

.home-shadow:after

{
	background: none repeat scroll 0 0 #777777;
    bottom: 15px;
	
	-webkit-box-shadow:10px 4px 9px 1px #777777;
       -moz-box-shadow:10px 4px 9px 1px #777777;
	     -o-box-shadow:10px 4px 9px 1px #777777;
            box-shadow:10px 4px 9px 1px #777777;
    content: "";
    left: auto;
    position: absolute;
    right: 10px;
    top: 18px;
	-webkit-transform: rotate(2deg);
	-moz-transform: rotate(2deg);
	-o-transform: rotate(2deg);
	-ms-transform: rotate(2deg);
	transform: rotate(2deg);
    width: 12%;
    z-index: -1;
}

.ss-shadow-head
{
	background: none repeat scroll 0 0 #00AEEF;
    border-left: 2px solid #5DD2FE;
    border-top: 2px solid #5DD2FE;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    min-height: 105px;
}

.ss-shadow-head h2
{
	color: #FFFFFF;
    font-size: 37px;
    padding-top: 33px;
    text-align: center;
	margin:0;
}

.ss-shadow-head h2 span
{
	font-size:25px;
}

.ss-shadow-body
{
	background-image: url("../images/half_circle.png");
    background-position: center top;
    background-repeat: no-repeat;
	padding-top:15px;
	padding-bottom:10px;
}

.ss-shadow-body ul
{
	padding:0;
	margin-top:10px;
}

.ss-shadow-body ul li
{
	border-bottom: 2px dashed #B1B3B3;
    list-style: none outside none;
    margin: 0 15px;
    padding: 6px 0;
}

.ss-shadow-body ul li:last-child
{
	border-bottom: 0 none;
}

.ss-shadow-body ul li
{
	color:#555;
	text-decoration:none;
}

.ss-shadow-body ul li:hover
{
	color:#00aeef;
}

/*-----------------------------------------------------------------------------------*/
/*	Career Page
/*-----------------------------------------------------------------------------------*/
.effect3

{
    position: relative;
	margin-top:-18px;
	z-index:9;   
}

.effect3:before
{
	background: none repeat scroll 0 0 #777777;
    bottom: 15px;
	-webkit-box-shadow:-10px 4px 10px 0 #777777;
       -moz-box-shadow:-10px 4px 10px 0 #777777;
	     -o-box-shadow:-10px 4px 10px 0 #777777;
            box-shadow:-10px 4px 10px 0 #777777;
    content: "";
    left: 22px;
    max-width: 300px;
    position: absolute;
    right: auto;
    top: 13px;
	-webkit-transform: rotate(-2deg);
	-moz-transform: rotate(-2deg);
	-o-transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);
	transform: rotate(-2deg);
    width: 12%;
    z-index: -1;
}

.effect3:after

{
	background: none repeat scroll 0 0 #777777;
    bottom: 15px;
	
	-webkit-box-shadow:10px 4px 9px 1px #777777;
       -moz-box-shadow:10px 4px 9px 1px #777777;
	     -o-box-shadow:10px 4px 9px 1px #777777;
            box-shadow:10px 4px 9px 1px #777777;
    content: "";
    left: auto;
    max-width: 300px;
    position: absolute;
    right: 21px;
    top: 13px;
	-webkit-transform: rotate(2deg);
	-moz-transform: rotate(2deg);
	-o-transform: rotate(2deg);
	-ms-transform: rotate(2deg);
	transform: rotate(2deg);
    width: 12%;
    z-index: -1;
}

.hang-head
{
	background-image: url("../images/expect-head-left.png"), url("../images/expect-head-right.png");
    background-position: left top, right top;
    background-repeat: no-repeat;
    max-height: 92px;
}

.hang-heading
{
	background: none repeat scroll 0 0 #00aeef;
    margin: 0 23px;
    padding: 25px;
}

.hang-heading h2
{
	color: #fff;
    margin: 0;
    text-align: center;
}

.hang-content
{
	background: none repeat scroll 0 0 #ececec;
    margin: 0 14px;
	padding: 15px;
}

.hang-content p
{
	border-bottom: 2px dashed #b1b3b3;
    padding-bottom: 5px;
}

.hang-content p
{
	color:#555;
}

.hang-content p:hover
{
	color:#00aeef;
}

.current-openings
{
	padding:22px 0 0 0;
}

.current-openings p
{
	margin-bottom:10px;
	padding-bottom:5px;
	display:table;
	border-bottom: 2px dashed #777b7b;
}

.current-openings p:last-child
{
	margin-bottom:0;
}

.current-openings p a
{
    color: #000;
    padding-right: 30px;
	font-size: 20px;
}

.current-openings p a:hover
{
	color:#00aeef;
}

#registration
{
	margin-top: 10px;
    padding: 0;
    text-align: center;
}

#registration li
{
	display:inline;
	margin:0 6px;
}

.login_form
{
	background:none repeat scroll 0 0 #2588b7;
    display: none;
    left: 0;
    margin: 10px auto 0;
    max-width: 173px;
    position: absolute;
    right: 0;
	z-index:9;
}

#registration .login
{
	background: none repeat scroll 0 0 #2588b7;
    border: medium none;
    color: #fff;
    font-weight: normal;
    padding: 4px 10px;
    text-transform: none;
}

.login_form input
{
	border: medium none;
    display: block;
    margin: 10px;
    min-height: 30px;
    padding: 0 10px;
}

.login_form button
{
	background: none repeat scroll 0 0 #fff;
    border: 0 none;
    color: #757575;
}

.nav-tabs > li, .nav-pills > li 
{
    float:none;
    display:inline-block;
}

.career-tab .nav-tabs 
{
    text-align:center;
}

/*.career-tab
{
	padding:0 0 40px 0;
}
 */
.career-tab li.active a
{
	color:#0088cc !important;
}

.career-tab .nav-tabs
{
	border-bottom:2px solid #d0d2d2 !important;
	margin-bottom:20px;
}

.career-tab .nav-tabs li 
{
	margin-bottom:5px;
}

.career-tab ul li a
{
	padding:10px 38px;
	background:none !important;
	font-weight:bold;
	color:#333;
}

.tab-media
{
	margin-bottom:0;
	margin-top:10px;
}

.collapse-btn-careers
{
	background: #00aeef none repeat scroll 0 0;
    border: medium none;
    border-bottom-right-radius: 2px !important;
    border-top-right-radius: 2px !important;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 23px;
    min-width: 34px;
    padding: 8px 10px;
}

.openings-details h4
{
	font-weight:bold;
}

.job
{
	padding-bottom:20px;
	border-bottom:2px dashed #777b7b;
}

.plus-btn
{
	cursor:pointer;
}

/*-----------------------------------------------------------------------------------*/
/*	Contact Page
/*-----------------------------------------------------------------------------------*/
.panel 
{
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
}

.panel-heading 
{
    background-color: #f5f5f5;
    border-bottom: 1px solid #ddd;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 10px 15px;
}

.panel-heading h3
{
	margin-bottom:10px;
	margin-top:10px;
}

.panel-body 
{
    padding: 15px;
}

.captcha
{
    border-bottom: 0 none !important;
    color: #000 !important;
	font-weight:bold !important;
    padding: 5px 10px;
}

.captcha:hover
{
	color:#fff !important;
	font-weight:bold !important;
}

/*-----------------------------------------------------------------------------------*/
/*	Live SS
/*-----------------------------------------------------------------------------------*/
.event-slide .item
{
	height:275px;
}

.icon-chevron-left
{
	color: #fff;
	display: inline-block;
    left: -5%;
    position: absolute;
    top: 44%;
    z-index: 5;
}

.icon-chevron-right
{
	color: #fff;
	display: inline-block;
    left: -50%;
    position: absolute;
    top: 44%;
    z-index: 5;
}

.carouselbg-right
{
	background: none repeat scroll 0 0 #E4E8EA;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
}

.life-ss-line
{
	margin: 5em 0 !important;
	border-width: 3px;
}

.cbp-so-scroller 
{
	overflow: hidden;
	padding-bottom: 80px;
    padding-top: 80px;
}

.cbp-so-section 
{
	color: #fff;
    margin: 0 auto;
    max-width: 1170px;
}

/* Clear floats of children */
.cbp-so-section:before,
.cbp-so-section:after 
{
	content: " ";
	display: table;
}

.cbp-so-section:after 
{
	clear: both;
}

/* Text styling */
.cbp-so-section h2 
{
	color: #00aeef;
	font-size: 38px !important;
	font-weight: 300;
	line-height: 1;
	margin-top: 0;
}

.cbp-so-section p 
{
	font-size: 22px !important;
	font-weight: 300;
	color: #848282;
}

/* Sides */
.cbp-so-side 
{
	width: 50%;
	float: left;
	margin: 0;
	overflow: hidden;
	min-height: 12em;
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	-moz-transition: -moz-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
}

/* Clear floats of children */
.cbp-so-side:before,
.cbp-so-side:after 
{
	content: " ";
	display: table;
}

.cbp-so-side:after 
{
	clear: both;
}

.cbp-so-side-right 
{
	text-align: left;
}

.cbp-so-side-left 
{
	text-align: right;
	padding-right:65px;
}

.cbp-so-side-right img 
{
	float: left;
}

.cbp-so-side-left img 
{
	float: right;
}

/* Initial state (hidden or anything else) */
.cbp-so-init .cbp-so-side 
{
	opacity: 0;
}

.cbp-so-init .cbp-so-side-left 
{
	-webkit-transform: translateX(-80px);
	-moz-transform: translateX(-80px);
	transform: translateX(-80px);
}

.cbp-so-init .cbp-so-side-right 
{
	-webkit-transform: translateX(80px);
	-moz-transform: translateX(80px);
	transform: translateX(80px);
}

/* Animated state */
/* add you final states (transition) or your effects (animations) for each side */
.cbp-so-section.cbp-so-animate .cbp-so-side-left,
.cbp-so-section.cbp-so-animate .cbp-so-side-right 
{
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
	opacity: 1;
}

/* Example media queries */
@media screen and (max-width: 73.5em) 
{
	.cbp-so-scroller 
{
		font-size: 65%;
	}

	.cbp-so-section h2 
{
		margin: 0;
	}

	.cbp-so-side img 
{
		max-width: 120%;
	}

}

@media screen and (max-width: 41.125em) 
{
	.cbp-so-side 
{
		float: none;
		width: 100%;
	}

	.cbp-so-side img 
{
		max-width: 100%;
	}

}

/*-----------------------------------------------------------------------------------*/
/*	Blog
/*-----------------------------------------------------------------------------------*/
.blog-head-wrapper
{
	background:#eaeaea;
	padding: 25px 0;
}

.blog-head-wrapper .blog-head h1
{
	font-size: 35px;
	margin:0;
}

.blog-head-search input
{
	border: medium none;
    font-size: 20px;
    min-height: 38px;
}

.blog-head-search button
{
	background: none repeat scroll 0 0 #00aeef;
    border: medium none;
    color: #fff;
    font-size: 20px;
    min-height: 38px;
    padding: 0 12px;
    text-shadow: none;
}

.blog-head-search button:hover
{
	background: none repeat scroll 0 0 #07A0DC;
	color:#fff;
}

.blogs .posted a:hover
{
	color:#00aeef;
}

.blogs-tags
{
	font-size:14px;
	margin-bottom: 20px;
}

.blogs-tags a
{
	background: none repeat scroll 0 0 #dbd9d9;
    border-radius: 4px;
    color: #545252;
    display: inline-block;
    font-size: 14px;
    padding: 3px 8px;
}

.blogs-tags a:hover
{
	background: none repeat scroll 0 0 #bbbaba;
	color:#000;
}

.blog-img
{
	background: none repeat scroll 0 0 #c0bebe;
	margin-bottom: 20px;
    text-align: center;
}

.blog-img img
{
	border-bottom: 8px solid #00aeef;
	display: block;
    width: 100%;
}

.blogs-more
{
	color: #00aeef;
    display: inline-block;
    font-weight: bold;
}

.blog-social
{ margin-top:40px;}

.blog-social a
{
	color: #fff;
    text-transform: uppercase;
}

.blog-social .blog-media
{
	font-size: 14px;
}

.blog-social a:hover
{
	color:#fff;
}

.blog-social .blog-facebook
{
	background: none repeat scroll 0 0 #3b5998;
    text-align: center;
	padding:8px;
}

.blog-social .blog-facebook:hover
{
	background:none repeat scroll 0 0 #334d84;
}

.blog-social .blog-twitter
{
	background: none repeat scroll 0 0 #44a3ef;
    text-align: center;
	padding:8px;
}

.blog-social .blog-twitter:hover
{
	background:none repeat scroll 0 0 #2594ee;
}

.blog-social .blog-linkedin
{
	background: none repeat scroll 0 0 #007bb6;
    text-align: center;
	padding:8px;
}

.blog-social .blog-linkedin:hover
{
	background:none repeat scroll 0 0 #036896;
}

.blog-social .blog-google-plus
{
	background: none repeat scroll 0 0 #C63425;
    text-align: center;
	padding:8px;
}

.blog-social .blog-google-plus:hover
{background:#DE3D2B;}

.blog-social .blog-pinterest
{
	background: none repeat scroll 0 0 #F71819;
    text-align: center;
	padding:8px;
}

.blog-social .blog-pinterest:hover
{background:#DE1616;}

.blog-social .blog-envelope
{
	background: none repeat scroll 0 0 #B4B4B4;
    text-align: center;
	padding:8px;
}

.blog-social .blog-envelope:hover
{background:#9C9A9A;}

.author-wraper
{
	background: none repeat scroll 0 0 #dbdbdb;
    display: block;
    overflow: hidden;
    padding: 10px;
}

.author-wraper img
{
	float: left;
    margin: 0 20px 0 0;
}

.add-new-comment h3
{
	background: none repeat scroll 0 0 #40454b;
    color: #fff;
	margin-top: 0;
    font-size: 18px;
    padding: 8px 10px;
}

.add-new-comment h3 span a
{
	background: none repeat scroll 0 0 #40454b;
    color: #fff;
    font-size: 14px;
    padding: 0;
}

.blog-comment-btn
{
	float: right;
    margin-top: 10px;
	
}

.full-width-tabs > ul.nav.nav-tabs 
{
    display: table;
    width: 100%;
    table-layout: fixed;
}

.full-width-tabs > ul.nav.nav-tabs > li 
{
    float: none;
    display: table-cell;
}

.full-width-tabs > ul.nav.nav-tabs > li > a 
{
    text-align: center;
}

.width-hundred
{ width:100%;}

.sidebar-blog-facebook
{
	background:url("../images/blog/blog-social.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	display: inline-block;
    height: 52px;
    width: 52px;
}

.sidebar-blog-facebook:hover
{
	background:url("../images/blog/blog-social.png") no-repeat scroll 0 -65px rgba(0, 0, 0, 0);
}

.sidebar-blog-gplus
{
	background:url("../images/blog/blog-social.png") no-repeat scroll -66px 0 rgba(0, 0, 0, 0);
	display: inline-block;
    height: 52px;
    width: 52px;
}

.sidebar-blog-gplus:hover
{
	background:url("../images/blog/blog-social.png") no-repeat scroll -66px -65px rgba(0, 0, 0, 0);
}

.sidebar-blog-linkedin
{
	background:url("../images/blog/blog-social.png") no-repeat scroll -132px 0 rgba(0, 0, 0, 0);
	display: inline-block;
    height: 52px;
    width: 52px;
}

.sidebar-blog-linkedin:hover
{
	background:url("../images/blog/blog-social.png") no-repeat scroll -132px -65px rgba(0, 0, 0, 0);
	display: inline-block;
    height: 52px;
    width: 52px;
}

.sidebar-blog-twitter
{
	background:url("../images/blog/blog-social.png") no-repeat scroll -195px 0 rgba(0, 0, 0, 0);
	display: inline-block;
    height: 52px;
    width: 52px;
}

.sidebar-blog-twitter:hover
{
	background:url("../images/blog/blog-social.png") no-repeat scroll -195px -65px rgba(0, 0, 0, 0);
	display: inline-block;
    height: 52px;
    width: 52px;
}

.pagination-active
{
	background: none repeat scroll 0 0 #00aeef !important;
    color: #fff;
}

.recent-post
{
	display:block;
}

.recent-post img
{
	border: 2px solid #c0bebe;
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
    max-width: 85px;
}

.recent-post > p 
{
    margin-bottom: 0;
}

.recent-post p a
{
	color: #545252;
    font-size: 15px;
    font-weight: bolder;
}

.recent-post p a:hover
{
	color:#00aeef;
}

.sidebar-tags a
{
	background: none repeat scroll 0 0 #f5f5f5;
    border-radius: 4px;
    color: #545252;
    display: inline-block;
    font-size: 16px;
    padding: 3px 8px;
	margin:0 2px 10px 0;
	-webkit-box-shadow: 0 3px 4px 0 rgba(50, 50, 50, 0.06);
	-moz-box-shadow:0 3px 4px 0 rgba(50, 50, 50, 0.06);
	box-shadow:0 3px 4px 0 rgba(50, 50, 50, 0.06);
}

.sidebar-tags a:hover
{
	background:#eeeeee;
}

.blog-comments img
{
	float:left;
}

.comment-content
{
	margin-left:100px;
}

.get-new-update
{
	background: none repeat scroll 0 0 #0097d0;
    margin-top: 0px;/*20px;*/
    padding: 20px;
    
    margin-bottom: 35px;
}

.get-new-update .get-new-update-h3 h3
{
	color: #fff;
    margin: 0 0 10px;
}

.get-new-update .get-new-update-input input
{
	border: medium none;
    color: #7a7b7c;
    margin-bottom: 10px;
    min-height: 32px;
    text-align: center;
    width: 100%;
}

.get-new-update .get-new-update-button button
{
	background: none repeat scroll 0 0 #40454b;
    border: 0 none;
    color: #fff;
    padding: 5px 40px;
}

.blog-tab .nav-tabs
{
	background: none repeat scroll 0 0 #f2f2f2;
}

.blog-tab .nav-tabs li
{
	background: none repeat scroll 0 0 #f2f2f2;
	float: left;
    margin: 0;
}

.blog-tab .nav-tabs > li.active > a, .blog-tab .nav-tabs > li.active > a:hover, .blog-tab .nav-tabs > li.active > a:focus
{
	background:#999999 !important;
	color:#fff;
}

.blog-tab .nav-tabs li a
{
	border-radius: 0;
    font-size: 19px;
    margin: 0;
}

.blog-tab .tab-content
{
	border: 1px solid #ccc;
    padding: 10px;
}

.blog-sidebar-baner
{
	text-align:center;
}

.popular-post ul
{
	padding-left:20px;
}

.popular-post ul li
{
    margin-bottom: 10px;
	list-style-image:url(../images/bullet.png);
}

.popular-post ul li a
{
	color: #00aeef;
}

.categories
{
	background:#f2f2f2;
	text-align:center;
	margin-bottom:35px;
	padding:10px;
}

.categories select
{
	font-size: 16px;
}

.categories h3
{
	margin-top: 0;
    text-align: left !important;
}

.categories ul
{
	padding:0;
}

.categories ul li
{
	display:inline;
}

.categories ul li a
{}

.connect
{
	background:#f2f2f2;
	text-align:center;
	margin-bottom:35px;
	padding:10px;
	margin-top:45px;
}

.connect h3
{
	margin-top: 0;
    text-align: left !important;
}

.connect ul
{
	padding:0;
}

.connect ul li
{
	display:inline;
}

.connect ul li a
{}

.related-read
{
	background:#f2f2f2;
	min-height:155px;
	padding:10px;
}

.foot
{
	bottom: 0;
    position: absolute;
}

/*-----------------------------------------------------------------------------------*/
/*	Sprite
/*-----------------------------------------------------------------------------------*/
/*------------------topheader------------------*/
.emergency
{background: url("../images/header.png") no-repeat scroll 0 -7px rgba(0, 0, 0, 0);display: inline-block;height: 17px;width: 18px;}
 
.header-specials
{background: url("../images/header.png") no-repeat scroll 0 -28px rgba(0, 0, 0, 0);display: inline-block;height: 20px;width: 18px;}

/*------------------menu sidebar social------------------*/
.sidebar-twitter
{background: url("../images/header.png") no-repeat scroll -66px -198px rgba(0, 0, 0, 0);display: inline-block;height: 15px;width: 20px;}

.sidebar-facebook
{background: url("../images/header.png") no-repeat scroll -67px -220px rgba(0, 0, 0, 0);display: inline-block;height: 15px;width: 20px;}

.sidebar-linkedin
{background: url("../images/header.png") no-repeat scroll -68px -239px rgba(0, 0, 0, 0);display: inline-block;height: 15px;width: 20px;}

.sidebar-google_plus
{background: url("../images/header.png") no-repeat scroll -68px -259px rgba(0, 0, 0, 0);display: inline-block;height: 15px;width: 20px;}

/*------------------Support Services------------------*/
.support-service-icon
{background: url("../images/header.png") no-repeat scroll -92px 2px rgba(0, 0, 0, 0);display: inline-block;height:80px;width:80px;}
 
.de-facto-icon
{background: url("../images/header.png") no-repeat scroll -175px -80px rgba(0, 0, 0, 0);display: inline-block;height:42px;width:42px;}

.technology-based-icon
{background: url("../images/header.png") no-repeat scroll -175px -125px rgba(0, 0, 0, 0);display: inline-block;height:42px;width:42px;}

.voyage-plans-icon
{background: url("../images/header.png") no-repeat scroll -175px -167px rgba(0, 0, 0, 0);display: inline-block;height:42px;width:42px;}

.ticket-based-icon
{background: url("../images/header.png") no-repeat scroll 0 -52px rgba(0, 0, 0, 0);display: inline-block;height: 20px;width: 18px;margin-right:10px;}

.server-based-icon
{background: url("../images/header.png") no-repeat scroll 0 -79px rgba(0, 0, 0, 0);display: inline-block;height: 20px;width: 18px;margin-right:10px;}

.livechat-support-icon
{background: url("../images/header.png") no-repeat scroll 0 -101px rgba(0, 0, 0, 0);display: inline-block;height: 20px;width: 18px;margin-right:10px;}

.per-vps-icon
{background: url("../images/header.png") no-repeat scroll 0 -126px rgba(0, 0, 0, 0);display: inline-block;height: 20px;width: 18px;margin-right:10px;}

.vps-node-icon
{background: url("../images/header.png") no-repeat scroll 0 -148px rgba(0, 0, 0, 0);display: inline-block;height: 20px;width: 18px;margin-right:10px;}

.starter-icon
{background: url("../images/header.png") no-repeat scroll 0 -173px rgba(0, 0, 0, 0);display: inline-block;height: 20px;width: 18px;margin-right:10px;}

.small-icon
{background: url("../images/header.png") no-repeat scroll 0 -196px rgba(0, 0, 0, 0);display: inline-block;height: 20px;width: 18px;margin-right:10px;}

.medium-icon
{background: url("../images/header.png") no-repeat scroll 0 -219px rgba(0, 0, 0, 0);display: inline-block;height: 20px;width: 18px;margin-right:10px;}

.large-icon
{background: url("../images/header.png") no-repeat scroll 0 -241px rgba(0, 0, 0, 0);display: inline-block;height: 20px;width: 18px;margin-right:10px;}

.datacenter-icon
{background: url("../images/header.png") no-repeat scroll 0 -262px rgba(0, 0, 0, 0);display: inline-block;height: 20px;width: 18px;margin-right:10px;}

/*------------------Server Management------------------*/
.server-management-main-icon
{background: url("../images/header.png") no-repeat scroll -92px -81px rgba(0, 0, 0, 0);display: inline-block;height:80px;width:80px;}
 
.solutions-icon
{background: url("../images/header.png") no-repeat scroll -175px -211px rgba(0, 0, 0, 0);display: inline-block;height:42px;width:42px;}

.security-infra-icon
{background: url("../images/header.png") no-repeat scroll -175px -256px rgba(0, 0, 0, 0);display: inline-block;height:42px;width:42px;}

.server-management-icon
{background: url("../images/header.png") no-repeat scroll 0 -290px rgba(0, 0, 0, 0);display: inline-block;height: 18px;width: 18px;margin-right:10px;}

.server-monitoring-icon
{background: url("../images/header.png") no-repeat scroll -23px -7px rgba(0, 0, 0, 0);display: inline-block;height: 17px;width: 18px;margin-right:10px;}

.thirdparty-install-icon
{background: url("../images/header.png") no-repeat scroll -26px -29px rgba(0, 0, 0, 0);display:inline-block;height:17px;width:18px;margin-right:10px;}

.backup-management-icon
{background: url("../images/header.png") no-repeat scroll -23px -52px rgba(0, 0, 0, 0);display:inline-block;height: 18px;width:18px;margin-right:10px;}

.data-migration-icon
{background: url("../images/header.png") no-repeat scroll -23px -76px rgba(0, 0, 0, 0);display: inline-block;height: 19px;width: 18px;margin-right:10px;}

.scripting-service-icon
{background: url("../images/header.png") no-repeat scroll -24px -97px rgba(0, 0, 0, 0);display:inline-block;height:17px;width:18px;margin-right:10px;}

.server-hardening-icon
{background: url("../images/header.png") no-repeat scroll -24px -123px rgba(0, 0, 0, 0);display:inline-block;height:16px;width:18px;margin-right:10px;}

.security-audit-icon
{background: url("../images/header.png") no-repeat scroll -24px -146px rgba(0, 0, 0, 0);display: inline-block;height: 14px;width: 18px;margin-right:10px;}

.pci-icon
{background: url("../images/header.png") no-repeat scroll -25px -167px rgba(0, 0, 0, 0);display: inline-block;height: 14px;width: 18px;margin-right:10px;}

.server-forensic-icon
{background: url("../images/header.png") no-repeat scroll -25px -186px rgba(0, 0, 0, 0);display: inline-block;height: 14px;width: 18px;margin-right:10px;}

.abuse-handling-icon
{background: url("../images/header.png") no-repeat scroll -24px -203px rgba(0, 0, 0, 0);display:inline-block;height:14px;width:18px;margin-right:10px;}

.per-incident-support-icon
{background:url("../images/header.png") no-repeat scroll -24px -222px rgba(0, 0, 0, 0);display:inline-block;height:14px;width:18px;margin-right:10px;}

/*------------------Dedicated Support------------------*/
.dedicated-support-icon
{background: url("../images/header.png") no-repeat scroll -92px -167px rgba(0, 0, 0, 0);display: inline-block;height:80px;width:80px;}

.team-plan-icon
{background: url("../images/header.png") no-repeat scroll -175px -298px rgba(0, 0, 0, 0);display: inline-block;height:42px;width:42px;}

.hire-an-expert-icon
{background: url("../images/header.png") no-repeat scroll -221px -80px rgba(0, 0, 0, 0);display: inline-block;height:42px;width:44px;}

.technical-support-teams-icon
{background: url("../images/header.png") no-repeat scroll -24px -239px rgba(0, 0, 0, 0);display:inline-block;height:14px;width:18px;margin-right:10px;}

.dedicated-icon
{background: url("../images/header.png") no-repeat scroll -68px -278px rgba(0, 0, 0, 0);display:inline-block;height:14px;width:18px;margin-right:10px;}

.semidedicated-icon
{background: url("../images/header.png") no-repeat scroll -69px -180px rgba(0, 0, 0, 0);display:inline-block;height:14px;width:18px;margin-right:10px;}

.honey-bee-plan-icon
{background: url("../images/header.png") no-repeat scroll -69px -166px rgba(0, 0, 0, 0);display:inline-block;height:14px;width:18px;margin-right:10px;}

.sales-billing-support-icon
{background: url("../images/header.png") no-repeat scroll -24px -257px rgba(0, 0, 0, 0);display:inline-block;height:14px;width:18px;margin-right:10px;}

.livechat-support-teams-icon
{background: url("../images/header.png") no-repeat scroll -24px -273px rgba(0, 0, 0, 0);display:inline-block;height:14px;width:18px;margin-right:10px;}

.server-administrator-icon
{background: url("../images/header.png") no-repeat scroll -24px -289px rgba(0, 0, 0, 0);display:inline-block;height:16px;width:18px;margin-right:10px;}

.menu-level1-icon
{background: url("../images/header.png") no-repeat scroll -69px -86px rgba(0, 0, 0, 0);display:inline-block;height:14px;width:18px;margin-right:10px;}

.menu-level2-icon
{background: url("../images/header.png") no-repeat scroll -69px -148px rgba(0, 0, 0, 0);display:inline-block;height:14px;width:18px;margin-right:10px;}

.menu-level3-icon
{background: url("../images/header.png") no-repeat scroll -69px -126px rgba(0, 0, 0, 0);display:inline-block;height:14px;width:18px;margin-right:10px;}

.menu-levele3e-icon
{background: url("../images/header.png") no-repeat scroll -69px -106px rgba(0, 0, 0, 0);display:inline-block;height:14px;width:18px;margin-right:10px;}

.security-abuse-specialist-icon
{background: url("../images/header.png") no-repeat scroll -45px -8px rgba(0, 0, 0, 0);display:inline-block;height:14px;width:18px;margin-right:10px;}

.dedicated-staff-icon
{background: url("../images/header.png") no-repeat scroll -45px -25px rgba(0, 0, 0, 0);display:inline-block;height:14px;width:18px;margin-right:10px;}

.billing-icon
{background: url("../images/header.png") no-repeat scroll -69px -64px rgba(0, 0, 0, 0);display:inline-block;height:14px;width:18px;margin-right:10px;}

.sales-icon
{background: url("../images/header.png") no-repeat scroll -69px -48px rgba(0, 0, 0, 0);display:inline-block;height:14px;width:18px;margin-right:10px;}

.chat-icon
{background: url("../images/header.png") no-repeat scroll -69px -30px rgba(0, 0, 0, 0);display:inline-block;height:14px;width:18px;margin-right:10px;}

.ui-designer-icon
{background: url("../images/header.png") no-repeat scroll -69px -8px rgba(0, 0, 0, 0);display:inline-block;height:14px;width:18px;margin-right:10px;}

.graphic-designer-icon
{background: url("../images/header.png") no-repeat scroll -45px -293px rgba(0, 0, 0, 0);display:inline-block;height:14px;width:18px;margin-right:10px;}

/*------------------Enterprise Solutions------------------*/
.enterprise-solutions-icon
{background: url("../images/header.png") no-repeat scroll -92px -250px rgba(0, 0, 0, 0);display: inline-block;height:80px;width:80px;}

.cloud-infrastructure-icon
{background: url("../images/header.png") no-repeat scroll -221px -119px rgba(0, 0, 0, 0);display: inline-block;height:42px;width:42px;}

.expertise-solutions-icon
{background: url("../images/header.png") no-repeat scroll -221px -212px rgba(0, 0, 0, 0);display: inline-block;height:42px;width:42px;}

.data-center-mgnt-icon
{background: url("../images/header.png") no-repeat scroll -45px -43px rgba(0, 0, 0, 0);display:inline-block;height:15px;width:18px;margin-right:10px;}

.licensing-services-icon
{background: url("../images/header.png") no-repeat scroll -45px -64px rgba(0, 0, 0, 0);display:inline-block;height:14px;width:18px;margin-right:10px;}

.storage-mgnt-icon
{background: url("../images/header.png") no-repeat scroll -45px -81px rgba(0, 0, 0, 0);display:inline-block;height:14px;width:18px;margin-right:10px;}

.database-mgnt-icon
{background: url("../images/header.png") no-repeat scroll -45px -99px rgba(0, 0, 0, 0);display:inline-block;height:14px;width:18px;margin-right:10px;}

.cluster-mgnt-icon
{background: url("../images/header.png") no-repeat scroll -45px -118px rgba(0, 0, 0, 0);display:inline-block;height:14px;width:18px;margin-right:10px;}

.disaster-mgnt-icon
{background: url("../images/header.png") no-repeat scroll -45px -136px rgba(0, 0, 0, 0);display:inline-block;height:14px;width:18px;margin-right:10px;}

/*------------------About us------------------*/
.about-icon
{background: url("../images/header.png") no-repeat scroll -175px 0px rgba(0, 0, 0, 0);display: inline-block;height:80px;width:80px;}

.about-ss-icon
{background: url("../images/header.png") no-repeat scroll -221px -165px rgba(0, 0, 0, 0);display: inline-block;height:42px;width:42px;}

.our-philosophy-icon
{background: url("../images/header.png") no-repeat scroll -45px -160px rgba(0, 0, 0, 0);display:inline-block;height:14px;width:18px;margin-right:10px;}

.aboutus-icon
{background: url("../images/header.png") no-repeat scroll -45px -181px rgba(0, 0, 0, 0);display:inline-block;height:14px;width:18px;margin-right:10px;}

.voice-of-customers-icon
{background: url("../images/header.png") no-repeat scroll -45px -200px rgba(0, 0, 0, 0);display:inline-block;height:14px;width:18px;margin-right:10px;}

.life-ss-icon
{background: url("../images/header.png") no-repeat scroll -45px -220px rgba(0, 0, 0, 0);display:inline-block;height:14px;width:18px;margin-right:10px;}

.why-ss-icon
{background: url("../images/header.png") no-repeat scroll -45px -237px rgba(0, 0, 0, 0);display:inline-block;height:14px;width:18px;margin-right:10px;}

.ss-blog-icon
{background: url("../images/header.png") no-repeat scroll -45px -256px rgba(0, 0, 0, 0);display:inline-block;height:14px;width:18px;margin-right:10px;}

.contactus-icon
{background: url("../images/header.png") no-repeat scroll -45px -276px rgba(0, 0, 0, 0);display:inline-block;height:14px;width:18px;margin-right:10px;}

/*------------------Head Page images------------------*/
.defacto-plans-icon
{background:url(../images/head-page-icons.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);display: inline-block;height:105px;width:106px;}

.head-ticket-based-icon
{background:url(../images/head-page-icons.png) no-repeat scroll -217px -8px rgba(0, 0, 0, 0);display: inline-block;height:105px;width:106px;}

.head-server-based-icon
{background:url(../images/head-page-icons.png) no-repeat scroll -217px -112px rgba(0, 0, 0, 0);display: inline-block;height:120px;width:106px;}

.head-livechat-Support-icon
{background:url(../images/head-page-icons.png) no-repeat scroll -217px -227px rgba(0, 0, 0, 0);display: inline-block;height:120px;width:106px;}

.head-per-vps-icon
{background:url(../images/head-page-icons.png) no-repeat scroll -217px -341px rgba(0, 0, 0, 0);display: inline-block;height:116px;width:106px;}

.head-vps-node-icon
{background:url(../images/head-page-icons.png) no-repeat scroll -327px -8px rgba(0, 0, 0, 0);display: inline-block;height:108px;width:106px;}

.technology-solutions-icon
{background:url(../images/head-page-icons.png) no-repeat scroll 0 -107px rgba(0, 0, 0, 0);display: inline-block;height:105px;width:106px;}

.head-voyage-plans-icon
{background:url(../images/head-page-icons.png) no-repeat scroll 0 -212px rgba(0, 0, 0, 0);display: inline-block;height:105px;width:106px;}

.head-solutions-plans-icon
{background:url(../images/head-page-icons.png) no-repeat scroll 0 -319px rgba(0, 0, 0, 0);display: inline-block;height:112px;width:114px;}

.head-server-management-icon
{background:url(../images/head-page-icons.png) no-repeat scroll -324px -108px rgba(0, 0, 0, 0);display: inline-block;height:120px;width:106px;}

.head-server-monitoring-icon
{background:url(../images/head-page-icons.png) no-repeat scroll -324px -220px rgba(0, 0, 0, 0);display: inline-block;height:105px;width:106px;}

.head-third-party-icon
{background:url(../images/head-page-icons.png) no-repeat scroll -328px -317px rgba(0, 0, 0, 0);display: inline-block;height:120px;width:106px;}

.head-backup-management-icon
{background:url(../images/head-page-icons.png) no-repeat scroll -328px -433px rgba(0, 0, 0, 0);display: inline-block;height:120px;width:106px;}

.head-data-migrations-icon
{background:url(../images/head-page-icons.png) no-repeat scroll -428px 8px rgba(0, 0, 0, 0);display: inline-block;height:120px;width:120px;}

.head-scripting-service-icon
{background:url(../images/head-page-icons.png) no-repeat scroll -431px -107px rgba(0, 0, 0, 0);display: inline-block;height:110px;width:110px;}

.head-security-infra-icon
{background:url(../images/head-page-icons.png) no-repeat scroll 11px -430px rgba(0, 0, 0, 0);display: inline-block;height:112px;width:114px;}

.head-team-plans-icon
{background:url(../images/head-page-icons.png) no-repeat scroll -110px 0 rgba(0, 0, 0, 0);display: inline-block;height:80px;width:106px;}

.head-technical-support-icon
{background:url(../images/head-page-icons.png) no-repeat scroll -433px -211px rgba(0, 0, 0, 0);display: inline-block;height:103px;width:110px;}

.head-sales-billing-icon
{background:url(../images/head-page-icons.png) no-repeat scroll -433px -311px rgba(0, 0, 0, 0);display: inline-block;height:118px;width:110px;}

.head-livechat-Support-team-icon
{background:url(../images/head-page-icons.png) no-repeat scroll -433px -420px rgba(0, 0, 0, 0);display: inline-block;height:98px;width:110px;}

.mainhead-technical-support-icon
{background:url(../images/head-page-icons.png) no-repeat scroll -105px -453px rgba(0, 0, 0, 0);display: inline-block;height:112px;width:114px;}

.head-Dedicated-icon
{background:url(../images/head-page-icons.png) no-repeat scroll -543px 0 rgba(0, 0, 0, 0);display: inline-block;height:112px;width:112px;}

.head-Semi-dedicated-icon
{background:url(../images/head-page-icons.png) no-repeat scroll -543px -108px rgba(0, 0, 0, 0);display: inline-block;height:120px;width:112px;}

.head-Honeybee-plan-team-icon
{background:url(../images/head-page-icons.png) no-repeat scroll -543px -223px rgba(0, 0, 0, 0);display: inline-block;height:120px;width:112px;}

.head-hire-expert-icon
{background:url(../images/head-page-icons.png) no-repeat scroll -110px -80px rgba(0, 0, 0, 0);display: inline-block;height:80px;width:106px;}

.head-server-administrator-icon
{background:url(../images/head-page-icons.png) no-repeat scroll -543px -346px  rgba(0, 0, 0, 0);display: inline-block;height:120px;width:116px;}

.head-security-abuse-icon
{background:url(../images/head-page-icons.png) no-repeat scroll -217px -453px rgba(0, 0, 0, 0);display: inline-block;height:77px;width:106px;}

.mainhead-server-administrator-icon
{background:url(../images/head-page-icons.png) no-repeat scroll -768px 0 rgba(0, 0, 0, 0);display: inline-block;height:111px;width:104px;}

.head-soldier-icon
{background:url(../images/head-page-icons.png) no-repeat scroll -658px 0 rgba(0, 0, 0, 0);display: inline-block;height:117px;width:104px;}

.head-warrior-icon
{background:url(../images/head-page-icons.png) no-repeat scroll -658px -123px rgba(0, 0, 0, 0);display: inline-block;height:117px;width:104px;}

.head-commander-icon
{background:url(../images/head-page-icons.png) no-repeat scroll -658px -253px rgba(0, 0, 0, 0);display: inline-block;height:117px;width:104px;}

.head-zen-master-icon
{background:url(../images/head-page-icons.png) no-repeat scroll -658px -372px rgba(0, 0, 0, 0);display: inline-block;height:117px;width:104px;}

.mainhead-dedicated-Staff-icon
{background:url(../images/head-page-icons.png) no-repeat scroll -768px -110px rgba(0, 0, 0, 0);display: inline-block;height:117px;width:104px;}

.head-billing-sales-icon
{background:url(../images/head-page-icons.png) no-repeat scroll -768px -221px rgba(0, 0, 0, 0);display: inline-block;height:120px;width:114px;}

.head-Developers-icon
{background:url(../images/head-page-icons.png) no-repeat scroll -768px -334px rgba(0, 0, 0, 0);display: inline-block;height:116px;width:127px;}

.head-chat-personal-icon
{background:url(../images/head-page-icons.png) no-repeat scroll -768px -444px rgba(0, 0, 0, 0);display: inline-block;height:120px;width:127px;}

.head-ui-designer-icon
{background:url(../images/head-page-icons.png) no-repeat scroll -875px 0 rgba(0, 0, 0, 0);display: inline-block;height:98px;width:127px;}

.head-graphic-designer-icon
{background:url(../images/head-page-icons.png) no-repeat scroll -875px -93px rgba(0, 0, 0, 0);display: inline-block;height:120px;width:127px;}

.head-cloud-infra-icon
{background:url(../images/head-page-icons.png) no-repeat scroll -110px -166px rgba(0, 0, 0, 0);display: inline-block;height:80px;width:106px;}

.head-expertise-solutions-icon
{background:url(../images/head-page-icons.png) no-repeat scroll -110px -166px rgba(0, 0, 0, 0);display: inline-block;height:80px;width:106px;}

/*-----------------------------------------------------------------------------------*/
/*	vertical tab
/*-----------------------------------------------------------------------------------*/
div.vertical-tab-container
{
  /*z-index: 10;*/
  background-color: #ffffff;
  padding: 0 !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  border:1px solid #ddd;
  margin-top: 20px;
  margin-left: 50px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  background-clip: padding-box;
  opacity: 0.97;
  filter: alpha(opacity=97);
}

.vertical-tab-content-left h3
{
	text-align:center;
}

div.vertical-tab-menu
{
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}

div.vertical-tab-menu div.list-group
{
  margin-bottom: 0;
}

div.vertical-tab-menu div.list-group>a
{
  margin-bottom: 0;
  font-size: 20px;
}

div.vertical-tab-menu div.list-group>a .glyphicon,
div.vertical-tab-menu div.list-group>a .fa 
{
  color: #5A55A3;
}

div.vertical-tab-menu div.list-group>a:first-child
{
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}

div.vertical-tab-menu div.list-group>a:last-child
{
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}

div.vertical-tab-menu div.list-group>a.active,
div.vertical-tab-menu div.list-group>a.active .glyphicon,
div.vertical-tab-menu div.list-group>a.active .fa
{
  background-color: #00aeef;
  background-image: #00aeef;
  color: #ffffff;
}

div.vertical-tab-menu div.list-group>a.active:after
{
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #00aeef;
}

div.vertical-tab-content
{
  background-color: #ffffff;
  padding-left: 20px;
  padding-top: 35px;
  padding-right:35px;
}

div.vertical-tab div.vertical-tab-content:not(.active)
{
  display: none;
}

.vertical-tab-content-left
{
	padding-right: 35px;
}

.vertical-tab-content-right p
{
	font-size: 19px;
}

.vertical-tab-content-right .price-large
{
	color: #00aeef;
    font-size: 39px;
}

div.vertical-tab-menu div.list-group > a.active
{
	background:#00aeef !important;
	text-shadow: inherit !important;
}

.technology-solutions a
{
	margin-right:10px;
}

/*-----------------------------------------------------------------------------------*/
/*	Price Table
/*-----------------------------------------------------------------------------------*/
.features
{
	background: none repeat scroll 0 0 #2999d2 !important;
    border-bottom: 0 none !important;
    border-top: 10px solid #2999d2 !important;
    font-size: 30px;
    text-transform: uppercase;
    vertical-align: middle !important;
}

.plans
{
	background: none repeat scroll 0 0 #fff !important;
    border-bottom: 0 none !important;
    border-right: 1px solid #ddd !important;
    border-top: 10px solid #2999d2 !important;
    vertical-align: middle !important;
}

.plan-name
{
	color: #333;
    font-size: 26px;
    font-weight: normal;
    text-transform: uppercase;
}

.plan-price-details
{
	color: #2999d2;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 0;
}

.plan-per
{
	color: #828282;
    font-size: 18px;
    font-weight: normal;
    line-height: 18px;
}

.dedicated-table .side-intersect
{
	font-size: 18px;
    font-weight: normal;
}

.dedicated-table td
{
	border-right:1px solid #ddd;
}

.price-table th
{
	border-color:#2999d2 !important
}

.price-table .side-intersect
{
	text-align:center !important;
	font-size: 18px !important;
    font-weight: normal !important;
}

/*-----------------------------------------------------------------------------------*/
/*	Emergency
/*-----------------------------------------------------------------------------------*/
.social p
{
	display: inline;
	margin-right: 20px;
}

.emergency-form
{
	background: none repeat scroll 0 0 #efefef;
}

.emergency-form h3
{
	margin: 5px 0 20px;
    text-align: center;
}

.emergency-captcha input
{
	background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
	min-width: 200px;
    padding: 6px 12px;
    vertical-align: middle;
}

.emergency-captcha-img
{ 
    min-width: 125px;
	text-align : left!important;
	float : none!important;
	margin-bottom: 15px;
}

.emergency-captcha-input
{
	float: right;
}

.emergency-button
{
	margin-bottom: 15px;
	text-align: center;
}

.emergency-button button i
{
    vertical-align: top;
}

.emergency-social
{
	border-collapse: separate;
    border-spacing: 5px;
    display: table;
    padding: 0;
    width: 100%;
}

.emergency-social li
{
	display: table-cell;
    list-style: outside none none;
    text-align: center;
}

.emergency-social li a i
{
	color: #fff;
    font-size: 18px;
    margin-right: 5px;
}

.emergency-social li a
{
	color: #fff;
}

.emergency-social .black-bg
{
	background: none repeat scroll 0 0 #343537;
}

.emergency-social .blue-bg
{
	background: none repeat scroll 0 0 #00aeef;
}

.business-affecting
{
	background-image:url(../images/data-recovery-emergency-support.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    height: 332px;
}

.hacked
{
	background:url(../images/hacked-bg.png);
	background-repeat:no-repeat;
	height:99px;
}

.form-group 
{
	margin-bottom: 0;
}

.form-group span.price 
{
	font-weight: 200;
	display: inline-block;
	color: #7f8c8d;
	font-size: 14px;
}

/*-----------------------------------------------------------------------------------*/
/*	CART
/*-----------------------------------------------------------------------------------*/
.order-content table
{
	width: 100%;
	border-collapse: collapse;
    border-spacing: 0;
}

.cart-content table
{
	width: 100%;
    border-spacing: 0;
}

table.shop_table.cart th
{
	border-bottom: 1px solid #d2d2d2;
    border-top: 1px solid #d2d2d2;
	font-size: 16px !important;
    padding: 13px 0;
    text-transform: uppercase !important;
    vertical-align: middle;
}

.product-remove .close
{
	border-radius: 50% !important;
    float: none !important;
	
}

.shop_table thead
{
	border-color: #d9d2d2 -moz-use-text-color;
    border-style: solid none;
    border-width: 1px 0;
}

.shop_table tbody
{
	border-bottom:1px solid #d9d2d2;
}

table.shop_table.cart td
{
	padding: 18px 0;
    vertical-align: middle;
	border-bottom: 1px solid #d2d2d2;
}

.product-thumbnail, div.product-name-price
{
	display: table-cell;
    vertical-align: middle;
}

div.product-thumbnail
{
	padding-right: 30px;
}

.cart-collaterals
{
	border: 1px solid #d9d2d2;
    padding: 3px;
}

.cart_totals 
{
	border: 1px solid #00aeef;
    padding: 15px;
}

.cart-collaterals .cart_totals h3
{
	color: #0097d0;
	font-size: 20px;
    letter-spacing: 0;
    margin: 0 0 15px;
    text-align: center;
    text-transform: uppercase;
}

.cart-collaterals th, .cart-collaterals td span, .cart-collaterals table td, #order_review table th
{font-size: 14px;
    padding: 7px 0;
    text-transform: uppercase;
	font-weight: bold;
}

.cart-collaterals tr.shipping th, .cart-collaterals tr.shipping td
{
	padding: 7px 0 20px;
}

.cart-collaterals .cart_totals tbody tr td
{
	text-align: right;
}

.cart-collaterals tr.shipping td, .cart-collaterals tr.shipping td span.amount
{
	font-size: 12px !important;
}

tr.shipping
{
	border-bottom:1px solid #d9d2d2;
}

.cart-collaterals tr.order-total th, .cart-collaterals tr.order-total td span
{
	padding: 20px 0;
}

.cart-collaterals .cart_totals table
{
	margin-bottom: 30px;
}

.cart-collaterals .cart_totals .cart_update_checkout input
{
	border-radius: 0;
	color: #fff;
    font-size: 14px;
    margin-bottom: 5px;
    text-transform: uppercase;
    width: 100%;
}

input.btn-alternative, a.btn-flat, a.btn-alternative, #submit, .btn-eg a
{
	color: #fff;
    border-radius: 0;
    box-shadow: none;
    padding: 7px 18px;
	font-size: 14px;
	text-transform: uppercase;
}

input.btn-alternative, a.btn-flat, a.btn-alternative, #submit, .btn-eg a:hover
{ color:#fff !important;}

.btn-flat
{
	background: none repeat scroll 0 0 #343537;
}

.btn-flat:hover
{
	background: none repeat scroll 0 0 #3F454C;
}

.btn-alternative
{
	background: none repeat scroll 0 0 #0097d0;
}

.btn-alternative:hover
{
	background: none repeat scroll 0 0 #00aeef;
}

.after-cart h3.head
{
	letter-spacing: 0;
	margin: 30px 0 15px;
    text-transform: uppercase;
}

.input-text
{
	border: 1px solid #d9d2d2;
    min-height: 40px;
    padding: 0 10px;
    width: 100%;
}

table.shop_table.coupon td input[type="submit"]
{
	border-radius: 0;
    color: #fff;
    float: right;
    font-size: 14px;
    margin-top: 8px;
    text-transform: uppercase;
}

.login-form-checkout
{
	border-bottom: 1px solid #d2d2d2;
    border-top: 1px solid #d2d2d2;
    padding: 18px 0;
}

.showlogin
{
	color:#0097d0;
}

.showlogin:hover
{
	color:#00aeef;
}

.checkout-head-container
{
	color: #000;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
}

.checkout-head-container a
{
	color:#0097d0;
}

form .form-row-first
{
	float: left;
    width: 47%;
}

.login label
{
	display: inline-block;
    font-weight: 700;
    margin-bottom: 5px;
    max-width: 100%;
}

p.form-row label .required
{
	color: #f00;
}

form .form-row-last
{
	float: right;
    width: 47%;
}

.register-btn
{
	background: none repeat scroll 0 0 #343537;
    border: 0 none;
    color: #fff;
    float: right;
    padding: 6px 12px;
    transition: background-color 0.3s ease 0s;
}

form.login #rememberme
{
	float: left;
    margin-top: 4px;
	margin-right:5px;
}

.lost_password
{
	color:#0097d0;
}

.lost_password:hover
{
	color:#00aeef;
}

form.checkout
{
	margin-bottom: 30px;
    margin-top: 20px;
}

.form-row .chosen-container
{
	width:100% !important;
}

#payment .form-row.terms label, #ship-to-different-address label, p.form-row.create-account label
{
	display: inline;
    padding-left: 10px;
}

.radio, .checkbox 
{
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
    min-height: 20px;
    position: relative;
}

#ship-to-different-address
{
	margin-bottom:20px;
}

.details h3
{
	font-size: 19px;
    letter-spacing: 0;
    text-transform: uppercase;
}

.shipping-fields
{
	margin-top:20px;
}

#order_review table thead th.product-total 
{
    text-align: right;
}

.shop_table
{
	border-collapse:separate;
}

#order_review table tfoot tr.cart-subtotal th, #order_review table tfoot tr.shipping th, #order_review table tfoot tr.total th
{
	padding: 20px 0;
}

#order_review table td 
{
    text-align: right;
}

#order_review table td.product-name 
{
    font-weight: normal;
    text-align: left;
    text-transform: none;
}

.cart-total
{
	border-bottom:1px solid #d9d2d2;
}

.ordertotal
{
	border-bottom:1px solid #d9d2d2;
	border-top:1px solid #d9d2d2;
}

.ordertotal th
{
	padding:20px 0 !important;
}

#payment ul 
{
    list-style: outside none none;
    margin: 0;
    padding: 0 0 15px;
}

#payment li 
{
    border-bottom: 1px solid #d9d2d2;
    padding: 11px 0;
}

#payment .input-radio 
{
    float: left;
    height: 22px;
    margin: 0 15px 0 0;
}

#payment li.payment_method_paypal label img 
{
    margin-left: 5px;
}

#payment .form-row.terms 
{
    margin-top: 10px;
}

#payment .place-order input[type="submit"] 
{
    width: 100%;
}

ul.order_details
{
	list-style: outside none none;
    margin: 0 0 20px;
    padding: 0;
}

ul.order_details li
{
	border-right: 1px dashed;
    float: left;
    font-size: 14px;
    margin-right: 20px;
    padding-right: 20px;
    text-transform: uppercase;
}

.order-summary h3
{
	font-size: 19px;
    letter-spacing: 0;
    text-transform: uppercase;
}

table.shop_table.my_account_orders thead th
{
	text-align: left !important;
}

.order_details td.product-name, .order_details td.product-total
{
	border-bottom: 1px solid #d2d2d2;
    border-top: 1px solid #d2d2d2;
    padding: 10px 0;
}

.shop_table.order_details th
{
	padding: 13px 0;
    text-transform: uppercase !important;
    vertical-align: middle;
}

.order_details-subtotal
{
    border-top: 1px solid #d2d2d2;
}

.apply_coupon
{
	margin: 0 !important;
    min-height: 40px;
    width: 100%;
}

.order-complete
{
	color: #00aeef;
    font-weight: bold;
}

.order-summary-details-wrapper
{
	border: 1px solid #d9d2d2;
    padding: 3px;
}

.order-summary-details
{
	border: 1px solid #00aeef;
    padding: 15px;
}

.order-summary-head
{
	color: #00aeef;
    margin-bottom: 30px;
    text-align: center;
}

.order-summary-detailbox
{
	background: none repeat scroll 0 0 rgb(242, 242, 242);
    padding: 10px;
    text-align: center;
}

.build-team
{
	cursor:pointer;
}

.build-team:hover
{ color:#2999d2;}

.cart-box-head
{
	background:#2899D1;
}

.cart-box-head h3
{
	color: #fff;
	padding: 10px 15px;
    margin: 0;
}

.cart-box-content
{
	background:#f1f1f1;
	padding: 30px 15px;
}

.product-quantity p
{
	font-size: 20px;
}

.product-price p
{
	font-size: 20px;
}

.product-desc .nav-tabs
{
	font-weight: bold;
    text-align: left;
}

.product-desc .nav-tabs li
{
	margin: 0;
}

.product-desc .nav-tabs li.active
{
	color:#000;
}

.product-desc .nav-tabs li a
{
	color: #ccc;
    font-size: 19px;
    padding: 0 0 10px;
    text-align: left;
}

.related-products
{
	padding: 0;
}

.related-products li
{
	display:inline-block;
	margin-right:10px;
}

.related-products li img
{
	border: 3px solid #d5d3d4;
}

/*-----------------------------------------------------------------------------------*/
/*	Fiter
/*-----------------------------------------------------------------------------------*/
.hidden 
{ display: none; }

#filter 
{
  text-align: center;
  padding: 15px;
}

#filter button 
{
  border: 0;
  background-color: #00aeef;
   font-family: "helveticaneuelt_std_lt_cnRg" !important;
  font-size: 16px;
  color: #FFF;
  cursor: pointer;
  padding: 5px 20px;
}

#filter button:hover
{
	background-color: #015d9a;
}

#filter button.active 
{ background-color: #015d9a; }

#filter button:focus 
{ outline: 0; }

#posts 
{
  max-width: 1200px;
  margin: 0 auto;
}

#posts .post 
{
  width: 25%;
  float: left;
  height: 250px;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  position: relative;
  background:#00aeef;
  z-index: 1;
  display: inline-block;
}

#posts .post img 
{
  position: relative;
  display: block;
  width: -webkit-calc(100% + 60px);
  width: calc(100% + 60px);
  opacity: 1;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-30px, 0, 0) scale(1.12);
  transform: translate3d(-30px, 0, 0) scale(1.12);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  min-height: 100%;
}

#posts .post:hover img 
{
  opacity: 0.5;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

#posts .post .post-content 
{
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#posts .post .post-content::before,
#posts .post .post-content::after 
{ pointer-events: none; }

#posts .post .post-content,
#posts .post a 
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#posts .post a 
{
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

#posts .post h2 
{
  word-spacing: -0.15em;
  font-weight: 300;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 1em 1.2em;
}

#posts .post h2,
#posts .post p 
{ margin: 0; }

#posts .post p 
{
  letter-spacing: 1px;
  font-size: 68.5%;
  padding: 0 10px 0 0;
  width: 50%;
  border-right: 1px solid #fff;
  text-align: right;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0);
}

#posts .post:hover p 
{
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

 @media screen and (max-width: 600px) 
{
#posts .post 
{ width: 50%; }

}

/*-----------------------------------------------------------------------------------*/
/*	404 Page
/*-----------------------------------------------------------------------------------*/
.error-page
{
	background:url(../images/404-page-bg.jpg) repeat;
	height:850px;
}

.error
{
	background:url(../images/404-page.jpg) center;
	height:850px;
	text-align:center;
}

.error h3
{
	font-size: 48px;
    padding-top: 65px;
}

.error p
{
	font-size: 20px;
}

/*-----------------------------------------------------------------------------------*/
/*	Media Queries
/*-----------------------------------------------------------------------------------*/
@media (min-width:1080px) 
{
	.tabs nav a
{
		padding:0 46px;
	}

	
	.direct_ph
{
		display:none !important;
	}

	.media-xs
{
		display:none !important;
	}

	.applyon-mobile
{
		display:none !important;
	}

	
	.apply-now
{
		margin-right:20px;
	}

	.ib-content .ib-teaser
{
		width:265px !important;
	}

	.ib-main a
{
		width:265px !important;
	}

	.ib-teaser
{
		font-size:27px;
	}

	#ticker
{
		height:35px;
	}

	.left-float
{
		min-height:170px;
	}

	.thirdparty-installations
{
		height: 228px;
	}

	
	.thirdparty-installations .installation-content .icon-image
{
		margin-right: 20px;
		margin-top: 10px;
	}

	.server-hardening .boxes h3
{
		min-height: 73px;
	}

	
	#main-menu
{
		display:block;
	}

	
	#mobile-menu
{
		display:none;
	}

}

/* Large Devices, Wide Screens  lg */ 
@media only screen and (max-width : 1200px) 
{
	.media-xs
{
		display:none !important;
	}

	.main
{
		height: 41px;
	}

	.direct_ph
{
		display:none !important;
	}

	
	nav.main-nav .dropdown a.dropdown-toggle
{
		font-size: 16px;
	}

	/*.nav-justified > li > a
{
		padding-bottom: 11px;
		padding-top: 12px;
	}
*/
	.sidebar-menu h4
{
		font-size: 18px;
	}

	.submenu .level1 h5 a
{
		font-size: 13px;
	}

	
	.defacto-plans p
{
		margin-left:0;
	}

	.technology-based p
{
		margin-left:0;
	}

	.volume-based p
{
		margin-left:0;
	}

	.solutions p
{
		margin-left:0;
	}

	.security p
{
		margin-left:0;
	}

	.team-plans p
{
		margin-left: 0;
	}

	.hire-an-expert p
{
		margin-left:0;
	}

	.cloud-infrastructure p
{
		margin-left:0;
	}

	.expertise-solutions p
{
		margin-left:0;
	}

	.the-sages p
{
		margin-left: 0;
	}

	
	.applyon-dektop
{
		display:none !important;
	}

	
	.ib-content-preview
{
		width: 532px !important;
		height: 550px !important;
	}

	
	.thirdparty-installations
{
		height: 228px;
	}

	.thirdparty-installations .installation-content .icon-image
{
		margin-right: 20px;
		margin-top: 10px;
	}

}

/* Medium Devices, Desktops   md */
@media only screen and (max-width : 992px) 
{
	.nav-tabs 
{
		margin-top: 10px;
		padding: 0;
		text-align: center;
	}

	.logo
{
		margin: 0 auto;
	}

	
	nav.main-nav .dropdown a.dropdown-toggle
{
		padding: 12px 0;
	}

	.sidebar-menu h4
{
		font-size: 15px;
	}

	.nav-justified
{
		background: none repeat scroll 0 0 #01aaef;
	}

	.navbar-default .navbar-toggle .icon-bar
{
		background-color: #fff !important;
	}

	/*.navbar-toggle
{
		border: 0 none !important;
	}
*/
	/*.nav-justified > li > .dropdown-menu
{
		padding:10px 0;
	}
*/
	.sidebar-menu
{
		padding-left:15px !important;
	}

	/*.nav-justified .open .dropdown-menu 
{
		background-color: transparent;
		border: 0 none;
		box-shadow: none;
		float: none;
		margin-top: 0;
		position: static;
		width: auto;
	}
*/
	.body-content-top-bar ul li
{
		padding-left:15px;
		padding-right:15px;
	}

	
	.defacto-plans p
{
		margin-left:0;
	}

	.technology-based p
{
		margin-left:0;
	}

	.volume-based p
{
		margin-left:0;
	}

	.solutions p
{
		margin-left:0;
	}

	.security p
{
		margin-left:0;
	}

	.team-plans p
{
		margin-left: 0;
	}

	.hire-an-expert p
{
		margin-left:0;
	}

	.cloud-infrastructure p
{
		margin-left:0;
	}

	.expertise-solutions p
{
		margin-left:0;
	}

	.the-sages p
{
		margin-left: 0;
	}

	.nested-sub a
{
		padding-left:0;
	}

	.about-tag .img-responsive
{
		margin-top: -20px;
		position: relative;
	}

	.row.submenu
{
		margin-left:0;
		margin-right:0;
	}

	.ss_medal_desc
{
		margin-top: -85px;
	}

	
	.direct_ph
{
		display:none !important;
	}

	.home-shadow
{
		margin: 0;
		width: 100%;
	}

	.ss-shadow-body ul li
{
		text-align: center;
		padding: 10px 0;
	}

	.media-wall, .social-media
{
		text-align:center
	}

	.footer-link, .blog
{
		text-align:center;
		margin-top: 40px;
	}

	.view-more-post
{
		text-align:center;
		margin-bottom:30px;
	}

	.home-shadow
{
		margin-bottom:30px;
	}

	.view-more-post
{
		text-align: center;
	}

	.career-tab ul li a
{
		padding:10px 15px;
	}

	.hang-head
{
		margin-top:0;
	}

	.effect3
{
		margin-top:0;
	}

	.applyon-dektop
{
		display:none !important;
	}

	
	
	.ib-content .ib-teaser
{
		width:170px !important;
	}

	.ib-main a
{
		width:170px !important;
	}

	.ib-teaser
{
		font-size:20px;
	}

	.ib-content-preview
{
		width: 532px !important;
		height: 550px !important;
		top:0 !important;
	}

	
	.three-in-one-baner .three-plans p
{
		font-size:16px;
	}

	.perserver p
{
		font-size:34px;
	}

	.tabs nav a
{
		font-size:16px;
	}

	
	
	.bg-content .list
{
		margin-top:0;
	}

	
	.thirdparty-installations .installation-content .icon-image
{
		margin-right: 10px;
		margin-top: 10px;
	}

	
	.blog h2
{
		font-size:18px !important;
	}

	.blog ul li
{
		list-style:none;
	}

}

/* Small Devices, Tablets    sm */
@media only screen and (max-width : 768px) 
{
	
	.contactus-btn-center
{
		border: 2px solid #f5f5f5;
		font-size: 16px;
		padding: 10px 5px;
	}

	.nav-tabs 
{
		margin-top: 10px;
		padding: 0;
		text-align: center;
	}

	.logo
{
		margin: 0 auto;
	}

	.body-content-top-bar ul li 
{
		padding-left: 10px;
		padding-right: 10px;
	}

	.defacto-plans p
{
		margin-left:0;
	}

	.technology-based p
{
		margin-left:0;
	}

	.volume-based p
{
		margin-left:0;
	}

	.solutions p
{
		margin-left:0;
	}

	.security p
{
		margin-left:0;
	}

	.team-plans p
{
		margin-left: 0;
	}

	.hire-an-expert p
{
		margin-left:0;
	}

	.cloud-infrastructure p
{
		margin-left:0;
	}

	.expertise-solutions p
{
		margin-left:0;
	}

	.the-sages p
{
		margin-left: 0;
	}

	.row.submenu
{
		padding: 0 20px;
	}

	.nav-justified
{
		background: none repeat scroll 0 0 #01aaef;
	}

	.navbar-default .navbar-toggle .icon-bar
{
		background-color: #fff !important;
	}

	.navbar-toggle
{
		border: 0 none !important;
	}

	.submenu .level1 p
{
		text-align:center;
	}

	.submenu .level1 
{
		border-right: 0 none;
	}

	li .level1 
{
		border-bottom: 1px solid #c4c4c4;
		min-height: inherit !important;
		padding-bottom: 20px;
		padding-top: 20px;
	}

	li .level1:last-child
{
		border-bottom: 0 none;
	}

	li .level1:first-child
{
		padding-top: 0;
	}

	.server-administrator
{
		border-right: 0 none;
	}

	.about-us li .level1
{
		border-bottom: 0 none;
	}

	.nested-sub a
{
		padding-left:0;
	}

	.about-tag
{
		margin-top:0;
	}

	.nav-justified > li > .dropdown-menu
{
		padding:10px 0;
	}

	.row.submenu
{
		margin-left:0;
		margin-right:0;
	}

	.sidebar-menu
{
		padding-left:15px !important;
	}

	
	/*.nav-justified .open .dropdown-menu 
{
		background-color: transparent;
		border: 0 none;
		box-shadow: none;
		float: none;
		margin-top: 0;
		position: static;
		width: auto;
	}
*/
	.direct_ph
{
		display:none !important;
	}

	.home-shadow
{
		margin: 0;
		width: 100%;
	}

	.ss-shadow-body ul li
{
		text-align: center;
		padding: 10px 0;
	}

	.carousel-inner .thumbnail
{
		width:100% !important;
	}

	.media-wall, .social-media
{
		text-align:center
	}

	.footer-link, .blog
{
		text-align:center;
		margin-top: 40px;
	}

	.view-more-post
{
		text-align:center;
		margin-bottom:30px;
	}

	.home-shadow
{
		margin-bottom:30px;
	}

	.view-more-post
{
		text-align: center;
	}

	
	.career-tab ul li a
{
		padding:10px 5px;
	}

	.effect3
{
		margin-top:0;
	}

	.applyon-dektop
{
		display:none !important;
	}

	.side-link li a
{
		text-align:center;
	}

	.ib-content .ib-teaser
{
		width:188px !important;
	}

	.ib-main a
{
		width:188px !important;
	}

	.ib-teaser
{
		font-size:20px;
	}

	.ib-content-preview
{
		width: 590px !important;
		height: 550px !important;
		top:0 !important;
	}

	
	.three-in-one-baner .three-plans p
{
		font-size:15px;
	}

	.perserver p
{
		font-size:34px;
	}

	
	.three-in-one-baner .three-plans p
{
		text-align:center;
	}

	
	.bg-content .list
{
		margin-top:0;
	}

	
	.thirdparty-installations .installation-content .icon-image
{
		margin-right: 10px;
		margin-top: 10px;
	}

	
	.blog h2
{
		font-size:18px !important;
	}

	.blog ul li
{
		list-style:none;
	}

	.button span
{
		display:none !important;
	}

	.nav-tabs li span
{
		display:none !important;
	}

	.contact-hide
{
		display:none;
	}

	.quantity.buttons_added
{
		min-width:65px;
	}

}

/* Extra Small Devices, Phones  ex*/ 
@media only screen and (max-width : 480px) 
{
	
	.linkedin_button
{width:41px !important;}

	.linkedin_button:hover
{ width:41px !important;}

	
	.contactus-btn-center
{
		border: 2px solid #f5f5f5;
		font-size: 16px;
		padding: 10px 5px;
	}

	body
{
		font-size:14px !important;
	}

	p
{
		font-size:14px !important;
	}

	h3
{
		font-size:20px !important;
	}

	.row.submenu
{
		padding: 0 20px;
	}

	.nav-justified
{
		background: none repeat scroll 0 0 #01aaef;
	}

	.navbar-default .navbar-toggle .icon-bar
{
		background-color: #fff !important;
	}

	.navbar-toggle
{
		border: 0 none !important;
	}

	.body-content-top-bar ul li
{
		padding-left: 10px;
		padding-right: 10px;
	}

	.submenu .level1 p
{
		text-align:center;
	}

	.submenu .level1 
{
		border-right: 0 none;
	}

	li .level1 
{
		border-bottom: 1px solid #c4c4c4;
		min-height: inherit !important;
		padding-bottom: 20px;
		padding-top: 20px;
	}

	li .level1:last-child
{
		border-bottom: 0 none;
	}

	li .level1:first-child
{
		padding-top: 0;
	}

	.server-administrator
{
		border-right: 0 none;
	}

	.about-us li .level1
{
		border-bottom: 0 none;
	}
 
	h2
{
		font-size: 22px !important;
	}

	.nav-tabs 
{
		margin-top: 10px;
		padding: 0;
		text-align: center;
	}

	.logo
{
		margin: 0 auto;
	}

	
	.defacto-plans p
{
		margin-left:0;
	}

	.technology-based p
{
		margin-left:0;
	}

	.volume-based p
{
		margin-left:0;
	}

	.solutions p
{
		margin-left:0;
	}

	.security p
{
		margin-left:0;
	}

	.team-plans p
{
		margin-left: 0;
	}

	.hire-an-expert p
{
		margin-left:0;
	}

	.cloud-infrastructure p
{
		margin-left:0;
	}

	.expertise-solutions p
{
		margin-left:0;
	}

	.the-sages p
{
		margin-left: 0;
	}

	.media-wall, .social-media
{
		text-align:center
	}

	.footer-link, .blog
{
		text-align:center;
		margin-top: 40px;
	}

	.view-more-post
{
		text-align:center;
		margin-bottom:30px;
	}

	
	
	.phone
{
		display:none;
	}

	.carousel-inner .thumbnail
{
		width:100% !important;
	}

	
	.nested-sub a
{
		padding-left:0;
	}

	.about-tag
{
		margin-top:0;
	}

	/*.nav-justified > li > .dropdown-menu
{
		padding:10px 0;
	}
*/
	.row.submenu
{
		margin-left:0;
		margin-right:0;
	}

	.sidebar-menu
{
		padding-left:15px !important;
	}

	/*.nav-justified .open .dropdown-menu 
{
		background-color: transparent;
		border: 0 none;
		box-shadow: none;
		float: none;
		margin-top: 0;
		position: static;
		width: auto;
	}
*/
	.home-shadow
{
		margin-bottom: 30px;
		margin-top: 20px;
		width: 100%;
	}

	.ss-shadow-body ul li
{
		text-align: center;
		padding: 10px 0;
	}

	.view-more-post
{
		text-align: center;
	}

	
	.career-tab ul li a
{
		padding:10px;
		
	}

	.effect3
{
		margin-top:0;
	}

	.applyon-dektop
{
		display:none !important;
	}

	.side-link li a
{
		text-align:center;
	}

	
	
	.ib-content .ib-teaser
{
		width:188px !important;
	}

	.ib-main a
{
		width:188px !important;
	}

	.ib-teaser
{
		font-size:20px;
		padding-top:40px !important;
	}

	.ib-content-preview
{
		width: 590px !important;
		height: 550px !important;
		top:0 !important;
	}

	.three-in-one-baner .three-plans p
{
		text-align:center;
	}

	.cbp-ntaccordion h3
{
		font-size:16px !important;
	}

	
	.bg-content .list
{
		margin-top:0;
	}

	.inner-table td
{
		padding-left:10px !important;
	}

	.blog ul li
{
		list-style:none;
	}

	
	.button span
{
		display:none !important;
	}

	.quantity_select .qty
{
		min-width:50px !important;
	}

	.nav-tabs li span
{
		display:none !important;
	}

	.contact-hide
{
		display:none;
	}

	.quantity.buttons_added
{
		min-width:65px;
	}

}

/* Custom, iPhone Retina   xs */ 
@media only screen and (max-width : 320px) 
{
	
	.contactus-btn-center
{
		border: 2px solid #f5f5f5;
		font-size: 16px;
		padding: 10px 5px;
	}

	body
{
		font-size:14px !important;
	}

	p
{
		font-size:14px !important;
	}

	h3
{
		font-size:20px !important;
	}

	h4
{
		font-size:17px !important;
	}

	.sub-head
{
		font-size:18px !important;
	}

	.mobile-home
{
		color: #fff;
		font-size: 20px;
		line-height: 42px;
	}

	.nav-tabs
{
		text-align:center;
		padding:0;
	}

	.nav-tabs > li > a
{
		font-size:20px;
	}

	.follow-us
{
		display:none !important;
	}

	.live-chat
{
		display:none !important;
	}

	.direct-phone
{
		display:none;
	}

	.direct_ph a img, .skype a img, .user a img, .talk a img
{
		width:24px;
	}

	.social-media
{
		display:none;
	}

	.body-content-top-bar ul li
{
		padding:0 4px !important;
	}

	.media-xs
{
		line-height:46px;
	}

	.logo
{
		margin-left: auto;
		margin-right: auto;
		margin-bottom:20px;
	}
	
	.row.submenu
{
		padding: 0 20px;
	}

	.nav-justified
{
		background: none repeat scroll 0 0 #01aaef;
	}

	.navbar-default .navbar-toggle .icon-bar
{
		background-color: #fff !important;
	}

	.navbar-toggle
{
		border: 0 none !important;
	}

	.submenu .level1 p
{
		text-align:center;
	}

	.submenu .level1 
{
		border-right: 0 none;
	}

	li .level1 
{
		border-bottom: 1px solid #c4c4c4;
		min-height: inherit !important;
		padding-bottom: 20px;
		padding-top: 20px;
	}

	li .level1:last-child
{
		border-bottom: 0 none;
	}

	li .level1:first-child
{
		padding-top: 0;
	}

	.server-administrator
{
		border-right: 0 none;
	}

	.about-us li .level1
{
		border-bottom: 0 none;
	}

	.nested-sub a
{
		padding-left:0;
	}

	.about-tag
{
		margin-top:0;
	}

	.nav-justified > li > .dropdown-menu
{
		padding:10px 0;
	}

	.row.submenu
{
		margin-left:0;
		margin-right:0;
	}

	h2
{
		font-size: 22px !important;
	}

	.nav-tabs span
{
		display:none;
	}

	.defacto-plans p
{
		margin-left:0;
	}

	.technology-based p
{
		margin-left:0;
	}

	.volume-based p
{
		margin-left:0;
	}

	.solutions p
{
		margin-left:0;
	}

	.security p
{
		margin-left:0;
	}

	.team-plans p
{
		margin-left: 0;
	}

	.hire-an-expert p
{
		margin-left:0;
	}

	.server-administrator p
{}

	.dedicated-staff p
{}

	.cloud-infrastructure p
{
		margin-left:0;
	}

	.expertise-solutions p
{
		margin-left:0;
	}

	.the-sages p
{
		margin-left: 0;
	}

	.carousel-control
{
		top:116px;
	}

	.media-wall, .social-media
{
		text-align:center
	}

	.footer-link, .blog
{
		text-align:center;
	}

	.view-more-post
{
		text-align:center;
		margin-bottom:30px;
	}

	.sidebar-menu
{
		padding-left:15px !important;
	}

	.body-content-top-bar ul li
{
		padding:0 16px;
		min-height: 46px;
	}

	.body-content-top-bar ul li:last-child
{
		border-right: 0 none;
	}

	.phone
{
		display:none;
	}

	.direct-phone
{
		padding:0 !important;
		border:none !important;
	}

	.footer-link
{
		margin-top:40px;
	}

	.nav-justified .open .dropdown-menu 
{
		background-color: transparent;
		border: 0 none;
		box-shadow: none;
		float: none;
		margin-top: 0;
		position: static;
		width: auto;
	}

	.home-shadow
{
		margin-top: 20px;
		width: 100%;
	}

	.ss-shadow-body ul li
{
		text-align: center;
		padding: 10px 0;
	}

	.view-more-post
{
		text-align: center;
	}

	
	.career-tab ul li a
{
		padding:10px 15px;
	}

	.hang-heading
{
		padding:19px;
	}

	.hang-head
{
		margin-top:0;
	}

	.effect3
{
		margin-top:0;
	}

	.apply-now
{
		margin-right:0 !important; 
	}

	.applyon-dektop
{
		display:none !important;
	}

	.career-tab ul li a
{
		padding:10px 0;
		font-size:14px;
	}

	.side-link li a
{
		text-align:center;
	}

	.three-in-one-baner .three-plans p
{
		text-align:center;
	}

	.cbp-ntaccordion h3
{
		font-size:16px !important;
	}

	.body-content-top-bar
{
		padding:0;
	}

	.bg-content .list
{
		margin-top:0;
	}

	.list ul
{
		padding-left: 0 !important;
	}

	.inner-table td
{
		padding-left:0;
	}

	
	.blog ul li
{
		list-style:none;
	}

	
	
	.button span
{
		display:none !important;
	}

	.quantity_select .qty
{
		min-width:50px !important;
	}

	.nav-tabs li span
{
		display:none !important;
	}

	.contact-hide
{
		display:none;
	}

	.quantity.buttons_added
{
		min-width:65px;
	}

}

/*quantity buttons*/
.quantity.buttons_added .minus
{
	background-color: #f5f5f5;
    border: 1px solid #c4c1c1;
    min-width: 25px;
}

.quantity.buttons_added .input-text
{
	border: 1px solid #c4c1c1 !important;
}

.quantity.buttons_added .plus
{
	background-color: #f5f5f5;
    border: 1px solid #c4c1c1;
    min-width: 25px;
}

.quantity_select .qty
{
	min-width:100px;
}

.quantity.buttons_added
{
	min-width:108px;
}

.bluebg-link
{
    background-color: #00aeff;
    color: #fff;
    padding: 0 4px;
}

.bluebg-link:hover
{
	background-color: #fff;
	color: #000;
}

.essb_links.essb_template_circles-retina 
{
    margin : 0px!important;
}

.essb_links.essb_template_circles-retina .essb_link_facebook a 
{ color: #3b5999 !important; border: 2px solid #3b5999 !important;}

.essb_links.essb_template_circles-retina .essb_link_facebook a:hover 
{ 
	border: 0px solid #314b83;
	background-color: #3b5999!important; 
        color: #fff!important;
}

.essb_links.essb_template_circles-retina .essb_link_google a 
{ color: #bf3727 !important; border: 2px solid #bf3727 !important;}

.essb_links.essb_template_circles-retina .essb_link_google a:hover 
{ 
	border: 0px solid #ab2b1d;
	background-color: #bf3727!important;
        color: #fff!important;
}

.essb_links.essb_template_circles-retina .essb_link_twitter a 
{ color: #59d1df !important; border: 2px solid #59d1df !important; background-color: #fff;}

.essb_links.essb_template_circles-retina .essb_link_twitter a:hover 
{ 
	border: 0px solid #0092ba;
	background-color: #59d1df!important;
        color: #fff!important;
}

.essb_links.essb_template_circles-retina .essb_link_linkedin a 
{ color: #2ba3e1 !important; border: 2px solid #2ba3e1 !important;}

.essb_links.essb_template_circles-retina .essb_link_linkedin a:hover 
{ 
	border: 0px solid #278cc0;
	background-color: #2ba3e1!important;
        color: #fff!important;
 }

.share-page 
{
	padding-top: 3px!important;
}

.essb_links 
{
    text-align : left;
}

/*-----------------------------------------------------------------------------------*/
/*	My Account  (19-06-15)
/*-----------------------------------------------------------------------------------*/
.back-to-dashbard
{
	background-color: #00aeef;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    margin-left: 4px;
    margin-top: 20px;
    padding: 10px;
}

.account-header
{
	background-color:#2B6D96 ;
	padding: 25px 0;
}

.my-account h2
{
	color: #fff;
    font-size: 45px !important;
    margin: 15px 0 0;
}

.my-account p
{
	color: #fff;
}

.welcome-box
{
	background-color: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    color: #fff;
    float: right;
    font-size: 0.9em;
    margin-right: 12px;
    padding: 15px;
    width: 100%;
}

.welcome-box h4
{
	margin:0 0 10px;
	color: #fff;
}

.welcome-box p
{
	color: #fff;
}

.welcome-box p a
{
	color: #fff;
}

.welcome-box p a:hover
{
	color: #0F4759;
}

.welcome-box .profile-pic
{
	background-clip: padding-box;
    border-radius: 100%;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.8);
    float: right;
    height: 62px;
	margin-top:14px;
    width: 62px;
}

.myaccount-tab
{}

.myaccount-tab nav a 
{
    padding: 0 15px !important;
}

.myaccount-tab nav.account-head
{
	background-color: #2B6D96 ;
}

.myaccount-tab nav.account-head ul li
{
	background-color:#ccc;
    border: 0 none;
}

.myaccount-tab nav.account-head ul li.tab-current
{
	background-color: #fff;
}

.myaccount-tab nav.account-head ul li.tab-current a
{
	color: #1f78a7;
}

.myaccount-tab nav.account-head ul li a
{
	color: #333;
	font-weight:normal;
}

.tabs.myaccount-tab nav li.tab-current::before, .tabs.myaccount-tab nav li.tab-current::after
{
	height:0;
}

.myaccount-tab .content section
{
	background-color: #fff;
    padding: 30px 0;
}

.tabs.myaccount-tab nav li a img
{
	padding: 0 5px 0 0;
    vertical-align: sub;
}

.table-hover th, .table-hover td 
{
    border-right: 0 none !important;
}

.table-hover td a button, button
{
	font-size:14px !important;
}

.nav-bg
{
	background-color: #2b6d96;
}

.custom-nav-bg
{
	display: none;
}

.tabs.myaccount-tab nav
{
	text-align:left;
}

.profile-box
{
	background-color: #f5f5f5;
    padding: 20px;
}

.status p
{
	background-color:#f5f5f5;
	padding:10px;
}

.subscription-details, .subscription-items, .related-orders
{
	background-color: #f8f8f8;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    padding: 20px;
}

.register-fields
{
	border: 1px solid #f5f5f5;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
    padding: 20px;
}

.register-invaid
{
	background-color: #f5f5f5;
    color: #ff0000;
    font-weight: bold;
    padding: 20px;
}

.cleanlogin-customform label
{
	font-size: 14px;
    text-align: left;
    text-transform: none;
}

.cleanlogin-customform input[type="submit"]
{
	margin-bottom: 0px!important;
}
	
.my-account-address
{
	line-height: 30px;
}

.back-to-dashbard
{
	background-color: #00aeef;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    margin-left: 4px;
    margin-top: 20px;
    padding: 10px;
}

.woocommerce .star-rating::before, .woocommerce-page .star-rating::before, .woocommerce .star-rating span, .woocommerce-page .star-rating span
{
	font-family: star!important;
}

.woocommerce .commentlist li.comment
{
	list-style: none;	
    height: auto;
    margin-bottom: 0;
    overflow: hidden;
    padding: 10px;
}

.woocommerce .commentlist li.comment.even
{
	background-color: #fafafa;
}

.woocommerce .commentlist
{
	padding-left: 0px;
}

.woocommerce .product-review-content
{
	display: block;
    max-width: 600px;
    overflow: hidden;
    width: 100%;
}

.woocommerce  ol.commentlist li img.avatar 
{ 
    border: 1px solid #e4e1e3;
    box-shadow: none;
    float: left; 
	margin-right: 35px;
}

.dashicons, .dashicons-before::before 
{
   font-size: 20px;
   line-height: 1;
   font-family: dashicons !important;
   font-weight: 400;
   font-style: normal;
   text-align: center;
}

.rthd-container
{
  max-width: 1170px;
  margin: 0px auto;
  padding: 0px 15px;
}

.cbp-so-side .carousel-inner
{
	border: 10px solid #00aeef !important;
}

/******************OVERLAY**********************/
.jm-item 
{
    padding: 10px;
    text-align: left;
}

.jm-item-wrapper 
{
	position: relative;
	padding:15px;
	background: #eaeaea;
}

.jm-item-image 
{
	position: relative;
    overflow: hidden;
}

.jm-item-image img 
{
	display: block;
}

.jm-item-overlay 
{
	background: #000;
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-transition: opacity 0.5s ease-in 0s;
	-moz-transition: opacity 0.5s ease-in 0s;
	-o-transition: opacity 0.5s ease-in 0s;
	transition: opacity 0.5s ease-in 0s;
}

.jm-item-wrapper:hover .jm-item-overlay 
{
	opacity: 0.7;
}

.jm-item-button 
{
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.jm-item-button a 
{
    background: #00aeef;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    color: #FFFFFF;
    font-size:15px;
    line-height:15px;
    -webkit-transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
    -o-transition: all 0.2s ease-in 0s;
    transition: all 0.2s ease-in 0s;
    text-decoration: none !important;
    display: block;
	padding:8px 12px;
}

.jm-item-button a:hover 
{
	background: #fff;
	color:#000;	
}

.first .jm-item-button 
{
	-webkit-transition: all 0.2s ease-in 0.5s;
	-moz-transition: all 0.2s ease-in 0.52s;
	-o-transition: all 0.2s ease-in 0.5s;
	transition: all 0.2s ease-in 0.2s;
	top: -50px;	
}

.first .jm-item-wrapper:hover .jm-item-button 
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.essb_links.essb_template_blocks-retina
{
	margin:0 !important;
}

.essbis.horizontal
{
	display:inline !important;
}

/*25-03-16*/
.thank-wrapper
{
	background-color: #f2f2f2;
	-moz-box-shadow: 0 0 5px #a4a4a4;
	-webkit-box-shadow: 0 0 5px #a4a4a4;
    box-shadow: 0 0 5px #a4a4a4;
    padding:50px;
    text-align: center;
}

.thank-wrapper h2
{
	margin-bottom: 20px;
	color: #00aeef;color: #00aeef;
    font-size: 20px !important;
    font-weight: normal !important;
    margin-bottom: 20px;
	margin-top: 0;
}

.thank-wrapper h2 span
{
	font-size: 40px;
    letter-spacing: 1px;
    line-height: 47px;
    text-transform: uppercase;
}

.thank-wrapper img
{
	margin-bottom: 20px;
}

.thank-wrapper p
{
	color: #6a7791;
    font-size: 18px;
    line-height: 30px;
	margin-bottom: 20px;
}

/*SIMPLE SLIDER 30-03-16*/
/*slider*/
.cbp-fwslider 
{
	position: relative;
	overflow: hidden;
	/*padding: 40px 0 60px;*/
}

.cbp-fwslider ul 
{
	margin: 0;
	padding: 0;
	white-space: nowrap;
	list-style-type: none;
}

.cbp-fwslider ul li 
{
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
	float: left;
	display: block;
	margin: 0;
	padding: 0;
}

.cbp-fwslider ul li > a,
.cbp-fwslider ul li > div 
{
	display: block;
	text-align: center;
	outline: none;
}

.cbp-fwslider ul li > a img 
{
	border: none;
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.cbp-fwslider nav span 
{
	position: absolute;
	top: 50%;
	width: 40px;
	height: 80px;
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	color: #fff;
	font-size:0;
	text-align: center;
	margin-top: -50px;
	line-height: 80px;
	cursor: pointer;
	font-weight: normal;
}

.cbp-fwslider nav span:hover 
{
	background: #1fb6ee;
}

.cbp-fwslider nav span.cbp-fwnext 
{
	right: 0px;
}

.cbp-fwslider nav span.cbp-fwprev 
{
	left: 0px;
}

.cbp-fwdots 
{
	position: absolute;
	bottom: 0px;
	white-space: nowrap;
	text-align: center;
	width: 100%;
}

.cbp-fwdots span 
{
	display: inline-block;
	width: 18px;
	height: 18px;
	background: #ddd;
	margin: 4px;
	border-radius: 50%;
	cursor: pointer;
}

.cbp-fwdots span:hover 
{
	background: #999;
}

.cbp-fwdots span.cbp-fwcurrent 
{
	background: #00aeef;
	box-shadow: 0 0 0 2px #47a3da;
	-webkit-transition: box-shadow 0.2s ease-in-out;
	-moz-transition: box-shadow 0.2s ease-in-out;
	transition: box-shadow 0.2s ease-in-out;
}

/*  / slider*/
.apply_now
{
	background: #00aeef none repeat scroll 0 0;
    border-bottom-left-radius: 3px;
    border-right: 1px solid #2588b7;
    border-top-left-radius: 3px;
    color: #fff !important;
    float: right;
    font-size: 16px;
    font-weight: bold;
    padding: 8px 13px;
}

.apply_now i
{}

.collapse-btn-careers:hover, .apply_now:hover
{
	background: #2588b7 none repeat scroll 0 0;
}
 
.linkedin_button
{
	display: inline-block !important;
}

@media only screen and (max-width: 667px) 
{
    .footer-display-hidden 
{
        display: none!important;
    }

}

.career-tab .nav-tabs > li > a
{
	font-size: 20px;
    text-transform: uppercase;
}

/* Custom Styles for Home Page */
.pattern-bg 
{
	background:#e6e6e6 none repeat scroll 0 0 !important;
	border-bottom:1px solid #dedede!important;
	margin-top:0;
}

.welcome_details .welcome_info 
{
	background: #ffffff none repeat scroll 0 0;
    border: 1px solid #e6e6e6;
    margin-left: 52px;
    min-height: 192px;
    padding-bottom: 24px;
    padding-top: 10px;
    position: relative;
    transition: all 0.3s linear 0s;
    width: 85%;
}

.welcome_details h3::before 
{
	background: #f6ba18 none repeat scroll 0 0;
    content: "";
    height: 3px;
    position: absolute;
    top: 52px;
    width: 45px;
}

.welcome_details h3 
{
    color: #898989;
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding-left: 66px;
}

.welcome_details .welcome_info:hover h3 
{
    color: #ffffff;
}

.welcome_details p 
{
    color: #898989;
    font-family: "Open Sans",sans-serif;
    padding-left: 66px;
    padding-right: 41px;
    padding-top: 13px;
}

.welcome_details .welcome_info:hover p 
{
    color: #ffffff;
}

.welcome_details .welcome_info:hover 
{
    background: #00aeef none repeat scroll 0 0;
}

.readmore 
{
    background-color: #00aeef;
    border-radius: 2px;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    margin-left: 66px;
    padding: 1px 10px;
}

.welcome_info:hover .readmore 
{
    background-color: #ffffff;
    color: #898989;
}

.welcome_details img 
{
    padding: 5px;
    position: absolute;
    top: 45px;
    z-index: 1;
}

.why-choose-section .row > div:first-child .features-box::before 
{
    display: none;
}

.why-choose-section 
{
    border-bottom: 1px solid #dedede;
    border-top: 3px solid #f7f7f7;
    padding: 80px 0;
}

.why-choose-section h2 
{
    color: #000000;
    font-size: 50px;
    font-weight: normal !important;
    line-height: normal;
    margin: 0 0 57px;
    text-align: center;
}

.features-box h3 
{
    font-size: 22px;
    font-weight: normal !important;
}

.features-box 
{
    margin-bottom: 35px;
    position: relative;
    text-align: center;
}

.features-box::before 
{
    background: #e7e7e7 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: -15px;
    position: absolute;
    top: 0;
    width: 1px;
}

.why-choose-section .row > div:first-child .features-box::before 
{
    display: none;
}

.why-choose-section 
{
    border-bottom: 1px solid #dedede;
    border-top: 3px solid #f7f7f7;
    padding: 80px 0;
}

.why-choose-section h2 
{
    color: #000000;
    font-size: 50px;
    font-weight: normal !important;
    line-height: normal;
    margin: 0 0 57px;
    text-align: center;
}

.feature-icon 
{
    background: #00aeef none repeat scroll 0 0;
    border-radius: 50%;
    display: block;
    height: 76px;
    margin: 0 auto;
    width: 76px;
}

.feature-icon i 
{
    color: #ffffff;
    display: block;
    font-size: 35px;
    padding-top: 20px;
}

/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) 
{
	
	h3.server-mgt-head::before 
{
		top:70px;
	}

	
	.welcome_details .welcome_info 
{
		min-height: 257px;
	}

	.welcome_details img 
{
		top: 74px;
	}

	.welcome_details h3 
{
		padding-left: 58px;
	}

	.welcome_details p 
{
		padding-left: 58px;
	}

	.readmore 
{
		margin-left: 58px;
	}
	
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) 
{
	.welcome_details .welcome_info 
{
		margin-bottom: 20px;
		margin-left: 0;
		width: 100%;
	}

	.welcome_details img 
{
		position: relative;
		top: 4px;
	}

	.welcome_details p 
{
		padding: 10px 40px 0;
	}

	.welcome_info h2 
{
		color: #999999;
		font-size: 16px !important;
		margin-bottom: 0;
		margin-top: 10px;
	}

	.welcome_details:hover .welcome_info h2 
{
		color: #fff;
	}

	.readmore 
{
		margin-left: 0;
	}

		
	.why-choose-section .row > div:nth-child(3) .features-box::before 
{
		display: none;
	}

}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) 
{
	.welcome_details .welcome_info 
{
		margin-bottom: 20px;
		margin-left: 0;
		width: 100%;
	}

	.welcome_details img 
{
		position: relative;
		top: 4px;
	}

	.welcome_details p 
{
		padding: 10px 40px 0;
	}

	.welcome_info h2 
{
		color: #999999;
		font-size: 16px !important;
		margin-bottom: 0;
		margin-top: 10px;
	}

	.welcome_details:hover .welcome_info h2 
{
		color: #fff;
	}

	.readmore 
{
		margin-left: 0;
	}

	.news-ticker 
{
		display:none;
	}

}

/**** Banner Styles ***/
.offerbanner
{
	background: rgba(0, 0, 0, 0) url("../images/slider/offerbanner.jpg") no-repeat scroll center center / cover ;
}

.cmcpoffer
{
	background:url(../images/slider/cm-cpaneloffer.png);
	height:298px;
	width:402px;
}

.home-banner1
{
	background: rgba(0, 0, 0, 0) url("../images/slider/banner1bg.jpg") no-repeat scroll center center / cover ;
}

.home-banner2
{
	background: rgba(0, 0, 0, 0) url("../images/slider/banner2bg.jpg") no-repeat scroll center center / cover ;
}

.home-banner3
{
	background: rgba(0, 0, 0, 0) url("../images/slider/banner3bg.jpg") no-repeat scroll center center / cover ;
}
 
.home-banner4
{
	background: rgba(0, 0, 0, 0) url("../images/slider/banner4bg.jpg") no-repeat scroll center center / cover ;
}
 
/*.home::after
{
	content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
*/
.home 
{
    position: relative;
    width: 100%;
}

.home 
{
    top: 0;
    z-index: 1;
}

.fullheight 
{
    height: calc(80vh);
}

.banner-caption
{
	display: table;
    height: 100%;
    position: absolute;
    width: 100%;
}

.caption-area
{
	display: table-cell;
    position: relative;
    vertical-align: middle;
}

.captions
{
	position: relative;
	display:inline-block;
}

.right-text
{
	right: 4em;
}

.left-text
{
	left:4em;
}

.captions h1
{
	color: #fff;
    font-family: "Raleway",sans-serif !important;
	margin: 0;
    text-transform: uppercase;
}

.captions h1 span
{
	color: #fff;
    display: block;
    font-family: "Raleway",sans-serif !important;
}

.captions h2
{
	color: #fff;
    font-family: "Raleway",sans-serif !important;
}

.captions h2 span
{
	color: #fff;
	display:block;
	font-family: "Raleway",sans-serif !important;
}

.captions h2 span strong
{
	font-family: "Raleway",sans-serif !important;
}

.captions.pitcrew p
{
	display:inline-block;
}

.captions p a:first-child
{
	margin-right:9px;
}

/*WHITE-BLUE BUTTON*/
.home-btn
{
	border: 2px solid #fff;
    color: #fff;
    display: inline-block;
    font-family: "Raleway",sans-serif !important;
    font-size: 20px;
    font-weight: 600;
    padding: 8px 14px;
}

.home-btn:hover
{
	background:#00aeef;
	color:#fff;
	border:2px solid #00aeef;
}

.home-btn:focus
{
	color:#fff;
}

/************* Pit crew Banner *************/
.captions.pitcrew h1
{
	font-size: 64px;
    font-weight: bold;
	line-height: 57px;
}

.captions.pitcrew h1 span
{
	font-size: 36px;
}

.captions.pitcrew h1 span
{
	font-size: 26px !important;
    font-weight: 600 !important;
    margin-top: 25px;
}

.captions.pitcrew h2
{
	color: #fff;
    font-family: "Raleway",sans-serif !important;
    font-size: 26px !important;
    font-weight: 600 !important;
    margin-top: 25px;
}

.captions.pitcrew h2 span
{
	font-size: 26px !important;
    font-weight: 600 !important;
    margin: 0;
}

.captions.pitcrew p
{
	margin-top:35px;
}

/************* /Beach Banner *************/
/************* Beach Banner *************/
.captions.beach h1
{
	font-size: 40px;
    font-weight: bold;
	line-height: 46px;
}

.captions.beach h1 span
{
	font-size: 40px;
}

.captions.beach h2
{
	font-size: 26px !important;
    font-weight: 600 !important;
    line-height: 38px;
	margin: 45px 0 0;
}

.captions.beach h2 span
{
	font-size: 26px !important;
}

.captions.beach p
{
	margin-top:59px;
}

.home-btn.blue
{
	border: 2px solid #037c96;
    color: #037c96;
}

.home-btn.blue:hover
{
	background:#00aeef;
	color:#fff;
	border:2px solid #00aeef;
}

/************* /Beach Banner *************/
/************* Doctor Banner *************/
.home-btn.darkblue:hover
{
	background:#3a639a;
	color:#fff;
	border:2px solid #3a639a;
}

/************* / Doctor Banner *************/
/************* Monitoring Banner *************/
.captions.monitoring h1
{
	font-size: 40px;
    font-weight: bold;
	line-height: 46px;
}

.captions.monitoring h1 span
{
	font-size: 40px;
}

.captions.monitoring h2
{
	font-size: 26px !important;
    font-weight: 600 !important;
    line-height: 38px;
	margin: 45px 0 0;
}

.captions.monitoring h2 span
{
	font-size: 26px !important;
}

.captions.monitoring p
{
	margin-top:59px;
}

.home-btn.blue
{
	border: 2px solid #037c96;
    color: #037c96;
}

.home-btn.blue:hover
{
	background:#00aeef;
	color:#fff;
	border:2px solid #00aeef;
}

/************* / Monitoring Banner *************/
/* Currency Switcher */
.currency
{
	float: right;
    margin-right: 3px;
    max-width: 88px;
}

.currency .dropdown
{
	width:88px;
}

.currency .dropdown .dropdown-menu
{
	width: 88px;
	padding: 0;
}

.currency .dropdown .dropdown-menu li
{
	background: #cccaca none repeat scroll 0 0;
    border-bottom: 1px solid #d9d9d9;
    width: 81px;
}

.currency .dropdown .dropdown-menu li a
{
	font-family:"Raleway",sans-serif !important;
	color: #555555;
    font-weight: bold;
    padding-left: 10px;
	font-size: 13px;
}

.currency .dropdown .dropdown-menu li a:hover
{
	color:#fff !important;
}

.currency .dropdown button
{
	background-color: #f5f5f5;
    background-image: none;
    border: 1px solid #efefef;
    padding: 2px 6px;
}

.currency-text
{
	font-family:"Raleway",sans-serif !important;
	font-size: 12px;
}

/* End Currency Switcher */
/*==========  Non-Mobile First Method  ==========*/
 
	/* Large Devices, Wide Screens */
	@media only screen and (max-width : 1200px)
{
 
	}

 
	/* Medium Devices, Desktops */
	@media only screen and (max-width : 992px)
{
		
		.captions h1
{
			font-size: 40px;
			line-height: 40px;
	    }

		.captions h1 span
{
			font-size: 24px;
		}

		.captions h2
{
			font-size: 18px !important;
		}

		.captions p
{
			margin-top: 30px;
		}

		.home-btn
{
			font-size: 16px;
		}

 
	}

	@media only screen and (max-width : 991px)
{
		.currency
{
			float: none;
		    margin-right: 3px;
		    max-width: 88px;
		    margin: 0px auto;
		}
		
	}

 
	/* Small Devices, Tablets */
	@media only screen and (max-width : 768px)
{
		
		
 
	}

 
	/* Extra Small Devices, Phones */
	@media only screen and (max-width : 480px)
{
		
		.right-text 
{
			right: 2em;
		}

 
	}

 
	/* Custom, iPhone Retina */
	@media only screen and (max-width : 320px)
{
		.right-text 
{
			right: 2em;
		}

		.captions h1
{
			font-size: 28px;
			line-height: 28px;
	    }

		.captions h1 span
{
			font-size: 18px;
		}

		.captions h2
{
			font-size: 14px !important;
		}

		.captions p
{
			margin-top: 25px;
		}

		.home-btn
{
			font-size: 14px;
			padding: 4px 10px;
		}

 
	}

.news-ticker 
{
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    margin-top: -47px;
    position: absolute;
    width: 100%;
    z-index: 1;
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) 
{ 
	.news-ticker 
{ 
		display:none;
	}

}

.pvc_stats 
{
	display:none;
}

.welcome_item .essbis-media-wrapper 
{
	display:none;
}

.welcome_item .essbis 
{
	overflow:unset;
}

/* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) 
{
		.home-banner1, .home-banner2, .home-banner3, .home-banner4
{max-height:538px !important;}

    }

/** Styles for search result **/
.result 
{
    font-size: 18px;
}

.search-result article 
{
    padding-right: 20px;
}

.search-result article h4 span 
{
    background-color: #00aeef;
    float: right;
    font-size: 14px;
}

.search-result article h4 span:hover 
{
    background-color: #069eda;
}

.search-result article h4 span a 
{
    color: #fff;
    display: block;
    font-weight: normal;
    padding: 4px 10px;
}

.result-tab.active, .result-tab.active a 
{
    background-color: #fff;
}

.result-tab a 
{
    background-color: #ccc;
    font-size: 24px;
    padding: 5px 30px !important;
}

.tab-frame 
{
    border: 1px solid #ccc;
}

.search-tab 
{
    background-color: #ececec;
    border-bottom: 1px solid #ccc !important;
    padding: 15px;
    text-align: left;
}

.search-tab .nav-tabs 
{
    text-align: left;
}

.tab-pane-content 
{
}

.search-result 
{
    border-bottom: 1px solid #ccc;
    padding: 15px 0;
}

.pagination .cpagination-active a
{
	background:#00aeef none repeat scroll 0 0 !important;
	color:#fff;	
}

.tab-frame 
{
	margin-top:5%;
}

.tab-frame .nav-tabs > li > a 
{
	margin-bottom:0px;
}

.cart-user-info .cross-sells
{
	display: none;
}

.country, .wcpbc-country-switcher
{
	background: #ebebeb none repeat scroll 0 0;
    border: 0 none;
    float: right;
    margin-right: 15px;
    padding: 2px;
}

.hiring-process
{
background: #00aeef;
color: #fff;
padding: 10px 40px;
display: inline-block;
font-weight: bold;
font-size: 20px;
letter-spacing: 1px;
text-transform: uppercase;
margin-top: 20px;
margin-bottom: 30px;
border-radius: 25px;
}

.internship-applynow
{
background: #00aeef;
color: #fff;
padding: 10px 40px;
display: inline-block;
font-weight: bold;
font-size: 16px;
letter-spacing: 1px;
text-transform: uppercase;
margin-bottom: 20px;
}

.home-btn
{position: absolute !important;
top: 216px !important;
left: 15em !important;
background: #3da204;
border: 0 !important;}

.home-btn:hover
{ background:#fff; color:#333}
.casestudy{margin-top: 30px;

display: inline-block;

background: #00aeef;

color: #fff;

padding: 8px 25px;

margin-bottom: 20px;

text-transform: uppercase;}

.slider-wrapper.visible-md.visible-lg {
    display: none !important;
}

.lm1, c, .lm3{
	font-family: "Raleway",sans-serif !important;
	font-size: 20px;
}



.n2-style-1101-heading{
font-family: "Raleway",sans-serif !important;
font-size: 20px;
}
@media only screen and (max-width : 992px){
		
 
	}
.recruit{
    margin: 0;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.6;
    color: #212529;
    text-align: left;
    background-color: #f5f8fa;
}

.my-form
{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.my-form .row
{
    margin-left: 0;
    margin-right: 0;
}


input#course.form-control1,input#relocate.form-control1,input#time.form-control1{
	margin:10px !important;
}
.reradio{
	margin-top: 3px;
}
.card-header{
	text-align: center;
	font-size: 24px;
  text-align: center;
    border-bottom: 1px solid;
    padding: 20px;
    font-size: 20px;
}
.rebutton{
	text-align: center;
}
.my-tab{
	border: 1px solid;
    margin-top: 50px;
}
.card-body{
	margin-top: 25px;
    margin-bottom: 25px;
}