@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500,400italic,700,900);


body{
    font-size: 16px;
    background: url("images/body-bg.jpg") no-repeat fixed center top;
    color: #242424;
    font-family: "Roboto",sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    color: #07124a;
    font-family: "Roboto",sans-serif;
}

p{
    font-size: 14px;
    margin:0px 0px 15px 0px;
    color: #242424;
}

ul{
	list-style:none;
    margin: 0;
    padding: 0;
}

a{
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    color: #98d2e7;
}

a img{
	border: 0px none;
}

img{
    max-width: 100%;
    height: auto;
}

a:hover, a:focus{
    text-decoration: none;
    outline: none;
    color: #333333;
}
label{
    font-weight: normal;
}
.cfix{
    clear: both;
}

/* Wordpress Align */
.alignleft {
	float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.alignright {
	float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}
.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display:block;
}

/* Bootstrap */
.container{
    max-width: 1076px;
}

.main-wrapper {
    background: url(images/wrapper.png) repeat-y scroll center top;
    padding: 0 43px;
}

.nav > li > a:hover, .nav > li > a:focus {
    background: none;
}
.no-padding{
    padding: 0px;
}
.no-margin{
    margin: 0px;
}
.left-pad-off{
    padding-left: 0px;
}
.right-pad-off{
    padding-right: 0px;
}

/* Main Styles */
.header_top{
    padding: 0 15px;
}

.logo img{
    margin: 8px 0 3px;
}

.logo h5{
    color: #07124a;
    font-family: 'Lato', sans-serif;
}

.header_right{
    float: right;
    margin-top: 15px;
    width: 280px;
}

.header_right h5{
    float: right;
}

.search-form,
.search_box {
    padding: 0;
    width: 200px;
    margin-top: 18px;
    float: right;
}


.search-field,
.search_box input[type="text"]{
    background: url("images/searchbox.png") repeat scroll 0 0;
    border: 0 none;
    float: left;
    font-size: 13px;
    margin: 0;
    padding: 3px 0 1px 14px;
    width: 160px;
    height: 23px;
    color: #242424;
}


.search-submit,
.search_box input{
    background: url("images/search2.png") no-repeat center center;
   
}
    
.search-submit,
.search_box input[type="submit"]{
    background: url("images/searchbox.png") no-repeat scroll right top;
    border: medium none;
    cursor: pointer;
    float: right;
    font-size: 0;
    height: 23px;
    width: 40px;
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;     
}

.search-submit,
.search_box input[type="submit"]:hover {
    background-position: 100% -26px;
}

.search-submit,
.search_box input[type="text"]:focus {
   background: transparent url("images/searchbox.png") no-repeat scroll 0 -26px;
}

.flag {
    float: right;
    clear: both;
    margin-top: 5px;
}


.flag ul li{
    display: inline-block;
    margin-left: 5px;
}

.header_bottom{
    z-index: 999 !important;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;  
}

ul.navbar-nav li{
    position: relative;
    float: left;
}

ul.navbar-nav li:last-child{
    
}

.nav > li > a{
    padding: 0px 20px 30px;
}

ul.navbar-nav li a{
    color: #07124a;
    display: block;
    font-size: 15px;
    font-weight: bold;
}

#menu-item-9.current-menu-item > a{
    color: #fff;
}

ul.navbar-nav li a,
ul.navbar-nav .current_page_item > a,
ul.navbar-nav .current_page_ancestor > a,
ul.navbar-nav .current-menu-item > a,
ul.navbar-nav .current-menu-ancestor > a{
    color: #07124a;
}

ul.navbar-nav li:hover > a,
ul.navbar-nav .current_page_item > a,
ul.navbar-nav .current_page_ancestor > a,
ul.navbar-nav .current-menu-item > a,
ul.navbar-nav .current-menu-ancestor > a{
    color: #C9EAFF;
}

