@charset "UTF-8";
@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro%3A200%2C400%2C300%2C400italic%2C600);
@import url(//fonts.googleapis.com/css?family=PT+Serif:400,700);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);
@import url(//ajax.googleapis.com/ajax/libs/jqueryui/1.10.4/themes/smoothness/jquery-ui.css);
@import "../css/normalize.css";
@import "../css/animate.css";

body {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  font-weight: 300;
  color: #303334;
  background: #fff;
}
a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  text-decoration: underline;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
* {
  -webkit-text-size-adjust: none;
}
a img {
    border: none;
}
img {
    border: 0;
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
}
h2 {
	font-size: 48px;
	line-height: 56px;
	font-weight: 600;
	margin: 27px 0px;
}
h3 {
  font-size: 42px;
  line-height: 50px;
  font-weight: 500;
	margin: 20px 0px;
}
	@media (max-width: 979px) {
		h3 {
  		font-size: 32px;
  		line-height: 32px;
  		font-weight: 400;
			margin: 15px 0px;
		}
	}   

h4 {
  font-size: 33px;
  line-height: 38px;
  font-weight: 400;
}
h5 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}
.clearfix:after,.clearfix:before {
	content:" ";
	display:table
}
.clearfix:after {
	clear:both
}
.container {
  margin-right: 60px;
  margin-left: 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
	@media (max-width: 979px) {
		.container {
		  margin-left: 30px;
			margin-right: 30px;
		}
	}
.container img {
    max-width: none !important;
}
	@media (max-width: 979px) {
		.container img {
			max-width: 100% !important;
		}
	}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}

#header {
  background-color: rgba(255,255,255,.92);
	position: fixed;
	top: 0;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	z-index: 5;
}
#header.border {
  border-bottom: 1px solid #303334;
}
#header #header_container {
	height: 80px;
	line-height: 80px;
	vertical-align: middle;	
}

  #header #logo {
    float: left;
  }
	@media (max-width: 979px) {
		#header #logo .logo {
    	height: 35px;
  	}		
	}
	@media (max-width: 767px) {
	  #header #logo {
	    text-align: center;
	  }
	}

#header .menu,
#header .menum {
  float: right;
}
#header .menu {
	margin-right: 15px;
}
#header .menum {
  margin-top: 5px;
}
	#menumi {
		color: #00ccff;
	}
	#menumi,
	#menumic {
		padding-top: 9px;
		cursor:pointer;
	}
	#header .menu ul > li {
	  position: relative;
	  display: inline-block;
	}
	#header .menu ul > li > a {
	  display: inline-block;
	  font-size: 19px;
	  line-height: 14px;
	  letter-spacing: 2px;
	  color: #303334;
	  padding: 13px 20px 13px 21px;
	  -webkit-transition: 0.3s all ease;
	  transition: 0.3s all ease;
	}
	#header .menu ul > li > a:hover {
	  text-decoration: none;
	  color: #ffffff;
	  background: #00ccff;
	  -webkit-transition: 0.3s all ease;
	  transition: 0.3s all ease;
	}
	#header .menu ul > li.current > a {
	  color: #ffffff;
	  background: #00ccff;
	}
	@media (max-width: 979px) {
		#header #header_container {
			height: 60px;
			line-height: 60px;
		}
	  #header .menu {
	    margin-right: 6px;
	  }
	  #header .menu ul > li > a {
		  font-size: 15px;
		  line-height: 10px;
	    padding: 13px 19px 13px 20px;
	  }
	}
	@media only screen and (max-width: 767px) {                            
		#header .menu ul {                                                           
			display: none;                                                     
		}                                                                    
	}   
	
