/*-------------------------------------------------------
[Table of contents]

1. Header
	+ logo
	+ top navigation
	+ search

2. Content
	+ sections
	+ page title
	+ parallax backgrounds

3. Sidebar
	+ site search
	+ tabs
	+ portfolio widgets
	+ advertisements

3. Typography
	+ lists
	+ buttons
	+ styled boxes
	+ dropcaps
	+ highlight colors
	+ tables
	+ pricing tables
	+ framed boxes
	+ pagination

4. Footer
	+ copyrights
	+ google map

	--------------------------------------------------------*/


/*----------------------------------------------------
	SITE MAIN STRUCTURE
	------------------------------------------------------*/

	.site_wrapper {
		width: 100%;
		margin: 0 auto 0 auto;
	}
	.container {
		width: 1170px;
		margin: auto auto auto auto;
	}
	.left_sidebar {
		float: left;
		width: 25%;
		padding: 18px 0px 0px 0px;
	}
	.content_right {
		float: right;
		width: 71%;
		padding: 18px 0px 0px 0px;
	}
	/* columns */
	.one_half, .one_third, .one_fourth, .two_third {
		position: relative;
		margin-right: 4%;
		float: left;
	}
	.one_full {
		width: 100%;
	}
	.one_half {
		width: 48%;
	}
	.one_third {
		width: 30.650%;
	}
	.one_fourth {
		width: 22%;
	}
	.two_third {
		width: 65.350%;
	}
	.last {
		margin-right: 0 !important;
		clear: right;
	}
/*---------------------------------------------------
	HEADER
	------------------------------------------------------*/

	/* Logo */
	#trueHeader #logo {
		float: left;
		display: block;
		width: 100%;
		min-height: 40px;
		margin-top: 0px;
		position: relative;
		text-indent: -999em;
		background: url(../img/logo_us.png) no-repeat left top;
	}

	#trueHeader #logo {
		opacity: 0;
		width: 0px;
		transition: opacity 0.5s, width 0.5s;
		-webkit-transition: opacity 0.5s, width 0.5s;
	}

	#topHeader #logo {
		float: left;
		display: block;
		width: 100%;
		min-height: 45px;
		margin: 0px;
		text-align:center;
		position: relative;
		text-indent: -999em;
		background: url(../img/logo_us.png) no-repeat center top;
	}
	/* header area adinationals */

	.sticky #trueHeader .logo {
		width: 100%;
		text-align:center;
		width: 249px;
		height: 46px;
		float: left;
		opacity: 1;
		background-color: transparent!important;
	}
	.sticky #trueHeader .logo #logo {
		opacity: 1;
		width: 249px;
	}
	/* top navigation */
	
	#source {
		margin-top: 5px;
		margin-left: 5px;
		background-color: #c7c8c8;
		color: #6b6b6b;
		border: 1px solid #6b6b6b;
	}

	/* top navigation style 3 */
	
	.company-name xz {
		color: #00599e;
	}
	.company-name.bold * {
		font-weight:bold;
	}
	.company-name backup {
		color: #5dc8ff;
	}

	/* top navigation style 4 */
	.top_nav.four {
		float: left;
		width: 100%;
		padding: 0px 0px 0 0;
		background-color: #fff;
		border-bottom: 1px solid #e4e4e4;
	}
	.top_nav.four .left {
		float: left;
		width: 37%;
		padding:0;
		margin:0px;
	}
	.top_nav.four .left ul.links {
		float: left;
		width: 100%;
		padding:0;
		margin:0px;
	}
	.top_nav.four .left ul.links li {
		padding:12px 15px 0 0;
		margin:0px;
		float: left;
	}
	.top_nav.four .left ul.links li a {
		padding:0;
		float:left;
		color:#727272;
		margin:0px;
	}
	.top_nav.four .left ul.links li a:hover {
		color:#272727;
	}
	.top_nav.four .left ul.links li i {
		padding-right:5px;
	}
	.top_nav.four .left ul.links li a i {
		padding-right:5px;
	}
	.top_nav.four .middle {
		float: left;
		width: 26%;
		padding:0;
		margin:0px;
	}
	.top_nav.four .right {
		float: left;
		width: 37%;
		padding:0;
		margin:0px;
	}
	.top_nav.four .right ul.links {
		float: left;
		width: 100%;
		padding:0;
		margin:0px;
	}
	.top_nav.four .right ul.links li {
		padding:12px 10px 0 0;
		margin:0px;
		float: left;
	}
	.top_nav.four .right ul.links li a {
		padding:0;
		float:left;
		color:#727272;
		margin:0px;
	}
	.top_nav.four .right ul.links li a:hover {
		color:#272727;
	}
	.top_nav.four .right ul.links li.icon a {
		width:25px;
		height:25px;
		border-radius:100%;
		padding:0;
		text-align:center;
		line-height:26px;
		color:#727272;
		margin:0px;
		border:1px solid #d9d9d9;
	}
	.top_nav.four .right ul.links li.icon a:hover {
		color:#fff;
		background-color:#272727;
		border:1px solid #272727;
	}
	.top_nav.four .right ul.links li i {
		padding-right:5px;
	}
	.top_nav.four .right ul.links li a i {
		padding-right:5px;
	}
	.top_nav.four #source {
		margin-top: 5px;
		margin-left: 5px;
		background-color: #fff;
		color: #727272;
		border: 1px solid #d9d9d9;
	}

	/*right search input*/
	
/*---------------------------------------------------
	sections
	------------------------------------------------------*/

	
	.readmore_but2 {
		float: left;
		color: #fff;
		text-transform: uppercase;
		padding: 11px 30px;
		border: 2px solid #fff;
		border-radius: 2px;
	}
	.readmore_but2:hover {
		color: #fff;
		border: 2px solid #161616;
		background-color: #161616;
	}
	.readmore_but3 {
		float: left;
		color: #fff;
		text-transform: none;
		padding: 6px 10px;
		background-color: #119ee7;
	}
	.readmore_but3:hover {
		color: #fff;
		background-color: #161616;
	}
	
	
	.readmore_but10 {
		color: #fff;
		text-transform: none;
		padding: 10px 30px;
		background-color: #119ee7;
	}
	.readmore_but10:hover {
		color: #fff;
		background-color: #161616;
	}
	
