/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */


#order-premium_comparison .price-table-container .price-table {
    width: 250px  !important; ;
    min-width: 250px  !important; ;
}

.navbar-main {background-color: #4a4a4a;}

section#header {background: #3f3f3f url(../img/aPattern.png); border-radius:0 !important;}

section#header .logo {
	display: block;
	width: 40px; height: 32px;
	background-image: url(../img/logotype-small.svg);
	background-repeat: no-repeat;
	background-size: contain;
}

@media (min-width: 768px) and (max-width: 991px) {
	section#header .logo {
		display: block;
		width: 50px; height: 40px;
		background-image: url(../img/logotype-small.svg);
		background-repeat: no-repeat;
		background-size: contain;
	}
	
}

@media (min-width: 992px) {
	section#header {
		padding: 30px 0;
	}
	section#header .logo {
		display: block;
		width: 165px; height: 60px;
		background-image: url(../img/logotype.svg);
		background-repeat: no-repeat;
		background-size: contain;
	}
}

section#header .logo img {
	max-height: 69px;
	display: none;
}

section#footer {background: #3f3f3f url(../img/aPattern.png); color: #c7c7c7;}

section#home-banner {background: #3f3f3f url(../img/aPattern.png);}

.home-shortcuts {background: #4a4a4a;}

.home-shortcuts li {border-right: 1px solid #777;}

.home-shortcuts li:first-child {  border-left: 1px solid #777;}

ul.top-nav > li:active > a,ul.top-nav > li:focus > a,ul.top-nav > li:hover > a,ul.top-nav > li > a:focus {    color: #fff;    text-decoration: none;    background: transparent;}

.col-sm-3  ul {   margin-bottom: 20px;}
.col-sm-3  li {   line-height: 20px;}
.col-sm-3  a {    color: #777;    text-decoration: none;}
.col-sm-3 a:hover, .col-sm-3 a:focus {    color: #fff;    text-decoration: none;    background: transparent;}


@media (max-width: 767px) {
	.home-shortcuts li {   border-bottom: 1px solid #777; border-right: none;}
	.home-shortcuts li:first-child {  border-left: none;}                 
	section#footer .container .row nav {
		display: -webkit-flex; display: flex;
		-webkit-flex-wrap: wrap; flex-wrap: wrap;
	}

	section#footer .container .row nav .col-sm-3 { width: 50%; }
}

/*Timeline*/

/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: #666666;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* Container around content */
.tlcontainer {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.tlcontainer::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -13px;
  background-color: white;
  border: 4px solid #0e5077;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
.left {
  left: 0;
}

/* Place the container to the right */
.right {
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid #4a4a4a;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #4a4a4a;
}

/* Add arrows to the right container (pointing left) */
.right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid #4a4a4a;
  border-width: 10px 10px 10px 0;
  border-color: transparent #4a4a4a transparent transparent;
}

/* Fix the circle for containers on the right side */
.right::after {
  left: -13px;
}

/* The actual content */
.tlcontent {
  padding: 20px 30px;
  background-color: #4a4a4a;
  position: relative;
  border-radius: 6px;
  color: white;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
/* Place the timelime to the left */
  .timeline::after {
    left: 31px;
  }

/* Full-width containers */
  .tlcontainer {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

/* Make sure that all arrows are pointing leftwards */
  .tlcontainer::before {
    left: 60px;
    border: medium solid #4a4a4a;
    border-width: 10px 10px 10px 0;
    border-color: transparent #4a4a4a transparent transparent;
  }

/* Make sure all circles are at the same spot */
  .left::after, .right::after {
    left: 15px;
  }

/* Make all right containers behave like the left ones */
  .right {
    left: 0%;
  }
}

.mc-modal {
    padding-bottom: 30px;
}


.support-icon {
 background: url(/templates/avh/img/avhoster_main_page.png) no-repeat 0 0;
 width: 120px;
 height: 102px;
 margin-top: 60px;
}

.tech-support-icon {
 background: url(/templates/avh/img/avhoster_main_page.png) no-repeat 0 -102px;
 width: 120px;
 height: 112px;
 margin-top: 60px;
}

.video-container {
    overflow: hidden;
    position: relative;
    width:100%;
}

.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

a.socialicon {
    color: #777;
}

a.socialicon:hover {
    color: white;
}

#mc_embed_signup {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.main-content {
    margin-bottom: 0px!important;
}