
/*************************
*******Typography******
**************************/
@font-face {
  font-family: 'liberatorregular';
  src: url('../fonts/liberator-webfont.woff2') format('woff2'),
       url('../fonts/liberator-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'arcusregular';
  src: url('../fonts/arcus-regular-webfont.woff2') format('woff2'),
       url('../fonts/arcus-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: 'arcusregular' ,'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #666;
  overflow-x: hidden;
  background: #245aa5 url(../images/bg.jpg) repeat-x left top fixed;
}

h2 {
  font-size: 30px;
  margin-bottom: 20px;
}

h3 {
  font-size: 18px;
}

/*Clear*/
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
.clearfix { zoom: 1; }
.clear{clear: both;}

.parallax {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.parallax,
.parallax h1,
.parallax h2,
.parallax h3,
.parallax h4,
.parallax h5,
.parallax h6 {
  color: #fff;
}

.parallax input[type="text"],
.parallax input[type="text"]:hover,
.parallax input[type="email"],
.parallax input[type="email"]:hover,
.parallax input[type="url"],
.parallax input[type="url"]:hover,
.parallax input[type="password"],
.parallax input[type="password"]:hover,
.parallax textarea,
.parallax textarea:hover {
  font-weight: 300;
  color: #000;
}

.bubble-toggle {
  top: 10px;
  right: 10px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.5);
  font-family: sans-serif;
  font-size: 13px;
  color: #333;
}
.bubble-toggle:hover {
  background: rgba(255, 255, 255, 0.75);
}

.bubbles {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.bubble-container {
  position: absolute;
  z-index: 100000;
  bottom: 0;
  will-change: transform;
  -webkit-animation: bubblerise 4s infinite ease-in;
  -moz-animation: bubblerise 4s infinite ease-in;
  -ms-animation: bubblerise 4s infinite ease-in;
  animation: bubblerise 4s infinite ease-in;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.bubble {
  width: 6px;
  height: 6px;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.14);
  will-change: transform;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 50%;
  -webkit-animation: bubblewobble 0.4s infinite linear;
  -moz-animation: bubblewobble 0.4s infinite linear;
  -ms-animation: bubblewobble 0.4s infinite linear;
  animation: bubblewobble 0.4s infinite linear;
}

@-webkit-keyframes bubblerise {
  0% {
    bottom: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  5% {
    bottom: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  99% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  100% {
    bottom: 100%;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}
@-moz-keyframes bubblerise {
  0% {
    bottom: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  5% {
    bottom: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  99% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  100% {
    bottom: 100%;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}
@-ms-keyframes bubblerise {
  0% {
    bottom: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  5% {
    bottom: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  99% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  100% {
    bottom: 100%;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}
@keyframes bubblerise {
  0% {
    bottom: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  5% {
    bottom: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  99% {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  100% {
    bottom: 100%;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}
@-webkit-keyframes bubblewobble {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 2px;
  }
}
@-moz-keyframes bubblewobble {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 2px;
  }
}
@-ms-keyframes bubblewobble {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 2px;
  }
}
@keyframes bubblewobble {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 2px;
  }
}

.btn {
  border: 0;
  border-radius: 0;
}

.btn.btn-primary:hover {
  background-color: #017fb5;
}

.navbar-nav li a:hover, 
.navbar-nav li a:focus {
  outline:none;
  outline-offset: 0;
  text-decoration:none;
  background-color: transparent;
}

.nav-none{ display: none; }

a {
  text-decoration: none;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

a:focus, 
a:hover {
  text-decoration: none;
  outline: none
}

section {
  padding: 80px 0;
}

.heading {
  padding-bottom: 30px;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  background: #fff;
}

.preloader > i {
  position: absolute;
  font-size: 36px;
  line-height: 36px;
  top: 50%;
  left: 50%;
  height: 36px;
  width: 36px;
  margin-top: -15px;
  margin-left: -15px;
  display: inline-block;
}

/*************************
********Home CSS**********
**************************/
.main-nav{ z-index: 9999; }
.width_col{ width: 60%; }
.control_img_s{ display: none; }
.tablets, .mobile, .mobile_info{
  display: none;
}
#home-slider {
  overflow: hidden;
  position: relative;
}

.caption .btn-start {
  width: 40%;
  display: block;
  line-height: 40px;
  float: left;
  color: #2d297e;
  font-weight: 600;
  padding: 2px 10px;
  border: 1px solid #f3ed13;
  border-radius: 4px;
  margin: 0 20px 0 0;
  background-color: #f3ed13;
  font-family: 'liberatorregular';
  font-size: 20px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.5);
}

.caption .btn-start span{
  margin-top: -6px;
  display: block;
}

.caption .btn-start:hover {
  color: #fff
}

.left_info {
  min-height: 204px;
  padding: 0 20px;
  text-align: left;
  background: #104e99 url(../images/bg_left.jpg) no-repeat left center;
  background-size: cover;
  font-size: 16px;
  color: #fff
}

.left_info h2 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 20px;
  text-shadow: 0 2px 0 rgba(0,0,0,0.5);
}

.left_info h2 p{
  text-shadow: 0 2px 0 rgba(0,0,0,0.5);
}

.countdown_info{
  min-height: 204px;
  padding: 8px 20px;
  font-family: 'liberatorregular';
  background: #0063a9 url(../images/bg_right.jpg) no-repeat right center;
  background-size: cover;
}

.countdown_info h1{
  margin-left: 42px;
  font-size: 42px;
  color: #f7ec08;
  text-shadow: 0 1px 2px rgba(0,0,0,0.6);
}

.countdown_info ul{
  margin-top: 15px;
  text-align: center;
  color: #fff
}

.countdown_info li{
  display: inline-block;
  float: left;
  font-size: 50px;
  line-height: 42px;
}

.countdown_info li span{
  display: block;
  font-size: 20px;
  font-family: 'arcusregular';
  line-height: 32px;
}

.carousel {
  height: calc(100vh - 204px);
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 2037px;
  position: relative;
}

.carousel-fade .carousel-inner .item p{
  width: 432px;
  z-index: 88888;
  position: absolute;
  bottom: 2%;
  right: 22%;
  color: #fff;
  font-size: 28px;
  line-height: 26px;
  text-align: center;
}

.carousel-fade .carousel-inner .item p span{
  margin-top: 10px;
  display: block;
  font-size: 12px;
}

.carousel-fade .carousel-inner .item p a{
  color: #f7ec08;
  font-size: 30px;
  display: block;
}

.carousel-fade .carousel-inner .item p a:hover{
  text-decoration: underline;
}

.carousel-fade .carousel-inner .item:after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.carousel-inner {
  height: 100%;
}

.carousel .carousel-inner .item {
  height: 100% !important;
}

.carousel .carousel-inner .video-bg {
  background-color: #000;
}

.embed-responsive video{
  z-index: 50;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

.left-control, .right-control {
  position: absolute;
  top: 50%;
  height: 51px;
  width: 51px;
  line-height: 48px;
  border-radius: 50%;
  border:1px solid #fff;
  z-index: 20;
  font-size: 24px;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.left-control {
  left: -51px
}

.right-control {
  right: -51px;
}

#home-slider:hover .left-control {
  left:30px
}

#home-slider:hover .right-control {
  right:30px
}

#home-slider .fa-angle-down {
  position: absolute;
  left: 50%;
  bottom: 20px;
  color: #fff;
  display: inline-block;
  width: 24px;
  margin-left: -8px;
  font-size: 24px;
  line-height: 24px;
  z-index: 999;
  -webkit-animation: bounce 3000ms infinite;
  animation: bounce 3000ms infinite;
}

.navbar-right li a {
  color: #f4ee14;
  font-size: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.navbar-right li.active a {
  background-color: rgba(255,255,255,.2);
}

.navbar-right .instagram {
  background: url(../images/menu_icon.png) no-repeat 0px 28px;
  text-indent: -99999px;
  font-size: 0;
}

.navbar-right .facebook {
  background: url(../images/menu_icon.png) no-repeat 3px -32px;
  text-indent: -99999px;
  font-size: 0;
}

.border_line{ 
  margin: 21px 13px 0 0 ;
  height: 38px;
  border-left: 2px solid #f4ee14; 
}

.navbar-brand h1 {
  margin-top: -7px;
  margin-bottom: 0;
}

/*************************
********Service CSS*******
**************************/
#services{
  padding-bottom: 36px;
}

#services .container{
  position: relative;
}

.service-icon {
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 36px;
  height: 90px;
  line-height: 90px;
  width: 90px;  
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.our-services .col-sm-4:hover .service-icon {
  background-color: #333;
}

.our-services .col-sm-4 {
  border-right:1px solid #f2f2f2;
  border-bottom:1px solid #f2f2f2;
  padding-bottom: 50px;
}

.our-services .col-sm-4:nth-child(4), 
.our-services .col-sm-4:nth-child(5), 
.our-services .col-sm-4:nth-child(6) {
  border-bottom:0;
  padding-top: 60px;
}

.our-services .col-sm-4:nth-child(3), 
.our-services .col-sm-4:nth-child(6) {
  border-right:0;
}

.service-info {
  color: #fff;
  letter-spacing: 0.5px;
  text-shadow: 0 1px 1px rgba(0,0,0,0.8);
}

.service-info p{
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 28px;
}

.service-info h3 {
  margin-bottom: 30px;
  font-size: 38px;
  font-family: 'liberatorregular';
  color: #fff;
}

.service-info .table{
  text-align: center;
  border-collapse: collapse;
  margin-bottom: 15px;
}

.pic_flower{
  position: absolute;
  right: -88px;
  bottom: -36px;
}

.service-info .table th{
  vertical-align: middle;
  text-align: center;
  font-size: 20px;  
  font-weight: normal;
  line-height: 22px;
}

.service-info .table span{
  background-color: #bb228a;
  padding: 13px 5px;
  font-size: 22px;
}

.service-info .table .fsize{
  padding-top: 20px;
  height: 100px;
  font-size: 30px;
  line-height: 30px;
}

.service-info .table td{
  font-size: 24px;
  line-height: 40px;
  vertical-align: middle;
  border-right: 5px solid #fff;
  border-bottom: 5px solid #fff;
}

.service-info .table td:last-child{
  border-right-width: 0;
}

.service-info span{
  display: block;
  font-size: 14px;
  line-height: 20px;
}

.service-info .table .font30{ font-size: 30px; }

.service-info .table .font22{ font-size: 22px; }


/*************************
********portfolio CSS*****
**************************/

#portfolio .container-fluid, 
#portfolio .col-sm-3  {
  overflow: hidden;
  padding: 0;
}

#portfolio .folio-item {
  position: relative;
}

#portfolio .overlay {
  background-color: #000;
  color: #fff; 
  left: 0;
  right:0;
  bottom:-100%;
  height: 0;
  position: absolute;
  text-align: center;
  opacity:0;  
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.overlay .overlay-content {
  display: table;
  height: 100%;
  width: 100%;
}

.overlay .overlay-text {
  display: table-cell;
  vertical-align: middle;
}

.overlay .folio-info {
  opacity: 0;
  margin-bottom: 75px;
  margin-top: -75px;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.overlay .folio-info h3 {
  margin-top: 0;
  color: #fff;
}

.folio-overview a {
  font-size: 18px;
  color: #333;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
  background-color: #fff;
  display: inline-block;
  margin-top: 20px;
  margin-right: 5px;
}

.folio-overview a:hover {
  color: #fff;
}

.folio-overview .folio-expand {
  margin-top: -500px;
  margin-left: -500px;
}

.folio-image, .folio-overview .folio-expand {
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

#portfolio .folio-item:hover .folio-image {
  -webkit-transform: scale(1.5) rotate(-15deg);
  transform: scale(1.5) rotate(-15deg);
}

.folio-image img {
  width: 100%;
}

#portfolio .folio-item:hover .overlay {
  opacity: 0.8;
  bottom: 0;
  height: 100%;
}

#portfolio .folio-item:hover .folio-overview .folio-expand {
  margin-top: 0;
  margin-left:0;
}

#portfolio .folio-item:hover .overlay .folio-info {
  opacity: 1;  
  margin-bottom:0;
  margin-top:0;
}


#single-portfolio {
  padding: 90px 0;
  background: #f5f5f5;
  position: relative;
}

#single-portfolio img {
  width: 100%;
  margin-bottom: 10px;
}

#single-portfolio .close-folio-item {
  position: absolute;
  top: 30px;
  font-size: 34px;
  width: 34px;
  height: 34px;
  left: 50%;
  color: #999;
  margin-left: -17px;
}

/*************************
*********Team CSS*********
**************************/
#team{
  background-color: #fff;
  padding-bottom: 0;
}

#team .container{
  position: relative;
}