/*---------------------------------------------------
	layout1
	------------------------------------------------------*/


	/*section1*/
	
	/*section 2*/
	.section_holder2 {
		width: 100%;
		float: left;
		padding: 0px 0 0px 0;
		margin: 0px;
		background: url("../img/parallax_bg1.jpg");
		background-attachment: fixed;
		background-origin: initial;
		background-clip: initial;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: 100% 0;
		background-position: center;
	}
	.section_holder2.two {
		width: 100%;
		float: left;
		padding: 70px 0 100px 0;
		margin: 0px;
		background: url("../img/parallax_bg9.jpg");
		background-attachment: fixed;
		background-origin: initial;
		background-clip: initial;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: 100% 0;
		background-position: center;
	}
	
	/*table drop list*/

	/*drop list 3*/
	/* Select arrow styling */
	/*hover styles*/
	.section_holder2 .one_fourth:hover .price_table {
		background-color: #92d102;
		transition-property: background-color, color;
		transition-duration: 0.3s;
		transition-timing-function: ease-out;
	}
	.section_holder2 .one_fourth:hover .title {
		color: #fff;
		border-bottom: 1px solid #bcdb74;
	}
	.section_holder2 .one_fourth:hover .price {
		color: #fff;
		border-bottom: 1px solid #bcdb74;
	}
	.section_holder2 .one_fourth.active .price {
		color: #fff;
		border-bottom: 1px solid #bcdb74;
	}
	.section_holder2 .one_fourth:hover .plan_features li {
		color: #fff;
		border-bottom: 1px solid #bcdb74;
	}
	.section_holder2 .one_fourth:hover .singup_but {
		color: #272727;
		background-color: #fff;
	}
	.section_holder2 .one_fourth:hover .arrow_up {
		border-bottom: 30px solid #92d102;
	}
	.section_holder2 .one_fourth:hover .arrow_down {
		border-top: 30px solid #92d102;
	}
	/*active styles*/
	.section_holder2 .one_fourth.active .price_table {
		background-color: #92d102;
	}
	.section_holder2 .one_fourth.active .title {
		color: #fff;
		border-bottom: 1px solid #bcdb74;
	}
	.section_holder2 .one_fourth.active .price {
		color: #fff;
		border-bottom: 1px solid #bcdb74;
	}
	.section_holder2 .one_fourth.active .plan_features li {
		color: #fff;
		border-bottom: 1px solid #bcdb74;
	}
	.section_holder2 .one_fourth.active .singup_but {
		color: #272727;
		background-color: #fff;
	}
	.section_holder2 .one_fourth.active .arrow_up {
		border-bottom: 30px solid #92d102;
	}
	.section_holder2 .one_fourth.active .arrow_down {
		border-top: 30px solid #92d102;
	}
	/*two hover styles*/

	.section_holder2.two .one_fourth:hover .price_table {
		background-color: #119ee7;
		transition-property: background-color, color;
		transition-duration: 0.3s;
		transition-timing-function: ease-out;
	}
	.section_holder2.two .one_fourth:hover .title {
		color: #fff;
		border-bottom: 1px solid #51b3e6;
	}
	.section_holder2.two .one_fourth:hover .price {
		color: #fff;
		border-bottom: 1px solid #51b3e6;
	}
	.section_holder2.two .one_fourth.active .price {
		color: #fff;
		border-bottom: 1px solid #51b3e6;
	}
	.section_holder2.two .one_fourth:hover .plan_features li {
		color: #fff;
		border-bottom: 1px solid #51b3e6;
	}
	.section_holder2.two .one_fourth:hover .singup_but {
		color: #272727;
		background-color: #fff;
	}
	.section_holder2.two .one_fourth:hover .arrow_up {
		border-bottom: 30px solid #119ee7;
	}
	.section_holder2.two .one_fourth:hover .arrow_down {
		border-top: 30px solid #119ee7;
	}
	/*active styles*/

	.section_holder2.two .one_fourth.active .price_table {
		background-color: #119ee7;
	}
	.section_holder2.two .one_fourth.active .title {
		color: #fff;
		border-bottom: 1px solid #51b3e6;
	}
	.section_holder2.two .one_fourth.active .price {
		color: #fff;
		border-bottom: 1px solid #51b3e6;
	}
	.section_holder2.two .one_fourth.active .plan_features li {
		color: #fff;
		border-bottom: 1px solid #51b3e6;
	}
	.section_holder2.two .one_fourth.active .singup_but {
		color: #272727;
		background-color: #fff;
	}
	.section_holder2.two .one_fourth.active .arrow_up {
		border-bottom: 30px solid #119ee7;
	}
	.section_holder2.two .one_fourth.active .arrow_down {
		border-top: 30px solid #119ee7;
	}
	/*section 3*/
	/*web hosting left list*/
	/*section 4*/
	/*section holder 4 two*/
	/*section 5*/
	/*hover styles*/
	/*active styles*/
	/*section 6*/
	/*hover styles*/
	/*active styles*/
	/*why choose foxu*/
	/*section 7*/
	.punchtext {
		width: 100%;
		float: left;
		padding: 20px 0px;
		margin: 0px;
		background-color: #119ee7;
	}
	.punchtext .text {
		width: 84%;
		float: left;
		padding: 0px;
		margin: 0px;
	}
	.punchtext .but {
		width: 16%;
		float: right;
		padding: 0px;
		margin: 0px;
	}
	.punchtext .but .readmore_but2 {
		float: right;
	}
	/*section 8*/
	.section_holder8 {
		width: 100%;
		float: left;
		padding: 40px 0 35px 0;
		margin: 0;
	}
	.section_holder8 ul.tablist {
		float: left;
		width: 100%;
		padding: 0;
		margin: 0 0 20px 0;
	}
	.section_holder8 ul.tablist li {
		float: left;
		padding: 0 0 5px 0;
		margin: 0px;
	}
	.section_holder8 .tablist li i {
		float: left;
		color: #119ee7;
		font-size: 14px;
		padding: 4px 6px 0 0;
		margin: 0px;
	}
	.section_holder8 .affiliates {
		width: 100%;
		float: left;
		padding: 0px 0px 23px 0px;
		margin: 0px;
	}
	/*hover styles*/
	.section_holder8 .affiliates:hover .icon {
		background-color: #161616;
		transition-property: background-color, color;
		transition-duration: 0.3s;
		transition-timing-function: ease-out;
	}
	.section_holder8 .affiliates:hover h6 {
		color: #119ee7;
	}
	/*active styles*/
	.section_holder8 .affiliates.active .icon {
		background-color: #161616;
		transition-property: background-color, color;
		transition-duration: 0.3s;
		transition-timing-function: ease-out;
	}
	.section_holder8 .affiliates.active h6 {
		color: #119ee7;
	}
	.section_holder8 .affiliates .icon {
		width: 70px;
		height: 70px;
		float: left;
		padding: 0px;
		color: #fff;
		text-align: center;
		margin: 0px 15px 0px 0px;
		font-size: 24px;
		line-height: 73px;
		background-color: #119ee7;
		border-radius: 100%;
		transition-property: background-color, color;
		transition-duration: 0.3s;
		transition-timing-function: ease-out;
	}
	.section_holder8 .affiliates .text {
		width: 75%;
		float: left;
		padding: 0px;
		text-align: left;
		margin: 0px;
	}
	/*section 9*/
	/*footer style1*/
	.footer1 {
		width: 100%;
		float: left;
		padding: 0 0 50px 0;
		margin: 0;
		background-color: #161616;
	}
	.footer1.two {
		padding: 70px 0 50px 0;
	}
	.footer_title_line {
		width: 100%;
		height: 3px;
		float: left;
		padding: 0px;
		margin: 0px 0px 30px;
		background: url(../img/title_line5.png) 0 0 no-repeat;
	}
	.footer1 ul.quick_links {
		width: 100%;
		padding: 0px;
		margin: 0px;
		float: left;
	}
	.footer1 .quick_links li {
		width: 100%;
		padding: 0px;
		margin: 0px;
		display: block;
		float: left;
	}
	.footer1 .quick_links li a {
		padding: 0 0 0px 0;
		margin: 5px;
		float: left;
		font-size: 18px;
		display: block;
		color: #727272;
	}
	.footer1 .quick_links li a:hover {
		color: #fff;
	}
	/*footer payment types*/
	.footer_payment_types {
		width: 100%;
		float: left;
		padding: 30px;
		margin: 0;
		border-top: 1px solid #272727;
		background-color: #161616;
	}
	ul.payment_logos {
		width: 50%;
		padding: 0px;
		margin: 0px;
		float: left;
	}
	ul.payment_logos.two {
		width: 100%;
		padding: 0px;
		margin: 0px;
		float: right;
	}
	.payment_logos li {
		padding: 0 15px 0 0;
		margin: 0px;
		line-height: 20px;
		float: left;
		width: 19.95%;
		text-align: center;
	}
	.payment_logos li a.chat_but {
		padding: 10px 20px;
		margin: 0 0 0 25px;
		color: #fff;
		font-size: 14px;
		line-height: 20px;
		float: left;
		border-radius: 2px;
		background-color: #8ac700;
	}
	.payment_logos li a.chat_but:hover {
		background-color: #77ab02;
	}
	.payment_logos li a i {
		color: #fff;
		font-size: 16px;
	}
	.copyrights {
		width: 100%;
		font-size: 14px;
		color: #858585;
		margin: 0px;
		float: left;
		padding: 20px 0px;
		background-color: #2E2E2E;
	}
	.copyrights .text2 {
		float: right;
	}

	.footer1 .post_holder{
		width:100%;
		padding:15px 0 15px 0;
		margin:0px;
		float:left;
		border-bottom:1px solid #2e2e2e;
	}
	.footer1 .post_holder.first{
		padding:0 0 15px 0;
	}
	.footer1 .post_holder.last{
		border-bottom:none;
	}
	.footer1 .post_holder .img_holder{
		width:30%;
		padding:6px 0 0 0;
		margin:0px;
		float:left;
	}
	.footer1 .post_holder .img{
		width:60px;
		height:60px;
		padding:0px;
		margin:0px;
		float:left;
		border:2px solid #161616;
	}
	.footer1 .post_holder .text{
		width:70%;
		padding:0px;
		margin:0px;
		float:right;
	}
	.footer1 .post_holder .text a span{
		color:#a2a2a2;
		font-weight:600;
	}
	.footer1 .post_holder .text span.info{
		font-size:11px;
	}
	/*latest posts hover*/
	.footer1 .post_holder:hover .img{
		border:2px solid #119ee7;
	}
	.footer1 .post_holder .text a:hover span{
		color:#119ee7;
	}
	/*latest posts active*/
	.footer1 .post_holder.active .img{
		border:2px solid #119ee7;
	}
	.footer1 .post_holder.active .text a span{
		color:#119ee7;
	}
	/*footer bottom social links*/
	.copyrights ul.social_icons {
		width: 100%;
		float: left;
		padding: 0;
		margin: 0;
	}
	.copyrights ul.social_icons li {
		float: right;
		padding: 0;
		margin: 0;
	}
	.copyrights ul.social_icons li a {
		width: 35px;
		height: 35px;
		float: left;
		padding: 0;
		margin: 0 38px 0 0;
		line-height: 35px;
		text-align: center;
		color: #727272;
		font-size: 16px;
		border-radius: 100%;
		background-color:#161616;
	}
	.copyrights ul.social_icons li a:hover {
		color: #727272;
		background-color:#fff;
	}
	.copyrights span {
		padding:0px;
		margin:0px;
		float:left;
		padding-top:5px;
	}
	/* scroll up */
	.scrollup {
		width: 40px;
		height: 40px;
		opacity: 1;
		position: fixed;
		bottom: 22px;
		right: 20px;
		display: none;
		text-indent: -9999px;
		background: #119ee7 url(../img/scroll-top-arrow.png) no-repeat 15px 16px;
		z-index: 999;
	}
