﻿body {
    height: 100%;
    text-rendering: optimizeLegibility;
	font-family: 'Open Sans', Sans-Serif;
	color: #747474;
 }

h1, h2, h3, h4, h5, h6 {
	font-family:  'Open Sans', Lucida Sans Unicode, Sans-Serif;
	margin-top: 0;
}

h1 {
	text-shadow: 1px 1px 1px rgba(0,0,0,.2);
}

h2 {
	font-weight: 300;
}

h3 {
	font-size: 26px;
	font-weight: 300;
	letter-spacing: -1px;
	line-height: 34px;
	color: #626c72;
}

h4 {
  letter-spacing: -1px;
  color: #31363a;
}

p {
	font-size: 15px;
	line-height: 28px;
	margin-bottom: 15px;
}

a {
	color: #2174A5;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

a:hover {
	color: #626c72;
	text-decoration: none;
}

button {
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

ul {
	list-style: none;
	padding-left: 0;
}

/* ==========================================================================
  Counter
============================================================================ */
.counter {
     float:left;
     padding:6px;
     border-radius:5px;
     background:#527F40;
}
.counter span {
     float:left;
     width:22px;
     height:30px;
     text-indent:-9999px;
     font-size:0.0001em;
     background-image:url(../img/counter-sprite.png);
}
.counter .digit-1 {
    background-position:0 -30px;

    animation-name: digitSpin1;
    animation-duration: 2s;
    animation-iteration-count: 1;
		
    -webkit-animation-name: digitSpin1;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: 1;

    -moz-animation-name: digitSpin1;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: 1;
}
@keyframes digitSpin1 {
    from { background-position:0 0; }
    to { background-position:0 -30px; }
}
@-webkit-keyframes digitSpin1 {
    from { background-position:0 0; }
    to { background-position:0 -30px; }
}
@-moz-keyframes digitSpin1 {
    from { background-position:0 0; }
    to { background-position:0 -30px; }
}

.counter .digit-2 {
    background-position:0 -60px;

    animation-name: digitSpin2;
    animation-duration: 2s;
    animation-iteration-count: 1;
		
    -webkit-animation-name: digitSpin2;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: 1;

    -moz-animation-name: digitSpin2;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: 1;
}
@keyframes digitSpin2 {
    from { background-position:0 0; }
    to { background-position:0 -60px; }
}
@-webkit-keyframes digitSpin2 {
    from { background-position:0 0; }
    to { background-position:0 -60px; }
}
@-moz-keyframes digitSpin2 {
    from { background-position:0 0; }
    to { background-position:0 -60px; }
}

.counter .digit-3 {
    background-position:0 -90px;

    animation-name: digitSpin3;
    animation-duration: 2s;
    animation-iteration-count: 1;
		
    -webkit-animation-name: digitSpin3;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: 1;

    -moz-animation-name: digitSpin3;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: 1;
}
@keyframes digitSpin3 {
    from { background-position:0 0; }
    to { background-position:0 -90px; }
}
@-webkit-keyframes digitSpin3 {
    from { background-position:0 0; }
    to { background-position:0 -90px; }
}
@-moz-keyframes digitSpin3 {
    from { background-position:0 0; }
    to { background-position:0 -90px; }
}

.counter .digit-4 {
    background-position:0 -120px;

    animation-name: digitSpin4;
    animation-duration: 2s;
    animation-iteration-count: 1;
		
    -webkit-animation-name: digitSpin4;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: 1;

    -moz-animation-name: digitSpin4;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: 1;
}
@keyframes digitSpin4 {
    from { background-position:0 0; }
    to { background-position:0 -120px; }
}
@-webkit-keyframes digitSpin4 {
    from { background-position:0 0; }
    to { background-position:0 -120px; }
}
@-moz-keyframes digitSpin4 {
    from { background-position:0 0; }
    to { background-position:0 -120px; }
}

.counter .digit-5 {
    background-position:0 -150px;

    animation-name: digitSpin5;
    animation-duration: 2s;
    animation-iteration-count: 1;
		
    -webkit-animation-name: digitSpin5;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: 1;

    -moz-animation-name: digitSpin5;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: 1;
}
@keyframes digitSpin5 {
    from { background-position:0 0; }
    to { background-position:0 -150px; }
}
@-webkit-keyframes digitSpin5 {
    from { background-position:0 0; }
    to { background-position:0 -150px; }
}
@-moz-keyframes digitSpin5 {
    from { background-position:0 0; }
    to { background-position:0 -150px; }
}

.counter .digit-6 {
    background-position:0 -180px;

    animation-name: digitSpin6;
    animation-duration: 2s;
    animation-iteration-count: 1;
		
    -webkit-animation-name: digitSpin6;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: 1;

    -moz-animation-name: digitSpin6;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: 1;
}
@keyframes digitSpin6 {
    from { background-position:0 0; }
    to { background-position:0 -180px; }
}
@-webkit-keyframes digitSpin6 {
    from { background-position:0 0; }
    to { background-position:0 -180px; }
}
@-moz-keyframes digitSpin6 {
    from { background-position:0 0; }
    to { background-position:0 -180px; }
}

.counter .digit-7 {
    background-position:0 -210px;

    animation-name: digitSpin7;
    animation-duration: 2s;
    animation-iteration-count: 1;
		
    -webkit-animation-name: digitSpin7;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: 1;

    -moz-animation-name: digitSpin7;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: 1;
}
@keyframes digitSpin7 {
    from { background-position:0 0; }
    to { background-position:0 -210px; }
}
@-webkit-keyframes digitSpin7 {
    from { background-position:0 0; }
    to { background-position:0 -210px; }
}
@-moz-keyframes digitSpin7 {
    from { background-position:0 0; }
    to { background-position:0 -210px; }
}

.counter .digit-8 {
    background-position:0 -240px;

    animation-name: digitSpin8;
    animation-duration: 2s;
    animation-iteration-count: 1;
		
    -webkit-animation-name: digitSpin8;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: 1;

    -moz-animation-name: digitSpin8;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: 1;
}
@keyframes digitSpin8 {
    from { background-position:0 0; }
    to { background-position:0 -240px; }
}
@-webkit-keyframes digitSpin8 {
    from { background-position:0 0; }
    to { background-position:0 -240px; }
}
@-moz-keyframes digitSpin8 {
    from { background-position:0 0; }
    to { background-position:0 -240px; }
}

.counter .digit-9 {
    background-position:0 -270px;

    animation-name: digitSpin9;
    animation-duration: 2s;
    animation-iteration-count: 1;
		
    -webkit-animation-name: digitSpin9;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: 1;

    -moz-animation-name: digitSpin9;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: 1;
}
@keyframes digitSpin9 {
    from { background-position:0 0; }
    to { background-position:0 -270px; }
}
@-webkit-keyframes digitSpin9 {
    from { background-position:0 0; }
    to { background-position:0 -270px; }
}
@-moz-keyframes digitSpin9 {
    from { background-position:0 0; }
    to { background-position:0 -270px; }
}

.counter .digit-0 {
    background-position:0 -300px;

    animation-name: digitSpin0;
    animation-duration: 2s;
    animation-iteration-count: 1;
		
    -webkit-animation-name: digitSpin0;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: 1;

    -moz-animation-name: digitSpin0;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: 1;
}
@keyframes digitSpin0 {
    from { background-position:0 0; }
    to { background-position:0 -300px; }
}
@-webkit-keyframes digitSpin0 {
    from { background-position:0 0; }
    to { background-position:0 -300px; }
}
@-moz-keyframes digitSpin0 {
    from { background-position:0 0; }
    to { background-position:0 -300px; }
}
/* ==========================================================================
  Resets
============================================================================ */

.dropdown-menu,
input[type=text],
.form-inline input,
.tab-nav,
.tab-nav > li > a,
.tab-nav > li:first-child a
.tab-nav > li:last-child a 
.accordion-group 
.accordion .accordion-inner img.thumbnail
.navbar
.nav-1
.navbar-toggle {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    }


/* ==========================================================================
  Index top squares
============================================================================ */
@import url(http://fonts.googleapis.com/css?family=Lato:400,900);  /* <-- Just for the demo, Yes I like pretty fonts... */

.square {
	float:left;
    position: relative;
    width: 30%;
    padding-bottom: 30%; /* = width for a 1:1 aspect ratio */
    margin:1.66%;
    background-color:#add5d8;
    overflow:hidden;
}

.content {
    position:absolute;
    height:100%; /* = 100% - 2*5% padding in my case with 90% it would be moved to the left, changed to 100% */
    width:100%; /* = 100% - 2*5% padding in my case with 90% it would be moved to the left, changed to 100% */
    padding: 5%;
}
.table{
    display:table;
    width:100%;
    height:100%;
}
.table-cell{
    display:table-cell;
    vertical-align:middle;
}

/*  For responsive images */

.content .rs{
    width:auto;
    height:auto;
    max-height:90%;
    max-width:100%;
}
/*  For responsive images as background */

.numbers{
    font-weight:900;
    font-size:100px;
}

#square-hover a:link{
	text-decoration: none;
}

#square-hover a:visited{
	text-decoration: none;
}

#square-hover a:hover{
	text-decoration: none;
}