#menu {
	position:fixed;
	z-index:100;
	height:100%;
	top:0;
	right:-420px;
	width:400px;
	background-color:#3d3d3d;
	background-color:rgba(61,61,61,.95);
	overflow:auto;
	padding-right:20px
}
@media only screen and (max-width:360px) {
	#menu {
		right:-120%;
		width:100%;
		padding-right:15px;
		overflow:scroll
	}
}
#menu.expanded {
	right:0
}
#menu #top-nav-block {
	color:#fff;
	float:right
}
#menu #top-nav-block .nav-items {
	text-transform:uppercase;
	font-weight:500;
	font-size:14px;
	display:inline-block;
	margin-top:38px
}
@media only screen and (max-width:40em) {
	#menu #top-nav-block .nav-items {
		display:none
	}
}
#menu #top-nav-block .nav-items a {
	color:#fff;
	margin-left:30px
}
#menu #top-nav-block .nav-items a:visited {
	color:#fff
}
#menu img {
	max-width:none!important;
	padding:30px;
	margin-right:-30px
}
@media only screen and (max-width:40em) {
	#menu img {
		padding:20px 15px 15px 20px;
		margin-right:-15px
	}
}
#menu img:hover {
	cursor:pointer
}
#menu #main-menu-items {
	margin-top:30px;
	width:100%;
	text-align:right
}
@media only screen and (max-width:40em) {
	#menu #main-menu-items {
		margin-top:0
	}
}
#menu #main-menu-items ul {
	list-style-type:none;
	margin:0
}
#menu #main-menu-items ul a {
	color:#aaa;
	font-size:30px;
	line-height:1.4em;
	font-weight:300;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease
}
@media only screen and (max-width:40em) {
	#menu #main-menu-items ul a {
		font-size:28px;
		line-height:1.2em
	}
}
#menu #main-menu-items ul a.current-link,#menu #main-menu-items ul a:hover {
	color:#fff
}
#menu #menu-nav-bottom {
	width:100%;
	text-align:right;
	padding-bottom:60px
}
@media only screen and (max-width:40em) {
	#menu #menu-nav-bottom {
		padding-bottom:15px
	}
}
#menu #menu-nav-bottom ul {
	list-style-type:none;
	margin:0
}
#menu #menu-nav-bottom ul a {
	color:#888;
	font-size:16px;
	line-height:1.6em;
	font-weight:600;
	-webkit-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	transition:all 600ms ease
}
@media only screen and (max-width:40em) {
	#menu #menu-nav-bottom ul a {
		line-height:1.4em
	}
}
#menu #menu-nav-bottom ul a.current-link,#menu #menu-nav-bottom ul a:hover {
	color:#fff
}
#menu .padder {
	height:4%;
	height:calc(20% - 215px);
	max-height:60px;
	min-height:20px
}
@media only screen and (max-width:40em) {
	#menu .padder {
		max-height:40px
	}
}
#menu .rule-grey {
	border-color:#555;
	float:right
}  

#content {
	padding-top: 85px;
	padding-bottom: 35px;
	background-color: #e6e6e6;
} 
	@media (max-width: 979px) {
		#content {
			padding-top: 65px;
		}
	}   
#media {
	background-color: #fff;
}	
.tcenter {
	text-align: center;
}   
.col-4 {
	width: 100%;
}  
.grid_5 {
	float: left;
	width: 50%;
}  
	@media (max-width: 979px) {
		.grid_5 {
			width: 100%;
		}
	}   
.section-col {
	display: inline-block;
	width: 25%;
	position: relative;
  max-width: 400px;
	overflow: visible;
	padding-top: 65px;
} 
	@media (max-width: 1700px) {
		.section-col {
			width: 100%;
			padding-top: 45px;
		}
	}   
.section-col .col-pad {
    padding-left: 20px;
    padding-right: 20px;
}
.pad-info {
    padding: 35px 20px 15px;
    background-color: #FFF;
}
.pad-info-img {
    margin-top: -100px;
}
.pad-info h3 {
    color: #00ccff;
    font-size: 30px;
    font-weight: 300;
    line-height: 1.2;
    margin: 0px 0px 20px 0px
}
.pad-info p {
    font-size: 15px;
    padding-bottom: 20px;
}

#footer {
	background: #303334;
	color: #ffffff;
  letter-spacing: normal;
  margin-top: 30px;
  padding: 25px 0;
  text-align: center;
  font-weight: 500;
  font-size: 25px;
  line-height: 25px;
  //position: fixed;
  //bottom: 0px;
  width: 100%;
}
#footer div {
  margin-bottom: 9px;
}
#footer p {
  margin-top: 8px;
}