/*---------------------------------------------------
	inner pages
	------------------------------------------------------*/

	#domain-searchform #dsearch {
		background-color: #fff;
		border: 1px solid #fff;
		color: #393A3B;
		font-size: 18px;
		height: 80px;
		padding: 7px 10px;
		width: 650px;
	}
	.drlist {
		background-color: #EEEEEE;
		color: #a5a5a5;
		font-size: 18px;
		height: 80px;
		margin: 0px 0 0 -5px;
		padding: 10px;
		width: 102px;
		font-weight: normal;
		background-color: #161616;
		border: 1px solid #161616;
	}
	#searchsubmit {
		border: none;
		color: #FFFFFF;
		cursor: pointer;
		font-size: 18px;
		font-weight: normal;
		height: 75px;
		overflow: hidden;
		padding: 4px 25px;
		margin-left: 0px;
		text-align: center;
		background-color: #119ee7;
	}
	#searchsubmit:hover {
		background-color: #161616;
		color: #727272;
	}
	ul.tld_list {
		width: 100%;
		padding: 10px 0 0 0;
		margin: 0px;
		float: left;
	}
	ul.tld_list li {
		padding: 0 20px 0 0;
		margin: 0px;
		font-family: 'Roboto', sans-serif;
		font-size: 26px;
		display: inline;
		color: #161616;
	}
	ul.tld_list li.title {
		padding: 0 20px 0 0;
		margin: 0px;
		font-family: 'Roboto', sans-serif;
		font-size: 20px;
		color: #fff;
	}
	ul.tld_list li span {
		padding: 0px;
		margin: 0px;
		font-size: 18px;
		color: #fff;
	}
	/*section 10*/

	/*section 11*/
	/*why choose foxu*/
	/*active styles*/
	/*left services*/
	/*section 12*/
	.section_holder12 {
		width: 100%;
		float: left;
		padding: 70px 0 70px 0;
		margin: 0px;
		text-align: center;
		border-top: 1px solid #e7e7e7;
	}
	.section_holder12.two {
		border-top: none;
		padding: 70px 0 70px 0;
	}
	.section_holder12 .icon {
		padding: 0;
		font-size: 64px;
		text-align: center;
		margin: 0 auto 20px auto;
		color: #161616;
		transition-property: background-color, color;
		transition-duration: 0.3s;
		transition-timing-function: ease-out;
	}
	.section_holder12 .readmore_but10 {
		margin: 70px 0 0 0;
	}
	/*hover styles*/

	.section_holder12 .one_fourth:hover .icon {
		color: #119ee7;
		transition-property: background-color, color;
		transition-duration: 0.3s;
		transition-timing-function: ease-out;
	}
	.section_holder12 .one_fourth:hover h5 {
		color: #119ee7;
		transition-property: background-color, color;
		transition-duration: 0.3s;
		transition-timing-function: ease-out;
	}
	.section_holder12 .one_fourth.active .icon {
		color: #119ee7;
		transition-property: background-color, color;
		transition-duration: 0.3s;
		transition-timing-function: ease-out;
	}
	.section_holder12 .one_fourth.active h5 {
		color: #119ee7;
		transition-property: background-color, color;
		transition-duration: 0.3s;
		transition-timing-function: ease-out;
	}
	/*section 13*/
	/*drop list*/
	/*droplist */
	/* Select arrow styling */
	/*section 14*/
	/*section 15*/
	/*section 16*/
	/*section 17*/
	.header_medium {
		float: left;
		width: 100%;
		height: 300px;
		padding: 0;
		margin: 0px;
		text-align: center;
		background: url(../img/site-img34.jpg) 0px 0px no-repeat;
	}
	.header_medium.infrastructure {
		background: url(../img/facility-front.jpg) 0px 0px no-repeat;
		background-size: 100%;
	}
	.header_medium .bigtext {
		font: 14px 'Open Sans', sans-serif;
		float: right;
		font-size: 42px;
		color: #fff;
		width: 100%;
		padding: 110px 0 0 0;
		text-align: right;
		font-weight: bold;
		margin: 0px;
	}
	.header_medium.two .bigtext {
		font: 14px 'Open Sans', sans-serif;
		float: right;
		font-size: 42px;
		color: #fff;
		padding: 95px 0 0 0;
		text-align: center;
		font-weight: bold;
		margin: 0px;
		text-transform: uppercase;
	}
	.header_medium.two .smalltext {
		font: 14px 'Open Sans', sans-serif;
		font-size: 42px;
		color: #fff;
		padding: 100px 0 0 0;
		text-align: center;
		font-weight: 200;
		margin: 0px;
		text-transform: uppercase;
	}
	.header_medium.two .smalltext span {
		color: #119ee7;
	}
	.header_medium .bigtext span {
		color: #119ee7;
	}
	/* section 18*/
	.section_holder18 {
		float: left;
		width: 100%;
		padding: 25px 0 10px 0;
		margin: 0px;
		border-bottom: 1px solid #e9e9e9;
	}
	.pagetitle {
		float: left;
		width: 50%;
		font-size: 30px;
		text-align: left;
		font-weight: normal;
		color: #161616;
		margin: 0px;
		padding: 0px;
	}
	/* section 19*/
	.section_holder19 {
		float: left;
		width: 100%;
		padding: 10px 0 70px 0;
		margin: 0px;
		border-bottom: 1px solid #e9e9e9;
	}
	/* section 20*/
	.section_holder20 {
		float: left;
		width: 100%;
		padding: 70px 0 70px 0;
		margin: 0px;
	}
	/*section 21*/
	/* section 22*/
	/*hover styles*/
	/*active styles*/
	/* section 23*/
	/* section 24*/
	/*sidebar*/


	/* section 25*/
	.section_holder25 {
		float: left;
		width: 100%;
		padding: 0 0 0 0;
		margin: 0px;
	}
	.section_holder25.two {
		padding: 50px 0 0 0;
	}
	/*sidebar social icons*/
	/*product sidebar search*/
	/*categories*/
	.categories_holder {
		width: 100%;
		padding: 0px 0 40px 0;
		float: left;
		margin: 0px;
	}
	.categories_holder ul.list {
		width: 100%;
		padding: 0;
		float: left;
		margin: 0px;
	}
	.categories_holder .list li {
		width: 100%;
		padding: 0;
		float: left;
		margin: 0px;
		border-bottom: 1px solid #d9d9d9;
	}
	.categories_holder .list li.last {
		border-bottom: none;
	}
	.categories_holder .list li a {
		color: #727272;
		padding: 12px 0;
		float: left;
		margin: 0px;
	}
	.categories_holder .list li.first a {
		padding: 0px 0 12px 0;
	}
	.categories_holder .list li a:hover {
		color: #119ee7;
	}
	/*sidebar latest posts*/
	.sidebar_latest_posts {
		width: 100%;
		padding: 0;
		float: left;
		margin: 0px;
	}
	.sidebar_latest_posts .post_holder {
		width: 100%;
		padding: 0;
		float: left;
		margin: 0 0 30px 0;
	}
	.sidebar_latest_posts .post_holder .left {
		width: 32%;
		padding: 0;
		float: left;
		margin: 0px;
	}
	.sidebar_latest_posts .post_holder .left .img {
		width: 80px;
		padding: 0;
		float: left;
		margin: 0px;
		border: 1px solid #d9d9d9;
	}
	.sidebar_latest_posts .post_holder .right {
		width: 68%;
		padding: 0;
		float: right;
		margin: 0px;
	}
	.sidebar_latest_posts .post_holder .right .info {
		width: 100%;
		padding: 0;
		float: left;
		margin: 0px;
	}
	.sidebar_latest_posts .post_holder .right .info span {
		color: #727272;
		padding: 0 8px 0 0;
		font-size: 13px;
	}
	/*sidebar latest posts hover styles*/

	.sidebar_latest_posts .post_holder:hover .img {
		border: 1px solid #119ee7;
	}
	.sidebar_latest_posts .post_holder:hover h6 {
		color: #119ee7;
	}
	/*active styles*/

	.sidebar_latest_posts .post_holder.active .img {
		border: 1px solid #119ee7;
	}
	.sidebar_latest_posts .post_holder.active h6 {
		color: #119ee7;
	}
	/* product tags */
	/*sidebar featured works*/
	/*section 26*/
	.section_holder26 {
		width: 100%;
		float: left;
		padding: 75px 0 75px 0;
		margin: 0px;
		text-align: center;
		background-color: #fff;
		border-top: 1px solid #e4e4e4;
	}
	.section_holder26 .title1 {
		font-size: 80px;
		padding: 30px 0 0 0;
		font-weight: 400;
		margin: 0px;
		line-height: 65px;
	}
	.section_holder26 .title1 span {
		color: #119ee7;
	}
	.section_holder26 .title {
		font-size: 36px;
		padding: 30px 0 10px 0;
		font-weight: 300;
		margin: 0px;
		line-height: 65px;
	}
	/*section 27*/
	/*blog full width*/
	/*post hover box*/
	/*hover styles*/
	/*bottom pagenation*/
	/*blog 3columns*/
	/*blog standard*/
	/*blog single post*/
	/* section 29 */
	/*hover styles*/
	/*section 30*/
	.section_holder30 {
		width: 100%;
		padding: 70px 0 70px 0px;
		margin: 0px;
		float: left;
	}
	.section_holder30.two {
		padding: 70px 0 0 0px;
	}
	.section_holder30 .one_third {
		margin-bottom: 30px;
	}
	/*hover styles*/
	/*active styles*/
	/*contact styles*/

	.address_info {
		float: left;
		background-color: #fff;
		padding: 0px;
		width: 100%;
		margin-bottom: 40px;
	}
	.address_info.two {
		float: left;
		background-color: #fff;
		border: none;
		padding: 20px 20px 10px;
		width: 100%;
		margin-bottom: 40px;
	}
	.address_info a {
		color: #119ee7;
	}
	.address_info a:hover {
		color: #161616;
	}
	.google-map {
		width: 100%;
		padding: 20px;
		height: 300px;
		border: 1px solid #d9d9d9;
	}
	.google-map.two {
		width: 100%;
		padding: 0px;
		height: 350px;
		border: none;
	}


	/*------------------*/