#square-hover div:hover{
    background:white;
}
/* ==========================================================================
  Top Part
============================================================================ */

.top-part {
	background: url(../img/blur.png);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-top: 0;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8) inset;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8) inset;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.8) inset;
}
	
/* ==========================================================================
  Navigation
============================================================================ */

.navbar {
    background-color: rgba(0,0,0,0.8); /* navigation BG color */
    border-color: transparent;
	border-radius: 0;
	margin-bottom: 0;
}

.navbar-nav {
	padding: 20px 0;
}

.navbar-nav > li > a {
    color: #FFF;
    font-weight: 400;
}

.navbar-nav > .active > a,
.navbar-nav > .active > a:hover,
.navbar-nav > .active > a:focus {
    color: #8F97A5;
}
	
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    background-color: rgba(0,0,0,0.8);
    color: #FFF;
	border-radius: 5px;
}

.dropdown-menu {
    background-color: transparent;
    border: rgba(0,0,0,0.05) solid 1px;
    }

.dropdown-menu > li > a { color: #4f5b66 }

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background-color: #CCCED5;
    color: #465a73;
    text-decoration: none;
}
	
	
.navbar-brand img {
    display: block;
    float: left;
    padding: 10px 0;
}


	.text-logo {
		font-size: 28px;
		color: #FFF;
		text-transform: uppercase;
		font-weight: 300;
		margin-top: 15px
	}

	.text-logo span {
		font-weight: bold;
	}
	
	.navbar-inverse .navbar-brand {
		color: #FFF;
	}

