

body {
   
    margin: 0;
    padding: 0;
}
::-moz-selection {
    background-color: #fff;
    color: #333;
    text-shadow: none;
    -webkit-text-shadow: none;
}
::selection {
    background-color: #fff;
    color: #333;
    text-shadow: none;
    -webkit-text-shadow: none;
}
a{
    outline: none!important;
}
h1,
h2,
h3,
h4,
h5{
    margin: 0;
}



.domain-area-holder
{
    -webkit-box-shadow:0 2px 0 #CCCCCC;
    -moz-box-shadow:0 2px 0 #CCCCCC;
    box-shadow:0 2px 0 #CCCCCC;
}


p,
label,
.placeholder,
.section-select p,
.price-holder h1,
.price-holder h2,
.price-holder h3,
.price-holder h4,
ul li,
.contatc-title h1
{
font-family:'Open Sans',sans-serif;
}


.price-table .font,.pricing-table,.price-table button,.price-table .sign-up,.price-table .data-holder,.price-holder,.price-table .head .title
{
	text-shadow:0 1px 0 #C1C5C6;
	font-weight:bold;
	 font-family: 'Roboto Condensed', sans-serif;
}
.about-image,
.partner-holder,
.feature-body
{
    -webkit-transition: all 400ms ease;
		-moz-transition: all 400ms ease;
        -ms-transition: all 400ms ease;
        -o-transition: all 400ms ease;
		transition: all 400ms ease;
}
.feature-body,.shadowed,.partner-holder {
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.menu-holder ul li a,
.slide-text-holder p,
.slide-text-holder h1,
.slide-text-holder h2,
.my-button,
a.my-button,
.section-select h4,
.section-content-holder .selector,
.section-content-holder .selector a,
.flat-button,
h1,
h2,
h3,
h4,
h5,
.head-tooltip,
.ribbon .value,
.address-area
{

font-family: 'Varela Round', sans-serif;
}

.menu-holder ul{
    margin: 0;
    list-style: none;
}
.menu-holder ul li{
    display: inline-block;
    margin-right:  10px;
}
.menu-holder ul li a{
    color: #7F8388;
    font-weight: bold;
}
.menu-holder ul li a:hover{
    text-decoration: none;
    color:#fff;
}
.menu-holder{
    text-align: right;
    margin-top: 10px;
}
.head-title{
    text-align: left;
    color:#fff;
}
.top-holder{
     padding: 7px 0;
    background-color: #252525;
     border-bottom: 4px solid #131313;
    
}
.top-slider-holder{
    background-color: #29343E;
    position: relative;
     min-height: 340px;
}
#animated-bg{
    background-image: url(../image/animated-bg.png);
    height: 340px;
    top: 0;
   
}
#animated-bg-2{
     background-image: url(../image/animated-bg-2.png);
      height: 63px;
      top: 45px;
}
#animated-bg-3{
     background-image: url(../image/animated-bg-3.png);
      height: 63px;
      bottom: 80px;
}
#animated-bg,#animated-bg-2,#animated-bg-3{
     right: 0;
    width: 987px;
    position: absolute;
    
}
.slide-text-holder p {
    margin-bottom: 40px;
    margin-top: 13px;
}
.slide-text-holder{
       position: relative;
    z-index: 500;
    margin: 50px 0 20px 0;
    width: 600px;
    color: #FFFFFF;
}
.slide-text-holder h2 span{
    font-size: 35px;
    color:#7DCC77;
}
.slide-gradient-bg{
    background-image: url("../image/gradient-top.png");
    height: 340px;
    position: absolute;

    top: 0;
    z-index: 300;
    width: 940px;
    background-repeat: repeat-y;
}
.my-button{
    background-color: #E74C3C;
    padding: 8px 15px;
    border: 10px solid #3F4952;
    border-radius: 300px;
    -webkit-border-radius: 300px;
    color:#fff;
    font-weight: bold;
    font-size: 18px;
   
    
}
.my-button:hover,.my-button:focus{
    text-decoration: none;
    background-color: #F24D4D;
    color:#fff;
}
.features-selectors-holder {
    background-color: #1abc9c;
     border-top: 6px solid #107863;
      border-bottom: 6px solid #107863;
}
.section-content-holder .selector{
    margin: 10px 0;
    display: inline-block;
}
.section-content-holder .selector-holder{
    text-align: center;
}
.section-content-holder .selector a{
    font-size: 17px;
    
}
.section-select img {
    width: 130px;
    opacity: 0.8;
}
.section-select{
    text-align: center;
    color:#fff;
    padding:  0 30px ;
        min-height: 230px;
        background-color: #0BB593;
        position: relative;
}
.section-select:hover{
    cursor: pointer;
}
.section-select,
.section-select .icon,
.section-select h4
{
     text-shadow: 0 2px #107863;
    -webkit-text-shadow: 0 2px #107863;
}
.section-select .icon{
    padding: 20px 0;
   
}
.section-select .icon i{
    font-size: 80px;
    
}
.section-select.selected{
    background-color: #16a085;
}
.section-select:hover{
    background-color: #1BC5A3;
}
.section-select p{
    margin-bottom: 0;
}
.feature-selector  .span6{
    margin-left: 0!important;
}
.section-select .select-link{
  color: #FFFFFF;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    padding: 0 10px;
}
.section-select .select-link:hover,.section-select .select-link:focus{
    text-decoration: none;
}
.section-select .arrow{
    width: 0px;
height: 0px;
border-style: solid;
border-width: 0 15px 20px 15px;
border-color: transparent transparent #F0EEE8 transparent;
position: absolute;
bottom: 0;
left: 50%;
}
.section-content-holder{
    display: none;
}
.section-content-holder.active{
    display: block;
}
.section-select .section-link{
    display: block;
    text-decoration: none;
    color:#fff;
}