/* layout2
/*------------------------------------------------------*/

/*section 31*/
.lt_title_medium{
	font-size:35px;
	padding:0px;
	margin: 0px;
	font-weight:300;
	text-align:left;
	text-transform:uppercase;
}
.lt_title_medium span{
	font-weight:600;
}
.lt_title_big{
	font-size:43px;
	padding:0px;
	margin: 0px;
	font-weight:300;
	text-align:center;
	text-transform:uppercase;
}
.lt_title_big_left{
	font-size:43px;
	padding:0px;
	margin: 0px;
	font-weight:300;
	text-align:left;
	text-transform:uppercase;
}
.lt_title_big_left span{
	font-weight:600;
}
.lt_title_big span{
	font-weight:600;
}

/*section 32*/

/*offer badge*/
/*section 33*/
.lt_title_line {
	height: 3px;
	padding: 0px;
	margin: 15px auto 20px;
	text-align: center;
	background:url(../img/title_line7.png) center top no-repeat;
}
.cl_title_line {
	height: 3px;
	padding: 0px;
	margin: 15px auto 20px;
	text-align: center;
	background:url(../img/title_line10.png) center top no-repeat;
}
.lt_title_line.two {
	background:url(../img/title_line9.png) center top no-repeat;
}
.lt_title_bottomtext {
	width: 60%;
	padding: 0px;
	margin: 0px auto 60px;
	text-align: center;
}

/*table active small arrows*/
/*table drop list*/

/*drop list 3*/

/* Select arrow styling */
/*hover styles*/
/*active styles*/

/*section 34*/

/*section 35*/
/*hover styles*/
/*active styles*/
/*section 36*/
.section_title_line_full {
	width:100%;
	height: 3px;
	float:left;
	padding: 0px;
	margin: 15px auto 20px;
	text-align: left;
	background: url(../img/title_line6.png) 0 0 no-repeat;
}
.section_title_line_full.two {
	background: url(../img/title_line13.png) 0 0 no-repeat;
}

/*section 37*/

/*------------------*/
/* layout3 style
/*------------------------------------------------------*/

/*section 38*/
/*hover styles*/
/*active styles*/

/*section 39*/

/*get a website section right*/

/*section 40*/
/*hover styles*/
/*active styles*/

/*right section why foxu*/

/*section 41*/
.section_holder41 {
	width: 100%;
	float: left;
	padding:70px 0 70px 0;
	margin:0;
}
.section_holder41 .text_holder {
	width: 99%;
	float: left;
	padding:30px;
	margin:0 0 17px 0;
	border:1px solid #d9d9d9;
	background-color:#fff;
}
.section_holder41 .img_holder {
	width: 18%;
	float: left;
	padding:0;
	margin:0;
}
.section_holder41 .text {
	width: 82%;
	float: right;
	padding:0;
	margin:0;
}

/*get a website section right*/
.section_holder41 .img_right{
	position:relative;
	width: 52%;
	float: right;
	text-align:right;
	padding:0;
	margin: 0px;
}
.section_holder41 .text_left {
	position:relative;
	width: 48%;
	float: left;
	padding:0;
	margin: 0px;
}
.section_holder41 .text_left ul.list {
	width: 100%;
	float: left;
	padding:0 0 25px 0;
	margin: 0px;
}
.section_holder41 .text_left .list li {
	padding:0 0 4px 0;
	margin: 0px;
	color:#727272;
}
.section_holder41 .text_left .list li i {
	padding-right:6px;
	color:#119ee7;
}
.section_holder41 .offerbadge2 {
	position:absolute;
	width:90px;
	height:90px;
	float: left;
	padding:18px 0 0 0;
	text-align:center;
	color:#272727;
	margin: 0 0 0 30px;
	line-height:17px;
	background:url(../img/site-img76.png) 0 0 no-repeat;
	z-index:2;
}
.section_holder41 .offerbadge2 span {
	font-size:18px;
	font-weight:600;
}

