 body{
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	font-family: 'Open Sans Condensed', sans-serif;
	font-family: 'Open Sans', sans-serif;
}
.wrapper{
	width: 100%;
}
header {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 74px;
}
.header-top{
	width: 100%;
	height: 74px;
	border-bottom: 2px solid #f69679;
	position: fixed;
	opacity: 0.8;
	z-index: 20;
	background: #fff;
}
.nav-wrapper{
	width: 960px;
	height: 74px;
	margin: 0px auto;
}
.logo{
	float: left;
    margin-top: 8px;
}
.nav-wrapper ul{
	list-style: none;
	float: right;
	margin: 0px;
}
.nav-wrapper ul li{
	float: left;
}
.nav-wrapper ul li a{
	text-decoration: none;
	color: black;
	display: block;
    padding: 26px 20px;
}
.nav-wrapper ul li:hover{
    background-color:#f69679;
    cursor: pointer;
}
.nav-wrapper ul li:hover > a{
    color: white;
}
.slider {
	width: 100%;
	height: 684px;
	float: left;
	/*position: relative;*/
}
.slider img{
	width: 100%;
	height: 684px;
}
.slider p{
	position: relative;
	width: 750px;
	margin: 0px auto;
	background: #2b89a5;
	top: -407px;
	left: -77px;
	color: white;
	font-family: 'Open Sans Condensed';
	font-weight: bold;
	font-size: 40px;
	line-height: 50px;
}
.content{
	width: 960px;
	margin: 0px auto;
}
.slogan1 p{
    float: left;
    margin: 20px 0px 0px 50px;
    font-family: 'Open Sans Condensed';
    font-style: italic;
    color: #7da7d9;
    font-size: 48px;
    border-bottom: 1px solid #f69679;
    width: 70%;
    text-align:left;
}
.floating-server{
    float: right;
    position: relative;
    z-index: 10;
    margin-top: -282px;
    width: 400px;
}
.features{
	width: 100%;
	height: 584px;
	background-image: url("../images/world.jpg");
	background-position: center;
	margin: 30px auto;
	float: left;
}
.features h2{
	text-align: center;
	margin: 45px 0px 80px 0px;
	font-size: 45px;
	font-family: 'Open Sans Condensed';
	color: #6d7378;
}
.domain-registration{
	width: 480px;
	height: 120px;
	float: left;
	margin-bottom: 70px;
}
.domain-registration img{
	float: left;
	padding-bottom: 100px;
	padding-right: 20px;
	margin: 0px;
 }
 .domain-registration h3{
	margin: 0px;
	float: left;
}
.domain-registration p{
	float: left;
	margin: 0px;
    text-align:left;
	padding: 0px;
	width: 310px;
}
.shared-hosting{
	width: 440px;
	height: 120px;
	float: left;
	margin-left: 40px;
	margin-bottom: 70px;
}
.shared-hosting img{
	float: left;
	padding-bottom: 100px;
	padding-right: 20px;
	margin: 0px;
 }
 .shared-hosting h3{
	margin: 0px;
	float: left;
}
.shared-hosting p{
	float: left;
	margin: 0px;
	padding: 0px;
    text-align:left;
	width: 310px;
}
.reseller-hosting{
	width: 480px;
	height: 120px;
	float: left;
}
.reseller-hosting img{
	float: left;
	padding-bottom: 100px;
	padding-right: 20px;
	margin: 0px;
 }
 .reseller-hosting h3{
	margin: 0px;
	float: left;
}
.reseller-hosting p{
	float: left;
	margin: 0px;
    text-align:left;
	padding: 0px;
	width: 310px;
}
.VPS-hosting{
	width: 440px;
	height: 120px;
	float: left;
	margin-left: 40px;
}
.VPS-hosting img{
	float: left;
	padding-bottom: 100px;
	padding-right: 20px;
	margin: 0px;
 }
 .VPS-hosting h3{
	margin: 0px;
	float: left;
}
.VPS-hosting p{
	float: left;
    text-align:left;
	margin: 0px;
	padding: 0px;
	width: 310px;
}
/*//////////////////////////////////PRICING TABLES/////////////////////////*/
.our-pricing-plans{
	float: left;
	width: 100%;
	margin: 50px auto;
	font-family: 'Open Sans';

/*	height: 1000px;*/
}
.pricing-tittle h2{
	text-align: center;
	margin: 30px auto;
	font-size: 45px;
	font-family: 'Open Sans Condensed';
	color: #6d7378;
}
/*///////////////////////////////FIRST TABLE STARTS HERE///////////////////*/
.hosting-plan{
	float: left;
	margin: 0px 0px 0px 15px;
	width: 303px;
	border: 1px solid #d7d7d7;
 	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;


}
.hosting-plan:hover{
    -webkit-transform: scale(1.1);
  	-moz-transform: scale(1.1);
  	-o-transform: scale(1.1);
  	-moz-box-shadow:0px 2px 7px rgba(0,0,0,.7);
  	-webkit-box-shadow: 0px 2px 7px rgba(0,0,0,.7);
  	box-shadow:0px 2px 7px rgba(0,0,0,.7);
   -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}
