@charset "utf-8";
/* Main CSS Document */
/******************  Table of Contents  *****************************
1. GLOBAL
2. HEADER
3. MAIN FEATURES
4. MORE FEATURES
5. FEATURES LAYOUT
6. TESTIMONIALS
8. COMPARE PLANS
9. DOMAIN SEARCH
10. CONTACT
11. FOOTER
12. MODAL SIGNIN / SIGNUP
13. BLOG
14. CUSTOM MEDIA QUERIES
15. VERSION 1.
*********************************************************************/
/*************************** 1- GLOBAL ****************************/

@font-face {
font-family: "Avenir";
src: url("../fonts/AvenirLTStd65Mediumtr.otf");

}

@font-face {
font-family: "AvenirBold";
src: url("../fonts/AvenirLTStd55Romantr-Bold.otf");

}

html,
body {
    height: 100%;
    width: 100%;
    background-color: #fff;
    font-family: "Avenir", Arial, sans-serif;
   
}

a:focus,
a:hover {
    color: #eb3812
}
.btn,
.navbar-default,
.navbar-default .navbar-header .navbar-brand,
h1,
h2,
h3 {
    color: #111;  
    font-family: "Avenir", Arial, sans-serif; 
   
}

.navbar-brand {margin-top: -15px; margin-left: -25px; overflow: hidden; height: 90px}
.navbar-brand img { width: 160px }
.navbar-collapse.in {overflow-y: visible !important}

h1{font-size: 50px}


.bg-primary {
    background-color: #F05F40
}
.bg-dark {
    background-color: #222;
    color: #fff
}
.bg-light {
    background-color: #fff;
    color: #111;
}
.text-faded {
    color: rgba(255, 255, 255, .7)
}
section {
    padding: 0; z-index: 1;

}
aside {
    padding: 50px 0
}
.no-padding {
    padding: 0
}

.wrapper{max-width:100%;overflow:hidden;}


.navbar-default .navbar-header .navbar-toggle {
    font-family: "Avenir", Arial, sans-serif;
    font-size: 20px;
    color: #111;
    
}
.navbar { border-radius: 0 !important; }

.navbar-default .nav>li>a,
.navbar-default .nav>li>a:focus {
    font-size: 16px !important;
    font-weight: 700px !important;
    margin-top: 10px;
    color: #595959;
    z-index: 10;
}
.navbar-default .navbar-nav > li.dropdown:hover > a,
.navbar-default .navbar-nav > li.dropdown:hover > a:hover,
.navbar-default .navbar-nav > li.dropdown:hover > a:focus {

    color: #DC0000;
    border-radius: 4px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    z-index: 20;
}
li.dropdown:hover > .dropdown-menu {
    display: block;
}
.bar-default {
    transition: all .35s;
    color: #F05F40;
}
.btn-default.active,
.btn-default:active,
.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-default,
.open>.dropdown-toggle.btn-primary {
    background-image: none
}
.call-to-action h2 {
    margin: 0 auto 20px
}
.text-primary {
    color: #F05F40
}
.no-gutter>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}
.btn-default {
    color: #222;
    background-color: #fff;
    transition: all .35s
}
.btn-default.active,
.btn-default.focus,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open>.dropdown-toggle.btn-default {
    color: #222;
    background-color: #FF2D27;
    border-color: #ededed
}
.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: #B91C1C;
    border-color: #fff
}
.btn-default .badge {
    color: #fff;
    background-color: #222
}
.btn-primary {
    color: #fff;
    background-color: #F05F40;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s
}
.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open>.dropdown-toggle.btn-primary {
    color: #fff;
   
    border-color: #ed431f
}
.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  
}
.btn-primary .badge {
    color: #F05F40;
    background-color: #fff
}
.btn {
    border: none;
    border-radius: 4px;
    text-transform: uppercase
}
.btn-xl {
    padding: 15px 30px
}