/*section 42*/
.section_holder42 {
	width: 100%;
	float: left;
	padding:70px 0 70px 0;
	margin:0;
}
.section_holder42 .text_holder {
	width: 100%;
	float: left;
	height:300px;
	padding:35px;
	text-align:center;
	margin:0;
	border:1px solid #d9d9d9;
	transition: all .3s ease-out;
}
.section_holder42 .text_holder .price {
	font-size:26px;
	padding:0 8px 0 8px;
	margin:0;
	font-weight:600;
	color:#119ee7;
}
.section_holder42 .bottom_shape {
	width: 100%;
	height:18px;
	float: left;
	padding:0;
	margin:5px 0 0 0;
	background:url(../img/site-img81.png) 0 0 no-repeat;
}

/*hover styles*/
.section_holder42 .text_holder:hover {
	color:#fff;
	border:1px solid #119ee7;
	background-color:#119ee7;
	transition: all .3s ease-out;
}
.section_holder42 .text_holder:hover h4, .section_holder42 .text_holder:hover .price {
	color:#fff;
}
.section_holder42 .text_holder:hover .readmore_but10 {
	color:white;
	background-color:black;
}
/*active styles*/
.section_holder42 .text_holder.active {
	color:#fff;
	border:1px solid #119ee7;
	background-color:#119ee7;
}
.section_holder42 .text_holder.active h4, .section_holder42 .text_holder.active .price {
	color:#fff;
}
.section_holder42 .text_holder.active .readmore_but10 {
	color:#727272;
	background-color:#fff;
}

/*section 43*/
.section_holder43 {
	width: 100%;
	float: left;
	padding:70px 0 70px 0;
	margin:0;
}
.section_holder43 ol.list_st4 li:before {
	position: absolute;
	top: 0px;
	left: -15px;
	width: 28px;
	height: 28px;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	color: #F5F5F5;
	border-radius: 50%;
	background-color: #119ee7;
}
.section_holder43 ol.list_st4 li {
	margin: 0px;
	padding:0 0 10px 20px;
	min-height: 3em;
	list-style-type: none;
}
.section_holder43 .img_middle {
	position:relative;
	padding:0px;
	margin:0px;
	text-align:center;
}
.section_holder43 .img_middle img {
	width: 400px;
	margin-left:-20px;
}
.section_holder43 .img_middle .badge {
	position:absolute;
	width:170px;
	height:170px;
	padding:0;
	margin: 0px -60px 0px 218px;
	float: left;
	background:url(../img/site-img50.png) 0 0 no-repeat;
}
.section_holder43 .img_middle .badge .text {
	padding: 50px 0px 0px 0px;
	font-size:14px;
	margin: 0px;
	color:#272727;
	text-transform:uppercase;
}
.section_holder43 .img_middle .badge .text span {
	padding:0;
	font-size:24px;
	margin: 0;
	font-weight:600;
	color:#272727;
}
.section_holder43 .bottom_shape {
	width: 100%;
	height:18px;
	float: left;
	padding:0;
	margin:5px 0 0 0;
	background:url(../img/site-img81.png) 0 0 no-repeat;
}

/*section 44*/
.section_holder44 {
	width: 100%;
	float: left;
	padding: 70px 0 70px 0;
	margin: 0px;
	background: url("../img/servers-bg2.jpg");
	background-attachment: fixed;
	background-origin: initial;
	background-clip: initial;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 100% 0;
	background-position: center;
}
.section_holder44 .flex-viewport{
	height:200px;
}
.section_holder44 .left_holder {
	width: 100%;
	float: left;
	padding:20px;
	margin: 0px;
	background-color: rgba(98,98,98,0.77);
	border-radius: 10px;
}
.section_holder44 .slides .img {
	top: 0px;
}
.section_holder44 .img {
	position:relative;
	width: 20%;
	margin-top: 10%;
	float: left;
	padding:0;
	margin: 0px;
}
.section_holder44 .offerbadge {
	position:absolute;
	width:90px;
	height:90px;
	float: left;
	padding:26px 0 0 0;
	text-align:center;
	color:#272727;
	line-height:16px;
	margin: 147px 0px 0px 62px;
	background:url(../img/site-img76.png) 0 0 no-repeat;
	z-index:2;
}
.section_holder44 .offerbadge span {
	font-size:18px;
	font-weight:600;
}
.section_holder44 .text p{
	color:#222;
}
.section_holder44 .text .small{
	color:#222;
}
.section_holder44 .text {
	position:relative;
	width: 80%;
	float: left;

	padding:0px 0 0 0;
	margin: 0px;
}
.section_holder44 .text .big {
	font-size:50px;
	color:#fff;
	font-weight:600;
	float: left;
	text-transform:uppercase;
	padding:0 0 20px 0;
	line-height:40px;
	margin: 0px;
}
.section_holder44 .text .big .hili {
	color:#119ee7;
}

.section_holder44 .left_holder .flexslider {
	margin: 0px 0px -16px 0px;
	padding: 0px;
}
.section_holder44 .list_holder {
	width: 100%;
	padding: 10px;
	margin: 0 0 30px 0;
	float: left;
	background-color: rgba(98, 98, 98, 0.77);
	border-radius: 10px;
}
.section_holder44 .list_holder.last {
	margin: 0 0 0 0;
}
.section_holder44 .list_holder .icon_holder {
	width: 22%;
	padding: 0px;
	margin: 0px;
	float: left;
}
.section_holder44 .list_holder .img {
	width: 110px;
	height: 110px;
	padding: 0px;
	margin: 0px;
	float: left;
	border-radius:100%;
	background:url(../img/site-img78.jpg) 0 0 no-repeat;
}
.section_holder44 .list_holder .img.triplica {
	background:url(../img/triplica.jpg) 0 0 no-repeat;
}
.section_holder44 .list_holder .img.encryption {
	background:url(../img/256-bit-encryption.jpg) 0 0 no-repeat;
}
.section_holder44 .list_holder .img.two {
	background:url(../img/site-img79.jpg) 0 0 no-repeat;
}
.section_holder44 .list_holder .text {
	width: 78%;
	padding: 0px;
	margin: 0px;
	float: right;
}
.section_holder44 .list_holder:hover h5 {
	color: #119ee7;
}
.section_holder44 .list_holder.active h5 {
	color: #119ee7;
}

/*section 45*/
.section_holder45 {
	width: 100%;
	float: left;
	padding:50px 0 50px 0;
	margin:0;
	/*background-color:#119ee7;*/
}

/*------------------*/
/* portfolio styles
/*------------------------------------------------------*/

/*portfolio single*/
.portfolio_single{
	width:100%;
	padding:70px 0 70px 0;
	float:left;
	margin:0px;
}

/*sidebar social icons*/

/*tags*/


















/*------------------*/
/* element styles
/*------------------------------------------------------*/


/*------------------*/
/*image hovers */
/*------------------------------------------------------*/
/*style1*/
/*style 2*/
/*style 3*/
/*style 4*/
/*style 5*/
/*style 6*/
/*------------------*/
/*button styles */
/*------------------------------------------------------*/


a.but_st1 {
	padding: 0px;
	margin: 0px 10px 10px 0px;
	float: left;
	border-radius: 2px;
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #fdce16;
}
/*large styles*/
a.but_st1.large {
	font-size: 20px;
	padding: 20px 50px;
}
a.but_st1.large.red {
	background-color: #fc4242;
}
a.but_st1.large.red:hover {
	background-color: #161616;
}
a.but_st1.large.blue {
	background-color: #13bfff;
}
a.but_st1.large.blue:hover {
	background-color: #161616;
}
a.but_st1.large.green {
	background-color: #3fc35f;
}
a.but_st1.large.green:hover {
	background-color: #161616;
}
a.but_st1.large.orange {
	background-color: #ff9d12;
}
a.but_st1.large.orange:hover {
	background-color: #161616;
}
/*large stroke styles*/
a.but_st1.large {
	font-size: 20px;
	padding: 20px 50px;
}
a.but_st1.large.two.red {
	border: 2px solid #fc4242;
	background-color: #fff;
	color: #fc4242;
}
a.but_st1.large.two.red:hover {
	color: #fff;
	border: 2px solid #fc4242;
	background-color: #fc4242;
}
a.but_st1.large.two.blue {
	border: 2px solid #13bfff;
	background-color: #fff;
	color: #13bfff;
}
a.but_st1.large.two.blue:hover {
	color: #fff;
	border: 2px solid #13bfff;
	background-color: #13bfff;
}
a.but_st1.large.two.green {
	border: 2px solid #3fc35f;
	background-color: #fff;
	color: #3fc35f;
}
a.but_st1.large.two.green:hover {
	color: #fff;
	border: 2px solid #3fc35f;
	background-color: #3fc35f;
}
a.but_st1.large.two.orange {
	border: 2px solid #ff9d12;
	background-color: #fff;
	color: #ff9d12;
}
a.but_st1.large.two.orange:hover {
	color: #fff;
	border: 2px solid #ff9d12;
	background-color: #ff9d12;
}
/*buttons medium styles*/