.price {
  width: 90%; height: auto;
  background: #fff;
  text-align: left;
  margin: 50px;
  
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  -webkit-box-shadow: 2px 2px 9px rgba(0,0,0,0.3);
     -moz-box-shadow: 2px 2px 9px rgba(0,0,0,0.3);
          box-shadow: 2px 2px 9px rgba(0,0,0,0.3);
}
	@media (max-width: 979px) {
		.price {
			width: 99%;
			margin: 20px 5px 5px 5px;
		}
	}   

	.price .top {
		text-align: center;
	  color: #fff;
	  width: 100%; height: 100px;
	  background: #2F2E35;
	  -webkit-border-radius: 10px 10px 0 0;
	     -moz-border-radius: 10px 10px 0 0;
	          border-radius: 10px 10px 0 0;
	}

	.price .top h2 {
	  text-align: center;
	  font: 300 30px/50px Helvetica, Verdana, sans-serif;
	  margin: 0px;
	}
	
	.price ul {
  	list-style-type: none;
  	font: 300 14px/2 Helvetica, Verdana, sans-serif;
  	margin: 20px 0 0 20px;
	}
 
	.price ul strong {
  	font-weight: bold;
	}
	.price hr {
  	border: 0;
  	background-color: #BCBEC0;
  	color: #BCBEC0;
  	height: 1px;
  	width: 90%;
  	margin: 20px 20px 0 20px;
	}
	
	.price h1 {
  	text-align: center;
  	font: bold 50px/1 Helvetica, Verdana, sans-serif;
  	margin: 20px 0 0 0;
	}

	.price h1 sup {
  	font-size: 45px;
	}

	.price p {
  	text-align: center;
  	font: 500 16px/1 Helvetica, Verdana, sans-serif;
  	padding-bottom: 10px;
	}
	
	.price a {
	  display: block;
	  height: 40px;
	  width: 150px;
	  color: #fff;
	  padding: 0px;
	  margin: 25px auto;	  
	  text-decoration: none;
	  text-align: center;
	  text-transform: uppercase;
	  font: 500 16px/40px Helvetica, Verdana, sans-serif;
	  -webkit-transition: 0.3s all ease;
	  transition: 0.3s all ease;  	  
	  background: #00ccff;
	}
	
	.price a:hover {
	  transition: 0.3s all ease;
	  background: #2F2E35;
	}
	
	.form- {
    margin: 20px 20px 20px 0;
	}
	.form- .form-item {
    margin-bottom: 0;
    margin-bottom: 15px;
    color: #444;
	}
	
	.form- .form-item.icon .form-text, .form- .form-item.icon .form-select {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
	}
	.form- .form-item:first-child .form-text, .form- .form-item:first-child .form-select {
    border-top-width: 1px;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
	}
	.form- .form-item .form-text, .form- .form-item .form-select {
    border-top-width: 0;
    border-radius: 0;
    overflow: hidden;
	}
	.form-item.icon .form-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
	}
	.form- .form-item.icon:first-child > i {
    border-top-width: 1px;
    border-top-left-radius: 2px;
	}
	.form- .form-item.icon > i {
    border-top-width: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 18px;
	}
	.form-item.icon > i {
    float: left;
    color: #999;
    background: #eee;
    text-align: center;
    font-size: 16px;
    width: 46px;
    line-height: 46px;
    height: 46px;
    border-radius: 2px 0 0 2px;
    border-style: solid;
    border-color: #ddd;
    border-width: 1px 0 1px 1px;
	}
	.form-text.large {
    padding: 0 12px;
	}
	.form-text {
    background: #FFF;
    border: 1px solid #ccc;
    border-radius: 2px;
    padding: 0 10px;
    color: #999;
	}
	
	.form-text input {
    height: 40px;
	}
	.form-text.large input, .form-text.large blockquote {
    height: 46px;
    min-height: 46px;
    font-size: 20px;
    font-weight: 400;
	}
	.form-text input, .form-text textarea, .form-text blockquote {
    border: 0;
    padding: 0;
    margin: 0;
    background: transparent;
    width: 100%;
    height: 33px;
    line-height: 33px;
    color: #666;
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    font-size: 13px;
	}
	.extra-info {
    margin: 20px 0;
    font-size: 14px;
    color: #999;
	}
	.button-kit {
	  display: block;
	  border-width: 0;
	  box-shadow: none;
	  height: 40px;
	  width: 150px;
	  color: #fff;
	  padding: 0px;
	  margin: 25px auto;	  
	  text-decoration: none;
	  text-align: center;
	  text-transform: uppercase;
	  text-shadow: none;
	  font: 500 16px/40px Helvetica, Verdana, sans-serif;
	  -webkit-transition: 0.3s all ease;
	  transition: 0.3s all ease;  	  
	  background: #00ccff;
	}
	.button-kit:hover {
	  transition: 0.3s all ease;
	  background: #2F2E35;
	  cursor: pointer;
	}	

	.extra-note {
    color: #999;
    text-align: center;
    font-size: 13px;
    margin-bottom: 20px;
	}
	.extra-note:last-child {
    margin: 20px 0 0 0;
	}
