/*
Theme Name: International Express
Theme URI: http://uniquemediadesigns.com
Author: Unqiue Media Design (Damien Harris) 
Author URI: http://uniquemediadesigns.com
Description: Custom WordPress theme for Quick Ship
*/
/*	################################################################
2. SKELETON
################################################################# */
body {
	background: #fff;
	color: #2E3133;
	font-size: 16px;
	line-height: 24px;
	font-family: 'Raleway', sans-serif;
}
#tab-float{
	background: #fff;
	border-radius: 5px 0 0 5px;
	border: 1px solid #ccc; 
	border-width: 1px 0 1px 1px;
	position: fixed;
	right: 0;
	top: 10%;
	z-index: 1000;
	padding: 10px;
}
#tab-float a.btn{
	font-weight: bold;
	text-transform: uppercase;
}
.btn-red {
	background-color: #CC000A;
	border-color: #CC000A;
	color: #fff;
}
.btn-red:hover, .btn-red:focus, .btn-red:active, .btn-red.active {
	background-color: #b30009;
	border-color: #990007;
	color: #fff;
}
.btn-red.disabled:hover, 
.btn-red.disabled:focus, 
.btn-red.disabled:active, 
.btn-red.disabled.active, 
.btn-red[disabled]:hover, 
.btn-red[disabled]:focus, 
.btn-red[disabled]:active, 
.btn-red[disabled].active, 
fieldset[disabled] .btn-red:hover, 
fieldset[disabled] .btn-red:focus, 
fieldset[disabled] .btn-red:active, 
fieldset[disabled] .btn-red.active {
	background-color: #CC000A;
	border-color: #CC000A;
}
.btn.btn-blue {
    color: #ffffff;
    background-color: #222553;
    background-image: linear-gradient(to bottom, #222553, #222553);
    border-color: #222553;
}
.btn.btn-blue:hover {
    color: #ffffff;
    background-color: #E46C15;
    background-image: linear-gradient(to bottom, #E46C15, #E46C15);
    border-color: #E46C15;
}
img.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
	margin-top: 5px;
}
.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
}
img.alignleft {
	margin: 5px 20px 20px 0;
	float: left;
}
.alignleft {
	margin: 5px 10px 20px 0;
	float: left;
}
img.alignright {
	margin: 5px 0 20px 20px;
	float: right;
}
.alignright {
	margin: 5px 0 20px 20px;
	float: right;
}
.transparent {
	z-index: 1;
	display: block;
	padding: 100px 0;
	position: relative;
}
.white-wrapper {
	z-index: 1;
	display: block;
	padding: 100px 0;
	position: relative;
	background-color: #f7f7f7;
}
.dark-wrapper {
	display: block;
	padding: 100px 0;
	position: relative;
	background-color: #fff;
}
/*************************
*******Header******
**************************/
#header{
	background-size: cover;
	background-position: bottom;
	/*background-attachment: fixed;*/
}
#header .search {
	display: inline-block;
}
.navbar>.container .navbar-brand {
	margin-left: 0;
}
.top-bar {
	/*padding: 5px 0;*/
	/*background: rgba(34, 37, 83, 0.5);*/
	background: #E51F1F;
	border-bottom: 1px solid #222553;
	/*line-height: 28px;*/
}
.top-bar ul{ 
    margin: 10px 0;
    padding: 0;
}
.top-bar a {
	/*color: #474747;*/
	color: #fff;
	text-decoration: none;
}
.top-number{
	/*color: #474747;*/
	color: #fff;
}
.top-number p {
	margin: 0
}
.top-number ul li {
	display: inline;
	padding: 15px 10px;
	list-style: none;
	border-right: 1px solid #fff;
	font-size: 16px;
}
.top-number ul li:last-child {
	border-right: none;
}
.social {
	text-align: right;
}
.social-share {
	display: inline-block;
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.social-share li {
	display: inline-block;
}
ul.social-share li a {
	display: inline-block;
	color: #fff;
	background: #222553;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	border-radius: 2px;
}
ul.social-share li a:hover {
	background: #E46C15;
	color: #fff;
}
.search i {
	color: #fff;
}
.bottom-bar .logo{
	margin: 20px 0;
	/*height: 120px;*/
}
.bottom-bar .logo img{
	padding: 10px;
	background: #fff;
	height: 160px;
	width: auto;
	border-radius: 10px;
}
.bottom-bar .logo a span{
	display: block;
	font-weight: 700;
	font-size: 20px;
	color: #262954;
	margin-top: 10px;
}
.bottom-bar .logo a:hover{
	text-decoration: none;
}
.bottom-bar .tracking{
	line-height: 120px;
	text-align: right;
}
.bottom-bar .tracking a{
	color: #474747;
	font-size: 20px;
	font-weight: 600;
	text-decoration: none;
}
nav.navbar {
	/*background: #222654;*/
	background: #06A2E1;
	margin: 0;
	padding: 0;
	min-height: auto;
	border-radius: 0;
	border-top: 2px solid #E02221;
}
.navbar-nav {
	margin-top: 12px;
}
.navbar-nav>li {
	margin-left: 15px;
	padding-bottom: 28px;
}
.navbar-inverse .navbar-nav > li > a {
	display: inline-block;
	padding: 5px 5px;
	margin: 0;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}
.navbar-inverse .navbar-nav > li > a:hover {
	color: #E66A13;
}
.navbar-inverse {
	border: none;
}
.navbar-inverse .navbar-brand {
	font-size: 36px;
	line-height: 50px;
	color: #fff;
}
.navbar-inverse .navbar-nav > .active > a, 
.navbar-inverse .navbar-nav > .active > a:hover, 
.navbar-inverse .navbar-nav > .active > a:focus, 
.navbar-inverse .navbar-nav > .open > a, 
.navbar-inverse .navbar-nav > .open > a:hover, 
.navbar-inverse .navbar-nav > .open > a:focus {
	background: transparent;
	color: #E66A13;
}
.navbar-inverse .navbar-nav .dropdown-menu {
	background-color: rgba(0, 0, 0, .85);
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
	border: 0;
	padding: 0;
	margin-top: 0;
	border-top: 0;
	border-radius: 0 5px 5px 5px;
	left: 0;
	top: 36px;
	width: 180px;
}
.navbar-inverse .navbar-nav .dropdown-menu:before {
	position: absolute;
	top: 0;
}
.navbar-inverse .navbar-nav .dropdown-menu > li > a {
	padding: 8px 15px;
	color: #fff;
}
.navbar-inverse .navbar-nav .dropdown-menu > li:hover > a, 
.navbar-inverse .navbar-nav .dropdown-menu > li:focus > a, 
.navbar-inverse .navbar-nav .dropdown-menu > li.active > a {
	background-color: #c52d2f;
	color: #fff;
}
.navbar-inverse .navbar-nav .dropdown-menu > li:last-child > a {
	border-radius: 0 0 3px 3px;
}
.navbar-inverse .navbar-nav .dropdown-menu > li.divider {
	background-color: transparent;
}
.navbar-inverse .navbar-collapse, 
.navbar-inverse .navbar-form {
	border-top: 0;
	padding-bottom: 0;
}
.navbar-inverse .navbar-toggle{
    border-color: #202973;
}
.navbar-inverse .navbar-toggle:hover{
    background-color: #202973;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #202973;
}
.navbar-inverse .navbar-toggle:hover .icon-bar {
    background-color: #fff;
}
.tp-caption.rev-video h2{
    font-size: 3vw;
    font-weight: bold;
    
}
.tp-caption.rev-video hr{ border-width: 3px; } 
.tp-caption.rev-video2 p {
    font-size: 1vw;
}
.feature-img img {
	padding: 100px 0;
	margin: auto;
}
.features-widget {
	margin-bottom: 25px;
}
.features-widget h3 {
	color: #3C3B3B;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 20px;
}
.features-widget p {
	color: #3C3B3B;
	letter-spacing: 1px;
	font-weight: 400;
	font-size: 12px;
}
.borderright {
	padding: 0 25px;
	border-right: 1px solid #dddddd;
}
.borderleft {
	padding: 0 25px;
	border-left: 1px solid #dddddd;
}
.title hr {
	width: 40%;
	border-color: #ededed;
}
.title h2 {
	color: #222553;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 24px;
}
.transparent .title h2 {
	border: 1px dashed #111;
	display: inline-block;
	font-weight: 300;
	padding: 0 0 25px;
	text-transform: none;
}
.title p {
	letter-spacing: 1px;
	color: #999999;
}
.widget-wrapper {
	display: block;
	padding: 50px 0;
	position: relative;
	background-color: #FFF;
}
.widget {
	margin: 40px 0;
	color: #999999;
	padding: 0;
}
.widget h3 {
	margin: 20px 0;
	font-size: 16px;
	text-transform: uppercase;
	color: #3C3B3B;
	font-weight: 500;
}
.contact .uc_starter_icon_box .uc_starter_icon_box_inner .uc_member_pic {
    width: 50px;
    height: 50px;
    margin: 10px 30px;
}
.contact .uc_starter_icon_box .uc_starter_icon_box_inner {
    padding-bottom: 5px;
    border: 5px solid #F6F6F6;
    margin-bottom: 12px;
}
.vc_separator{
	margin-bottom: 0 !important;
}
.text-box-border{
	border: 5px solid #F6F6F6;
	padding-top: 15px;
}

.home .uc_mega_icon_box .uc_mega_icon_box_container span.bbb {
    width: 50px;
    line-height: 50px;
    height: 50px;
    font-size: 30px;
}
.home .uc_simple_icon_box .readmore {
	color: #fff;
	background-color: #222553;
	border-radius: 30px;
}
.home .uc_simple_icon_box .readmore:hover {
	background-color: #E66713;
}
.home .uc_simple_icon_box p {
    font-size: 14px;
    line-height: 25px;
    padding: 2px 0;
    color: #000;
}

/*	################################################################
	6. SKILL SECTION
	################################################################# */
.overlay {
	padding: 60px 0;
	background-color: rgba(150, 119, 25, 0.68);
}
.skill h3 {
	color: #ffffff;
	text-transform: uppercase;
	padding: 20px 0 10px;
	position: relative;
	display: block;
	font-size: 15px;
}
.skill p {
	color: #ffffff;
}
.skill {
	margin: 0 auto;
	display: block;
	position: relative;
	text-align: center;
}
.percent {
	top: 28%;
	color: #FFFFFF;
	display: block;
	font-size: 30px;
	left: 0;
	line-height: 20px;
	margin: 0 auto;
	position: absolute;
	right: 0;
	text-align: center;
	width: 170px;
	z-index: 10;
}
/*	################################################################
	8. PORTFOLIO SECTION
    ################################################################# */
.isotope-item {
	z-index: 2;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
.isotope,  .isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	transition-property: transform, opacity;
}
.isotope.no-transition,  .isotope.no-transition .isotope-item,  .isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
/*	################################################################
	14. FOOTER SECTION
	################################################################# */
.footer-wrapper {
	display: block;
	padding: 50px 0;
	position: relative;
	background-color: #E02221;
}
.footer-wrapper .widget-area {
	color: #fff;
    text-align: justify;
    font-size: 12px;
}
.footer-wrapper .widget-area a{
	color: #fff;
}
.footer-wrapper .widget-area a:hover, 
.footer-wrapper .widget-area a:focus {
	color: #ededed;
}
.footer-wrapper .widget-area h3 {
	position: relative;
	color: #fff;
    font-size: 18px;
    font-weight: 900;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 35px;
}
.footer-wrapper .widget-area h3:before {
	background: #E56D11;
    content: "";
    position: absolute;
    left: 0px;
    height: 3px;
    width: 40px;
    bottom: -15px;
}
.footer-wrapper .widget-area ul{
	margin: 0;
	padding: 0;
}
.footer-wrapper .widget-area ul li {
    display: block;
    margin: 0;
    padding: 10px 0 10px 0;
    width: 100%;
    border-bottom: 1px solid #99abb8;
}
.footer-wrapper .widget-area ul li a{
    text-transform: uppercase;
}
.footer-wrapper .footer-text{
	font-size: 12px;
	color: #ededed;
}
.footer-wrapper .footer-text a, 
.footer-wrapper .footer-text a:hover, 
.footer-wrapper .footer-text a:focus {
	color: #ededed;
}
/*	################################################################
	17. BLOG SECTION
	################################################################# */
#whiteheader {
	background-color: #fff !important;
}
#whiteheader .navbar-default .navbar-nav > li > a {
	color: #999;
	font-weight: 600;
	font-size: 12px;
}
.blog-main #intro {
	padding: 75px 0px 42px;
	background: #3C3B3B;
}
.main-content {
	position: relative;
	background: #FFF;
	padding: 60px 0 105px;
}
.recentpost-list {
	padding: 0;
}
.recentpost-list li {
	list-style: none;
	font-size: 16px;
	color: #999;
	margin-bottom: 45px;
	padding-left: 0;
	position: relative;
}
.recentpost-list li img {
	float: left;
}
.recentpost-list li h4 {
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 2px;
	margin-left: 80px;
	color: #999;
}
.recentpost-list li h4 a {
	color: #999;
}
.recentpost-list li h4 a:hover {
	color: #F7C221;
}
.recentpost-list li span {
	font-size: 12px;
	color: #aaaaaa;
	margin-left: 13px;
	font-style: italic;
}
.category-list {
	padding: 0;
}
.category-list li {
	list-style: none;
	font-size: 14px;
	color: #858585;
	margin-bottom: 15px;
	padding-left: 22px;
	position: relative;
	border-left: 1px solid #DDD;
	padding: 2px 0px 0px 20px;
}
.category-list li a {
	color: #999;
}
.category-list li a:hover {
	color: #F7C221;
	text-decoration: none !important;
}
.category-list li:hover {
	border-left: 1px solid #F7C221;
}
.tags-list {
	padding: 0;
}
.tags-list li {
	float: left;
	margin-right: 4px;
	margin-bottom: 7px;
	list-style: none;
}
.tags-list li a {
	background: #fff;
	border: 1px dashed #ddd;
	color: #858585;
	padding: 6px 13px;
	display: table;
	font-size: 14px;
}
.tags-list li a:hover {
	background: #F7C221;
	border: 1px dashed #F7C221;
	color: #fff;
}
.blog-ico {
	width: 70px;
	height: 90px;
	float: left;
}
.blog-ico i {
	width: 70px;
	height: 70px;
	color: #F7C221;
	font-size: 40px;
	line-height: 70px;
}
.blog-content img {
	padding-right: 15px;
	margin-right: 30px;
	display: block;
}
article p {
	font-size: 13px;
	color: #999;
	line-height: 23px;
	margin-top: 20px;
	font-weight: 500;
}
article {
	padding-bottom: 50px;
	margin-bottom: 40px;
}
.post-head {
	margin-top: 30px;
	display: block;
	width: 100%;
	margin-bottom: 5px;
}
article h4 {
	font-size: 22px;
	color: #3C3B3B;
	font-weight: 400;
}
article h4 a {
	color: #3C3B3B;
}
article h4 a:hover {
	color: #F7C221;
}
.post-date a {
	font-size: 12px;
	color: #999;
	font-weight: 500;
	display: block;
}
.post-meta a {
	font-size: 12px;
	color: #F7C221;
	font-weight: 500;
}
.blockquote {
	font-size: 13px;
	color: #3C3B3B;
	margin: 25px auto 25px;
	display: table;
	width: 100%;
	position: relative;
	width: 79%;
	left: 40.5px;
	font-weight: 500;
}
/*	################################################################
20. Mobile Responsive
################################################################# */
@media (max-width: 1024px) {
	.logo{
		text-align: center;
	}
}
@media (max-width: 1024px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav > li {
        float: none;
        padding-bottom: 5px;
    }
    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #ededed;
        display: block;
        width: 100%;
    }
    .collapse.in{
        display:block !important;
    }
    .top-bar .social, 
    .top-bar .top-number{ 
        text-align: center;
    }
    .top-bar .top-number li{
        display: block;
        border: none;
    }
    .top-bar form{
        display: none;
    }
    .navbar > .container .navbar-brand, 
    .navbar > .container-fluid .navbar-brand {
        margin: 10px 0 10px 0;
        line-height: normal;
        height: auto;
    }
    .navbar > .container-fluid .navbar-brand img{
        
    }
    #signUpButton {
        top: 85%;
        right: 0;
        left: 0;
        width: 50%;
        margin: 0 auto;
    }
    #signUpButton a{ width: 100%; }
    .tp-caption {
        white-space: normal;
        top: 10% !important;
    }
    .tp-caption.smlHeading {
        top: 55% !important;
    }
    .tp-caption.rev-video2 p {
        line-height: normal;
        font-size: 2.5vw;
    }
    .tparrows { display: none; }
    .service-box .text{
        margin: 5px;
        padding: 5px;
        height: auto;
    }
}	
/*	################################################################
21. CUSTOM CSS SECTION
################################################################# */