.navbar-header { }

.navbar-toggle {
    position: relative;
    float: right;
    padding: 10px 10px;
    margin-top: 23px;
    margin-bottom: 8px;
    background-color: transparent;
    border: 1px solid rgba(38, 39, 48, 0);
    }

.navbar-toggle:hover,
.navbar-toggle:focus { background-color: transparent }

.dark-background {
    background-color: rgba(0,0,0,0.8);
}

/* ==========================================================================
  Main Slider
============================================================================ */
   
.carousel {

}

.carousel .item {

    }

.carousel .item img {
    max-height: 400px;
    }

.carousel .item h1 {
    font-size: 55px;
    font-weight: 400;
    line-height: 60px;
    }

.carousel .item p { }

.carousel .carousel-control { width: 7% }

.carousel-control.left,
.carousel-control.right {
    background-image: none;
    filter: none;
    }

.carousel .carousel-control i {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    }

.carousel-indicators {}

#header-slider {

}

#header-slider h1 {
	color: #FFF;
	margin-bottom: 20px;
}

#header-slider p {
	color: #A2A2A2;
	margin-bottom: 25px;
}

#header-slider h2 {
	color: #FFF;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom:1px solid rgba(0,0,0,0.2);
}

#header-slider .listings {
	list-style: none;
}

#header-slider .listings li {
	padding-left: 0;
	font-size: 15px;
	margin-bottom: 15px;
}

#header-slider .listings li i {
	color: #FFF;
	margin-right: 15px;
	font-size: 22px;
}

/* ==========================================================================
	Header Customizations
============================================================================ */

