/*
Theme Name: Twenty Sixteen
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: twentysixteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */

/*######################################################  contact popup start ############################################*/
.modal-dialog {width:400px;}
.modal-dialog .form-inline .form-control {
  width: 100%;
  margin-bottom: 11px;
}
.modal-dialog input[type="text"], .modal-dialog input[type="email"], .modal-dialog input[type="tel"] {
  background-color: #fff;
  border: medium none;
  border-radius: 3px;
  font-family: "Lato",sans-serif;
  font-size: 14px;
  height: 34px;
  padding-left: 0px;
  width: 100%;
  border: 1px solid #ccc;
}

.modal-dialog textarea{
 height:133px !important;
}

.modal-dialog input[type="submit"]{
 background:#b30300;
color:#fff;
}



/*popup box*/
#popup-box.popup-show {
background: rgba(0,0,0,0.7);
display: table;
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 999
}
#popup-box.popup-show #popup-box-inner {
display: table-cell;
text-align: center;
vertical-align: middle;
position: relative
}
.popup-box-area {
opacity: 0;
max-width: 790px;
min-width: 790px;
padding: 80px 30px;
background: #fff;
margin: 0 auto;
display: inline-block;
-ms-transform: scale(0.9, 0.9);
-webkit-transform: scale(0.9, 0.9);
transform: scale(0.9, 0.9);
border-radius: 4px;
-moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
-ms-transition: all 0.3s;
transition: all 0.3s;
}
.popup-box-area h1 {
color: #000;
font-size: 36px;
font-weight: 600;
}
.close-popup {
cursor: pointer;
position: relative;
top: -50px;
}
.popup-content p {
margin: 10px 0 10px!important;
}
.popup-content strong {
font-weight: bold!important;
}
@media (max-width: 990px) {
.popup-box-area {
min-width: 10px
}
}
@media (min-width: 630px) and (max-width: 992px) {
.close-popup {
position: relative;
top: -50px;
}
}
.popup-box-area p .popup-box-area a, .popup-box-area ul {
color: #000;
}
.popup-box-area input[type="email"], .popup-box-area input[type="text"], .popup-box-area input[type="password"] {
border: 1px solid #999;
background: white;
color: #09202b;
padding: 13px 23px 13px;
display: inline-block;
}
.popup-box-area input[type="email"]:hover, .popup-box-area input[type="email"]:focus, .popup-box-area input[type="text"]:hover, .popup-box-area input[type="text"]:focus, .popup-box-area input[type="password"]:hover, .popup-box-area input[type="password"]:focus {
border: none
}
.popup-box-area input[type='submit'], .popup-box-area button {
border: none;
color: white;
padding: 15px 20px 15px;
text-transform: uppercase;
background: #e95700;
border-radius: 4px;
}
.popup-box-area input[type='submit']:hover, .popup-box-area button:hover {
background: #000;
color: #fff;
}
.popup-box-area.popup-show {
opacity: 1;
-ms-transform: scale(1, 1);
-webkit-transform: scale(1, 1);
transform: scale(1, 1)
}
@media (max-width: 810px) {
.popup-box-area {
margin: 5px
}
.popup-box-area .checkout-coupon {
padding: 20px 55px
}
}
@media (max-width: 630px) {
.popup-box-area input[type="email"], .popup-box-area input[type="text"], .popup-box-area input[type="password"] {
margin-bottom: 10px;
}
.no-thanks {
margin-bottom: 10px;
}
.close-popup {
position: relative;
top: 0px;
}
.popup-content form input, .popup-content form button, .next-step {
width: 100%;
max-width: 100% !important
}
form[name='form-step2'] {
max-width: 100%
}
.popup-box-area h1 {
font-size: 20px;
}
#checkout-popup-step1 button:after {
padding-left: 10px
}
.popup-box-area {
padding: 30px;
}
#popup-box-inner {
display: block !important;
position: fixed !important;
overflow: auto;
max-height: 100vh;
top: 50%;
transform: translate(0, -50%);
width: 100%
}
.popup-box-area {
overflow: auto
}
.popup-box-area .checkout-footer {
padding: 50px 25px 20px;
position: relative
}
.popup-box-area .checkout-footer .secure {
float: none;
display: block;
position: absolute;
top: 12px;
text-align: center;
width: 100%;
left: 0
}
.popup-box-area .checkout-footer .norton-seal {
width: 100px;
float: right
}
.popup-box-area .checkout-footer:after {
content: '';
display: table;
clear: both
}
}
/*######################################################  contact popup end ############################################*/