.selected{
        -webkit-transform: scale(1.1);
  	-moz-transform: scale(1.1);
  	-o-transform: scale(1.1);
  	-moz-box-shadow:0px 2px 7px rgba(0,0,0,.7);
  	-webkit-box-shadow: 0px 2px 7px rgba(0,0,0,.7);
  	box-shadow:0px 2px 7px rgba(0,0,0,.7);
}
    
.hosting-plan ul{
	margin: 0px;
	list-style: none;
	text-align: center;
	color: #6d7378;
	padding: 0px;
}
.hosting-plan  li{
	height: 50px;
	border-bottom: 1px solid #d7d7d7;
}
.hosting-plan .tittle{
	height: 96px;
	font-size: 20px;
}
.hosting-plan .price{
	height: 104px;
}
.hosting-plan .button {
	height: 104px;
}
.view-more{
	margin-top: 33px;
	border-radius: 5px;
	text-indent:0;
	display: inline-block;
	font-family:'Open Sans';
	font-size:20px;
	height:43px;
	width:188px;
	text-decoration:none;
	text-align:center;
	background: none;
	border: none;
	outline: none;
    cursor:pointer
}
.links{
	text-decoration: none;
	display: block;
	color: #6d7378;
    line-height:40px
}
.view-more:active{
	position: relative;
	top: 1px;
}
.hosting-plan .tittle h3{
	padding: 0px;
	margin: 30px 0px 0px 0px;
	float: left;
	width: 100%;
	text-align: center;
}
.hosting-plan p{
	margin: 0px;
	padding-top: 15px;
}
.hosting-plan .price .amount{
	font-size: 30px;
}

.blue-title{
	background: #7da7d9;
	color: #fff;
}
.blue-button{
	border:1px solid #7da7d9;
	color: #666666;
}
.blue-button:hover{
	background: #7da7d9;
	color: white;
}
.red-title{
	background: #f69679;
	color: #fff;
}
.red-button{
	border:1px solid #f69679;
	color: #666666;
}
.red-button:hover{
	background: #f69679;
	color: white;
}
.green-title{
	background: #7accc8;
	color: #fff;
}
.green-button{
	border:1px solid #7accc8;
	color: #666666;
}
.green-button:hover{
	background: #7accc8;
	color: white;
}