.header-text h1 {
	font-size: 55px;
	font-weight: 400;
	line-height: 60px;
	color: #FFF;
	margin-bottom: 20px;
}

.header-text h2 {
	color: #FFF;
}

.header-text li, .header-text p{
	color: #A2A2A2;
}
	
	.header-text li {
	margin-bottom: 15px;
	}
	
	.header-text li i {
		color: #FFF;
		margin-right: 15px;
		font-size:22px;
	}

.header-optin {
	background: rgba(0,0,0,0.3);
	border: 1px solid rgba(0,0,0,0.5);
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.header-optin-headline {
	background: rgba(0,0,0,0.7);
	color: #FFF;
	font-weight: 300;
	text-align:center;
	padding: 30px;
	font-size: 30px;
}
	.header-optin-headline span {
		font-weight: bold;
		text-transform: uppercase;
	}

.header-optin-text {
	padding:10px 30px;
}

.header-optin-content {
	padding: 0 30px;
}

.optin-input {
	background: rgba(0,0,0,0.5);
	padding:10px;
	border:1px solid rgba(0,0,0,0.8);
	width: 100%;
	color: #FFF;
}

.header-video {
	position: relative;
}

.header-video iframe {
	width: 100%;
	height: 410px;
	border: none;
}

/* ==========================================================================
	Classes
============================================================================ */
.section {
	padding: 60px 0;
	padding-top: 120px;
}

.section1 {
	padding: 0;
}

.divider-large {
	clear: both;
	padding: 20px 0;
}

input[type=text],
.form-inline input,
.form-control {
    border: 1px solid rgba(0,0,0.5);
    padding: 10px;
}

/* ==========================================================================
	Buttons
============================================================================ */
.btn-blue {
	margin-bottom: 40px;
	background: #1A9FF9;
	border-radius: 0;
	padding:15px 30px;
	font-size: 14px;
	text-transform: uppercase;
	border: 1px solid rgba(0,0,0,0.2);
	color: #FFF;
}

	.btn-blue:hover {
		background: #000;
		color: #FFF;
		-webkit-transition: all 500ms ease;
	}
	
/* ==========================================================================
  Main Sections
============================================================================ */
 #intro {
	background: #FFF;
}   

 #statistics {
	background: #1A9FF9;
}

 #video {
	background: #1A9FF9;
}

#itrepairusb {
	border-top: 1px solid #EEE;
}

#accessories {
	background: #D8F8F8;
	border-top: 1px solid #EEE;
}

#contactus {
	background: #F8F8F8;
	border-top: 1px solid #EEE;
}

#offers {
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
	background: #F8F8F8;
}

#features-listing {
	background: #FFF;
}

#reviews {
	background: #D8F8E8;
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
}

#usbmakeinstructions {
	background: #F9FAED;
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
}

#subscribe {
	background: url(../img/blur.png);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#footer {
	border-top:1px solid #EEE;
	padding: 40px 0;
}



/* ---------------------------------------------------------------------- */
/*	Features
/* ---------------------------------------------------------------------- */

.features {
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	transition: all .4s;
	margin-bottom: 10px;
}

.features i {
	clear:both;
	display:inline-block;
	-webkit-transition:color 0.5s ease-in; 
	-moz-transition:color 0.5s ease-in; 
	-o-transition:color 0.5s ease-in; 
	transition:color 0.5s ease-in;
	text-align:center;
	font-size:15px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	color:#bbb;
	margin-right:35px;
	float:left;
	background: #1A9FF9;
	color:#FFF;
}

.features h4 {
	font-weight: bold;
	padding-top: 10px;
}

.features p {
	margin-bottom: 0;
}


/* ==========================================================================
 Showcase
============================================================================ */
#showcase a {
	margin-bottom: 30px;
}

.grayscale {
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}

.grayscale:hover {
  -webkit-filter: grayscale(100%);
}

/* ==========================================================================
 contactus
============================================================================ */
# contactus a {
	margin-bottom: 30px;
}

.grayscale {
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}

.grayscale:hover {
  -webkit-filter: grayscale(100%);
}

/* ==========================================================================
	Video
============================================================================ */
#video p {
	color: #FFF;
}

.form-container {
}