/* Sub Menu */
ul.navbar-nav > li > ul.sub-menu{
    position: absolute;
    left: -1px;
    top: 30px;
    z-index: 111;
    min-width: 200px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;  
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
}

ul.navbar-nav li:hover ul.sub-menu{
    visibility: visible;
    opacity: 1;
     -webkit-transform: translateY(0px);
     -moz-transform: translateY(0px);
     -ms-transform: translateY(0px);
    transform: translateY(0px);
}

ul.navbar-nav li ul.sub-menu li{
    display: block;
    border-left: 0px none;
    border-right: 0px none;
    margin-bottom: 1px;
    background: rgba(68, 122, 166, 0.95);
    width: 100%;
}

ul.navbar-nav li ul.sub-menu li:last-child{
    margin-bottom: 1px;
}

ul.navbar-nav li ul.sub-menu li a{
    padding:8px 8px 8px 15px;
    display: block;
    text-transform: capitalize;
    font-size: 14px;
}

/* Sub of Sub menu */
.menu-item-has-children::before {
    background:  url("images/auto-arrows.png") no-repeat scroll 1px -99px !important;
    color: #fff;
    content: "";
    font-family: "FontAwesome";
    font-size: 20px;
    height: 20px;
    position: absolute;
    right: 9px;
    top: 4px;
    width: 10px;
    -webkit-transition: right .35s, top .35s;  
    -moz-transition: right .35s, top .35s;  
    -o-transition: right .35s, top .35s;  
    transition: right .35s, top .35s;  
}

.menu-item-has-children:hover::before {
  background:  url("images/auto-arrows.png") no-repeat scroll -9px -99px !important;
}

ul.navbar-nav > li > ul.sub-menu > li.menu-item-has-children > ul.sub-menu{
    left: -9999px;
    position: absolute;
    top: 0px;    
    background-color: #7A85AD;
    min-width: 180px;
}

ul.navbar-nav > li > ul.sub-menu > li.menu-item-has-children:hover > ul.sub-menu{
    left: 99.8%;  
}

ul.navbar-nav > li > ul.sub-menu > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu{
    left: -9999px;
    position: absolute;
    top: 0px;    
    background-color: #7A85AD;
    min-width: 150px;
}

ul.navbar-nav > li > ul.sub-menu > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children:hover > ul.sub-menu{
    left: 99.8%;
}

.scroll_logo img {
    visibility: hidden;
    width: 60px;
    opacity: 0;
}

.scroll_logo {
    float: left;
    padding-left: 15px;
}

.is-sticky{}

.is-sticky .header_bottom{
    background-color: rgba(255, 255, 255, 0.95);
}

.is-sticky ul.navbar-nav > li > a{
    padding: 10px;
    padding: 12px 20px 17px;
}

.is-sticky ul.navbar-nav > li.menu-item-has-children::before {
    right: 7px;
    top: 16px;
}

.is-sticky .scroll_logo img {
    visibility: visible;
    width: 98px;
    opacity: 1;
}

.nav-menu{
    position: relative;
}

.nav-menu:before{
    position: static;
    background-color: rgba(255, 255, 255, 0.95);
    height: 100%;
    width: 100%;
    top: 0;
    left: 100%;
    content: "";
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;  
}

.nav-menu:after{
    position: static;
    background-color: rgba(255, 255, 255, 0.95);
    height: 100%;
    width: 100%;
    top: 0;
    right: 100%;
    content: "";
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;  
}

.is-sticky .nav-menu:after,
.is-sticky .nav-menu:before{
    position: absolute;
}

.is-sticky ul.navbar-nav #menu-item-9.current_page_item > a,
.is-sticky ul.navbar-nav .current_page_item > a{
    color: #98D7DB;
}

.is-sticky ul.navbar-nav > li > ul.sub-menu {
    top: 48px;
}

/* Slider */
.slider_area{
    background: url(images/c1-frame.png) no-repeat scroll center top;
    padding: 23px;
    margin-bottom: 20px;
}