#terms .flip{
  padding: 8px 15px;
  background-color: #467294;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}

#terms .flip:hover{
  background-color: #0E3655;
}

#terms .panel{
  display: none;
  padding: 8px 10px;
  background-color: #d3eef9;
  color: #000;
  font-size: 18px;
}

#terms .panel a{
  color: #0000ff;
}

#terms .panel p:last-child{
  margin-bottom: 0;
}

#terms .panel p:nth-child(4n+1){
  margin-bottom: 3px;
}

#terms .panel span{
  display: block;
  min-width: 80px;
  height: 26px;
  float: left;
}

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

.team-members h3 {
  font-size: 24px;
  color: #2f2e7e;
}

.team-members img{
  margin: 0 auto;
}

.member-image ul{
  margin-bottom: 0;
  padding-left: 0;
  display: inline-block;
}

.member-image li{
  list-style: none;
  float: left;
}

.social-icons {
  margin-top:30px;
  text-align: center;
}

.social-icons ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}

.social-icons ul li {
  float: left;
  margin-right: 8px;
}

.social-icons ul li:last-child {
  margin-right: 0;
}

.social-icons ul li a {
  color:#fff;
  background-color: #d9d9d9;
  height: 36px;
  width: 36px;
  line-height: 36px;
  display: block;
  font-size: 16px;
  opacity: 0.8;
}