.head-title i{
    color:#F24D4D;
}

    .nav.dropdown {
          display: none;
        text-align: center;
    width: 90%;
}

.price-table-holder{
    margin: 0 auto;
    padding: 20px 0 10px 0;
}
section.prices{
    background-color: #B1DAE4;
    border-top:1px solid #4B618B;
}

.price-table-holder .no-margin
{
	
}

.desc-table
{
	margin-top: 49px;
	border:1px solid #2c3e50;
	border-radius:5px 0 0 5px;
	-webkit-border-radius:5px 0 0 5px;
}

.btn
{
	text-shadow:none;
}

.price-table-holder
{
	width:100%;
       
}

.special .tabled-data
{
	border:9px solid #ECECEC;
	border-top:0;
}

.special.price-table
{
	z-index:999;
	-moz-transform:scale(1.06);
	-webkit-transform:scale(1.06);
	-o-transform:scale(1.06) ;
	-ms-transform:scale(1.06);
	transform:scale(1.06);
}

.special.price-table .pay-duration
{
	background-color:#c0392b;
}

.special.price-table .price-holder,
.with-side-table .price-holder
{
	background-color:#e74c3c;
	border-color:#c0392b;
}

.price-table .tabled-data
{
	border:1px solid #D8ECF1;
	border-top:0;
}

.desc-table .data-holder:hover
{
	background-color:#18232e!important;
}

.tabled-data .value
{
	color:#C0392B;
}

.special.price-table:hover .pay-duration
{
	background-color:#e74c3c;
}

.special.price-table:hover .price-holder
{
	background-color:#c0392b!important;
}
.special.price-table:hover .price-holder,
.with-side-table .price-table:hover .price-holder
{
	background-color:#c0392b!important;
}
.with-side-table .title h2{
     color:#fff!important;
     text-shadow:0 2px 0 #692118 !important;
}
.special .title h2
{
	
	font-size:24px;
       
	line-height:18px;
	padding-bottom:20px;
	text-shadow:0 2px 0 #692118!important;
	margin:0;
}
.domain-area-holder .title,
.domain-info-holder .title 
{
    color:#16A085;
}
.domain-search-form textarea {
    width: 98%;
}
input.flat-button{
    padding: 4px 15px;
    
}
.flat-button{
    background-color:#e74c3c;
	background-image:none;
	color:#fff;
	border:0;
	border-radius:3px;
	-webkit-border-radius:3px;
	border-bottom:3px solid #c0392b;
}
.flat-button:hover{
background-color:#c0392b;
	border-bottom:3px solid #922D21;
}
.data-holder .btn:hover
{
	
}