@font-face {
    font-family: 'Cambria';
    src:   
        url('fonts/Cambria.ttf') format('truetype');
       
    font-weight: normal; 
    font-style: normal;
}
@font-face {
    font-family: 'Cambria';
    src:   
        url('fonts/Cambria_Bold.ttf') format('truetype');
	/* Cambria_Bold.ttf; editted by arun */
       
    font-weight: bold;
    font-style: normal;
}


.faicon {
  color: #fff;
  font-size: 44px;
  margin-bottom: 14px;
}
.cp-logo img {
  height: 75px;
  margin-top: -41px;
}
.owl-dots {
  position: absolute;
  right: 23px;
  top: 323px;
}

.homepage-under-form .left-box {
  background: #3c5059;
  height: 274px;
  padding: 36px 15px;	
}
.homepage-under-form .left-box p {
  color: #fff;
  text-align: justify;
}


.transportation-service.homepage-under-form .left-box {
  height: 251px;
  padding: 68px 15px;	
}
.super-offer .left-box {
  background: #3c5059 none repeat scroll 0 0;
  height: 270px;
  padding: 36px 15px;	
}

.super-offer .left-box h4 {
  color: #fff;
  font-size: 33px;
  line-height: 38px;
}

.super-offer .left-box .cp-app-text {
  padding:0;
}
.super-offer .left-box .cp-app-text .cp-btn-style1{
  border-bottom: 5px solid #d89300;
  background:#f7ad00;
}
.super-offer .left-box .cp-app-text .cp-btn-style1:hover{
  border-bottom: 5px solid #777;
  background:#999;
}








.booking-inner-holder textarea {
  height: 169px;
}
.booking-inner-holder .wpcf7-submit {
  max-width: 100%;
  width: 100%;
}

.form-control {
  height: 42px;
}
.booking-inner-holder2 {
  margin: 0 10px 20px 0;
  min-width: 234px;
  width: 100%;
}

.cp_footer .logo {
  display: block;
  margin-bottom: 30px;
}
.cp_footer .navbar-nav {
  float: none;
  margin-top: 50px;
  display: block;
}
.cp_footer .navbar-nav > li {
  float: none;
  display:block;
}
.cp_footer .navbar-nav > li a {
  border-bottom: 1px solid #999;
  color: #fff;
  display: block;
  font-size: 18px;
  padding: 6px 0;
}


.contact-info > li {
  color: #fff;
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 24px;
}

.contact-info li i {
  float: left;
  font-size: 20px;
  padding-right: 8px;
  position: relative;
  padding-bottom: 8px;
  top: 4px;
}

.footer-bottom-section {
  background: #333 none repeat scroll 0 0;
  padding: 15px 0;
  text-align: center;
}

.footer-bottom-section p{
  color:#fff;
}



.more-link {
  display: none;
}

.cp-faq-section button {
  background: #d82a2b !important;
  color: #fff !important;
}

.footer-title {
  color: #fff;
  font-size: 25px;
}





.subscription-section {
  background: #eee none repeat scroll 0 0;
  padding-bottom: 40px;
  padding-top: 40px;
  
}


.subscription-section .container, .subscription-section .col-sm-6{
  padding:0;
}

.subscription-section h3 {
  color: #d82a2b;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 6px;
  text-align: left;
}


.subscribe-box input[type="email"] {
  background: #ddd none repeat scroll 0 0 !important;
  border: 1px solid #ccc !important;
  color: #000;
  font-size: 15px;
  font-weight: 300;
  height: 46px;
  left: 0;
  margin: 0 auto;
  padding: 3px 10px;
  transition: all 0.3s linear 0s;
  width: 76%;
  text-align:center;
}