.social-icons ul li a:hover {
  opacity: 1;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.team-member {
  text-align: center;
  color: #333;
  font-size: 14px;
}

.team-member:hover .social-icons ul li a.facebook {
  background-color: #3b5999;
}
.team-member:hover .social-icons ul li a.twitter {
  background-color: #2ac6f7;
}
.team-member:hover .social-icons ul li a.dribbble {
  background-color: #ff5b92;
}
.team-member:hover .social-icons ul li a.linkedin {
  background-color: #036dc0;
}
.team-member:hover .social-icons ul li a.rss {
  background-color: #ff6b00;
}

.member-info h3 {
  margin-top: 35px;
}

.member-info h4 {
  font-size: 14px;
  margin-bottom: 15px;
  color: #999;
}

/*************************
*****Pricing Table CSS****
**************************/
.pricing-table {
  text-align: center;
}

.single-table {
  padding: 30px 20px 20px;
  border:1px solid #f2f2f2;
}

.single-table h3 {
  margin-top: 0;
  padding: 0;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.price {
  font-size: 36px;
  line-height: 36px;
}

.price span {
  font-size: 14px;
  line-height: 14px;
}

.single-table ul {
  list-style: none;
  padding: 0;
  margin: 30px 0;
}

.single-table ul li {
  line-height: 30px;
}

.single-table.featured {  
  color: #fff;
}

.single-table.featured h3 { 
  color: #fff;
}

.single-table.featured .btn.btn-primary {
  background-color: #fff;
}

/*************************
**********Blog CSS********
**************************/
#blog{
  padding-bottom: 44px;
  color: #fff;
}

#blog .row{
  position: relative;
}