/*medium styles*/
/*medium stroke styles*/
/*buttons small styles*/

/*button small styles*/
a.but_st1.small {
	font-size: 14px;
	padding: 11px 20px;
}
a.but_st1.small.red {
	background-color: #fc4242;
}
a.but_st1.small.red:hover {
	background-color: #161616;
}
a.but_st1.small.blue {
	background-color: #13bfff;
}
a.but_st1.small.blue:hover {
	background-color: #161616;
}
a.but_st1.small.green {
	background-color: #3fc35f;
}
a.but_st1.small.green:hover {
	background-color: #161616;
}
a.but_st1.small.orange {
	background-color: #ff9d12;
}
a.but_st1.small.orange:hover {
	background-color: #161616;
}
/*small button stroke styles*/
a.but_st1.small.two.red {
	border: 2px solid #fc4242;
	background-color: #fff;
	color: #fc4242;
}
a.but_st1.small.two.red:hover {
	color: #fff;
	border: 2px solid #fc4242;
	background-color: #fc4242;
}
a.but_st1.small.two.blue {
	border: 2px solid #13bfff;
	background-color: #fff;
	color: #13bfff;
}
a.but_st1.small.two.blue:hover {
	color: #fff;
	border: 2px solid #13bfff;
	background-color: #13bfff;
}
a.but_st1.small.two.green {
	border: 2px solid #3fc35f;
	background-color: #fff;
	color: #3fc35f;
}
a.but_st1.small.two.green:hover {
	color: #fff;
	border: 2px solid #3fc35f;
	background-color: #3fc35f;
}
a.but_st1.small.two.orange {
	border: 2px solid #ff9d12;
	background-color: #fff;
	color: #ff9d12;
}
a.but_st1.small.two.orange:hover {
	color: #fff;
	border: 2px solid #ff9d12;
	background-color: #ff9d12;
}
/*Full width button styles*/


a.but_fullwidth {
	padding: 0px;
	margin: 10px 0px 0px;
	float: left;
	width: 100%;
	height: 65px;
	text-align: center;
	line-height: 67px;
	font-size: 18px;
	border-radius: 4px;
	color: #FFF;
	font-weight: 500;
	text-transform: uppercase;
	background-color: #a5d549;
}
a.but_fullwidth:hover {
	color: #fff;
	background-color: #161616;
}
a.but_fullwidth.two {
	background-color: #c762cb;
}
a.but_fullwidth.two:hover {
	color: #fff;
	background-color: #161616;
}
a.but_fullwidth.three {
	background-color: #13bfff;
}
a.but_fullwidth.three:hover {
	color: #fff;
	background-color: #161616;
}
/*------------------*/
/*Actual Buttons*/
/*------------------------------------------------------*/
button.but_st1 {

	padding: 0px;
	margin: 0px 10px 10px 0px;
	float: left;
	border-radius: 2px;
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #fdce16;
	border:0!important;
}
/*large styles*/
button.but_st1.large {
	font-size: 20px;
	padding: 20px 50px;
}
button.but_st1.large.red {
	background-color: #fc4242;
}
button.but_st1.large.red:hover {
	background-color: #161616;
}
button.but_st1.large.blue {
	background-color: #13bfff;
}
button.but_st1.large.blue:hover {
	background-color: #161616;
}
button.but_st1.large.green {
	background-color: #3fc35f;
}
button.but_st1.large.green:hover {
	background-color: #161616;
}
button.but_st1.large.orange {
	background-color: #ff9d12;
}
button.but_st1.large.orange:hover {
	background-color: #161616;
}
/*large stroke styles*/
button.but_st1.large {
	font-size: 20px;
	padding: 20px 50px;
}
button.but_st1.large.two.red {
	border: 2px solid #fc4242;
	background-color: #fff;
	color: #fc4242;
}
button.but_st1.large.two.red:hover {
	color: #fff;
	border: 2px solid #fc4242;
	background-color: #fc4242;
}
button.but_st1.large.two.blue {
	border: 2px solid #13bfff;
	background-color: #fff;
	color: #13bfff;
}
button.but_st1.large.two.blue:hover {
	color: #fff;
	border: 2px solid #13bfff;
	background-color: #13bfff;
}
button.but_st1.large.two.green {
	border: 2px solid #3fc35f;
	background-color: #fff;
	color: #3fc35f;
}
button.but_st1.large.two.green:hover {
	color: #fff;
	border: 2px solid #3fc35f;
	background-color: #3fc35f;
}
button.but_st1.large.two.orange {
	border: 2px solid #ff9d12;
	background-color: #fff;
	color: #ff9d12;
}
button.but_st1.large.two.orange:hover {
	color: #fff;
	border: 2px solid #ff9d12;
	background-color: #ff9d12;
}
/*buttons medium styles*/

/*medium styles*/
/*medium stroke styles*/
/*buttons small styles*/

/*button small styles*/
button.but_st1.small {
	font-size: 14px;
	padding: 11px 20px;
}
button.but_st1.small.red {
	background-color: #fc4242;
}
button.but_st1.small.red:hover {
	background-color: #161616;
}
button.but_st1.small.blue {
	background-color: #13bfff;
}
button.but_st1.small.blue:hover {
	background-color: #161616;
}
button.but_st1.small.green {
	background-color: #3fc35f;
}
button.but_st1.small.green:hover {
	background-color: #161616;
}
button.but_st1.small.orange {
	background-color: #ff9d12;
}
button.but_st1.small.orange:hover {
	background-color: #161616;
}
/*small button stroke styles*/
button.but_st1.small.two.red {
	border: 2px solid #fc4242;
	background-color: #fff;
	color: #fc4242;
}
button.but_st1.small.two.red:hover {
	color: #fff;
	border: 2px solid #fc4242;
	background-color: #fc4242;
}
button.but_st1.small.two.blue {
	border: 2px solid #13bfff;
	background-color: #fff;
	color: #13bfff;
}
button.but_st1.small.two.blue:hover {
	color: #fff;
	border: 2px solid #13bfff;
	background-color: #13bfff;
}
button.but_st1.small.two.green {
	border: 2px solid #3fc35f;
	background-color: #fff;
	color: #3fc35f;
}
button.but_st1.small.two.green:hover {
	color: #fff;
	border: 2px solid #3fc35f;
	background-color: #3fc35f;
}
button.but_st1.small.two.orange {
	border: 2px solid #ff9d12;
	background-color: #fff;
	color: #ff9d12;
}
button.but_st1.small.two.orange:hover {
	color: #fff;
	border: 2px solid #ff9d12;
	background-color: #ff9d12;
}
/*Full width button styles*/
button.but_st1.full {
	width: 100%;
}
button.but_fullwidth {
	border:0;
	padding: 0px;
	margin: 10px 0px 0px;
	float: left;
	width: 100%;
	height: 65px;
	text-align: center;
	line-height: 67px;
	font-size: 18px;
	border-radius: 4px;
	color: #FFF;
	font-weight: 500;
	text-transform: uppercase;
	background-color: #a5d549;
}
button.but_fullwidth:hover {
	color: #fff;
	background-color: #161616;
}
button.but_fullwidth.two {
	background-color: #c762cb;
}
button.but_fullwidth.two:hover {
	color: #fff;
	background-color: #161616;
}
button.but_fullwidth.three {
	background-color: #13bfff;
}
button.but_fullwidth.three:hover {
	color: #fff;
	background-color: #161616;
}
/*------------------*/
/*Call to Action */
/*------------------------------------------------------*/