/*///////////////////////////////PRICING TABLES END HERE////////////////////////*/
.slogan2{
	float: left;
	width: 100%;
	height: 403px;
	margin-bottom: 100px;
    background-image:url("../images/happy-clients.jpg");
    background-position:center;
    background-size: cover;
}
.slogan2 img{
	width: 100%;
}
.slogan2 p{
	margin: 100px auto;
	width: 600px;
	position: relative;
	font-family: 'Open Sans Condensed';
	font-style: italic;
	color: #7da7d9;
	font-size: 48px;
}
/*///////////////////////////TESTEMONIALS///////////////////////////////*/
.testemonials{
	float: left;
	width: 960px;
	height: 300px;
}
/*//////////////////////LEFT TESTEMONIAL BUBBLE///////////////////////////*/
.testemonials .left p{
	width: 325px;
	padding-left: 66px;
	color: #6d7378;
	font-family: 'Open Sans';
	font-size: 17px;
    margin-top: -15px;
}
.testemonials .left .bottom{
	float: right;
	margin: -30px 15px 0px 0px;
}
.testemonials .left .gorni{
	margin: 15px 0px 0px -350px;
}
 .left {
	margin: 0px 30px 0px 13px;
	position: relative;
	float: left;
	width: 450px;
	height: 195px;
	padding: 0px;
	background: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: #d7d7d7 solid 1px;
}
.left:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 14px 14px 0;
	border-color: #fff transparent;
	display: block;
	width: 0;
	z-index: 1;
	bottom: -14px;
	left: 70px;
}
.left:before {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 14px 14px 0;
	border-color: #d7d7d7 transparent;
	display: block;
	width: 0;
	z-index: 0;
	bottom: -15px;
	left: 70px;
}
/*/////////////////////RIGHT TESTEMONIAL BUBBLE/////////////////////*/
.testemonials .right p{
	width: 325px;
	padding-left: 66px;
	color: #6d7378;
	font-family: 'Open Sans';
	font-size: 17px;
    margin-top: 0;
}
.testemonials .right .bottom{
	float: right;
	margin: 25px 15px 0px 0px;
}
.testemonials .right .gorni{
	margin: 15px 0px 0px -350px;
}
.right {
	position: relative;
	float: left;
	width: 450px;
	height: 195px;
	padding: 0px;
	background: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: #d7d7d7 solid 1px;
}
.right:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 14px 14px 0;
	border-color: #fff transparent;
	display: block;
	width: 0;
	z-index: 1;
	bottom: -14px;
	left: 70px;
}
.right:before {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 14px 14px 0;
	border-color: #d7d7d7 transparent;
	display: block;
	width: 0;
	z-index: 0;
	bottom: -15px;
	left: 70px;
}
#interviewer-1{
	float: left;
	width: 200px;
	font-size: 22px;
	font-family: 'Open Sans';
	color: #f69679;
	margin: 40px 0px 0px 60px;
}
#interviewer-2{
	float: right;
	width: 200px;
	font-size: 22px;
	font-family: 'Open Sans';
	color: #f69679;
	margin: 92px 150px 0px 0px;
}
/*//////////////////FOOTER STARTS HERE///////////////////////////*/
footer{
	float: left;
	margin-top: 50px;
	width: 100%;
}
footer .content{
	border-top: 1px solid #f69679;
}
footer .nav-bottom{
	float: left;
	margin: 20px 50px 0px 20px;
    text-align:left
}
.nav-bottom ul li{
	width: 300px;
	list-style: none;
}
.nav-bottom ul{
	padding: 0px;
}
.nav-bottom ul li a{
	font-family: 'Open Sans';
	font-size: 15px;
	color: #6d7378;
	line-height: 30px;
	text-decoration: none;
}
.social-media{
	float: left;
	width: 135px;
	margin-bottom: 50px;
}
.social-media .social-tittle{
	margin-top: 35px;
	color: #6d7378;
	font-family: 'Open Sans';
	font-size: 18px;
}
.social-media li a img{
    width:70%;
}
.social-media ul{
	padding: 0px;
	list-style: none;
}
.social-media ul li{
	width: 45px;
	float: left;
}
.contact-info{
	float: right;
	margin: 35px 25px 0px 0px;
}
.contact-info-tittle{
	color: #6d7378;
	font-family: 'Open Sans';
	font-size: 18px;
}
.contact-info ul{
	padding: 0px;
}
.contact-info li{
    list-style:none;
    height:30px;
    margin-bottom: 8px;
    line-height: 17px;
}
.contact-info ul img{
	margin-right: 15px;
    float:left
}
.contact-info span{
    float:left;
    font-size:15px
}
.terms-of-service{
	float: left;
	width: 100%;
	text-align: center;
	background: #7da7d9;
	color: white;
	font-family: 'Open Sans';
	font-size: 14px;
	height: 62px;
}
.terms-of-service  p{
	margin: 0px auto;
	padding-top: 20px;
}
.terms-of-service  img{
	float: right;
    bottom: 10px;
    right: 10px;
    position: fixed;
}
.clear{clear:both}
.m0p0{
    margin:0 !important;
    padding:0 !important;}