#blog h2{
  margin-top: 100px;
  margin-bottom: 15px;
  font-size: 38px;
  font-weight: 700;
  font-family: 'liberatorregular';
}

#blog p{
  font-size: 24px;
  line-height: 30px;
  margin: 0;
}

#blog .col-sm-6{
  text-align: center;
}

#blog .col-sm-6 p{
  margin-top: 10px;
  font-size: 22px;
}

#blog .table{
  margin-top: 25px;
  margin-bottom: 0;
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.5px;
  border-collapse: collapse;
  font-family: 'liberatorregular';
}

#blog .table th{
  vertical-align: middle;
  text-align: center;
  font-weight: normal;
}

#blog .table span{
  background-color: #bb228a;
  padding: 3px;
  font-size: 22px;
  line-height: 36px;
  display: block;
}

#blog .table td{
  line-height: 38px;
  border-bottom: 4px solid #fff;
}

#blog .table td:first-child{
  border-right: 4px solid #fff;
}

.border-R{
  border-right: 4px solid #fff;
}

.t_shirt{
  position: absolute;
  bottom: 238px;
  right: -36px;
}

.post-thumb {
  position: relative;
}

.post-icon {
  position: absolute;
  top:10px;
  right:10px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius:4px;
  text-align: center;
  color: #fff;
  font-size: 12px;
}