.call_to_action {
	width: 100%;
	float: left;
	border: 1px solid #e7e7e7;
	border-radius: 4px;
	padding: 25px 25px;
	margin: 0 0 15px 0;
}
.call_to_action .left {
	padding: 0px;
	margin: 0px;
	float: left;
	width: 82%;
}
.call_to_action .right {
	width: 18%;
	padding: 0px;
	margin: 0px;
	float: right;
}
.call_to_action a.but_st1.small, .call_to_action a.but_st1.large {
	float: right;
}
.call_to_action a.but_st1.small {
	margin-top: 10px;
}
.call_to_action p {
	width: 100%;
	text-align: left;
}
.call_to_action span.title_big {
	width: 100%;
	text-align: left;
	padding: 0px;
	margin: 0px;
	line-height: 45px;
	font-size: 24px;
	color: #119ee7;
}
.call_to_action span.title_big.two {
	font-size: 18px;
	line-height: 0px;
}
.call_to_action span.title_big.three {
	font-size: 18px;
	line-height: 0px;
	color: #272727;
}
.call_to_action span.title_big.four {
	font-size: 34px;
	line-height: 50px;
	color: #272727;
}
.call_to_action span.title_big.three strong {
	color: #fc4242;
}
/*------------------*/
/*list styles */
/*------------------------------------------------------*/

/*lists style 1*/
/*list style3*/

.list_st3 {
	width: 100%;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	float: left;
}
.list_st3 .icon {
	width: 18px;
	height: 18px;
	padding: 0px;
	margin: 3px 0px 0px 0px;
	float: left;
	font-size: 12px;
	text-align: center;
	line-height: 15px;
	color: #119ee7;
	border-radius: 100%;
	border: 1px solid #119ee7;
}
.list_st3 .text {
	padding: 0px 0 0 28px;
	margin: 0px;
	display: block;
}
/*list style 4*/


ol.list_st4 {
	list-style-type: none;
	list-style-type: decimal !ie; /*IE 7- hack*/
	margin: 0;
	margin-left: 18px;
	padding: 0;
	counter-reset: li-counter;
}
ol.list_st4 li {
	position: relative;
	margin: 0px;
	padding-left: 20px;
	min-height: 3em;
	list-style-type: none;
}
ol.list_st4 li:before {
	position: absolute;
	top: 0;
	left: -15px;
	width: 28px;
	height: 28px;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	color: #f5f5f5;
	border-radius: 50%;
	background-color: #464646;
	content: counter(li-counter);
	counter-increment: li-counter;
}
/*list style 5*/
/*------------------*/
/*message boxes */
/*------------------------------------------------------*/

/*message boxes*/
/*------------------*/
/*pricing tables */
/*------------------------------------------------------*/

/*pricing style 1*/
/*hover styles*/
/*active styles*/
/*pricing style 2*/
/*hover and active styles*/
/*Typography	*/

/*dropcaps*/
/*------------------*/
/*content boxes */
/*------------------------------------------------------*/


.contbox_st1 {
	width: 100%;
	float: left;
	padding: 25px;
	margin: 0px;
	border-radius: 2px;
	border: 1px solid #E1E1E1;
}
.marbottom {
	margin-bottom: 30px;
}
.contbox_st1:hover img {
	opacity: 0.8;
}
/*------------------*/
/*data tables */
/*------------------------------------------------------*/

/* tables */
/*table style 2*/
.table-list2 {
	float: left;
	background-color: #fff;
	margin-bottom: 20px;
	width: 100%;
}
.table-list2 th {
	padding: 18px 10px;
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	text-align: center;
	background-color: #272727;
}
.table-list2 td {
	padding: 13px 10px;
	text-align: center;
	background-color: #f5f5f5;
	border: 1px solid #e1e1e1;
}
.table-list2 tr {
	border-bottom: 1px solid #e1e1e1;
}
.table-list2 tr:hover td {
	background-color: #92d102;
	color: #fff;
}
/* tables */
/* tables style4 */
/*------------------*/
/*social icon styles */
/*------------------------------------------------------*/



/*------------------*/
/*icon boxes */
/*------------------------------------------------------*/

/*icon boxes*/

.icon_boxes_st1 {
	width: 100%;
	padding: 15px;
	margin: 0px;
	float: left;
	text-align: center;
	border-radius: 4px;
	border: 1px solid #e1e1e1;
}
.icon_boxes_st1 i {
	background-color: #119EE7;
	border: 1px solid #119EE7;
	border-radius: 100%;
	color: #fff;
	font-size: 40px;
	height: 100px;
	line-height: 105px;
	margin-bottom: 20px;
	text-align: center;
	vertical-align: middle;
	width: 100px;
}
.icon_boxes_st1 p {
	text-align: justify;
	width: 90%;
	margin: 0 auto;
}
/*icon boxes style2 */


.icon_boxes_st5 {
	margin: 0px;
	float: left;
	width: 100%;
	text-align: center;
}
.icon_boxes_st5 p{
	text-align: justify;
	width: 90%;
	margin: 0 auto;
}
.icon_boxes_st5 i {
	background-color: #119ee7;
	border: 1px solid #119ee7;
	border-radius: 100%;
	color: #FFFFFF;
	font-size: 30px;
	height: 80px;
	line-height: 81px;
	margin-bottom: 20px;
	text-align: center;
	vertical-align: middle;
	width: 80px;
}
.icon_boxes_st5:hover i {
	background-color: #fff;
	color: #119ee7;
	border: 1px solid #119ee7;
}

.pricing-tables {
	width: 100%;
	margin: 10px 0px;
	/*border: 2px solid #383838;*/
	border-radius: 5px;
	-webkit-border-radius: 5px;
	--moz-border-radius: 5px;
	float:left;
	clear:both;
}
.pricing-tables.calculator .pricing-row{
	height:30px;
}

.pricing-tables.calculator .pricing-row.totals {
	height:40px;
}

.pricing-row {
	width: 100%;
	float:left;
	clear:both;
	background-color: #fff;
	height: 80px;
}

.pricing-row:nth-child(even), .pricing-row.even {
	background-color:#f5f5f5;
}

.pricing-row > div{
	height: 80px;
}
.calculator .pricing-row > div{
	height: 30px;
}
.calculator .pricing-row.totals > div{
	height: 40px;
}
.arrow-right {
	width: 0;
	height: 0;
	border-top: 40px solid transparent;
	border-bottom: 40px solid transparent;
	float:left;
	border-left: 20px solid green;
}
.arrow-left {
	width: 0;
	height: 0;
	border-top: 40px solid transparent;
	border-bottom: 40px solid transparent;
	float:right;
	border-right: 20px solid blue;
}
.calculator .arrow-right {
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	float:left;
	border-left: 20px solid green;
}
.calculator .arrow-left {
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	float:right;
	border-right: 20px solid blue;
}
.calculator .totals .arrow-right {
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	float:left;
	border-left: 20px solid green;
}
.calculator .totals .arrow-left {
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	float:right;
	border-right: 20px solid blue;
}
.pricing-row.space .pricing, .pricing-row.space .extra{
	background-color: #E0ECF8;
}
.pricing-row.space .arrow-right, .pricing-row.space .arrow-left {
	border-left-color: #E0ECF8;
	border-right-color: #E0ECF8;
}
.pricing-row.pro .pricing, .pricing-row.pro .extra{
	background-color: #64c3de;
}
.pricing-row.pro .arrow-right, .pricing-row.pro .arrow-left {
	border-left-color: #64c3de;
	border-right-color: #64c3de;
}
.pricing-row.adv .pricing, .pricing-row.adv .extra{
	background-color: #44a3d5;
}
.pricing-row.adv .arrow-right, .pricing-row.adv .arrow-left {
	border-left-color: #44a3d5;
	border-right-color: #44a3d5;
}
.pricing-row.vmware .pricing, .pricing-row.vmware .extra{
	background-color: #2972B0;
}
.pricing-row.vmware .arrow-right, .pricing-row.vmware .arrow-left {
	border-left-color: #2972B0;
	border-right-color: #2972B0;
}
.pricing-row.hyperv .pricing, .pricing-row.hyperv .extra{
	background-color: #234E8E;
}
.pricing-row.hyperv .arrow-right, .pricing-row.hyperv .arrow-left {
	border-left-color: #234E8E;
	border-right-color: #234E8E;
}
.pricing-row.mailbox .pricing, .pricing-row.mailbox .extra{
	background-color: #1B3E72;
}
.pricing-row.mailbox .arrow-right, .pricing-row.mailbox .arrow-left {
	border-left-color: #1B3E72;
	border-right-color: #1B3E72;
}
.pricing-row.totals .pricing, .pricing-row.totals .extra{
	background-color: #D0E89B;
}
.pricing-row.totals .arrow-right, .pricing-row.totals .arrow-left {
	border-left-color: #D0E89B;
	border-right-color: #D0E89B;
}
.pricing-row.branding .pricing, .pricing-row.branding .extra{
	background-color: #12294C;
}
.pricing-row.branding .arrow-right, .pricing-row.branding .arrow-left {
	border-left-color: #12294C;
	border-right-color: #12294C;
}