.carousel-indicators {
    bottom: 0px;
}

.carousel-indicators li{
    background-color: #001F58;
    border: 1px solid #001F58;
    height: 12px;
    width: 12px;
    margin: 1px;
}

.carousel-indicators li.active{
    background-color: #5D97C7;
    border: 1px solid #5D97C7;
    height: 12px;
    width: 12px;
    margin: 1px;
}

.slider_text {
    margin: 0 auto;
    max-width: 940px;
    width: 100%;    
}

.slider_content img {
    width: 100%;
}

.carousel-nav {
    background-color: rgba(0, 0, 0, 0.8);
    color: #5cb4e2;
    font-size: 20px;
    height: 34px;
    margin-top: -25px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 34px;
    line-height: 34px;
}

.carousel-nav.left {
    left: 8px;
}

.carousel-nav.right {
    right: 8px;
}

.carousel-nav:focus{ 
    color: #8DC230;
}

.carousel-nav:hover{
    color: #fff;
}

/* Slider Fade Effect */
.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}
.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-nav {
    z-index: 2;
}

/*mai post area*/

.home-single-post{
    padding-bottom: 20px;
}

.home-single-post h3{
    color: #07124a;
    font-weight: bold;
    font-size: 20px;
}

.single-post p{
    text-align: justify;
}

.post-img {
    margin: 8px 0px 15px 0px;
    padding: 8px; 
    background: #F6F6F6;
    overflow: hidden;
    text-align: center;
}

.post-img img{
    -webkit-transition: all .55s ease;
    -moz-transition: all .55s ease;
    -o-transition: all .55s ease;
    transition: all .55s ease
}

.post-border{
    background:url("images/underline.png") repeat-x scroll 0 0;
    height: 4px;
    clear: both;
    padding: 0 15px;
    width: 97%;
    left: 15px;
    margin-left: 15px;
    padding-bottom: 30px;
}

.post-img:hover img{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.7;
}

/* Footer */
.footer_area p{
    margin: 0;
    color: #797979;
}

.footer_area a:hover{
    color: #000;
}

.footer_widget iframe {
    margin-top: 10px;
}

/* Sidebar */
.sidebar-widget{
    margin-top: 20px;
    overflow: hidden;
}

.sidebar-widget h3{
    font-size: 18px;
}

.sidebar-widget ul li a{
    color: #555;
    font-size: 14px;
}

/* Footer Widget */
.footer_top, .footer_area {
    background: rgba(0, 0, 0, 0) url("images/footer-top.png") repeat scroll center top / cover ;
}

.footer_top{
    color: #fff;
    padding: 20px 15px 15px;
}

.footer_area {
    padding: 20px 15px;
}

.footer_widget p{
    font-size: 14px;
    line-height: 22px;
    color: #fff;
}

.footer_widget h3{
    border-bottom: 1px solid #576872;
    color: #fff;
    font-size: 18px;
    padding-bottom: 10px;
    font-family: "Roboto",sans-serif;
}

.footer_widget h4{
    margin: 15px 0 12px;
    color: #dfdfdf !important;
}

.footer_widget ul{}
.footer_widget ul li a{
    color: #fff;
    padding: 5px 0;
}

.footer_map{}
.footer_map #before_map,
.footer_map #gmap_canvas{
    width: 100% !important;
    height: 200px !important;
}

.back_to_top{
    text-align: right;
}

input[type="text"],
.wysija-paragraph input[type="text"] {
    border: 0 none;
    color: #102735;
    padding: 4px 7px;
    width: 100%;
}

.widget_wysija_cont {
    margin-top: 15px;
}

button, html input[type="button"],
input[type="reset"], input[type="submit"] {
    font-size: 14px;
    border: 0 none;
    padding: 5px 13px;
    background: #457BA7;
    color: #c9eaff;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;     
}

button:hover, html input[type="button"]:hover,
input[type="reset"]:hover, input[type="submit"]:hover {
    color: #030001;
}