#search-letter-btn {
  background: #d82a2b none repeat scroll 0 0;
  border: 0px solid;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  height: 47px;
  margin-left: -10px;
  padding: 0;
  text-transform: uppercase;
  width: 140px;
}

#search-letter-btn:hover {
  background: #e9aa17 none repeat scroll 0 0;
}




.cp-advertising-section {
  padding-bottom: 20px;
}

.cp-booking-section .cp-heading-style1 h2::before, .cp-booking-section .cp-heading-style1 h2::after{background:none;}
.transportation-service .cp-heading-style1 h2::before, .transportation-service .cp-heading-style1 h2::after{background:none;}







.logowith-sidebar {
  position: absolute;
  width: 284px;
}
.mainmenu-section {
  float:right;
}
.side-menu {
  /*background: rgba(23, 32, 37, 0.06) none repeat scroll 0 0 !important;*/
  height: 246px;
  margin-bottom: 0;
  margin-left: 17px;
  margin-top: 10px;
  width: 133%;
}

.side-menu li a {
  border-right: 0 solid #222;
  box-shadow: 0 0 0px #000000;
  clear: both;
  color: white;
  display: block;
  font: bold 19px/52px Cambria;
  height: 40px;
  letter-spacing: 1px;
  margin: 1px 0 0 auto;
  opacity: 0.8;
  text-align: left;
  text-decoration: none;
  text-shadow: 0 0 2px black;
  text-transform: uppercase;
padding: 0 0 0 68px;
}

.side-menu li a:hover {
    color: #d82b2b;
    background-color: transparent;
    background-image: none;
    border-bottom-width: 1px;
    border-bottom-color: black;
    opacity: 1;
}


.angle-down {
  border-left: 119px solid transparent;
  border-right: 119px solid transparent;
  border-top: 100px solid rgba(23, 32, 37, 0.28);
  height: 0;
  margin-left: 16px;
  width: 0;
display:none;
}


.breadcrumb-container {
  float: right;
  font-size: 13px;
  position: absolute;
  right: 109px;
  top: 37px;
}

.heading {
  color:#444;
}

.full-content .heading {
  color:#444;
  font-size: 60px;
  font-weight: 300;
  line-height: 45px;
  margin: 0px 0 10px;
  text-transform: uppercase;
}
.full-content .heading-span span {
  color:#f7ad00;
  font-size: 60px;
  font-weight: 900;
  text-shadow: 0 2px 2px #ccc;
  text-transform: uppercase;
}
.full-content h3, .full-content h4 {
  color: #555;
  margin: 20px 0 10px;
}
.full-content h3 {
 font-size:28px;
}
.full-content .cp-choose-list {
  float: none;
  margin: 24px 0;
  padding: 0;
  width: 100%;
}
.full-content .cp-choose-list li {
  font-weight: 500;
  line-height: 22px;
}

.full-content p {
  font-size: 18px;
  line-height: 24px;
  margin-bottom:15px;
}

.full-content blockquote {
  background: #eee none repeat scroll 0 0;
  border-left: 5px solid #db4438;
  font-size: 17.5px;
  margin: 0 0 20px;
  padding: 10px 20px;
  line-height:22px;
}



.contact-page-form input[type="email"], .contact-page-form input[type="tel"]{
  background-color: #fff;
  border: 1px solid #b9b9b9;
  color: #444;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  position: relative;
  width: 100%;
  z-index: 99;
}

.getaquotepopup .booking-inner-holder2 {
  float: left;
  margin-right: 11px !important;
  min-width: 47% !important;
  width: 47% !important;
}
.getaquotepopup .modal-dialog input[type="text"], .getaquotepopup .modal-dialog input[type="email"], .getaquotepopup .modal-dialog input[type="tel"] {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-family: "Lato",sans-serif;
  font-size: 14px;
  height: 34px;
  padding-left: 15px;
  width: 100%;
}
.modal-dialog .getaquotepopup input[type="submit"] {
  padding: 13px 0;
}
.modal-title {font-size:28px;}


.modal-header .close{font-family:arial;}