.form-container form {
	margin: 20px auto;
	text-align: center;
	margin-bottom:10px;
}
	

/* ==========================================================================
   ITREPAIRUSB
============================================================================ */
#itrepairusb h2 {
	font-weight: 400;
	border-bottom: 1px solid #EEE;
	padding-bottom: 20px;
	margin-bottom: 20px;
	color: #7E7E7E;
}

.dark-bg {
	margin-top: 20px;
	font-size: 15px;
	line-height: 31px;
	padding:20px;
	background: rgba(0,0,0,0.2);
}


.highlights {
	list-style: none;
	padding-left: 0;
	padding-bottom: 5px;
}

	.highlights li {
		color: #FFF;
		padding-left: 0;
		font-size: 15px;
		margin-bottom: 15px;
	}

	.highlights i {
		margin-right: 15px;
		font-size: 22px;
		color: #333;
	}


/* ==========================================================================
   Video Container
============================================================================ */
.video-container {
	position:relative;
}

.video-container iframe{
	width:100%;
	height: 480px;
	border:none;
}

/* ==========================================================================
	Offers 
============================================================================ */
.price-column {
	background: #fff;
	margin-bottom: 40px;
	border-bottom: 2px solid #d4d4d4;
	-webkit-box-shadow: 0 0 7px rgba(0,0,0,0.1);
	box-shadow: 0 0 7px rgba(0,0,0,0.1);
	margin-top:20px;
}

.price-column h2 {
	color:#656363;
	font-size:20px;
	text-align:center;
	margin-bottom: 0;
	padding:30px 0;
	font-weight: 400;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}

.price-column h3 {
	color:#fff;
	text-align:center;
	font-size: 50px;
	background: #333;
	margin-bottom: 0;
	padding: 40px 0;
	font-weight: 400;
}

	.price-column h3 span {
		font-weight: 300;
		font-size: 30px;
	}

.price-column ul {
	padding:30px
}

	.price-column li {
		border-top:1px dashed #e2e2e2;
		text-align:center;
		padding:18px 0;
	}
	
	.price-column li:first-child {
		border-top: none;
	}

	.price-column li:last-child {
		border-bottom:1px dashed #e2e2e2
	}
	
.price-column.large h3 {
	background: #1A9FF9;
}

.btn-pricing {
	display: block;
	margin:0 auto;
	margin-bottom: 40px;
	background: #1A9FF9;
	border-radius: 0;
	padding:15px 30px;
	font-size: 14px;
	text-transform: uppercase;
		border: none;
}

	.btn-pricing i {
		font-size: 20px;
		font-weight: normal;
		padding-right: 15px;
		margin-right: 15px;
		border-right:1px solid rgba(0,0,0,0.2);
		color: rgba(0,0,0,0.5);
	}
	
	.btn-pricing:hover {
		background: #333;
		padding: 18px 30px;
		-webkit-transition: all 500ms ease;
	}
	
	.btn-pricing:hover i {
		color: #FFF;
	}


/* ---------------------------------------------------------------------- */
/*	Headlines
/* ---------------------------------------------------------------------- */
.headline {
	text-align: center;
	margin-bottom: 40px;
}

.headline h1 {
	color: #333;
	font-size: 39px;
	line-height: normal;
	letter-spacing: -1px;
	font-weight: bold;
}

.headline h2 {
	font-size: 20px;
	color:#22a0c9;
	line-height: normal;
	text-transform: none;
	font-weight:300;
}

.section-headline {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	margin-bottom: 15px;
}

.section-headline h1 {
	font-size: 40px;
	font-weight: 300;
	display:inline-block;
	margin-top: 0;
	color: #333940;
	letter-spacing: -1px;
}

.section-headline h2 {
	font-size: 17px;
	font-weight: 400;
	color: #919191;
}

.white-heading h1, .white-heading h2 {
	color: #FFF;
}

.white-text {
	color: #333;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom:1px solid rgba(0,0,0,0.1);
}
	

/* ---------------------------------------------------------------------- */
/*	Stats
/* ---------------------------------------------------------------------- */
.stats {
	color: #FFF;
}

.stats i {
	font-size: 50px;
	float: left;
	margin-right: 15px;
}