/* 404 page */
.text_404{
    text-align: center;
}

.err_404{
    color: #777;
    font-size: 224px;
    font-weight: 700;
    line-height: 0.9;
    margin-bottom: 30px;
    opacity: 0.3;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);    
}

.text_404 h3{}


/* Home Page Post */
.main-post-area {
    padding: 20px 15px;
}

/* Page */
.page_section {
    padding: 0 15px 30px;
}

.page_content a{
    color: #fff;
}

.page_content a:hover{
    color: #07124a;
}

.page_content iframe {
    width: 100%;
}


/* Login Page */
.wppb-alert{
    text-align: center;
}

.login_content a{
    color: #fff;
}

.login_content a:hover{
    color: #030001;
}

#wppb-login-wrap{
    max-width: 400px;
    margin: 0 auto;
    width: 100%;
    background-color: #fff;
    padding: 20px;
}

.login_content #wppb-login-wrap .login-username label, 
.login_content #wppb-login-wrap .login-password label {
    width: 40%;
}

.login_content #wppb-login-wrap .login-username input, 
.login_content #wppb-login-wrap .login-password input {
    width: 60%;
}

#wppb-login-wrap p.login-remember {
    float: right;
    padding-bottom: 0;
    width: 60%;
}

#wppb-login-wrap p.login-remember label{
    margin: 5px 0 0;
}

#wppb-login-wrap p.login-submit{
    padding-bottom: 0;
}

.page-title {
    margin-bottom: 20px;
    font-size: 28px;
}

.new-user-reg {
    margin: 24px 0 0;
    text-align: center;
}


/* Register User */
#wppb-register-user{
    width: 80%;
    background-color: #fff;
    margin: 0 auto;
    padding: 14px 10px 20px;
}

#wppb-register-user ul{}

#wppb-register-user ul li{
    width: 50%;
    float: left;
    padding: 0 10px;
}

li.wppb-form-field label{
    width: 100%;
}

#wppb-register-user .wppb-form-field input{
    width: 100%;
    margin-bottom: 13px;
}

#wppb-register-user ul li.wppb-send-credentials-checkbox{
    width: 100%;
}

#wppb-register-user .wppb-form-field input[type="checkbox"]{
    width: auto;
}

#wppb-register-user p.form-submit{
    padding-left: 10px;
    margin-bottom: 0;
}


/* Contact Form */
.contact_address h4{
    margin-bottom: 10px;
}

.contact_form .wpcf7-text{
    margin-bottom: 10px;
}

.contact_form .wpcf7-textarea{
    height: 130px;
    resize: vertical;
    margin-bottom: 10px;
}

.contact_form .wpcf7-captchar {
    display: inline-block;
    height: 28px;
    margin-bottom: 10px;
    margin-left: 6px;
    width: 150px;
}

.contact_form .wpcf7-submit{
    font-weight: bold;
    padding: 5px 15px;
    margin-top: 15px;
    background-color: #98D7DB;
    color: #030001;
}

.contact_form .wpcf7-submit:focus,
.contact_form .wpcf7-submit:hover{
    background-color: #457BA7;
}

.contact_address {
    margin-top: 20px;
}


/* instrumentation area */
.section-pad {
    padding: 0 15px;
}

.page-title a {
    color: #07124a;
    font-size: 20px;
}

.post-image {
    background: url("images/post-img.png") no-repeat scroll 0 0;
    max-width: 550px;
    width: 100%;
    background-size: cover;
    padding: 16px 16px 9px;
    overflow: hidden;
    margin-bottom: 20px;
    text-align: center;
    -webkit-transition: all .55s ease;
    -moz-transition: all .55s ease;
    -o-transition: all .55s ease;
    transition: all .55s ease;
}

.post-image img{
    max-height: 150px;
    width: auto;
}

.post-image:hover img{
    opacity: 0.6;
}

.entry-summary {
    margin-bottom: 20px;
}

