/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
@import url(http://fonts.googleapis.com/css?family=Roboto:400,700);
html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
h1, h2, h3, h4, h5, h6, .h1,.h2, .h3, .h4, .h5, .h6 {
    font-weight: 400;
	font-family: 'Roboto', sans-serif;
}
body, h1, h2, h3, h4, h5, h6, .button, input[type="button"], input[type="submit"], input[type="text"], input[type="password"], input[type="email"], textarea, select {
    font-family: 'Roboto', sans-serif;
    font-size:13px;
    line-height:20px;
    color:#000;
    font-weight: 400;
    -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}


/*---------------        Common      ---------------*/

html, body, h1, h2, h3, h4, h5, h6, p, div, a{
	font-family: 'Roboto', sans-serif;
}
.clear-top{
	height: 60px;
	width: 100%;
}
.clear-bottom{
	height: 60px;
	width: 100%;
}
ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
img{
	max-width: 100% !important;
	display: block;
	height: auto;
}
.section-title{
	text-align: center;
	font-size: 50px;
}
.section-subtitle{
	text-align: center;
	font-weight: 100;
	padding-bottom: 30px;
	position: relative;
	color: #bdc3c7;
}
#grid .mix{
	display: none;
}
.row{
	padding: 85px 0;
}
/* Header */
#header{
    width: 100%;
    min-width: 50%;
    height: 750px;
    background-image: url("../img/cell_background.png");
}
#header .topnavbar{
	height: 60px;
}

#header .navbar-header a{
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 2.2em;
	color: #fff;
	line-height: 60px;
}
#header .navbar-toggle, #header .nav {
	margin-top: 22px; 
}
#header .fixed-top .navbar-header a{
	line-height: 30px;
	text-decoration: none;
}
#header .navbar-nav a,
#header .navbar-nav .active a{
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 16px;
	color: #ffffff;
	padding: 5px 12px;
	margin-right: 12px;
	border-radius: 15px;
	-webkit-transition: background-color .2s;
	-moz-transition: background-color .2s;
	-o-transition: background-color .2s;
	-ms-transition: background-color .2s;
	transition: background-color .2s;
}
#header .navbar-nav  li.active a{
	background: #999999;
	border-radius: 15px;
}
#header .navbar-nav a:hover{
	background: #999999;
}
#header .navbar-header i{
	font-weight: bold;
	color: #ffffff;
	font-size: 1.5em;
}
#header .navbar.topnavbar {
	-webkit-animation: movetextdown 500ms ease;
	-moz-animation: movetextdown 500ms ease;
	-ms-animation: movetextdown 500ms ease;
	-o-animation: movetextdown 500ms ease;
	animation: movetextdown 500ms ease;
}

#header .fixed-top.navbar {
	-webkit-animation: moveBottom 500ms ease;
	-moz-animation: moveBottom 500ms ease;
	-ms-animation: moveBottom 500ms ease;
	-o-animation: moveBottom 500ms ease;
	animation: moveBottom 500ms ease;
}

@keyframes movetextdown {
 0% {
    top: -100px;
 }
 100% {
    top: 0px;
 }

}

@-moz-keyframes movetextdown {
 0% {
   top: -100px;
 }
 100% {
   top: 0px;
 }

}

@-webkit-keyframes movetextdown {
 0% {
   top: -100px;
 }
 100% {
   top: 0px;
 }

}

@-ms-keyframes movetextdown {
 0% {
   top: -100px;
 }
 100% {
   top: 0px;
 }

}

@-o-keyframes movetextdown {
 0% {
   top: -100px;
 }
 100% {
   top: 0px;
 }

}

@keyframes moveBottom {
 0% {
    top: -100px;
 }
 100% {
    top: 0px;
 }

}

@-moz-keyframes moveBottom {
 0% {
   top: -100px;
 }
 100% {
   top: 0px;
 }

}

@-webkit-keyframes moveBottom {
 0% {
   top: -100px;
 }
 100% {
   top: 0px;
 }

}

@-ms-keyframes moveBottom {
 0% {
   top: -100px;
 }
 100% {
   top: 0px;
 }

}