.post-meta {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
}

.post-meta span {
  margin-right: 16px;
}

#post-carousel .carousel-indicators {
  bottom: 3px;
  left: 90%;
}

.blog-left-control, .blog-right-control {
  position: absolute;
  top: 45%;
  width: 30px;
  text-align: center;
  color: rgba(255,255,255,.7);
  font-size: 36px;
}

.blog-left-control {
  left: 0;
}

.blog-right-control {
  right: 0;
}

.blog-left-control:hover, .blog-right-control:hover {
  color: #fff;
}

.entry-header h3 a {
  line-height: 30px;
}

.entry-header .date, 
.entry-header .cetagory {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 30px;
  text-transform: uppercase;
  position: relative;
}

.entry-header .date:after {
  content: "";
  position: absolute;
  left: 0;
  bottom:-22px;
  width: 20px;
  height: 3px;
}

.entry-content {
  font-size: 14px;
}

.load-more {
  display:block;
  margin-top: 40px;
}

.btn-loadmore {
  border: 1px solid #f2f2f2;
  color: #666666;
  font-size: 14px;
  font-weight: 600;
  padding: 15px 125px;
  text-transform: uppercase;
}

.btn-loadmore:hover {
  color:#fff;
}

/*************************
**********Contact CSS*****
**************************/

#contact {
  padding: 50px 0 0 0;
}

#googleMap{
  padding: 0;
}

#google-map-iframe {
  height: 430px;
}

#contact-us {
  min-height: 878px;
  background:url(../images/contactus_bg.png) no-repeat bottom center;
}

#contact-us p{
  margin-top: 18px;
  font-size: 18px;
  letter-spacing: 0.4px;
}

#contact-us .heading {
  padding-top: 95px;
}

.form-group label{
  margin-top: 13px;
  font-size: 24px;
  font-weight: normal;
}

.form-control {
  background-color: rgba(255,255,255,.5);
  border-color: #fff;
  height: 46px;
  border-radius: 0;
  font-size: 18px;
  box-shadow: none;
}

.form-control:focus {  
  border-color: #fff;
  background-color: #fff;
}
textarea.form-control {
  min-height: 160px;
  resize:none;
}

.contact-info {
  padding-left:70px;
  font-weight: 300;
}

ul.address {
  margin-top: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-info ul li {
  margin-bottom: 8px;
}

.contact-info ul li a {
  color: #fff;
}

.btn-submit {
  display: block;
  padding: 12px;
  width: 28%;
  float: right;
  color: #fff;
  border:0;
  font-size: 24px;
  text-align: center;
  margin-top: 5px;
  background-color: #2f2e7f;
  box-shadow: 0 2px 3px rgba(0,0,0,0.4);
}

.btn-submit:hover{
  color: #FFCB00;
  background-color: #1D1C66;
  box-shadow: none;
}

#footer {
  border-top: 6px solid #302f7f;
  padding: 10px 0 10px;
  text-align: center;
  color: #afafea;
}

#footer a {
  color: #afafea;
}

#footer a:hover {
  text-decoration: underline;
}

#mobile-bg #footer , #mobile-bg #footer a{
  color:#302f7f;
}

/*Presets*/

/*************************
**********Terms CSS*****
**************************/

#terms{
  padding-bottom: 15px;
  background: #ccf5f6 url(../images/bg-footer.jpg) repeat-x top center fixed;
  color: #002846;
}

#terms h2{
  margin-top: 30px;
  margin-bottom: 14px;
  font-size: 30px;
  font-family: 'liberatorregular';
}

#terms li{
  font-size: 16px;
}