.stats h1 {
	float: left;
	font-size: 32px;
	text-shadow: none;
}

.stats h1 span {
	display: block;
	margin-left: 5px;
	margin-top: 5px;
	font-size: 15px;
	text-shadow: none;
}

.stats p {
	margin-bottom: 0;
}

	
/* ---------------------------------------------------------------------- */
/*	Reviews
/* ---------------------------------------------------------------------- */


.reviews-body {
	clear: both;
	margin: 10px auto;
	border-radius: 5px;
	background: #FFF;
	border:1px solid #EEE;
	text-align: center;
	width: 80%;
	padding:10px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.reviews-body h2 {
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 10px;
}

#reviews img {
	border: 5px solid #FFF;
	display:block;
	margin:0 auto;
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

#reviews-slider .carousel-control {
	color: #333;
	text-shadow: none;
}

#reviews-slider .carousel .item {
	max-height: auto;
}

.top-right {
	bottom: 0;
	right: 30px;
	margin: 0;
	width: auto;
	text-align: right;
	color: #333;
}

.top-right li {
	border:1px solid #333;
}

.top-right .active {
	background: #333;
}


/* ==========================================================================
   Extra Features
============================================================================ */
.extra-features {
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	transition: all .4s;
	margin-bottom: 60px;
}
   
.extra-features i {
	clear: both;
	display: inline-block;
	-webkit-transition: color 0.5s ease-in;
	-moz-transition: color 0.5s ease-in;
	-o-transition: color 0.5s ease-in;
	transition: color 0.5s ease-in;
	text-align: center;
	font-size: 35px;
	width: 80px;
	height: 80px;
	line-height: 80px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	color: #bbb;
	margin-right: 35px;
	float: left;
	background: #1A9FF9;
	color: #FFF;
}

.extra-features h4 {
	font-weight: bold;
}


/* ==========================================================================
Subscribe
============================================================================ */

.text-center {
	text-align: center;
}

.nomargin-bottom {
	margin-bottom: 0;
}

.form-container {
	padding:20px;
	background: rgba(0,0,0,0.3);
	border:1px solid rgba(0,0,0,0.5);
	display: inline-block;
	margin: 30px auto;
	min-width: 70%;
}

	.form-container p {
		color: #FFF;
	}

.input-large {
	width:70%;
	border: 1px solid rgba(0,0,0,0.6);
}

.btn-submit {
	background: #1A9FF9;
	border-radius: 0;
	font-size: 14px;
	text-transform: uppercase;
	padding: 12px 25px;
}

.form-container .privacy-text {
	font-size: 13px;
	color: #777575;
}

	/* ---------------------------------------------------------------------- */
	/*	Social bookmarks
	/* ---------------------------------------------------------------------- */

	 .social {
		list-style: none;
	}

		.social li {
			margin-right: 10px;
			font-size: 24px;
			display:inline-block;
		}
		
		.social li:last-child {
			margin-right: 0;
		}

	.social li i {
		box-shadow:inset 0px 0px 1px #333;
		height: 45px;
		width: 45px;
		line-height:45px;
		border-radius:3px;
		color:#fff;
		-webkit-transition:background 1s ease;
		-moz-transition:background 1s ease;
		-o-transition:background 1s ease;
		transition:background 1s ease;
		text-align:center;
		display: block;
	}

	.social i.facebook {
		background:#3c5b9b;
	}

	.social i.twitter {
		background:#2daae1;
	}

	.social i.google-plus {
		background:#f63e28;
	}

	i.pinterest {
		background:#cb2027;
	}

	.social i.linkedin {
		background:#0173b2;
	}

	.social i:hover {
		background:#000;
		-webkit-transition:background 1s ease;
		-moz-transition:background 1s ease;
		-o-transition:background 1s ease;
		transition:background 1s ease;
	}

	.social a,.social a:visited,.social a:hover {
		color:#fff;
		text-decoration:none;
	}


	
/* ==========================================================================
	Footer Links
============================================================================ */

.footer-links {
	list-style: none;
}

.footer-links li {
	display:inline-block;
	margin-right: 20px;
}

.footer-links li:last-child {
	margin-right: 0;
}