.innerpage {
  background: #fff none repeat scroll 0 0;
  padding: 34px 0 30px;
}


.singlepostpage .cp-top > h3, .categorypostpage .cp-top > h3  {
  margin-bottom: 14px;
}
.post-meta li {
  display: inline;
  font-size: 15px;
  padding-right: 17px;
}

.post-meta a {
  color: #999;
}


.singlepostpage .cp-blog-item, .categorypostpage .cp-blog-item {
  overflow: hidden;
}

.comments-title, .comment-reply-title {
  color: #444;
  font-size: 20px;
}

.comment-form-left {
  float: none !important;
  margin-right: 0 !important;
  min-width: auto !important;
  width: 100% !important;
}
.comment-form-comment > textarea, .comment-form-author > input, .comment-form-email > input {
  display: block;
  width: 100%;
}
.comment-form-comment > textarea {
  border: 1px solid #ccc;
  height: 150px;
  margin-bottom: 15px;
}
.comment-form-author > input, .comment-form-email > input {
  border: 1px solid #ccc;
  height: 43px;
}
.comment-form-author {
  float: left;
  width: 49%;
  margin-right: 8px;
  margin-bottom: 14px;
}
.comment-form-email {
  float: left;
  width: 50%;
  margin-bottom: 14px;
}
.comment-form-right .submit, .form-submit .submit{
  background: #f7ad00;
  border: medium none;
  color: #fff;
  padding: 10px 19px;
}
.comment-body {
  background: #eee none repeat scroll 0 0;
  margin-bottom: 10px;
  padding: 10px 13px;
}
.fn {
  color: #d82a2b;
  font-size: 17px;
  text-transform: uppercase;
}

.cp-blog-item .cp-text h4 {
  color: #444;
  font-size: 28px;
  margin-bottom: 12px;
  font-weight: 200;
}


.rpwwt-post-title {
  color: #d82a2b;
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  margin: 0 0 4px;
}
.rpwwt-post-author {
  line-height: 24px;
}

.datos-coche.table.table-bordered {
  margin-top: 8px;
}
.singlepostpage .cp-text > p {
  margin-bottom: 14px !important;
}

.easy-table.easy-table-default {
  margin-bottom: 14px;
  background: #eee;
}
.easy-table.easy-table-default td, .easy-table.easy-table-default th {
  border: 2px solid #ccc;
  padding: 14px 9px;
}





.su-tabs{background:#ccc !important;}
.wp-cpl-sc-wrap .col-md-4.text-center {
  margin-bottom:64px;
}
.pricetag {
  background: #d82a2b none repeat scroll 0 0;
  color: #fff;
  font-size: 17px;
  margin: 0;
  padding: 6px;
  position: absolute;
  top: 0;
}
.box-content a {
  background: #eee none repeat scroll 0 0;
  color: #444;
  display: block;
  font-size: 18px;
  font-weight: normal !important;
  margin: 0 !important;
  padding: 9px 0;
  height: 38px;
  overflow: hidden;
}


#readmoreavailability {
  background: #ccc none repeat scroll 0 0 !important;
  color: #fff;
  display: block;
  margin-top: 19px !important;
  text-transform: uppercase;
line-height: 1;
color:#000;
}
#readmoreavailability:hover {
  background: #e9aa17 none repeat scroll 0 0 !important;
}

.sidebar {
  padding-top: 40px;
}

.cp-top > h3 a {
	/* color: ;   editted by wdg*/
}


.extra-padding {
  padding: 0 20px;
}
.undercar {
  background: #eee none repeat scroll 0 0;
  padding: 7px 12px;
  text-align: center;
}
.searchpage h2{
font-size: 35px;
color: #d82a2b;
}

.cp-inner-banner-holder {bottom:123px;}


