/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-bottom: 20px;
  padding-top: 67px;
  color: #5a5a5a;
  font-family:open sans, sans-serif;
}



/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: relative;
  z-index: 15;
}

#logo {
	background-image: url('/images/logo.png');
}

.navbar-signin {
  /*float: left;*/
  /*padding: 15px 15px;*/
  padding-right: 10px;
  font-size: 14px;
  padding-top: 2px;
  /*line-height: 20px;*/
  color: #fff;
}

.navbar-signin:hover,
.navbar-signin:focus {
  text-decoration: underline;
  color:#fff;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 60px;

  /* Negative margin to pull up carousel. 90px is roughly margins and height of navbar. */
 
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 500px;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
  min-height: 300px;
}

.carousel-caption {
	text-align: left;
}

.carousel-caption h1 {
	font-size: 56px;
   font-weight: bold;
}

.carousel .btn {
	height:60px;
	width:auto;
	font-size:25px;
	padding-top:10px;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Pad the edges of the mobile views a bit */
.marketing {
  padding-left: 15px;
  padding-right: 15px;
}

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  text-align: center;
  margin-bottom: 20px;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-left: 10px;
  margin-right: 10px;
}

/* PLANS AND PRICING
-------------------------------------------------- */

.plans {
	padding-top:50px;
	margin-bottom:30px;
}

.plans .span3 {
	margin-top:20px;
	width:23%;
	min-width:250px;
	height:440px;
	float:left;
}

.plans .well {
	height:440px;
	background-color: #F5F5F5;
   border: 1px solid #EAEAEA;
   box-shadow: 0 6px 12px rgba(0, 0, 0, 0.05) inset;
   border-radius:0px;
   padding:0px;
   font-size:13px;
}

.plans .well h3 {
	margin-bottom:20px;
	text-align: center;
	font-family: open sans, sans-serif;;
   font-size: 23px;
}

.plans .well .normal-pack-title {
	background-color: #444444;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05) inset;
    color: #FFFFFF;
    height: 93px;
    padding: 1px 19px 19px;
    width: 100%;
    font-family:open sans;
}

.plans .well .premium-pack-title {
	background-color: #2B85B2;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05) inset;
    color: #FFFFFF;
    height: 93px;
    padding: 1px 19px 19px;
    width: 100%;
}

.plans .well .premium-pack-title .text-warning {
	color:#fff;
}

.plans .well .normal-pack-title h2 {
	margin-top: 13px;
	font-family:open sans;
	    font-size:25px;
}

.plans .well .normal-pack-content {
	margin:19px;
}

.plans .well ul {
	height:80px;

}

.plans .label-success, .plans .label-info {
	background-color: #FFFFFF;
	color:#444;
}



.plans .well hr {
	border-color:#aeaeae;
}

.plans .secondspan hr {
	border-color:#fff;
}

.plans .secondspan {
	margin-left:30px;
	margin-right:30px;
}

.plans .secondspan .well {
	background-color: #3399CC;
   border-color: #2B85B2;
    color: #FFFFFF;
}

.plans .well .btn {
	width:100%;
	border-radius:5px;
}

.plans .secondspan .well .btn {
	background-color: #444444;
}

.plans .btn-success {
	border-color:#303030;
}

.plans .thirdspan {
	margin-right:30px;
}

.plans .firstspan .btn, .plans .thirdspan .btn, .plans .fourthspan .btn {
	background-color:#444444;
	color:#fff;
}

.plans .firstspan .btn:hover,
.btn:focus {
  text-decoration: none;
  background-color:#333;
}

.plans .thirdspan .btn:hover,
.btn:focus {
  text-decoration: none;
  background-color:#333;
}

.plans .fourthspan .btn:hover,
.btn:focus {
  text-decoration: none;
  background-color:#333;
}

.plans .secondspan .btn:hover,
.btn:focus {
  text-decoration: none;
  background-color:#333;
}

/*----------------------FAQS & Big plan Bellow Plans-------------------------- */

.bigpack {
	background-color:#F5F5F5;
	margin-top: 110px;
    padding: 30px;
    padding-top:25px;
    width: 100%;
    min-height:170px;
    height:auto;
    border: 1px solid #EAEAEA;
}

.bigpack .inner-bigpack {
	width:80%;
	float:left;
}

.bigpack .inner-bigpack-right {
	width:20%;
	float:right;
	text-align: center;
	padding-top:10px;
}

.bigpack .btn {
	background-color:#333;
	color:#fff;
	padding:20px;
	margin:20px;
	font-size:16px;
	margin-right:0px;
}

.bigpack .btn:hover,
.btn:focus {
  text-decoration: none;
  background-color:#111;
}

.bigpack p {
	font-size:16px;
}

/* RATERROO FAQS
------------------------- */
.faqs {
	clear:both;
	margin-top: 80px;
}

.faqs h4 {
	color:#444;
}

.faqs .left-faqs {
	float:left;
	width:50%;
}

.faqs .right-faqs {
	float:right;
	width:50%;
}

.faqs .span3 {
	margin-top:5px;
	width:100%;
	min-width:250px;
	float:left;
	padding-right:30px;
}

.row {
  margin-right: 0px;
  margin-left: 0px;
}

.faqs .below-faqs p {
	margin-top: 20px;
}

