/* Responsive styles
================================================== */
/* Large Devices, Wide Screens */
@media (min-width: 1200px) {
  /* Dropdown animation */
  .navbar-nav .dropdown-menu,
  .navbar-nav .dropdown.megamenu div.dropdown-menu {
    background: none;
    border: 0;
    box-shadow: none;
    display: block;
    opacity: 0;
    z-index: 1;
    visibility: hidden;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: visibility 500ms, opacity 500ms, -webkit-transform 500ms cubic-bezier(0.43, 0.26, 0.11, 0.99);
    -moz-transition: visibility 500ms, opacity 500ms, -moz-transform 500ms cubic-bezier(0.43, 0.26, 0.11, 0.99);
    -o-transition: visibility 500ms, opacity 500ms, -o-transform 500ms cubic-bezier(0.43, 0.26, 0.11, 0.99);
    -ms-transition: visibility 500ms, opacity 500ms, -ms-transform 500ms cubic-bezier(0.43, 0.26, 0.11, 0.99);
    transition: visibility 500ms, opacity 500ms, transform 500ms cubic-bezier(0.43, 0.26, 0.11, 0.99);
  }
  .navbar-nav .dropdown:hover div.dropdown-menu,
  .navbar-nav .dropdown.megamenu:hover div.dropdown-menu {
    opacity: 1;
    visibility: visible;
    color: #777;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  .navbar-nav .dropdown-backdrop {
    visibility: hidden;
  }
}
/*		Tablet Layout: 768px.
		Gutters: 24px.
		Outer margins: 28px.
		Inherits styles from: Default Layout.
-----------------------------------------------------------------
cols    1     2      3      4      5      6      7      8
px      68    160    252    344    436    528    620    712    */
/*		Mobile Layout: 320px.
		Gutters: 24px.
		Outer margins: 34px.
		Inherits styles from: Default Layout.
---------------------------------------------
cols    1     2      3
px      68    160    252    */
@media (max-width:768px){
	#hero-area {
		background: url('../images/slider-smp.jpg') no-repeat 50%;
		background-size: cover;
	}
	#hero-area h1 {
		font-size: 18px;
		line-height:1;
	}
	#hero-area h2 {
	font-size: 13px;
	line-height: 1.4;
	text-align: left;
	}
	.navbar-header .navbar-brand a {
		margin-top: 0px;
	}
	#about .block h2 {
		width:100%;
	}
	.team-member .team-img .team-pic {
		width: 100%;
		height: auto;
	}
	.navbar-header .navbar-brand {
		padding: 0 0 5px;
	}
}
@media only screen and (max-width: 767px) {
	.navbar-brand h1 {
		top:-16px;
		left:16px;
	}
	.navbar-brand p {
		top: 34px;
		left: 16px;
	}
  .title {
    font-size: 26px;
  }
	.section-heading {
		margin-bottom: 20px;
	}
  .navbar-header .navbar-brand a {
    padding: 6px 8px;
  }
  #hero-area {
    padding: 100px 0 40px;
  }
  #hero-area .btn {
    margin-top: 8px;
  }
  #about {
    padding: 20px 0;
  }
	#about .block h2 {
		font-size: 22px;
	}
  #about .block {
    padding: 0;
  }
	#about .block p {
		font-size: 14px;
		line-height: 1.6;
	}
  figure .buttons {
    left: 16%;
  }
  #service .media {
    margin: 0px 0px 35px;
  }
  #footer .copyright {
    text-align: center;
  }
  #footer .social {
    text-align: center;
  }
  .dropdown-menu > ul > li > a {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    padding: 15px;
    color: #333;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .dropdown-menu > ul {
    list-style: none;
    padding: 0 15px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    margin-top: -5px;
    background: #fff;
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 2px 0.09px rgba(0, 0, 0, 0.15);
  }
  .navbar-collapse {
    background: #333333;
  }
  #top-bar .main-menu li > a {
    color: #fff;
    padding: 21px 10px;
    background: transparent;
  }
  #top-bar .dropdown-menu > ul {
    list-style: none;
    padding: 0 15px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    margin-top: -5px;
    background: #fff;
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 2px 0.09px rgba(0, 0, 0, 0.15);
  }
  #top-bar .dropdown-menu > ul > li > a {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    padding: 15px;
    color: #333;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
	#priceList .table td:nth-child(2) {
		display:none;
	}
}
/*		Wide Mobile Layout: 480px.
		Gutters: 24px.
		Outer margins: 22px.
		Inherits styles from: Default Layout, Mobile Layout.
------------------------------------------------------------
cols    1     2      3      4      5
px      68    160    252    344    436    */
@media (max-width:480px){
	h1,
	h2 {
		font-size: 20px;
	}
	p {
		line-height: 19px;
		font-size: 13px;
		font-weight: 300;
	}
	.title {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.global-page-header {
		padding: 100px 0 15px 0;
	}
	.global-page-header h2 {
		font-size: 18px;
		line-height: 1;
	}
	.global-page-header .breadcrumb {
		font-size: 12px;
		padding: 2px  0;
	}
	.breadcrumb {
    padding: 4px 15px;
    margin-bottom: 10px;
	}
	#hero-area h2 {
		width:96%;
	}
	.cd-headline.slide b {
		font-size:13px;
	}
	#about .block h2 { margin-top:0; margin-bottom:10px;}
	.works,
	.price {
		padding: 20px 0;
		background: #f7f7f7;
	}
	.plan-head {
		font-size: 20px;
	}
	.plan-big .plan-head {
		font-size: 26px;
	}
	.plan-content {
		font-size: 13px;
	}
	#map_canvas {
		width: 92%;
		margin: 0 4% 20px;
		border-top: 1px solid #CCCCCC;
	}
	#service {
  	padding: 20px 0;
	}
	.company-description {
  	margin-top: 20px;
	}
	.pages {
 		padding: 20px 0 20px;
	}
	#contact-section {
  	padding: 20px 0;
	}
	#call-to-action {
 	 padding: 15px 0 30px;
	}
	#call-to-action .block h2 {
		font-size:20px;
  	margin-bottom: 10px;
	}
	#call-to-action .block p {
		font-size: 13px;
		margin-top: 20px;
	}
	.subtitle {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.section-heading {
		text-align: left;
		margin-bottom: 20px;
	}
	.section-heading p {
  	font-size: 13px;
	}
	#service p {
  	line-height: 23px;
  	font-size: 13px;
	}
	.center p { text-align:left; }
	.about-feature {
  	margin-top: 30px;
		overflow:hidden;
		width:100%;
	}
	.team-member .team-img {
		margin-bottom:15px;
	}
	#about-service {
		padding: 20px 0 40px;
	}
	#outline {
		padding: 20px 0 40px;
	}
	#outline .table tr {
		display: block;
		margin-bottom: .5em;
  }
  #outline .table th,
  #outline .table td {
		display: list-item;
		border: none;
		list-style: none;
		padding: 10px
  }
	#outline .table th {
		font-weight: bold;
		padding: 10px 10px 0;
		color: #3D88B5;
	}
	/*font color*/
	.company-description .block p,
	#outline .table td,
	.subtitle-des,
	.section-heading p,
	#service p
	{color:#393939;
	}
}