@-o-keyframes moveBottom {
 0% {
   top: -100px;
 }
 100% {
   top: 0px;
 }

}
#header .navbar-header a {
	font-family: "Pacifico", Sans-serif;
	font-size: 2.2em;
	color: white;
	line-height: 60px; 
}
#header .fixed-top{
	background: #2A3039;
	width: 100%;
	height: 70px;
}
/* end header */
.clear{
	clear: both;
}
/* slider */
#slider .container-full{
	max-height: 700px;
}
#slider .carousel-inner{
	margin: 0px;
}
#slider .slider{
	min-height: 100px;
	color: #fff;
	font-size: 1.875em;
}
#slider .slide-element{
	height: 700px;
	padding-top: 150px;
}
#slider .slide-element img{
	float: left;
    height: 550px;
    margin: 0px 80px 0 70px;
}
#slider .carousel-control{
	background-image: none;
    border: 1px solid #fff;
    font-size: 1.5em;
    height: 64px;
    line-height: 0;
    margin: 400px 20px 0px 20px;
    padding: 12px 22px;
    width: 108px;
   
    -webkit-transition: color .2s;
    -moz-transition: color .2s;
    -ms-transition: color .2s;
    -0-transition: color .2s;
    transition: color .2s;
    
}
#slider .carousel-control:hover,
#slider .corousel-control:focus{
	font-size: 1.5em;
	color: color: rgba(255,255,255,1);
	font-weight: bold;
}
#slider .carousel-indicators li{
	width: 16px;
	height: 16px;
	margin: 5px;
	background-color: #23282f;
	border: none;
}
#slider .carousel-indicators .active{
	background: #6d7d92;
}
#slider .content_slide{
	margin-top: 140px;
	margin-right: 12px;
}

#slider .content_slide h2{
	color: #ffffff;
	font-size: 45px;
	font-family: Verdana, arial, sans-serif;
	vertical-align: middle;
}
#slider .content_slide p{
	color: #fff;
	font-size: 36px;
	vertical-align: middle;
}
#slider a{
	display: block;
	width: 200px;
	height: 48px;
	margin: 0 12px;
	font-size: 28px;
	padding: 6px 7px;
	color: #000000;
	text-align: center;
	border: 2px solid #576272;
	border-radius: 30px;
	line-height: 32px;
	-webkit-transition: color .3s ease;
	-moz-transition: color .3s ease;
	-o-transition: color .3s ease;
	-ms-transition: color .3s ease;
	transition: color .3s ease;

}
#slider h1 span{
	color: #0077b3;
}
/* end slider */

/* start about page  */
#about .container-full{
	background: #f2f2f2;
	height: 600px;
}
#about .about_content{
	margin-top: 50px;
	min-height: 300px;
}
#about .web_content h1{
	color: #444e5d;
    font-family: Arial,sans-serif;
    font-size: 36px;
	line-height: 48px;
	margin-top: 0px;
	margin-bottom: 20px;
}
#about .web_content h4{
	color: #0077b3;
	font-size: 26px;
	font-family: "Roboto" sans-serif;
	line-height: 60px;
}
#about .web_content p{
	color: #4d5866;
	font-size: 22px;
	line-height: 36px;
}
#about .web_content a{
	color: #ffffff;
    font-size: 24px;
    padding: 12px 32px;
    margin-top: 0px;
} 
.btn.btn-red{
	background-color: #ff4b5a;
	border:none;
	color: #ffffff;
	border-bottom: 2px solid #e23d4b;
	-webkit-transition: background-color .2s;
	-moz-transition: background-color .2s;
	-o-transition: background-color .2s;
	-ms-transition: background-color .2s;
	transition: background-color .2s;
}
.btn.btn-red:hover{
	background-color: #f82a3b;
}
/* end about pahe */

/* start why */
#why .container-full{
	background: #fbf8f8;
	height: 600px;
}
#why .modern, .phone{
	margin-top: 50px;
}
#why .modern h2{
	color: #444e5d;
	font-size: 36px;
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	line-height: 100px;
	margin-top: 80px;
}
#why .modern p{
	color: #4c5662;
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
}
#why .modern hr{
	width: 100%;
	height: 1px;
	background: #b7b7b7;
	margin-top: 30px;
}
#why .list_item{
	margin-top: 30px;
	margin-bottom: 30px;
}
#why .list_item ul{
	margin: 0;
	padding: 0;
	
}
#why .list_item ul li{
	list-style: none;
}
#why .list_item ul li i{
	font-size: 22px;
	margin-right: 22px;
	color: #0077b3;
}

#why .list_item ul li{
	color: #4c5662;
	font-size: 18px;
	font-family: 'Roboto',sans-serif;
	text-decoration: none;
	letter-spacing: 0px;
}
#why .phone img{
	padding-left: 60px;
}
/* end why */

/* start video */
#video .container-full{
	background: #f2f2f2;
	min-height: 850px;
	margin: 0;
	padding: 0;
}
#video .video_content,
.iframe{
	margin: 0;
}
#video .video_content h1{
	color: #444e5d;
	font-size: 36px;
	font-family: 'Roboto' sans-serif;
	margin-top: 100px;
	margin-bottom: 40px;
}
#video .video_content h4{
	color: #0077b3;
	font-size: 26px;
	font-family: "Roboto" sans-serif;
}
#video .video_content p{
	color: #4d5866;
	font-size: 22px;
	line-height: 28px;
}
#video .video_content a{
	color: #ffffff;
    font-size: 24px;
    margin-top: 20px;
    padding: 12px 34px;
}
.btn.btn-green{
	background-color: #0077b3;
	border:none;
	-webkit-transition: background-color .2s;
	-moz-transition: background-color .2s;
	-o-transition: background-color .2s;
	-ms-transition: background-color .2s;
	transition: background-color .2s;
}
.btn.btn-green:hover{
	background-color: #006699;
}
/* end video */