.entry-summary p {
    font-size: 16px;
    margin-bottom: 30px;
}

.back_to_top.post_btn {
    display: inline-block;
    float: right;
    margin-top: -55px;
}

.entry-summary a,
.back_to_top.post_btn a{
    color: #98d2e7;
    display: inline-block;
}

.entry-summary a:hover,
.back_to_top.post_btn a:hover{
    color: #333333;
}

.navigation.pagination {
    margin: 0 0 22px;
}

.nav-links span,
.nav-links a{
    background-color: #f6f6f6;
    border: 1px solid #8a8a8a;
    color: #8a8a8a;
    margin: 2px;
    padding: 6px 11px;
    display: inline-block;
}

.nav-links a:hover,
.nav-links span{
    border: 1px solid #030001;
    color: #030001;
}

.page-numbers.dots{
    border: 1px solid #8a8a8a;
}

/*single page*/
.single_page_pdf {
    margin: 15px 0;
}

.single_page_content p{
    font-size: 16px;
}

.right_widget_shopping h4 {
    margin-bottom: 12px;
}

.right_shopping_item {
    background: url("images/underline.png") repeat-x scroll top center;
    width: 100%;
    margin-bottom: 12px;
}

.right_shopping_item ul li{
    background: url("images/underline.png") repeat-x scroll bottom center;
    width: 100%;
    padding: 10px 0 10px 20px;
    font-size: 14px;
}

.right_shopping_item_down a{
    color: #98d2e7;
    display: inline-block;
    margin-right: 8px;
    font-size: 14px;
}

.right_shopping_item_down a:hover{
    color: #000;
}

.right_widget_shopping{
    margin-bottom: 12px;
}

.post_meta{
    padding: 20px 0;
    font-size: 14px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: 40px;
}

.post-categories{
    display: inline-block;
    margin-left: 8px;
}

.post-categories a{
    display: inline-block;
    color: #98d2e7;
}

.post-categories a:hover{
    color: #030001;
}

.post_time {
    margin-right: 8px;
}


/* Shop Page */
@media only screen and (min-width: 992px) {
    .break-4{
        clear: both;
    }
}

@media only screen and (max-width: 991px) {
    .break-3{
        clear: both;
    }
}

.single_shop_product{
    background-color: rgba(255, 255, 255, 0.2);
    margin-bottom: 20px;
    padding: 10px;
    text-align: center;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.single_shop_product h3 {
    display: table;
    font-size: 16px;
    height: 55px;
    margin: 10px 0 9px;
    text-align: center;
    width: 100%;
    font-weight: 400;
}

.single_shop_product h3 a {
    display: table-cell;
    vertical-align: middle;
}

.single_shop_product .amount{}

.shop_product_img img {
    max-height: 190px;
    width: auto;
}

.woocommerce-pagination{}

.woocommerce-pagination li{
    display: inline-block;
}

.woocommerce-pagination li a{
    background-color: #f6f6f6;
    border: 1px solid #8a8a8a;
    color: #8a8a8a;
    margin: 2px;
    padding: 6px 11px;
    display: inline-block;
}

.woocommerce-pagination li a.next {}

.woocommerce-pagination li a:hover{
    border: 1px solid #030001;
    color: #030001;
}

.woocommerce-pagination li .current{
    background-color: #f6f6f6;
    border: 1px solid #030001;
    color: #030001;
    margin: 2px;
    padding: 6px 11px;
    display: inline-block;
}

.page-title.prodicts_page_title{
    font-size: 22px;
}

p.add_to_cart_inline {
    margin-bottom: 6px;
}

p.add_to_cart_inline a.ajax_add_to_cart.button{
    background-color: rgba(255, 255, 255, 0.5);
    color: #00205b;
    font-size: 14px;
    padding: 6px 11px;
    margin-top: 12px;
}

p.add_to_cart_inline a.ajax_add_to_cart.button:hover{
    background-color: #457BA7;
    color: #fff;
}

@media only screen and (min-width: 768px) {

    .shop_item_row{
        margin-left: -10px;
        margin-right: -10px;
    }
    
    .shop_item_row .col-md-3.col-sm-6{
        padding-left: 10px;
        padding-right: 10px;
    }
    
}

p.woocommerce a.button.loading::after {
    right: 0.5em;
    top: 0.52em;
}

p.add_to_cart_inline a.ajax_add_to_cart.button.loading {
    padding-right: 26px;
}

/* Shop Page Sidebar */
.woocommerce-product-search .screen-reader-text{
    display: none;
}

.woocommerce-product-search #woocommerce-product-search-field {
    background: #fff;
    height: 30px;
    padding: 6px;
    width: 67%;
}