/* -------------- Contact --------- */
.contact-form{
	width: 100%;
	background-image: url("../images/world.jpg");
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}
.content{
	width: 960px;
	padding: 50px 0px 50px 0px;
	margin:0px auto;
	text-align: center;
}
.content .message{
    resize: none;
    width: 100% ;
    text-align:left !important;
    height: 200px;
    border: 1px solid #E0D5D5;
    background: #fff;
    box-shadow: inset -1px -1px 10px 1px #F0F0F0;
    border-radius: 4px;
    color: #999;
    text-align: center;
    font-family: 'Open Sans';
    font-size: 18px;
    outline: none;
    
}
.msg-label{
	margin: 15px 0px 5px 0px;
}
.content .boxes{
	background: #fff;
	border: 1px solid #E0D5D5;
    float:left;
	box-shadow: inset -1px -1px 24px 1px #f9f9f9;
	border-radius: 4px;
	color: #999;
	text-align: center;
	height: 42px;
	width: 30%;
    margin-right:45px;
	font-family: 'Open Sans';
	font-size: 18px;
	outline: none;
    margin-bottom:20px;
}
.boxfix{
    margin-right:0px !important;
}
.content label{
	font-family: 'Open Sans';
	font-size: 18px;
	color: #6d7378;
}
.kopce{
	margin-top: 20px;
	border-radius: 2px;
	border: 1px solid #E0D5D5;
	text-indent: 0;
	color: #6d7378;
	display: inline-block;
	font-family: 'Open Sans';
	font-size: 17px;
	height: 35px;
	width: 150px;
	text-decoration: none;
	text-align: center;
	background: #FFFFFF;
	cursor: pointer;
}
.kopce:active{
	position: relative;
	top: 1px;
}
/* ---------------------price ----------*/
.our-pricing-plans-large{
	float: left;
	width: 100%;
	margin: 0px auto 20px auto;
	font-family: 'Open Sans';
}
.our-pricing-plans-large .choose-plan{
	font-size: 20px;
	font-weight: bolder;
	text-align: left !important;
	-moz-box-shadow:0px 0px 0px rgba(0,0,0,0) !important;
  	-webkit-box-shadow: 0px 0px 0px rgba(0,0,0,0) !important;
  	box-shadow:0px 0px 0px rgba(0,0,0,0) !important;
}
.pricing-tittle-large h2{
	text-align: center;
	margin: 30px auto;
	font-size: 45px;
	font-family: 'Open Sans Condensed';
	color: #6d7378;
}
.hosting-plan-large{
	float: left;
	margin: 0px 0px 0px 0px;
	width: 238px;
	border: 1px solid #d7d7d7;
 	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.hosting-plan-large:hover{
   /* -webkit-transform: scale(1.1);
  	-moz-transform: scale(1.1);
  	-o-transform: scale(1.1);*/
  	-moz-box-shadow:0px 2px 7px rgba(0,0,0,.7);
  	-webkit-box-shadow: 0px 2px 7px rgba(0,0,0,.7);
  	box-shadow:0px 2px 7px rgba(0,0,0,.7);
   -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
}   
.hosting-plan-large ul{
	margin: 0px;
	list-style: none;
	text-align: center;
	color: #6d7378;
	padding: 0px;
}
.hosting-plan-large  li{
	height: 50px;
	border-bottom: 1px solid #d7d7d7;
}
.hosting-plan-large .tittle{
	height: 96px;
	font-size: 20px;
}
.hosting-plan-large .price{
	height: 104px;
}
.hosting-plan-large .button{
	height: 104px;
}
.hosting-plan-large .tittle h3{
	padding: 0px;
	margin: 30px 0px 0px 0px;
	float: left;
	width: 100%;
	text-align: center;
}
.hosting-plan-large p{
	margin: 0px;
	padding-top: 15px;
}
.hosting-plan-large .price .amount{
	font-size: 30px;
}



/***** Contact Form Elements *****/
.clear:after {
	display: block !important;
	height: 0;
	clear:both;
	visibility:hidden;
}
.clear {
	display: inline-block !important;
}
#contactform .contact_tittle {
	width: 900px ;
	height: 70px;
    margin: 10px 0px 20px 0px;
    border-bottom: 1px solid #ccc;
    line-height: 0px;
}
#contactform .contact_tittle h4{
	margin: 30px 0px 0px 0px;
	font-size: 35px;
	font-weight: 300;
    line-height:0px;
    width: 900px;
    float: left;
}
#contactform .contact_tittle span{
	float:right;
}
#contactform .contact_tittle span a img{
    border:none !important;
    margin-right: 5px;
    overflow: hidden;
}
#contactform .contact_tittle span a img{
	opacity: 0.6;
	-o-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
}
#contactform .contact_tittle span a img:hover{
	opacity: 1;

}
#contactWrapper { 
	width:980px;
    height:400px;
}
#contactWrapper label {
	display:block;
	float:none;
	font-size:16px;
	width:auto;
	margin-bottom: 7px;
	color: #333333;
	text-align:left
} 
#contactWrapper label.error {
	display: table-row !important;
	float:none;
	font-size:12px;
	width:auto;
	font-weight: normal;
	margin-bottom: 0px;
	color: #000000;
	background: #FFE6E6;
	border: 1px solid #FF5D5D;
	margin-top: 5px;
	padding: 5px 10px;
}
#contactWrapper label.checked {
	display:none;
	background: none;
	border: 0px;
	margin-top: 0px;
	padding: 0px;
	text-indent: -5000px;
}
#contactWrapper em { 
	color: #01b3b3;
}
#contactWrapper .stage { 
	margin: 0px 0px 10px 40px;
}
#contactWrapper .requiredNote {
	margin: 20px 0px -50px 90px;
	color: #333;
    text-align:left
}
#contactWrapper .success {
	padding: 5px;
	background: #E2FFF5;
	border: 1px solid #86C3EA;
	/*margin-bottom: 15px;*/
	color: #01b3b3;
	text-align: center;
}
#contactWrapper .success p {
	margin: 0px;
}
form#contactform input, form#contactform textarea {
    width:350px;
    resize: none;
	border: 1px solid #E2E0E0;
	padding:8px 12px;
	font-size:16px;
	color:#333;
    font-weight:700;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	background-color: #fff;
	color: #777777;
}
form#contactform textarea {
	font:15px 'Open Sans', sans-serif;
	padding: 12px;
	margin-right: 40px;
}
form#contactform input:focus, form#contactform textarea:focus {
	outline: none;
	border: 1px solid #86C3EA;
}
#button-send {
    -moz-box-shadow:inset 0px 0px 0px -4px #ffffff;
	-webkit-box-shadow:inset 0px 0px 0px -4px #ffffff;
	box-shadow:inset 0px 0px 0px -4px #ffffff;
	background-color: #dedede !important;
	border:1px solid #ccc;
    border-radius: 0px !important;
	color:#8a8a8a !important;
	font-family:'Open Sans';
    font-weight: 600 !important;
	font-size:16px;
	padding:15px 35px;
	text-decoration:none;
    width:200px !important;
    float: right;
    margin: -30px 40px 0px 0px;
}
#button-send:hover {
    background-color:#ECECEC!important;
    cursor:pointer
}
#button-send:active{
    position:relative;
	top:1px;
}