/* ==========================================================================
Scroll Up
============================================================================ */

 .back-to-top {
	position:fixed;
	bottom:10px;
	right:10px;
	display:none;
	z-index:100;
	padding:5px 10px;
	background:#333;
	color: #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
 
	 .back-to-top:hover {
		background: #1A9FF9;
		color:#FFF;
	}

/* ==========================================================================
	Responsive Fixes
============================================================================ */

@media handheld, only screen and (max-width: 767px) { 
    .row {
        padding-left: 15px;
        padding-right: 15px;
        }

    .navbar-brand img { margin: 0 15px }

    .navbar-collapse { background-color: transparent }

    .carousel { padding-top: 60px }

    .carousel .item h1 {
        font-size: 38px;
        line-height: 40px;
        }

    .carousel .item img {
        max-height: 380px;
        }

	.stats {
		display: inline-block;
		margin-bottom: 35px;
	}
}

@media handheld, only screen and (max-width: 500px) { 

	.navbar-collapse { background-color: transparent; }

	.carousel .item h1 {
		font-size: 24px;
		font-weight: 300;
	}
		
     .carousel-indicators {
		bottom: 0;
	}

    input[type=text],
    .form-inline input { margin: 5px auto }

	.section-headline h1 {
		font-size: 24px;
		line-height: 24px;
		margin-bottom: 15px;
	}
	
	.video-container {
		margin-bottom: 30px;
	}
	
	.stats {
		display: inline-block;
		margin-bottom: 35px;
	}
	
		.stats i {
			font-size: 44px;
		}
		
	.footer-links {
		float: none;
	}

}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	.nav > li > a {padding:10px 10px;}
	.navbar-inverse .navbar-nav > li > a {font-size: 13px;}
	.text-logo {font-size: 24px;}
}

@media only screen and (min-width:960px) and (max-width: 991px) {
	.nav > li > a {padding:10px 10px;}

}
	
@media screen and (-webkit-min-device-pixel-ratio:0) { 

}

@media handheld, only screen and (max-width: 2200px) { 

}

@media handheld, only screen and (max-width: 1240px) { 
    
}

@media handheld, only screen and (max-width: 1024px) { 

}

/**********************form**********************/
.map {width:240px; height:151px; margin:25px 0 0 0;}
.map iframe {width:240px; height:151px; border-radius:7px;}
dl {margin:22px 0px 0 0px; float:left;}
dl dt {}
dl dd span { display:block; width:67px; float:left;}
dl dd {}
dl dd a {}
#form { margin: 11px 0 0px 0px; width:560px; }
#form input {
	border-bottom:#fff 1px solid;
	border-top:#8b8c8d 1px solid;
	border-left:#cfd0d2 1px solid;
	border-right:#cfd0d2 1px solid;
	background:url(../images/form-bg.jpg) 0 0 repeat-x #e1e2e4 ; 
	border-radius:7px;
	font: 12px Arial, Helvetica, sans-serif;
	color:#575757; 
	padding:5px 10px 6px 10px;
    outline: medium none;
    width: 260px;
	height:15px;
	float:left;
}
#form textarea {
	border-bottom:#fff 1px solid;
	border-top:#8b8c8d 1px solid;
	border-left:#cfd0d2 1px solid;
	border-right:#cfd0d2 1px solid;
	background:url(../images/form-bg.jpg) 0 0 repeat-x #e1e2e4 ; 
	border-radius:7px;
	font: 12px Arial, Helvetica, sans-serif;
	color:#575757; 
    height: 200px;
    outline: medium none;
    overflow: auto;
    padding: 5px 0px 0px 10px;
    width: 480px;
	resize:none;
	margin:0px 0 0 0;
	float:left;
}
#form label {
	position:relative;
	overflow:hidden;
    display: block;
    min-height:33px;
}
#form input {
	position:relative;
	overflow:hidden;
    display: block;
    min-height:25px;
}
#form label strong {font-weight:normal; float:left; display:inline-block; width:68px; padding-top:2px;}
.btns {text-align:left; width:560px; padding-top:13px;}
.btns a {display:inline-block; margin:0 20px 0 10px;}
.captchaimg {text-align:center; }