.data-holder .btn
{
	width:80%;
	background-color:#e74c3c;
	background-image:none;
	color:#fff;
	border:0;
	border-radius:3px;
	-webkit-border-radius:3px;
	border-bottom:3px solid #c0392b;
}

.price-table .title h2
{
	
	font-size:17px;
	line-height:18px;
	padding-bottom:20px;
	text-shadow:0 2px 0 #18232e;
	margin:0;
}


.price-table,.desc-table
{
	position:relative;
	z-index:100;
	box-shadow:0 2px 2px #8C8C8C;
	-webkit-box-shadow:0 2px 2px #8C8C8C;
}

.price-table .data-holder:hover
{
	background-color:#ffffff!important;
}

.price-holder
{
	-webkit-transition:all 100ms ease;
	-moz-transition:all 100ms ease;
	-ms-transition:all 100ms ease;
	-o-transition:all 100ms ease;
	transition:all 100ms ease;
	background-color:#34495e;
	color:#f1f1f1;
	text-align:center;
	border:1px solid #2c3e50;
	border-bottom:0;
	font-size:50px;
	border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	padding:10px 0 0;
}

.price-table:hover .head-tooltip
{
	top:-23px;
}

.head
{
	position:relative;
}

.head-tooltip
{
	background-color:#f1c40f;
	color:#333333;
	border-radius:5px;
	-webkit-border-radius:5px;
	position:absolute;
	text-align:center;
	top:-3px;
	
	-webkit-transition:all 100ms ease;
	-moz-transition:all 100ms ease;
	-ms-transition:all 100ms ease;
	-o-transition:all 100ms ease;
	transition:all 100ms ease;
	width:100%;
	font-size:14px;
	z-index:-1;
	padding:3px 0px 10px 0px;
}

.price-holder .sign
{
	font-size:25px;
}

.pay-duration
{
	font-size:14px;
	text-shadow:none;
	background-color:#2c3e50;
	display:inline-block;
	padding:0 40px;
}

.data-holder
{
	text-align:center;
	color:#333;
	min-height:22px;
	-webkit-transition:all 100ms ease;
	-moz-transition:all 100ms ease;
	-ms-transition:all 100ms ease;
	-o-transition:all 100ms ease;
	transition:all 100ms ease;
	font-size:15px;
	text-shadow:none;
	background-color:#f4fafb;
	padding:10px;
}

.data-holder:nth-child(2n+1)
{
	background-color:#f4fafb;
}

.data-holder:nth-child(2n)
{
	background-color:#e8f4f7;
}

.desc-table .data-holder
{
	color:#f1f1f1;
	text-align:center;
        font-weight: bold;
        
	background-color:#2c3e50;
}

.desc-table .data-holder i
{
	font-size:20px;
	margin-right:5px;
}

.not-available:after,.available:after
{
	font-size:20px;
	font-family:FontAwesome;
	font-style:normal;
	font-weight:normal;
}

.not-available:after
{
	content:"";
	color:#c0392b;
}

.available:after
{
	content:"";
	color:#2ecc71;
}

.head .title
{
	text-align:center;
}

.price-table:hover .price-holder,.desc-table .data-holder:nth-child(2n+1)
{
	background-color:#2c3e50;
}

.price-table:hover .pay-duration,.desc-table .data-holder:nth-child(2n)
{
	background-color:#34495e;
}

.tab-content {
    overflow: visible;
}


.feature-item .big-icon{
    text-align: center;
}
.feature-item .big-icon i{
  bottom: 0;
    color: #333;
    font-size: 48px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 48px;
    z-index: 1000;
    display: inline-block;
    height: 48px;
    margin: auto;
}
.feature-item .title{
 color: #AA1D00;

}
.feature-item .icon-holder{
    text-align: right;
    padding-top: 20px;
}
.feature-item{
     margin-top: 70px;
    color:#fff;
}