.woocommerce-product-search input[type="submit"]{
    width: 33%;
}

.single_shop_sidebar{
    margin-bottom: 30px;
}

.woocommerce.single_shop_sidebar ul.product_list_widget li img {
    float: left;
    margin-right: 10px;
    width: 60px;
}

.product_list_widget .product-title {
    font-size: 14px;
    color: #fff;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    font-weight: 400;
}

.product_list_widget .product-title:hover {
    color: #07124a;
}

.product_list_widget .amount {
    font-size: 13px;
}

.woocommerce.single_shop_sidebar ul.product_list_widget li {
    border-bottom: 1px solid #ccc;
    padding: 7px 0;
}

.single_shop_sidebar h3{
    padding-bottom: 10px;
    font-size: 18px;
    border-bottom: 1px solid #ccc;
}

.sidebar_link{}

.sidebar_link a{
    color: #98d2e7;
    font-size: 14px;
}

.sidebar_link a:hover{
    color: #07124a;
}

.woocommerce ul.cart_list li a, 
.woocommerce ul.product_list_widget li a {
    line-height: 18px;
}


/* Check out Page */
.cart_totals > h2 {
    font-size: 1.6em;
    margin-bottom: 12px;
}

.woocommerce-cart div.wc-proceed-to-checkout a.checkout-button {
    font-size: 1em;
    padding: 9px;
}

.cart-collaterals {
    margin-top: 32px;
}

/* Check out */
.woocommerce{}

.woocommerce form p.form-row input.input-text, 
.woocommerce form p.form-row textarea {
    border: 0 none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    line-height: normal;
    padding: 5px;
}

.woocommerce form p.form-row textarea {
    resize: vertical;
}

/* Single Product Page */
.the_woo_content .status-publish {
    margin-top: 12px;
}

.woocommerce div.product h1.product_title {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 10px;
}

.price .amount {
    color: #fff;
}

.product_meta > span {
    display: block;
    margin-bottom: 7px;
}

.related.products {
    clear: both;
    display: block;
}

.related.products h2{
    font-size: 24px;
    margin-bottom: 15px;
}

.wc-tab h2 {
    font-size: 25px;
    margin-bottom: 10px;
}


.related ul.products li {
    background-color: rgba(255, 255, 255, 0.2);
    margin-bottom: 20px !important;
    padding: 10px 10px 18px 10px !important;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    text-align: center;
}

.related ul.products li h3 {
    display: table;
    font-size: 16px;
    height: 55px;
    margin: 10px 0 9px;
    text-align: center;
    width: 100%;
    font-weight: 400;
}

.related ul.products li h3 a {
    display: table-cell;
    vertical-align: middle;
}

.related ul.products li .price{
    text-align: center;
}

.related ul.products li img {
    max-height: 190px;
    width: auto;
}

.related ul.products li a.ajax_add_to_cart.button {
    background-color: rgba(255, 255, 255, 0.5);
    color: #00205b;
    font-size: 14px;
    padding: 6px 10px;
}

.related ul.products li a.ajax_add_to_cart.button:hover{
    background-color: #457BA7;
    color: #fff;
}

.page_content .woocommerce-info a{
    color: #000;
}