/* pricing Table */
#pricing .container-full{
	background: #fbf8f8;
	padding-bottom: 0px;
}
#pricing ul p{
	text-align: center;
	font-size: 24px;
	color: #999999;
	padding: 0px 0px;
}
#pricing ul{
	margin-bottom: 30px;
	margin: 0;
	padding: 0;
}

#pricing .pri_table{
	overflow: hidden;
	padding-bottom: 30px;
	border: 1px solid #a1a1a1;
	max-width: 500px;
	-webkit-transition-duration: 250ms;
	-moz-transition-duration: 250ms;
	-o-transition-duration: 250ms;
	-ms-transition-duration: 250ms;
	transition-duration: 250ms;
}

#pricing .pri_table:hover {
	-webkit-box-shadow: 0 0 10px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 10px 2px rgba(0,0,0,.2);
	box-shadow: 0 0 10px 2px rgba(0,0,0,.2);
	-webkit-transform: scale(1.02,1.02);
	-moz-transform: scale(1.02,1.02);
	-o-transform: scale(1.02,1.02);
	-ms-transform: scale(1.02,1.02);
	transform: scale(1.02,1.02);

	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	transition-timing-function: ease-out;

	-webkit-transition-duration: 250ms;
	-moz-transition-duration: 250ms;
	-o-transition-duration: 250ms;
	-ms-transition-duration: 250ms;
	transition-duration: 250ms;
	position: relative;
	z-index: 99;
}
#pricing h1 {
	color: #333333;
	text-align: center;
	font-family: 'Roboto', sans-serif;
}
#pricing h3 {
	color: #999999;
	font-weight: 300;
	font-size: 24px;
	text-align: center;
	padding: 0 0 0px 0px;
	margin-top: -10px;
}
#pricing h4 {
	color: #999999;
	font-weight: bold;
	font-size: 40px;
	text-align: center;
	width: 100%;
	padding: 25px 0 0px 0px;
	margin-top: 5px;
}
#pricing h5 {
	color: #999999;
	font-weight: 300;
	font-size: 28px;
	text-align: center;
	padding: 0 0 0px 0px;
}
#pricing h5 span{
	color: #0077b3;
}
#pricing a{
	color: #ffffff;
    font-size: 24px;
    padding: 6px 20px;
	border-radius: 30px;

}
#pricing h6{
	color: #999999;
    font-size: 14px;
    padding: 5px 5px;
	border-radius: 30px;
	border-bottom: 2px solid rgba(0,0,0,.1);
}
#pricing h7{
	color: #999999;
    font-size: 12px;
	width: 100%;
    padding: 5px 5px;
}

/* end pricing table */

/* start footer */
#footer .container-full{
	background: #2a3039;
	min-width: 50%;
	padding-bottom: 14px;
}
#footer .socile{
	margin-top: 22px;
}
#footer .socile ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer .socile ul li {
	float: left;

}
#footer .socile ul li a{
	display: block;
	width: 180px;
	height: 48px;
	margin: 0 12px;
	font-size: 28px;
	padding: 6px 7px;
	color: #000000;
	text-align: center;
	border: 2px solid #576272;
	border-radius: 30px;
	line-height: 32px;
	-webkit-transition: color .3s ease;
	-moz-transition: color .3s ease;
	-o-transition: color .3s ease;
	-ms-transition: color .3s ease;
	transition: color .3s ease;

}
#footer .socile ul li a:hover{
	color: #ffffff;
}
#footer .socile a{
	font-size: 26px;
	color: #dad9d9;
	margin-left: 22px;
	line-height: 48px;
	text-decoration: none;
	float: left;
}
#footer .float_right{
	float: right;
    margin-top: 32px
}
#footer p{
	font-size: 16px;
	font-weight: bold;
	margin-right: 8px;
	color: #555f6f;
}
#footer a{
	color: #dad9d9;
	text-decoration: none;
	position: relative;
}
#footer a:hover i{
	right: 0px;
	opacity: 1;
}
#footer p a i{
	margin-right: -19px;
    position: absolute;
    right: 28px;
    top: 3px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity: 0;
}
/* end footer */

/* start scrollup */
a#scrollUp {
  bottom: 0px;
  right: 30px;
  padding: 5px 10px;
  background: #FE980F;
  color: #FFF;
  -webkit-animation: bounce 2s ease infinite;
  animation: bounce 2s ease infinite;
}

a#scrollUp i{
  font-size: 30px;
}
/* end scrollup */