@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,700);

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	margin-top: 0;
  	font-family: "Roboto Condensed", sans-serif !important;
  	font-weight: 700 !important;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a, blockquote {
	color: #22a4dc;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .h1 a:hover, .h2 a:hover, .h3s a:hover, .h4 a:hover, .h5 a:hover, .h6 a:hover {
	color: #1c5498;
}

/***FONT COLORS***/
.green { color: #82bd48 !important; }
.blue { color: #22a4dc !important; }
.dark-blue { color: #1c5498 !important; }
.white { color: white !important; }
.orange { color: #ffba58; }

/***TEXT STYLING SHORTCUT CLASSES***/
.bold { font-weight: bold; }
.center { 	text-align: center !important; }
.has-text-shadow { text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.7) !important; }



/****MAIN MENU****/

.x-navbar .x-nav > li > a:hover, .x-navbar .x-nav > .sfHover > a, .x-navbar .x-nav > .current-menu-item > a {
  	-webkit-box-shadow: inset 3px 0 0 #22a4dc, inset 0 -3px 0 0 #1c5498;
	box-shadow: inset 0 3px 0 0 #22a4dc, inset 0 -3px 0 0 #1c5498 !important;
}
	
.x-navbar {
	box-shadow: none;
}
.x-navbar-inner { background: #ffffff;}

.main-menu-li {
	width: 170px;
  	text-align: center;
}
.desktop .sub-menu a {
	font-size: 17px;
	font-weight: 400;
}

/***** FIXED NAVBAR *****/

.x-navbar.x-navbar-fixed-top {
	height: 85px;
}
.x-navbar.x-navbar-fixed-top .x-brand img {
	width: 250px;
  	height: auto;
}
.x-navbar.x-navbar-fixed-top .desktop .x-nav > li > a {
	height: 85px;
	padding-top: 30px;
}
.x-navbar.x-navbar-fixed-top .x-brand {
	margin-top: 5px;
}

/******FOOTER********/

/**Bottom footer remove space**/
.x-colophon.bottom .x-colophon-content {
  margin: 0;
}
.x-colophon.bottom {
  padding: 15px 0 0;
}
.x-colophon.top {
  padding: 40px 0;
  background: #ECECEC;
}
.widget ul li, .widget ol li {
  line-height: 1;
}




/****STYLING - HORIZONTAL LINES****/

.hr-blue {
	margin: 0;
	border: 0;
	border-top: 3px solid #63B5FC;
	border-bottom: 1px solid transparent;
}

.hr-dark-blue {
	margin: 0;
	border: 0;
	border-top: 3px solid #1963a6;
	border-bottom: 1px solid transparent;
}

/****SECTION ARROWS****/

.arrow {
	background-size: 100px !important;
  	background-position: center top !important;
}


/****ICONS AND IMAGES****/
.blue-tick {
  	margin: 10px;
	width: 100px;
  	height: auto;
    -webkit-transition: all 0.5s; /* For Safari 3.1 to 6.0 */
    transition: all 0.5s;
}

.blue-tick-container {
	text-align: center;
}

.blue-tick-container:hover .blue-tick {
	width: 120px;
  	margin:0;
}


/***BUTTONS***/
.x-btn {
	font-weight: bold !important;
}

#green-button {
	color: #ffffff;
	border-color: #91d250 !important;
	background-color: #91d250 !important;
	box-shadow: 0 0.25em 0 0 #5b960f,0 4px 9px rgba(0,0,0,0.75) !important;
}
#green-button:hover { background-color: #74B334 !important; }

#darkblue-button {
	color: #ffffff;
	border-color: #1963a6 !important;
	background-color: #1963a6 !important;
	box-shadow: 0 0.25em 0 0 #185185,0 4px 9px rgba(0,0,0,0.75) !important;
}
#darkblue-button:hover { background-color: #185185 !important; }


/***HOMEPAGE BENEFITS***/
.benefit-box {
  	padding: 15px;
	border: none;
  	background-color: rgba(255,255,255,0.9);
}
.benefit-box:hover {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow:    0px 0px 5px 0px rgba(0,0,0,0.3);
	box-shadow:         0px 0px 5px 0px rgba(0,0,0,0.3);
}
.benefit-box p {
	font-weight: normal;
}

.benefit-icon {
	width: 100px;
  	height: auto;
  	-webkit-transition: all 0.5s; /* For Safari 3.1 to 6.0 */
    transition: all 0.5s;
  	margin: 10px auto;
}
.benefit-box:hover .benefit-icon {
	transform: rotate(-15deg);
}

.benefit-box h4 a {
	color: #1c5498; 
  	font-weight: bold;
}
.benefit-box h4 a:hover {
	color: #1963a6;
}


/*****HOMEPAGE TABS****/

.home-nav-tabs li.x-nav-tabs-item a {
	color: #1963a6;	
  	font-size: 24px;
}
.home-nav-tabs li.x-nav-tabs-item a:hover {
	color: #1963a6;	
  	font-weight: bold;
}
.x-nav-tabs > .active > a, .x-nav-tabs > .active > a:hover {
	box-shadow: inset 0 3px 0 0 #1963a6;
}



.scroller-menu .x-btn.x-btn-transparent {
	border: 3px solid #fff;
	font-weight: bold;
  	color: #fff;
  	padding-bottom: 5px;
  	display: block;
}

.section-heading {
	color: #1c5498 !important;
  	margin-top: 30px;
}
.section-sub-heading {
	color: #22a4dc !important;
  	border-top: 2px solid #22a4dc;
  	padding-top: 10px;
}

.page-header-img-title.h1 {
	color: #fff;
  	font-weight: 400;
  	text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.7) !important;
}

/* FORMS CUSTOM CSS */
.text-wrap.label-above input, .text-wrap.label-below input, .text-wrap.label-inside input, .textarea-wrap.label-above textarea, .textarea-wrap.label-below textarea, .textarea-wrap.label-inside textarea, .list-dropdown-wrap.label-above select, .list-dropdown-wrap.label-below select {
	width: 100%;
	height: 40px;
}

/***SLIDER ARROW FIX***/
.tp-leftarrow:before { 
   content: ''; /* remove the chinese character*/
}

.tp-leftarrow.tparrows.default
{
   position: absolute !important;
   margin-top: -18px;
   left: 20px;
   top: 500px;
}

.tp-leftarrow.default {
   z-index: 100 !important;
   cursor: pointer !important;
   position: relative !important;
   background: url(../assets/large_left.png) no-Repeat 0 0 !important;
   width: 40px !important;
   height: 40px !important;
}

.tp-leftarrow {
   z-index: 100 !important;
   cursor: pointer !important;
   position: relative !important;
   background: url(../assets/large_left.png) no-Repeat top left !important;
   width: 40px !important;
   height: 40px !important;
}

/***SCROLL TO TOP BUTTON***/
.x-scroll-top {
	width: 50px;
	height: 50px;
	margin-bottom: -75px;
	border: 2px solid #4eabff;
	font-size: 35px;
	line-height: 40px;
	color: #fff;
	background: #4eabff;
}
.x-scroll-top:hover {
	color: #ffffff;
}

/***CONTENT DOCK***/
.x-content-dock {
	border: 1px solid rgba(255, 255, 255, 0) !important;
	padding: 10px;
	background-color: rgba(255, 255, 255, 0) !important;
	box-shadow: none !important;
}
.x-content-dock.right.x-content-dock-on {
	width: 180px !important;
	right: -40px !important;
	top: 40% !important;
}

/***********PRICING TABLES***********/

.netdocs-pricing-tables .x-pricing-column {
	background-color: #ffffff;
}
.x-pricing-column .x-pricing-column-info {
	padding: 30px;
}
.netdocs-pricing-tables .x-pricing-column-info .x-btn {
  margin-top: 20px;
}

/**********FEATURES TABLE**************/

.features-table th {
	background-color: #fafafa;
}
.features-table th:nth-child(n+2), .features-table td:nth-child(n+2) {
	text-align: center;
}

/***************SECURITY PAGE**************/

.security-features h4 {
	color: #727375;
	font-size: 26px;
	margin-bottom: 0;
}

.security-features img {
	padding-bottom: 30px;
  	width: 60px;
	height: auto;
}

/****************************************************************
						MEDIA QUERIES
****************************************************************/

@media screen and (min-width: 980px) and (max-width: 1350px) {
/*	.x-navbar .desktop .x-nav>li>a {
		height: 80px !important;
    	padding: 0;
		padding-top: 30px !important;
    	webkit-box-shadow: inset 0 4px 0 0 #4eabff, inset 0 -4px 0 0 #1963a6;
		box-shadow: inset 0 4px 0 0 #4eabff, inset 0 -4px 0 0 #1963a6 !important;
	}
	.x-navbar .x-brand {
		width: 100%;
		display: block;
    	text-align: center;
    	margin: 10px 0;
	}  	  
	.x-navbar {
		overflow: hidden;
	}
  
  	ul#menu-main-menu {
		display: block;
		width: 100%;
	}
  
  	.main-menu-li {
		width: 20%;
  	}
  
  	.x-navbar.x-navbar-fixed-top {
  		display: none;
  	}
}
*/
@media screen and (max-width: 1350px) {


  
}

@media screen and (max-width: 980px) {
	
}

@media screen and (max-width: 440px) {
	
}
