@media only screen and (max-width: 1024px) {
#nav-icon {
  position:fixed;
  top:35px;
  right:20px;
}
.menu-line, .menu-line1, .menu-line2  {
  background-color:#111!important;
}
#menu-block {
  width: 40%;
}
.navbar-brand.white img.black { display:block; }
.navbar-brand.white img.white { display:none; }

  /* menu block white */
  .navbar-default-white {
	position:fixed;
	margin: 0px auto;
    border-bottom: 0px groove rgba(255, 255, 255, 0);
    top: 0px;
	background: rgba(255, 255, 255, 1);
  }
  .navbar-brand.white {
	position:fixed;
    left: 10px;
    top: 10px;
  }
  .navbar-brand.white img {
    width: auto;
	height: auto;
	max-height:40px!important;
  }
  /*menu block white end*/
}

@media only screen and (max-width: 980px) {
#form-contact{
 margin-bottom:60px;
}
.right{ text-align:left; float:left; line-height:inherit; }
.social-icons{ margin-top:10px;}
img.box-icon-simple{ padding:30px 5px 0 5px;}
.text-right{ text-align:left;}
.milestone-counter{ margin-bottom:30px;}
}

@media only screen and (max-width: 800px) {
.box {
    height: auto !important;
  }
}

@media only screen and (max-width: 768px) {
#menu-block {
  width: 100%;
}
.image-container{ display:none;}
}

@media only screen and (max-width: 600px) {

}


@media(max-width:414px) {
#home h1{ font-size:21pt;}
#home h3{ font-size:18pt; line-height:normal; margin-top:0px;}
#slidertext{ margin-bottom:10px;}
.p-30{ padding:10px;}
.p-60{ padding:20px;}
.p-90{ padding:30px!important;}
#menu-block ul li {
  font-size: 13pt;
  line-height: 5pt;
}
#menu-block ul li ul li {
  font-size: 13pt;
}
.countdown-round .countdown-show4 .countdown-section {
	width: 80px;
	height:80px;
	display:inline-block;
	background:none;
	border:solid 2px rgba(255,255,255,.2);
	padding:20px 0 10px 0;
	margin:0 25px 30px 25px;
	border-radius:90px;
	-moz-border-radius:90px;
	-webkit-border-radius:90px;
}

.countdown-round .countdown-amount {
	font-weight:500;
	margin:0;
	font-size:24px;
	line-height:0;
	padding:0;
}

.countdown-round .countdown-period {
	width:auto;
	margin:0 auto;
	padding:0;
	font-weight:300;
	font-size:12px;
	line-height:10px;
}
}

@media(max-width:360px) {
.service-about {width:300px; margin:0 auto;}	
}

@media(max-width:320px) {
.service-about {width:280px;}	
}