.feature-body{
   
    border-radius: 10px;
    -webkit-border-radius: 10px;
      background-color: #F1F1F1;
    border-bottom: 3px solid #AA1D00;
  
    margin-left: -80px;
    padding: 10px 10px 10px 60px;
    color: #000;
    
}
.feature-body:hover{
    background-color: #ffffff;
}
.big-icon{
    margin-bottom: 10px;
         
    height: 40px;
    padding: 25px;
    width: 40px;
    border-radius: 300px;
    -webkit-border-radius: 300px;
   
    
}



.animated-circle{
    position: relative;
}
.animated-circle .circle {
  position: absolute;
  border-radius: 400px;
  -moz-border-radius: 400px;
  -webkit-border-radius: 400px;
  width: 100%;
  height: 100%;
}
.animated-circle .outer1 {
     width: 100%;
  height: 100%;
  top: -8px;
  left: -8px;
  z-index: 2;
  border: 8px solid;
   border-color: #333;
  box-shadow: 0 0 2px #333;
  -moz-ox-shadow: 0 0 2px #333;
  -webkit-box-shadow: 0 0 2px #333;
  background: #ffffff;
  background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, #f1f1f1 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #ffffff), color-stop(100%, #f1f1f1));
  background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%, #f1f1f1 100%);
  background: -o-radial-gradient(center, ellipse cover, #ffffff 0%, #f1f1f1 100%);
  background: -ms-radial-gradient(center, ellipse cover, #ffffff 0%, #f1f1f1 100%);
  background: radial-gradient(center, ellipse cover, #ffffff 0%, #f1f1f1 100%);
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transition: transform 1.8s ease-in-out, box-shadow 1s ease-out, border-color 1.5s;
  -moz-transition: -moz-transform 1.8s ease-in-out, -moz-box-shadow 1s ease-out, border-color 1.5s;
  -webkit-transition: -webkit-transform 1.8s ease-in-out, -webkit-box-shadow 1s ease-out, border-color 1.5s;
}
.animated-circle:hover .outer1 {
  border-color: #363636 #000000 #363636 #000000;
  box-shadow: 0 0 10px #E74C3C;
  -moz-box-shadow: 0 0 10px #E74C3C;
  -webkit-box-shadow: 0 0 10px #E74C3C;
  transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -webkit-transform: rotate(-10deg);
}
.animated-circle .outer2 {
     width: 100%;
  height: 100%;
  top: -13px;
  left: -13px;
  z-index: 1;
  border: 13px solid;
 border-color: #E74C3C #AA1D00 #E74C3C #AA1D00;
  box-shadow: 0 0 2px #333;
  -moz-box-shadow: 0 0 2px #333;
  -webkit-box-shadow: 0 0 2px #333;
  opacity: 0;
  transform: scale(1.3, 1.3) rotate(180deg);
  -ms-transform: scale(1.3, 1.3) rotate(180deg);
  -moz-transform: scale(1.3, 1.3) rotate(180deg);
  -webkit-transform: scale(1.3, 1.3) rotate(180deg);
  transition: opacity 0.5s, transform 0.7s ease-out;
  -moz-transition: opacity 0.5s, -moz-transform 0.7s ease-out;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.7s ease-out;
}
.animated-circle:hover .outer2 {
  opacity: 0.9;
  transform: scale(1, 1) rotate(-10deg);
  -ms-transform: scale(1, 1) rotate(-10deg);
  -moz-transform: scale(1, 1) rotate(-10deg);
  -webkit-transform: scale(1, 1) rotate(-10deg);
}




.nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus {
    background-color: #16a085;
    
}
.section-features,
.features-selectors-holder,
.section-about,
.section-domain
{
    background-image: url(../image/noise.png),url(../image/bg-gradient.png);
    background-position: center bottom, center center;
    background-repeat: repeat,no-repeat;
}
.top-holder{
     background-image: url(../image/noise.png);
}
.section-features {
    background-color: #4DD5D4;
      padding-bottom: 60px;
     
}

.nav-pills > li > a {

    color: #16A085;
}




.domain-area-holder .checkboxes-holder{
    margin-top: 20px;
    margin-left: 25px;
}
.domain-info-holder,.domain-area-holder{
       margin-top: 10px;
}
.domain-area-holder {
    background-color: #F0EEE8;
    border-radius: 5px;
    padding: 10px;
    border-bottom: 3px solid #AA1D00;

}
.with-side-table .price-table.first .head .price-holder{
    border-radius: 5px 0 0 0;
    -webkit-border-radius: 5px 0 0 0;
}
.with-side-table .price-table.last .head .price-holder{
    border-radius: 0 5px 0 0;
    -webkit-border-radius: 0 5px 0 0;
}
.with-side-table .price-table .head .price-holder{
    border-radius: 0;
    -webkit-border-radius: 0;
}
.domain-info-holder ul{
    list-style: none;
    margin: 0;
}
.domain-info-holder ul i{
    color:#1ABC9C;
}
.feature-column.margined {
    margin-left: 20px;
  
}

.my-checkbox {
    display: inline-block;
    min-width: 40px;
}

.domain-info-holder {
    margin-left: 20px;
}

.selector-holder{
    background-color: #F0EEE8;
    border-radius: 0 0 5px 5px;
    
    -webkit-border-radius: 0 0 5px 5px;
    margin-bottom: 50px;
}

.section-about {
    background-color: #2980b9;
    padding: 10px 0;
    border-top: 10px solid #0D6198;
}
.section-contact{
    border-top: 10px solid #000;
    position: relative;
       
}
.gradient-shadow{
    background-image: url(../image/gr-shadow.png);
    height: 160px;
    position: absolute;
    width: 100%;
    top:0;
    background-repeat: repeat-x;
    z-index: 200;
        
        
}
.about-column-holder p,
.about-column-holder,


.partner-holder,
.partners-area

{
    color:#fff;
}

.about-column-holder h3,

.partners-area h3{
   color:#00144D; 
}
.about-column-holder ul{
    list-style: none;
    margin: 0;
    font-weight: bold;
    color:#00144D; 
    font-size: 11px;
}
.about-column-holder ul i{
    color:#F1C40F;
    font-size: 15px;
}
.about-column:last-child .about-column-holder{
    margin-left: 10px;
}
.about-column-holder{
    background-color: #378EC7;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    
    padding: 2px 10px 10px 10px ;
}
.partner-holder i
{
    color:#f1f1f1;
}
.partner-holder h4{
    color:#fff;
}
.partner-holder i{
   font-size: 60px; 
}

.partners-area {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 50px;
}
.partner-image a {
    display: block;
}
.partner-image{
    min-height: 70px;
}
.partner-holder {
 background-color: #F8FAFF;
    border-bottom: 3px solid #333333;
    border-radius: 7px;
    margin: 5px;
    padding: 10px;
    text-align: center;
}
.partner-holder:hover{
    background-color: #1ABC9C;
}


.ribbon{
    background-image: url(../image/ribbon.png);
    width: 82px;
    height: 82px;
    background-repeat: no-repeat;
    position: absolute;
   right: -3px;
    top: -4px;
    z-index: 100;
}
.ribbon .value{
  color: #FFFFFF;
    font-size: 13px;
    margin: 11px;
    padding-top: 11px;
    text-align: center;
    text-shadow: 0 2px #B93727;
  letter-spacing: -1px;
    width: 100%;
    
    -moz-transform:  rotate(45deg);
		-webkit-transform:  rotate(45deg);
        -o-transform:  rotate(45deg);
        -ms-transform: rotate(45deg);
        transform:  rotate(45deg);
}


.box{
    position: relative;
}
.ie8 .ribbon{
    display: none;
}
.about-image:hover{
    opacity: 0.8;
}
.about-image{
  
    float: left;
    margin-right:  20px;
}
.about-image img {
    width: 200px;
      border:5px solid #ccc;
}
.section-about .title i{
    color:#fff;
}
.section-about .title {
    text-shadow: 0px 1px #000;
    -webkit-text-shadow: 0px 1px #000;
}

.about-column-holder
p {
    font-size: 12px;
    line-height: 17px;
}
.contact-area .social-icons{
    margin-bottom: 30px;
}
.contact-area .social-icons li{
    position: relative;
    width: 50px;
    height: 50px;
    margin-right: 20px;
}
.contact-area .social-icons a{
     bottom: 0;
    font-size: 40px;
    height: 40px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
}
.social-icons {
    text-align: center;
}
.social-icons ul{
    margin: 10px 0 ;
    list-style: none;
}
.social-icons ul li{
    display: inline-block;
    
}
.social-icons ul li:hover {
   cursor:  pointer!important;
}
.social-icons ul li:hover a{
        color:#ccc;
        cursor:  pointer!important;
}
.social-icons ul li a{
       display: block;
       width: 100%;
       height: 100%;
       
}
.ie8 .social-icons ul li:hover{
    background-color: #0D5748;
    
}
.ie8 .social-icons ul li{
    background-color: #1ABA9A;
    padding: 10px;
    border-radius:50px;
    width: 50px;
    height: 50px;
}
.social-icons ul li:hover{
    background-color: #0D5748;
    
    box-shadow: 0px 3px #0A4136;
}
.social-icons ul li{
    background-color: #1ABA9A;
    box-shadow: 0px 3px #138A73;
    padding: 5px;
    border-radius:50px;
    width: 20px;
       text-align: center;
    height: 20px;
}
.social-icons ul li a{
    text-decoration: none;
    color:#fff;
    font-size: 18px;
}

.map {
  
  width: 100%;
  height: 100%;
}

.map-holder img {
  max-width: none;
}
.map-holder label {
  width: auto;
  display: inline;
}

.map-holder {
    background-color: #000;
  width: 100%;
 
  height: 500px;
 
}

.contact-area{
     position: absolute;
    top: 20px;
    z-index: 200;
margin: 0 auto;
left: 0;
right: 0;
}
.contact-form-holder {
  left: 0;
    margin: auto;
    position: relative;
    right: 0;
    width: 93%;
    z-index: 200;
   
    bottom: 0;
   
}

.control-group-holder{
    
}
.ie8 .contact-form input:not(.submit),.ie8 
.contact-form textarea {
    background-color:#f1f1f1;
}
.contact-form input:not(.submit),
.contact-form textarea {

background-color: rgba(255,255,255,0.8);
    border: 0 ;
    border-radius: 3px;
   
    color: #363F48;
    padding-left: 29px;
}
.contact-form input:not(.submit):focus,
.contact-form textarea:focus {
  box-shadow: none;
  border: 0;
  color:#363F48;
 background-color: #fff;
  -moz-transition: all 100ms ease-out;
  -ms-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  -webkit-transition: all 100ms ease-out;
}
#loading {
  visibility: hidden;
  float: right;
}
.controls {
  position: relative;
}
.controls label {
  color: #FFFFFF;
    font-size: 15px;
}
.controls i {
  font-size: 17px;
  left: 7px;
  text-shadow: none;
  position: absolute;
  top: 7px;
  color: #363F48;
}
label.error {
 color: red;
    font-size: 13px;
    font-weight: bold;
  text-shadow: none;
}
.form-label{
    display: none;
}

::-webkit-input-placeholder {
    color: #363F48!important;
   font-weight: bold;
   opacity: 1;
}

:-moz-placeholder { /* Firefox 18- */
     color: #363F48;  
   font-weight: bold; 
   opacity: 1;
}
.placeholder{
    color: #363F48;  
   font-weight: bold; 
   opacity: 1;  
}


#ccomment {
    height: 200px;
}

.top-menu.splited{
     background-color: #252525;
     z-index: 2000;
      width: 100%;
}
.ie8 .about-column .about-column-holder{
    margin-right: 10px;
}
.ie8 .social-icons ul li{
    margin-bottom: 5px;
}
.ie8 .feature-body{
    margin-left: 10px;
    padding: 10px;
}
.ie8 .controls i{
    display: none;
}
.ie8 .address-area{
    background-color: #333;
}
.short-desc,.address-area{
     background-color: rgba(0,0,0,0.7);
      padding: 10px;
    border-radius: 10px;
}
.short-desc p{
    margin: 0;
}
.address-area{
    color:#fff;
   
    font-size: 16px;
   
   
    text-shadow: 0px 1px #000;
}
.address-area span{
    margin: 0 5px;
}
.address-area i{
    font-size: 18px;
}




.section-domain{
    padding: 30px 0;
    background-color: #F7D24C;
    border-top: 10px solid #D6A80C;
}
.domain-title{
   margin-left: 25px;
    margin-top: -25px;
    position: relative;
}

.domain-title h3{
    color: #fff;
    background-color: #E74C3C;
    border-radius:  5px;
    display: inline-block;
    padding: 0px 10px;
    border-bottom: 2px solid #C0392B;
}
.ie8 .domain-search-form .domain-name{
    width: 70%;
}
.domain-search-form .domain-name {
    width: 80%;
    padding: 10px;
    font-size: 25px;
}
.domain-search-form{
   
     margin: 10px 0 0 25px
}
.domain-area-holder .flat-button{
      height: 40px;
    margin-left: 3px;
    margin-top: -10px;
    padding-top: 7px;
    width: 130px;
}
.baloon-item{
     margin-right: 20px;
    margin-bottom: 30px;
    position: relative;
    box-shadow: 0px 1px 2px #484848;
    background-color: #F8FAFF;
    display: inline-block;
        padding: 20px;
       
        border-radius: 10px;
}
.recom-body{
    position: relative;
    z-index: 100;
}
.baloon-item.right:after{
    

 content: "";
width: 0px;
height: 0px;
border-style: solid;
border-width: 0 20px 20px 0;
border-color: transparent #f8faff transparent transparent;



position: absolute;
bottom: -18px;
right:  30px;
}

.baloon-item.right{
    margin-top: 20px;
}
.baloon-item.left:after{
    

 content: "";
width: 0px;
height: 0px;
border-style: solid;
border-width: 20px 20px 0 0;
border-color: #f8faff transparent transparent transparent;



position: absolute;
bottom: -18px;
left: 30px;
}
.quoto-icon{
     height: 29px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100px;
        
}
.quoto-icon:after{
 color: #ccc;
    content: "";
    font-family: fontAwesome;
    font-size: 45px;
    font-style: normal;
    left: 8px;
    position: absolute;
    top: -3px;
    transform: rotate(20deg);
    z-index: 0;
}


.recom-body blockquote {
    margin: 0;
}

.section-about .section-title{
    text-align: center;
    color:#fff;
     text-shadow: 0 2px #0D6198;
    margin-bottom: 10px;
}
.section-about  .section-title i{
    color:#1ABC9C;
     font-size: 30px;
}
.contatc-title{
    color: #F24D4D;
    text-shadow: 0px 3px #C0392B;
    margin-top: 10px;
    text-align: center;
}
.contact-area .short-desc{
    text-align: center;
    color:#fff;
}
.info-field{
    margin: 10px 0;
}
.info-field i{
  color: #F24D4D;
    font-size: 19px;
    margin-right: 5px;
}


.section-footer {
background-color: #29343E;
border-top: 10px solid #6D747B;
padding: 40px 0;
}

.section-footer ul {
margin: 0;
}
.section-footer a ,.section-footer p{
color:#fff;

font-size: 13px;
}
.section-footer a:hover{
    color:orange;
    text-decoration: none;
}
.section-footer p{
    margin: 7px 0 0 0;
    
}
.section-footer h2{
    color:#fff;
    font-size: 13px;
}

.section-footer h2 {
color: #fff;
font-size: 18px;
border-bottom: 1px solid #6D747B;
display: inline-block;
padding-bottom: 2px;
text-transform: uppercase;
line-height: 24px;
}

.section-footer ul {
margin: 7px 0 0 0;
text-transform: capitalize;
}

.section-copyright {
background-color: #2C2C2C;
border-top: 10px solid #333;
padding: 10px 0;
color: #fff;
font-size: 13px;
}
.section-copyright a{
    text-transform: uppercase;
    color:#fff;
    font-size: 13px;
}
.section-copyright a:hover{
    text-decoration: none;
    color:#ccc;
}

.footer-links-holder .social-icons {
text-align: left;
}

.footer-links-holder {
margin-bottom: 20px;
}