.btn-success {
    background-color: #2FCE6F;
    background-image: none;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active {
    background-color: #1CB256!important;
    color: #FFF!important;
}
.scrollup {
    width: 40px;
    height: 40px;
    opacity: 0.7;
    position: fixed;
    bottom: 190px;
    right: 10px;
    background: url('../img/goup.png')no-repeat;
        padding: 10px;
    background-color: #3B3636;
    color: #888;
    border-radius: 3px;
    opacity: .7;
    z-index: 30;
}
.scrolldown {
    width: 40px;
    height: 40px;
    opacity: 0.7;
    position: fixed;
    bottom: 140px;
    right: 10px;
    background: url('../img/godown.png')no-repeat;
        padding: 10px;
    background-color: #3B3636;
    color: #888;
    border-radius: 3px;
    opacity: .7;
    z-index: 30;
}
.listiconyes {
    margin: 0;
    padding: 0;
    list-style: none;
}
.listiconyes li {
    width: 50%;
    float: left;
    padding: 5px 5px 5px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url(../img/iconyes.png) no-repeat left;
}
.top_info {
   font-family: "Avenir", sans-serif;
font-style: normal;
font-weight: 400;
    max-height: 30px;
    position: relative;
    padding: 0px;
    margin: 0px;
    width: 100%;
    min-height: 35px;
    background: #00003E;
}
.top_info ul.top_list {
    float: right;
    list-style: none;
}
.top_info ul.top_list {
    float: right;
    padding: 0px;
    margin: 0px 0px 0px 0px;
}
.top_info .top_list li.empty {
    float: right;
    width: auto;
    line-height: 35px;
    padding: 0px 0px 0px 0px;
    margin: 0px 18px 0px 0px;
    font-size: 16px;
    background: none;
    border-radius: 0px;
}
.top_info .top_list li.toptel {
    margin-top: 3px;
}
.top_info .top_list li {
    float: right;
    color: #999;
    padding: 0px;
    font-size: 14px;
    margin: 7px 6px 0px 4px;
}
.top_info .top_list li a {
    font-size: 16px
}
.top_date {
    float: left;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 13.5px;
    color: #ccc;
    padding-top: 10px
}
.footercon{width: 100%; overflow: hidden;}
.footerdiv{ width: 102%; z-index:100; background-color:#DC0000; padding: 20px; margin-top: 30px;margin-left: -10px;
 transform:rotate(-2deg); }
.footerdivinner { font-family: 'AvenirBold'; font-size: 40px; font-weight: 700px; height: 120px;line-height: 90px;
 color:#FFFFFF; transform:rotate(2deg);
  }
.footertop {
    overflow: hidden;
    width: 100%;
    background-color: #CCC;
    height: 60px;
    display: table;
    -webkit-box-shadow: 2px -8px 30px 0px rgba(181, 181, 181, 1);
    -moz-box-shadow: 2px -8px 30px 0px rgba(181, 181, 181, 1);
    box-shadow: 2px -8px 30px 0px rgba(181, 181, 181, 1);
}
.footertop span {
  vertical-align:middle;
  display: table-cell;
}
.footertop ul {
    list-style: none;
    width: 100%;
    height: 50px;
    margin: auto
}
.footertop ul li {
    float: left;
}
.footertop ul li.footround {
    background-color: #242B33;
    border: solid 4px #545454;
    border-radius: 100px;
    width: 48px;
    height: 48px;
    padding: 5px 0 0 0px;
    margin: 6px;
}
.footertop ul li.text {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 160px;
    height: 65px;
    vertical-align: middle;
    word-wrap: break-word;
    padding-left: 2px;
    color: #68737b;
    font-size: 14px
}
.footertop ul li.spacer {
    min-width: 50px;
}
.footer {
    position: relative;
    color: #fff;
    background-size: cover;
    overflow: hidden;

}
.footer h1,
.footer h3 {
    color: #FFF;
}
.footerlinks {
    margin: 20px 0;
}
.footerlinks p {
    color: #68737b;
    text-transform: uppercase;
    padding-top: 15px;
}
.footerlinks ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footerlinks ul li {
    color: #FFF;
    padding: 2px 0;
}
.footerlinks ul li a {
    color: #FFF;
    font-size: 18px;
}
.copyright {
    margin: 30px 0;
}
.navbar-default {
    display: block;
   background: #FFFFFF;
   opacity: .9;
    height:100px;
    padding-top: 15px;
    letter-spacing:1px;
    width:100%;

    z-index: 60;
    -webkit-box-shadow: 0px 5px 15px 3px rgba(134, 134, 134,.9);
-moz-box-shadow: 0px 5px 15px 3px rgba(134, 134, 134,.9);
box-shadow: 0px 5px 15px 3px rgba(134, 134, 134, .9);
}

.navbar-default a { font-size:14px !important; color:#595959;}

.navbar-default a b {font-size:28px; color: #595959}

.navbar-default .navbar-nav .login {
    color: #CCCCC9;
    
    font-family: "Avenir", sans-serif;
font-style: normal;
font-weight: 400;
    border-radius: 2px;
    padding: 12px;
    z-index: 40
}
.navbar-default a { font-family: "Avenir", sans-serif;
font-style: normal !important;
font-weight: 400 !important; color:#fff;}

.navbar-nav a {
  font-family: "Avenir", sans-serif;
font-style: normal;
font-weight: 400;
font-size: 20px;
}
.navbar-nav>li { background-color:#FFFFFF: opacity: .9; }
.nav>li>a:focus, .nav>li>a:hover { color: #565656; }
.dropdown-menu { background-color:#565656; color: #ffffff;}
.dropdown-menu>li>a { background-color:#565656; font-family:Arial; font-size:12px;color:#fff }
.navbar-default.affix .navbar-nav .login {
    color: #222;
    background-color: #f5f5f5;
   
    padding: 12px;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a { color: #ffffff; }
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover { color: #222; }
section.open-source .box .exp {
    border-right: 1px solid #e3e3e3;
}
section.services .box .exp .icon1 {
    width: 105px;
}
#success_message {
    display: none;
}
#login-dp {
    min-width: 250px;
    padding: 14px 14px 0;
    overflow: hidden;
    background-color: rgba(255, 255, 255, .8);
}
#login-dp .help-block {
    font-size: 12px
}
#login-dp .bottom {
    background-color: rgba(255, 255, 255, .8);
    border-top: 1px solid #ddd;
    clear: both;
    padding: 14px;
}
#login-dp .social-buttons {
    margin: 12px 0
}
#login-dp .social-buttons a {
    width: 49%;
}
#login-dp .form-group {
    margin-bottom: 10px;
}
.btn-fb {
    color: #fff;
    background-color: #3b5998;
}
.btn-fb:hover {
    color: #fff;
    background-color: #496ebc
}
.btn-go {
    color: #fff;
    background-color: #55acee;
}
.btn-go:hover {
    color: #fff;
    background-color: #59b5fa;
}
.spacer_top {
    margin-top: -22px;
}
.text-light {
    color: #f1f1f1
}
.section-header {
    background-color: #5472BE;
    height: 100px;
    line-height: 100px;
    font-size: 34px;
    color: #f5f5f5;
    margin-top:0px;
    margin-bottom:20px;
    z-index: 1;
}
.top-section {
    height: 100px
}
.font18 {
    font-size: 18px
}
.font24 {
    font-size: 24px
}

.font32 {
    font-size: 32px
}
.imgtld {margin-left:110px; margin-top:20px}


.topmenu {
	
   background: #FFFFFF;
   opacity: .9;
    height:100px;
    padding-top: 15px;
    letter-spacing:1px;
    width:100%;
    z-index: 1100;
    -webkit-box-shadow: 0px 5px 15px 3px rgba(134, 134, 134,.9);
-moz-box-shadow: 0px 5px 15px 3px rgba(134, 134, 134,.9);
box-shadow: 0px 5px 15px 3px rgba(134, 134, 134, .9);
}

.topmenu a { font-family: 'AvenirBold';  color:#595959;}

.topmenu a b {font-size:28px}
.content {
    margin-top:10px;
}
.menu-padding {
    padding-top:80px;
}
.content p {
    margin-bottom:20px;
}
.sticky {
    position:fixed;
    
    top:0;
}

	/* Set the height of your slider to the height of your images */
		.banner {
						height: 400px;
						
		}
	
		/* Make the images fill the screen width */
		.banner img {
			width: 100%;
		}
		
		/* Style the text over the slides */
		.banner {
			text-align: center;
		}
		.banner .slide-text {
			position: absolute;
			left: 0;
			right: 0;
			
			color: white;
			text-shadow: 2px 2px 2px rgba(0,0,0, .5);
			font: bold 3em/1.4 Helvetica, Arial, sans-serif;
		}
	

		
		
.panel-body {border: solid 1px #eee}
.container {
  margin: 0 auto;
  max-width: 1030px;
  }
.navbar-default .nav>li>a .orange {background: #F38837}



.maintext {  margin-top: -40px; 
font-size: 22px}
.maintext ul {  text-align: center; margin-top: 10px;
    list-style-position: inside;
 list-style-image: url('/site/site_assets/images/CodecBullet.png'); }
 .maintext ul li { margin-bottom: 10px}
 
 .gradientgraybg {
margin-top: 60px; padding-top: 10px; 	
 	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f5f6f6+0,dbdce2+21,b8bac6+49,dddfe3+80,f5f6f6+100;Grey+Pipe */
background: rgb(245,246,246); /* Old browsers */
background: -moz-linear-gradient(top, rgba(245,246,246,1) 0%, rgba(219,220,226,1) 21%, rgba(184,186,198,1) 49%, rgba(221,223,227,1) 80%, rgba(245,246,246,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(245,246,246,1) 0%,rgba(219,220,226,1) 21%,rgba(184,186,198,1) 49%,rgba(221,223,227,1) 80%,rgba(245,246,246,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(245,246,246,1) 0%,rgba(219,220,226,1) 21%,rgba(184,186,198,1) 49%,rgba(221,223,227,1) 80%,rgba(245,246,246,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f6f6', endColorstr='#f5f6f6',GradientType=0 ); /* IE6-9 */}

.fontdark { color: #222 }

.cloud {width: 600px;height: 125px; overflow: hidden; }
.cloudimage{ width: 90px}
.cloudtext{margin-top: -75px; margin-left: -120px; font-family: "Avenir", Arial; font-size: 20px }
.saastext { font-size: 20px; line-height: 40px}
.customerpanel {background: #ffffff; padding: 2px; border-radius: 2px}

.hrfade {display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;  width:60%; margin-top:-3px;  background-image: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));}
.sectiongray {margin-top: -20px; background: #f1f1f1;height: 100px;}
.img-shadow { box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);}
.pagetitle { font-size:32px; }
.img-responsive {margin-bottom: 25px}




.novisible {visibility: hidden;}
   .bcrumb {  height: 30px;width: 100%;  background-color: #929292; float: left; display: block;
        padding-right: 8px; color: #ffffff; padding-top: 6px; opacity: .3; z-index: 10; }
.rightul {
    overflow: hidden;
    border-left: solid 2px #525252;
}
.rightul a {   margin-left: 5px; padding-left: 5px;  color: #525252; font-family: 'Avenir'; font-size: 16px; }
.rightul .current {border-left: solid 4px #929292;}
.rightul ul {
    list-style: inline; }
.rightul ul li {
    margin: 10px;

}


#rightcol { background-color: #ccc; font-size: 14px !important; }
#rightcol ul li {
     list-style: none;
    margin: 10px;
    font-size: 15px !important;
}
.margintopmid {margin-top:40px;}
.margintopbig {margin-top:70px;}
.footerlinks {width: 100%; height:80px;background-color: #ccc;text-align: center;overflow: hidden}
@media screen and (max-width: 841px) {
/* mobil menu */
.navbar-right { color: #000; text-transform: uppercase;}

.nav li a { color: #fff !important;}
/* end of mobil menu */

.maintext {  margin-top: 5px; }
.section {padding-top: 0px}
.navbar-toggle { padding: 8px; background: #DC0000; font-family: "Avenir"}
.navbar-brand img { margin-top: 10px; margin-left: 10px; padding-left: 10px; width: 130px;overflow: hidden; }
h1 {font-size: 24px}
#plans, #plans ul, #plans ul li {height: 600px}
.pagetitle {font-size: 24px}
.
  .parallaxmain { height: 300px; }
  .parallaxmain h1 { font-size: 20px; margin-top: 80px; }
  
  .imagebottom {margin-top: -85px;width: 105%}
  .footerdivinner {font-size: 24px}
  .rightul {margin-left: -40px;}
  .footerlinks {width:  50%;margin:0 auto;height: 200px}
  .topsection {visibility: hidden; display: none;}
}

#movetopbt {
  display: inline-block;
  background-color: #FF9800;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#movetopbt::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#movetopbt:hover {
  cursor: pointer;
  background-color: #333;
  text-decoration: none;
}
#movetopbt:active {
  background-color: #555;
}
#movetopbt.show {
  opacity: 1;
  visibility: visible;
}


@media (min-width: 500px) {

  #movetopbt {
    margin: 30px;
  }
}