.html5gallery-elem-img-1 a div, .html5gallery-elem-img-2 a div, .html5gallery-elem-img-3 a div, .html5gallery-elem-img-4 a div, .html5gallery-elem-img-5 a div, .html5gallery-elem-img-6 a div, .html5gallery-elem-img-7 a div, .html5gallery-elem-img-8 a div, .html5gallery-elem-img-9 a div, .html5gallery-elem-img-10 a div, .html5gallery-elem-img-11 a div, .html5gallery-elem-img-12 a div, .html5gallery-elem-img-13 a div, .html5gallery-elem-img-14 a div, .html5gallery-elem-img-15 a div, .html5gallery-elem-img-16 a div, .html5gallery-elem-img-17 a div, .html5gallery-elem-img-18 a div, .html5gallery-elem-img-19 a div, .html5gallery-elem-img-20 a div, .html5gallery-elem-img-21 a div, .html5gallery-elem-img-22 a div, .html5gallery-elem-img-23 a div, .html5gallery-elem-img-24 a div, .html5gallery-elem-img-25 a div, .html5gallery-elem-img-26 a div, .html5gallery-elem-img-27 a div, .html5gallery-elem-img-28 a div, .html5gallery-elem-img-29 a div, .html5gallery-elem-img-30 a div, .html5gallery-elem-img-31 a div, .html5gallery-elem-img-32 a div, .html5gallery-elem-img-33 a div, .html5gallery-elem-img-34 a div, .html5gallery-elem-img-35 a div, .html5gallery-elem-img-36 a div, .html5gallery-elem-img-37 a div, .html5gallery-elem-img-38 a div, .html5gallery-elem-img-39 a div, .html5gallery-elem-img-40 a div, .html5gallery-elem-img-41 a div, .html5gallery-elem-img-42 a div, .html5gallery-elem-img-43 a div, .html5gallery-elem-img-44 a div, .html5gallery-elem-img-45 a div, .html5gallery-elem-img-46 a div, .html5gallery-elem-img-47 a div, .html5gallery-elem-img-48 a div, .html5gallery-elem-img-49 a div, .html5gallery-elem-img-50 a div {
  background: transparent none repeat scroll 0 0 !important;
  color: transparent !important;
  display: none !important;
  visibility: hidden !important;
}