.pricing-row > div {
	float:left;
}

.pricing-row .extra .price h5 {
	font-size: 2.667em;
	padding:0.267em;
	margin-left: 0.267em;
	color:#f7f7f7;
	width:100%;
	font-weight:bold;
	display:block;
	float:left;
	width: 48%;
}

.pricing-row .pricing .name h4{
	color:#f7f7f7;
	/*font-size:1.667em;*/
	text-shadow: 1px 1px 1px rgba(150, 150, 150, 0.86);
}
.pricing-row.space .extra .price h5 {
	font-size: 2.667em;
	padding:0.267em;
	margin-left: 0.267em;
	color:#383838;
	width:100%;
	font-weight:bold;
	display:block;
	float:left;
	width: 48%;
}
.pricing-row.space .pricing .name h4{
	color:#383838;
	/*font-size:1.867em;*/
	text-shadow: 1px 1px 1px rgba(150, 150, 150, 0.86);
}

.pricing-tables.calculator .pricing-row .pricing .name h4{
	color:#f7f7f7;
	font-size:1.267em;
	text-shadow: 1px 1px 1px rgba(150, 150, 150, 0.86);
}
.pricing-tables.calculator .pricing-row.space .pricing .name h4, .pricing-tables.calculator .pricing-row.totals .pricing .name h4{
	color:#383838;
	font-size:1.267em;
	text-shadow: 1px 1px 1px rgba(150, 150, 150, 0.86);
}
.pricing-tables.calculator .pricing-row.space .extra .price h5, .pricing-tables.calculator .pricing-row.totals .extra .price h5 {
	font-size: 1.667em;
	padding:0.267em;
	margin-left: 0.267em;
	color:#383838;
	width:100%;
	font-weight:bold;
	display:block;
	float:left;
	width: 48%;
}

.pricing-tables.calculator .pricing-row .extra .price h5 {
	font-size: 1.667em !important;
	padding:0.267em;
	margin-left: 0.267em;
	color:#f7f7f7;
	width:100%;
	font-weight:bold;
	display:block;
	float:left;
	width: 48%;
}
.pricing-row .pricing .name {
	font-size: 1.267em;
	padding:0.267em;
	color:#f7f7f7;
	width:90%;
}
.pricing-row .extra .monthly {
	font-size: 1.667em;
	float:left;
	color:#d7d7d7;
	margin-left: 38px;
	margin-top:-13px;
}
.pricing-row.space .extra .monthly {
	font-size: 1.667em;
	float:left;
	color:#383838;
	margin-left: 38px;
	margin-top:-13px;
}
.pricing-tables.calculator .pricing-row.header {
	text-align:center;
	background-color: #383838;
	color:#fff;
}
h2.header {
	color:#fff;
	text-align:center;
}
.pricing-tables.calculator .pricing-row.header, .pricing-tables.calculator .pricing-row.header > div {
	height:42px;
}
.pricing-row .pricing {
	width: 24%;
}
.pricing-row .info {
	width: 63%
}
.pricing-row .info .lists, .pricing-row .info .text{
	float:left;
}
.pricing-row .info .lists{
	width: 40%
}

.pricing-row .info .text{
	width: 52%
}
.pricing-row .info .text {
	font-size:0.867em;
	line-height:12px;
	padding:3px;
	color:#383838;
}
.pricing-row .info ul {
	margin: 7px 0;
	padding: 3px;
	width:96%;
	background-color:#d9d9d9;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float:left;
}
.pricing-row .info ul li{
	margin: 0;
	padding:0;
	list-style-type: none;
	float:left;
	font-size:0.667em;
	padding: 0px 4px;
	background-color: #D0E89B;
	margin: 3px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	line-height:14px;
}
.pricing-row .info ul li:nth-child(odd), .pricing-row .info ul li.odd{
	background-color: #E0ECF8
}
.pricing-row.totals {
	border-top: 1px solid #383838;
}
.pricing-row .extra {
	width: 13%;
}
.calculator input {
	border: 0;
	margin: 0;
	padding: 0;
	width: 30%;
	line-height: 22px;
	margin-right:6px;
	font-size: 18px;
	text-align: right;
	background-color: transparent;
	float: right;
	margin-right: 6px;
	padding-right:3px;
	border: 1px solid #383838;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.calculator input:hover {
	background-color:#d7d7d7;
}
.calculator .lists {
	font-size:22px;
	font-weight:bold;
	text-align:left;
	line-height:34px;
}
.calculator .monthly {
	display:none;
}
.total-pricing {
	color:#32C91D;
	font-size:28px;
	font-weight:bold;
	text-align:right;
	line-height:34px;
	margin-right:6px;
	text-shadow: 1px 1px 1px rgba(150, 150, 150, 0.86);
}
.extra .total-pricing {
	color:#32C91D;
	font-size:28px;
	font-weight:bold;
	text-align:right;
	line-height:34px;
	margin-right:34px;
	margin-top:2px;
	text-shadow: 1px 1px 1px rgba(150, 150, 150, 0.86);
}
.total-storage {
	color:#7b7b7b;
	font-size:28px;
	font-weight:bold;
	text-align:right;
	line-height:34px;
	margin-right:6px;
	text-shadow: 1px 1px 1px rgba(150, 150, 150, 0.86);
}
p.justify {
	text-align:justify;
	font-size:1.467em;
	line-height:1.267em;
	padding:0.267em;
	color:#5a5a5a;
}
.calculator .price {
	text-shadow: 1px 1px 1px rgba(150, 150, 150, 0.86);
}
.calculator .special {
	background-color:#FFAA67;
	background-image: none;
}
.section_holder.pricing .call_to_action .left {
	width: 70%;
}
.section_holder.pricing .call_to_action .right {
	width: 30%;
}
.section_holder.pricing .call_to_action .right a {
	font-size: 22px;
	margin-top: 45px;
	margin-bottom: 0px;
}

#request-code-spinner {
	margin: 10px;
}
.basic-features .fa, .basic-features .fa-stack {
	width: 100%;
	height:36px;
	margin: 0 auto;
	display:block;
	text-align:center;
	transition: color 0.5s;
}
.basic-features h5{
	text-align:center;
}
.basic-features p{
	text-align: center;
}
.basic-features .one_third {
	margin-top: 10px;
}
.green-link {
	color: #32C91D;
}
.basic-features .one_third:hover .fa, .basic-features .one_third:hover .fa-stack {
	color: #32C91D;
}
.software-features .img a{
	width: 84px;
	padding: 6px;
}
.software-features h4.lessmar {
	margin-bottom: 0;
}
.software-features .text .big {
	font-size: 30px;
	padding-bottom: 0;
	width: 100%;
}
.section_holder20.about {
	padding-top:20px;
}
.nav .dropdown-menu li a{
	font-size:14px;
}
.pricing-select .contbox_st1 img.img_size1{
	/*height:460px!important;*/
}
.features-nav a {
	line-height: 22px;
}
.features-nav img {
	float:left;
}
.circular {
  background-color: #00599e;
  color: white!important;
  padding: 4px;
  text-align: center;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  font-weight: bold;
  font-size: 12px!important;
}
.features-nav li img {
	border-radius:100%;
}