.footer_widget input[type="text"],
.footer_widget input[type="email"]{
    color: #242424;
    padding: 5px 8px;
    width: 100%;
}

.footer_widget .mc4wp-form-fields {
    padding-top: 10px;
}

.footer_widget .mc4wp-form-fields p{
    margin-bottom: 10px;
}

/* Single Page */
.woocommerce .woocommerce-main-image img{
    padding: 10px;
    border: 1px solid #ccc;
}

body.woocommerce ul.products li.product .price, div.woocommerce ul.products li.product .price,
body.woocommerce div.product p.price, div.woocommerce div.product p.price, 
div.woocommerce div.product span.price,
body.woocommerce div.product span.price {
    color: #00205b;
}

div.woocommerce #respond input#submit, div.woocommerce a.button, div.woocommerce button.button, div.woocommerce input.button,
.woocommerce div #respond input#submit.alt, .woocommerce div a.button.alt, 
.woocommerce div button.button.alt, 
.woocommerce div input.button.alt {
    background-color: rgba(255, 255, 255, 0.5);
    color: #00205b;
    font-size: 14px;
    margin: 0 0 0 6px;
    padding: 8px 14px;
}

div.woocommerce #respond input#submit:hover, div.woocommerce a.button:hover, div.woocommerce button.button:hover, 
div.woocommerce input.button:hover, .woocommerce div #respond input#submit.alt:hover, 
.woocommerce div #respond input#submit.alt:focus, .woocommerce div a.button.alt:hover, 
.woocommerce div a.button.alt:focus, .woocommerce div button.button.alt:hover, 
.woocommerce div button.button.alt:focus, .woocommerce div input.button.alt:hover, 
.woocommerce div input.button.alt:focus {
    background-color: #457BA7;
    color: #fff;
}

.woocommerce .related.products ul.products li.product h3 {
    font-size: 14px;
}

.woocommerce .related.products ul.products li.product span.price {
    font-size: 13px;
    margin: 0;
}

/* Woocommerce tab */
.woocommerce div.product .woocommerce-tabs ul.tabs.wc-tabs::before,
.woocommerce div div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div div.product .woocommerce-tabs ul.tabs li::before {
    display: none;
}

.woocommerce div div.product .woocommerce-tabs ul.tabs li {
    background-color: transparent;
    border: 0px none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs.wc-tabs {
    padding: 0;
    background-color: #fafafa;
    margin: 0;
    font-size: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs.wc-tabs li a{
    padding: 7px 11px;
    font-weight: normal;
    color: #07124a;
    font-size: 14px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs.wc-tabs li.active {
    background-color: transparent;
    border: 0 none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs.wc-tabs li.active a{
    background-color: #AEC3D9
}

.woocommerce div.product .woocommerce-tabs div.panel.wc-tab{
    background-color: transparent;
    border-left: 2px solid #fafafa;
    border-right: 2px solid #fafafa;
    border-bottom: 2px solid #fafafa;
    border-top: 0px solid #ccc;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 15px;
}

/* Cart */
.woocommerce-cart .cart-collaterals div.cart_totals tr td, .woocommerce-cart div.cart-collaterals .cart_totals tr th,
.woocommerce table.shop_table tbody tr th, .woocommerce table.shop_table tfoot tr td, .woocommerce table.shop_table tfoot tr th,
.woocommerce table.shop_table tr td {
    border-top: 1px solid #ccc;
}

div.woocommerce table.shop_table{
    border: 1px solid #ccc;
}

div.wc-proceed-to-checkout .checkout-button.button.alt.wc-forward{
    padding: 12px 14px;
}

.woocommerce-cart .cart-collaterals .cart_totals table small.includes_tax {
    color: #ccc;
}

/* Check out */
h3#order_review_heading {
    margin: 13px 0 10px;
}
.extra-banner {
    text-align: center;
}
.extra-banner img {
    max-width: 400px;
}