.cp-choose-list li:hover {color:#444;}


.yachts-charterr .box-content {
    height: 370px;
}








@media screen and (min-width: 320px) and (max-width: 479px) {
	.cp-inner-banner-holder {
    bottom: 48px;
}
.subscribe-box input[type="email"] {
  background: #ddd none repeat scroll 0 0 !important;
  border: 1px solid #ccc !important;
  color: #000;
  font-size: 15px;
  font-weight: 300;
  height: 46px;
  left: 0;
  margin: 0 auto;
  padding: 3px 10px;
  transition: all 0.3s linear 0s;
  width: 100%;
  text-align:center;
}
	.subscription-section h3 {
    color: #d82a2b;
font-weight: bold;
margin-bottom: 13px !important;
margin-top: 6px;
text-align: center;
font-size: 19px;
}
	.cp-advertising-box .cp-text {
		overflow: inherit;
		float: left;
	}
	.wp-cpl-sc-wrap .col-md-4.text-center {
    margin-bottom: 100px;
}
	.homepage-under-form .left-box {
	  background: #3c5059;
	  padding:0;
	 height: auto;
	}
	#search-letter-btn {
    background: #d82a2b none repeat scroll 0 0;
    border: 0px solid;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    height: 47px;
    margin-left:0;
    padding: 0;
    text-transform: uppercase;
    width: 100%;
	margin-top: 5px;
}
.cp_footer .navbar-nav {
    float: none;
    margin-top: 50px;
    display: block;
    padding: 17px;
}
	.cp-topbar .tp-num {
    display: inline-block;
    float: right;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -1px;
    padding-left: 30px;
    color: #fff !important;
}
.cp-topbar .top-listed {
    margin-bottom: 10px;
    
}
	.rev_slider .tp-mask-wrap .tp-caption, .rev_slider .tp-mask-wrap :last-child, .wpb_text_column .rev_slider .tp-mask-wrap .tp-caption, .wpb_text_column .rev_slider .tp-mask-wrap :last-child {
    margin-bottom: 0;
    display: none;
}
.cp-topbar {
    width: 100%;
    padding-bottom: 19px;
    margin-bottom: 30px;
    line-height: 25px;
    
}
.side-menu li a {
  border-right: 0 solid #222;
  box-shadow: 0 0 0px #000000;
  clear: both;
  color: white;
  display: block;
  font: bold 13px/41px Cambria;
  height: 26px;
  letter-spacing: 1px;
  margin: 1px 0 0 auto;
  opacity: 0.8;
  text-align: left;
  text-decoration: none;
  text-shadow: 0 0 2px black;
  text-transform: uppercase;
padding: 0 0 0 68px;
}
		
	
	.cp-heading-style1 {
		float: none;
		width: 100%;
		text-align: center;
		position: relative;
	}
	.transportation-service.homepage-under-form .left-box {
   height: auto;
    padding: 0;
}
.cp-advertising-box .cp-text a {
    display: block;
    font-size: 19px;
    margin-top: 21px;
    color: #d82a2b;
    padding: 8px;
}
.cp-advertising-box .thumb {
    float: left;
  width: 100%;
    overflow: visible;
    margin: 0 20px 0 0;
    border: 3px solid #fff;
	margin-bottom: 10px;
	
}

.cp-advertising-box .cp-text p {
    color: #666;
    margin: 0;
    text-align: justify;
}

.super-offer .left-box h4 {
    color: #fff;
    font-size: 24px;
    line-height: 38px;
}
.qualified-p {
		font-size: 16px;
		padding:28px;
	}

.homepage-under-form .left-box p {
    color: #fff;
    text-align: justify;
    padding: 22px;
}
.outer_wrap-1047249250 {
    position: relative;
    margin-bottom: 25px;
    margin: 15px;
}
.footer-bottom-section {
    background: #333 none repeat scroll 0 0;
    padding: 15px 0;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}
.full-content p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
    text-align: justify;
}
.full-content .heading {
    color: #444;
    font-size: 50px;
    font-weight: 300;
    line-height: 45px;
    margin: 0px 0 10px;
    text-transform: uppercase;
}
.full-content .heading-span span {
    color: #f7ad00;
    font-size: 45px;
    font-weight: 900;
    text-shadow: 0 2px 2px #ccc;
    text-transform: uppercase;
}
.full-content .cp-choose-list li {
    font-weight: 500;
    line-height: 22px;
    text-align: justify;
}
.cp-contact-inner-holder > p {
    font-size: 21px;
    font-style: italic;
    line-height: 36px;
    margin: 0 0 20px;
}
.text-center {
    text-align: center;
    font-size: 30px;
}
}
@media screen and (min-width: 480px) and (max-width: 767px) {
	.navbar-nav {
    float: left;
    margin: 0;
    display: none;
}
.wp-cpl-sc-wrap .col-md-4.text-center {
    margin-bottom: 192px;
}
.cp-topbar {
    margin-bottom: 49px;
}
	.cp-advertising-box .cp-text {
		overflow: inherit;
		float: left;
	}
	.cp_footer .navbar-nav {
    float: none;
    margin-top: 50px;
    display: block;
    padding: 17px;
}
		
	}
	#search-letter-btn {
    background: #d82a2b none repeat scroll 0 0;
    border: 0px solid;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    height: 47px;
    margin-left:0;
    padding: 0;
    text-transform: uppercase;
	margin-top: 5px;
}
	.cp-heading-style1 {
		float: none;
		width: 100%;
		text-align: center;
		position: relative;
	}
	.transportation-service.homepage-under-form .left-box {
   height: auto;
    padding: 29px;
}
.cp-advertising-box .cp-text a {
    display: block;
    font-size: 19px;
    margin-top: 21px;
    color: #d82a2b;
    padding: 8px;
}
.cp-advertising-box .thumb {
    float: left;
    overflow: visible;
    margin: 0 20px 0 0;
    border: 3px solid #fff;
	margin-bottom: 10px;
	
}
.homepage-under-form .left-box {
    background: #3c5059;
   height: auto;
    padding: 0;
}
.qualified-p {
		font-size: 16px;
		padding:28px;
		line-height: 33px;
	}
	