/* REGISTER - SIGNUP FORM/PAGE
------------------------- */
.register-form .form-horizontal {
	float:left;
}

.register-form .left-form-part {
	border-right:1px solid #eaeaea;
	margin-right: 57px;
    width: 45%;
}

.register-form .right-form-part {
	width:50%;
}

.register-form .form-horizontal .control-label {
	float: left;
    padding-top: 5px;
    text-align: right;
    width: 160px;
    font-weight: normal;
    	font-family: open sans, sans-serif;
}

.register-form .form-horizontal .control-group {
	margin-bottom: 20px;
}

.register-form h4 {
    font-size: 22px;
    margin-bottom: 30px;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	border-radius: 4px 4px 4px 4px;
    color: #555555;
    display: inline-block;
    font-size: 14px;
    height: 33px;
    line-height: 20px;
    margin-bottom: 0px;
    padding: 4px 6px;
    vertical-align: middle;
}

.register-form input, textarea, .uneditable-input {
    width: 206px;
}

.register-form .form-horizontal .controls {
    margin-left: 180px;
}

.register-form .controls > .radio:first-child, .controls > .checkbox:first-child {
    padding-top: 5px;
}
.register-form .radio, .checkbox {
    min-height: 20px;
    padding-left: 20px;
}
.register-form label {
    display: block;
    margin-bottom: 5px;
}

label, select, button, input[type="button"], input[type="reset"], input[type="submit"], input[type="radio"], input[type="checkbox"] {
	cursor: pointer;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
	width:30px;
	float: left;
   margin-left: -27px;
}

.register-form .form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
	margin-bottom: 15px;
    margin-top: 0;
}

/* Featurettes
------------------------- */

.featurette-divider {
  clear:both;
  margin: 50px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}

/* DIVIDERS HR
------------------------- */

hr.dividers {
	clear:both;
	 border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    position:relative;
    top:45px;
}

.pagefooter {
	clear:both;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media screen and (max-width: 450px) {
  .carousel .item {
  height: 300px;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: -80%;
  min-width: 1142px;
  height: 300px;
}

body {
  padding-top: 0px;
  padding-bottom:0px;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: static;
  right: 0;
  left: 0;
  border-width: 0 0 1px;
}

.carousel {
    margin-top: -20px;
}

.carousel .btn {
	height:40px;
	width:auto;
	font-size:18px;
	padding-top:6px;
}

.carousel-caption h1 {
	font-size: 42px;
   font-weight: bold;
}

.front-full-image {
	display:none;
}

.plans {
	padding-top:10px;
}

.plans .span3 {
	width:300px;
	height:420px;
	float:left;
	margin-bottom:20px;
}

.plans .well {
	height:420px;
}

.plans .secondspan {
	margin-left:0px;
	margin-right:0px;
}

.plans .thirdspan {
	margin-right:0px;
}

.bigpack .inner-bigpack {
	width:80%;
	float:none;
}

.bigpack .inner-bigpack-right {
	width:20%;
	float:none;
	padding-top:0px;
}

.bigpack .btn {
	margin-left:0px;
}

.faqs .span3 {
	width:100%;
}

.faqs .left-faqs {
	float:none;
	width:100%;
}

.faqs .right-faqs {
	float:none;
	width:100%;
}

}

@media (min-width: 451px) and (max-width: 767px) {
  .carousel .item {
  height: 300px;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: -50%;
  min-width: 1142px;
  height: auto;
}

body {
  padding-top: 0px;
  padding-bottom:0px;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: static;
  right: 0;
  left: 0;
  border-width: 0 0 1px;
}

.carousel {
    margin-top: -20px;
}

.carousel-caption h1 {
	font-size: 42px;
   font-weight: bold;
}

.front-full-image {
	display:none;
}

.plans {
	padding-top:10px;
}

.plans .span3 {
	max-width:650px;
	min-width:400px;
	width:auto;
	height:390px;
	float:left;
	margin-bottom:20px;
}

.plans .well {
	height:390px;
}

.plans .secondspan {
	margin-left:0px;
	margin-right:0px;
}

.plans .thirdspan {
	margin-right:0px;
}

.bigpack .inner-bigpack {
	width:80%;
	float:none;
}

.bigpack .inner-bigpack-right {
	width:20%;
	float:none;
	padding-top:0px;
}

.bigpack .btn {
	margin-left:0px;
}

.faqs .span3 {
	width:100%;
}

.faqs .left-faqs {
	float:none;
	width:100%;
}

.faqs .right-faqs {
	float:none;
	width:100%;
}

}


@media (min-width: 768px) and (max-width: 990px) {
	
	  .carousel .item {
  height: 400px;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: -20%;
  min-width: 1523px;
  height: 400px;
}

  /* Remove the edge padding needed for mobile */
  .marketing {
    padding-left: 0;
    padding-right: 0;
  }

  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
  
  .carousel-caption h1 {
	font-size: 50px;
   font-weight: bold;
}

.bigpack .inner-bigpack {
	width:80%;
	float:none;
}

.bigpack .inner-bigpack-right {
	width:20%;
	float:none;
}

.bigpack .btn {
	margin-left:0px;
}

}

@media (min-width: 991px) {
	  .carousel .item {
  height: 500px;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 1904px;
  height: 500px;
}

}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
  
}