.homepage-under-form .left-box p {
    color: #fff;
    text-align: justify;
    padding: 27px;
}
.outer_wrap-1047249250 {
    position: relative;
    margin-bottom: 25px;
    margin: 15px;
}
.footer-bottom-section {
    background: #333 none repeat scroll 0 0;
    padding: 15px 0;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}
.full-content p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
    text-align: justify;
}
.full-content .heading {
    color: #444;
    font-size: 50px;
    font-weight: 300;
    line-height: 45px;
    margin: 0px 0 10px;
    text-transform: uppercase;
}
.full-content .heading-span span {
    color: #f7ad00;
    font-size: 45px;
    font-weight: 900;
    text-shadow: 0 2px 2px #ccc;
    text-transform: uppercase;
}
.full-content .cp-choose-list li {
    font-weight: 500;
    line-height: 22px;
    text-align: justify;
}
.cp-contact-inner-holder > p {
    font-size: 20px;
    font-style: italic;
    line-height: 36px;
    margin: 0 0 20px;
}
.text-center {
    text-align: center;
	font-family: 'Exo 2', sans-serif;
font-size: 16px;
line-height: 22px;
margin: 0;
color: #444;
}
.text-center .hh{
   font-size: 30px;
}
.pd-tb80 {
    padding: 44px 0;
}



@media screen and (min-width: 768px) and (max-width: 991px) {
	.cp-advertising-box .cp-text {
		overflow: inherit;
	}
.cp-nav-holder .navbar-nav {
    padding: 0;
    margin: 0;
    display: none;
}
	#search-letter-btn {
    background: #d82a2b none repeat scroll 0 0;
    border: 0px solid;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    height: 47px;
    margin-left:0;
    padding: 0;
    text-transform: uppercase;
    width: 140px;
	margin-top: 5px;
}
.cp-heading-style1 h2, .cp-heading-style2 h2 {
    font-size: 35px;
    line-height: 32px;
    font-weight: 300;
    color: #000;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0 3px;
}
	.cp-advertising-box .cp-text {
		overflow: inherit;
	}
	
	
	.cp-heading-style1 {
		float: none;
		width: 100%;
		text-align: center;
		position: relative;
	}
	.transportation-service.homepage-under-form .left-box {
    height: auto;
    padding: 0;
}
.cp-advertising-box .cp-text a {
    display: block;
    font-size: 19px;
    margin-top: 21px;
    color: #d82a2b;
    padding: 8px;
}
.cp-advertising-box .thumb {
    float: left;
    width: 100%;
    overflow: visible;
    margin: 0 20px 0 0;
    border: 3px solid #fff;
	margin-bottom: 10px;
}
.homepage-under-form .left-box {
    background: #3c5059;
   height: auto;
    padding: 0;
}
.qualified-p {
		font-size: 16px;
		padding:28px;
		line-height: 19px;
	}
	
.homepage-under-form .left-box p {
    color: #fff;
    text-align: justify;
    padding: 22px;
}
.outer_wrap-1047249250 {
    position: relative;
    margin-bottom: 25px;
    margin: 15px;
}
.footer-bottom-section {
    background: #333 none repeat scroll 0 0;
    padding: 15px 0;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}
.full-content p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
    text-align: justify;
}
.full-content .heading {
    color: #444;
    font-size: 50px;
    font-weight: 300;
    line-height: 45px;
    margin: 0px 0 10px;
    text-transform: uppercase;
}
.full-content .heading-span span {
    color: #f7ad00;
    font-size: 45px;
    font-weight: 900;
    text-shadow: 0 2px 2px #ccc;
    text-transform: uppercase;
}
.full-content .cp-choose-list li {
    font-weight: 500;
    line-height: 22px;
    text-align: justify;
}
.cp-contact-inner-holder > p {
    font-size: 20px;
    font-style: italic;
    line-height: 36px;
    margin: 0 0 20px;
}
.text-center {
    text-align: center;
	font-family: 'Exo 2', sans-serif;
font-size: 16px;
line-height: 22px;
margin: 0;
color: #444;
}
.pd-tb80 {
    padding: 44px 0;
}
}