@charset "UTF-8";
/* Buckaroo CSS Document */
/* Common Styles */

/* ----- Debug Styles ----- */
/*
div { outline: 1px dashed rgba(255, 0, 128, .4); }
h1, h2, h3, h4, h5, h6 { outline: 1px dotted rgba(255, 204, 51, .2); }
p { outline: 1px dotted rgba(51, 0, 153, .2); }
ol, ul { outline: 1px dotted rgba(0, 153, 102, .2); }
ol > li, ul > li { outline: 1px dotted rgba(51, 255, 204, .2); }
li li { outline: 1px dotted rgba(204, 255, 255, .2); }
a { outline: 1px dashed rgba(51, 102, 51, .4); }
span { outline: 1px dotted rgba(102, 51, 0, .4); }
table { outline: 1px dotted rgba(102, 102, 102, .2); }
th, tr, td { outline: 1px dotted rgba(204, 204, 204, .2); }
header, nav, section, footer { outline: 1px dashed rgba(255, 100, 0, .4); }
/**/

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

@font-face {
    font-family: 'futura-condensed';
    src: url('../fonts/Futura-Condensed.woff');
}

.mgn-top {
    margin-top: 50px;
}
a:hover,
a:focus {
    color: #666;
    text-decoration: none;
}
.gm-style div div div:child(3) {
    display: none!important;
}
.clearfix {
    clear: both;
}
.h-align-left {
    text-align: left;
}
.h-align-center {
    text-align: center;
}
.h-align-right {
    text-align: right;
}
.v-align-center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
/* margin bottom zero */

.mgn-btm-z {
    margin-bottom: 0!important;
}
.v-centered-parent {
    position: relative;
}
.v-centered-parent .v-centered {
    position: relative;
    top: 28%;
    transform: translateY(0);
}
.padding-top {
    padding-top: 50px;
}
.no-padding {
    padding: 0px!important;
}
.top-btm-padding {
    padding-top: 100px!important;
    padding-bottom: 100px!important;
}
/* The element to be centered, can also be of any width and height */

.v-centered {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.img-responsive {
    width: 100%;
    height: auto;
}
.modal-content img {
    max-width: 1000px;
}
.slide-stock img,
.slide-1 img,
.slide-contact img,
.slide-warranty img {
    /*height: 700px; */
}
.img-border {
    border: 1px solid #ccc;
}
.club-logo img {
    width: 38%;
}
body {
    margin: 0px;
    font-family: "Arial", sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: #666;
    overflow-x: hidden;
    padding: 0px!important;
}
h1,
.home-title {
    font-size: 27px;
    font-weight: 900;
    color: #666666;
    font-family: "Arial Bold", sans-serif;
    text-transform: uppercase;
}
.home-title {
    padding-top: 20px;
    text-align: center;
}
h2 {
    font-size: 24px;
    font-family: "Arial", sans-serif;
    color: #666;
    line-height: 22px;
    font-weight: 700;
}
label {
    font-weight: 400!important;
}
.button-type-1,
.button-type-1:active,
.button-type-1:focus,
.button-type-1:visited {
    display: block;
    font-size: 30px;
    color: #ef5023;
    font-family: 'futura-condensed';
    text-decoration: none;
}
.button-type-1:hover {
    color: #FFF;
    text-decoration: none;
}
.button-type-2,
.button-type-2:active,
.button-type-2:focus,
.button-type-2:visited {
    background-color: #ef5023;
    text-align: center;
    font-family: 'futura-condensed';
    font-size: 24px;
    text-transform: uppercase;
    display: inline-block;
    color: #FFF;
    border: 4px solid rgba(248, 191, 163, 0.36);
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 20px 57px;
    text-decoration: none;
}
.button-type-2:hover {
    background-color: #ef5023;
    text-decoration: none;
    color: #fff
}
.button-type-3,
.button-type-3:hover,
.button-type-3:active,
.button-type-3:focus,
.button-type-3:visited {
    background-color: #a7712a;
    width: 210px;
    text-align: center;
    font-family: 'futura-condensed';
    font-size: 24px;
    text-transform: uppercase;
    display: inline-block;
    color: #FFF;
    border: 4px solid rgba(199, 150, 74, 0.36);
    padding: 15px;
    text-decoration: none;
}
#enquiry-btn {
    margin-top: 5px;
}
/* font awesome icons for slider */

.fa-angle-right,
.fa-angle-left {
    font-size: 57px!important;
    top: 35%;
    position: absolute;
    color: #ccc!important;
    left: 20%;
    right: 20%;
}
/* Header Styles */

.header {
/*    background: url(../images/header-background.jpg);
    background-repeat: repeat-y;
    background-position: center top;*/
    background: #ef5023;
}

.header .logo {
    padding: 0;
}
.header .logo-buckaroo {
    width: 160px;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: 10px;
}
.header .navbar-buckaroo {
    font-family: 'futura-condensed', Fallback, sans-serif;
    background-color: transparent;
    border: none;
    padding-top: 40px;
}
/*.header .navbar-collapse {
    padding: 0px;
}*/
.header .navbar-buckaroo li a {
    font-size: 19px;
    color: #FFF!important;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    text-transform: uppercase;
    font-weight: 400;
}
.header .navbar-buckaroo li.nav-home,
.header .navbar-buckaroo li.nav-club {
    display: none;
}
.header .navbar-buckaroo li a:hover,
.header .navbar-buckaroo li a:active,
.header .navbar-buckaroo li a:focus {
    background-color: transparent;
    color: #000;
}
.header .navbar-buckaroo li:hover ul li a {
    color: #ef5023!important;
    font-size: 16px;
    padding-bottom: 0px!important;
}
.header .navbar-buckaroo li.nav-products:hover ul {
    display: block;
    background: rgba(0, 0, 0, 0.8);
}
.header .navbar-buckaroo li ul.dropdown-menu {
    background: rgba(0, 0, 0, 0.6)
}
.header .navbar-buckaroo li ul.dropdown-menu li a:hover {
    color: #fff!important;
    font-size: 18px;
}
.header .navbar-buckaroo li:hover ul.dropdown-menu {
    display: block!important;
}
.header .locations {
    padding-top: 53px;
    padding-left: 70px;
}
.header .locations a {
    width: 250px;
    padding-left: 0;
    text-transform: uppercase;
}
/*Breadcrumb Styles*/

.breadcrumb-bg {
    margin-bottom: 0;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    width: 100%;
    border-radius: 0;
    z-index: 99;
    padding: 5px 0;
}
.breadcrumb {
    background: none;
    position: absolute;
    z-index: 99;
}
.breadcrumb>li,
.breadcrumb>li a {
    color: #ccc!important;
}
/* Text align left Styles*/

.txt-align-left {
    text-align: left;
}
.txt-align-left p {
    margin-top: 20px;
}
.button-type-2 {
    /*	width: auto!important; */
}
/* Slider Styles */

.slider img {
    width: 100%;
}
#homevideo img {
    border: 1px solid rgb(162, 129, 86);
}
.slide-home {
    background: url(../images/slide-1.jpg) no-repeat left bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 665px;
}
.slide-home .container.v-align-center {
    position: relative;
    top: 28%;
    left: auto!important;
    transform: translateX(0);
    /*display:none;*/
}
#carousel-example-captions .item {
    background-color: #fff;
}
a.carousel-control {
    background: none!important;
}
.product-list-subtitle {
    padding: 0 0 10px 0;
}
.slide-home video {
	display: block;
	max-width:none;
	position:absolute;
	top: 50%; left: 50%;
	z-index: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background:url(../images/video/slide.jpg) no-repeat;
	background-size:cover;
}



/* about page */

.after-strong-txt {
    margin-top: 33px;
}
/* Products Panel Styles */

.products-list-view {
    background: url(../images/products-background.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #FFF;
    background-color: #666;
    padding: 50px 0 50px 0;
}
.related-products h2 {
    margin-bottom: 25px!important;
    font-family: 'futura-condensed', serif;
    font-size: 25px;
    margin-top: 35px;
}
.related-products .product-item-view {
    margin-top: 0px!important;
}
.products-list-view .products-logo {
    padding-bottom: 32px;
}
.product-logo img {
    width: 160px;
    height: auto;
}
.products-list-view .products-logo img {
    width: 160px;
    height: auto;
}
.products-list-view h1 {
    color: #FFF;
    text-transform: uppercase;
    font-weight: 400!important;
    font-family: 'futura-condensed', serif;
    font-weight: 400;
    font-size: 30px;
}
.products-list-view h2 {
    color: #FFF;
    margin-bottom: 90px;
    font-weight: normal;
    line-height: 22px;
}
.products-list-view .product-item-view {
    margin-top: 50px;
}
.products-list-view .product-item-view .button-type-2 {
    margin-top: 10px;
    margin-bottom: 0px;
}
.products-list-view .product-item-view .product-thumbnail {
    background-color: #FFF;
    height: 350px;
    position: relative;
}
.products-list-view .product-item-view .product-thumbnail .v-centered {
    width: 100%;
    position: relative;
    top: auto;
    transform: translateX(0);
}
.products-list-view .product-item-view .product-thumbnail img {
    margin-left: auto;
    margin-right: auto;
    height: auto;
}
.products-list-view .product-item-view .product-thumbnail img:hover {
    opacity: 0.8
}
.products-list-view .product-item-view h3 {
    font-size: 25px;
    font-weight: 400;
    color: #fff;
    font-family: 'futura-condensed', serif;
    text-transform: uppercase;
    min-height: 55px;
}
.products-list-view .product-item-view p {
    font-size: 14px;
    font-family: "Arial", sans-serif;
    color: #fff;
    line-height: 22px;
}
.products-list-view .product-item-view .button-type-2 {
    border: 4px solid rgba(125, 62, 30, 0.36);
}
.product-list-cont .button-type-2 {
    border: 4px solid rgba(125, 62, 30, 0.64);
    width: 100%!important;
    margin-top: 50px;
}
.products-list-view.about-pane {
    padding-top: 40px;
    padding-bottom: 20px;
}
.products-list-view.about-pane .product-item-view {
    margin-top: 0px;
    margin-bottom: 35px;
}
.product-item-view .product-description {
    height: 152px;
}
/* Made In Australia Panel Styles */

.made-in-australia-panel {
    background: url(../images/spartanleather-make.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 650px;
    color: #FFF;
    font-size: 14px;
}
.made-in-australia-panel p {
    font-size: 14px;
    line-height: 18px;
    margin: 27px 0 18px 0;
}
.made-in-australia-panel .content {
    height: 655px;
}
.made-in-australia-panel a,
.made-in-australia-panel a:hover,
.made-in-australia-panel a:active,
.made-in-australia-panel a:visited,
.made-in-australia-panel a:link {
    font-size: 22px;
    font-family: 'futura-condensed';
    color: #006f63;
    text-decoration: none;
}
/* Shop Online Section Styles */

.shop-online {
    background: url(../images/shop-now-panel-bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 190px;
}
.shop-online .heritage-logo {
    padding-top: 28px;
}
.shop-online .shop-online-cta {
    padding-top: 68px;
}
/* Sign Up Section */

.signup {
    background-color: #ef5023;
    padding-top: 60px;
    padding-bottom: 60px;
    font-size: 24px;
    color: #FFF;
}
.signup label {
    padding-top: 22px;
    font-family: 'futura-condensed', serif;
    font-size: 35px;
    font-weight: 700!important;
}
.signup input.field {
    padding: 14px 14px 14px 14px;
    font-family: 'futura-condensed';
    background: #fff;
    border: none;
}
.signup::-webkit-input-placeholder {
    color: #FFF;
    font-size: 24px;
}
.signup:-moz-placeholder {
    /* Firefox 18- */

    color: #FFF;
    font-size: 24px;
}
.signup::-moz-placeholder {
    /* Firefox 19+ */

    color: #FFF;
    font-size: 24px;
}
.signup:-ms-input-placeholder {
    color: #FFF;
    font-size: 24px;
}
.signup input.submit-button {
    padding: 17px 18px 18px;
    font-family: 'futura-condensed';
    color: #FFF;
    background: #333;
    border: none;
    cursor: pointer;
    margin-top: 30px;
}
/* Footer Section */

.footer {
    background: #333;
    color: #fff;
}
.footer .footer-logo {
    padding-top: 60px;
    padding-bottom: 30px;
}
.footer p {
    margin-bottom: 0px;
}
.footer .footer-logo img {
    width: 160px;
    height: auto;
}
.footer .footer-contact-title {
    margin: 3px 0 28px 0;
    font-weight: bold;
}
.footer .base {
    padding-bottom: 55px;
    padding-top: 90px;
}
.footer .social-icons {
    padding-top: 42px;
}
.footer .social-icons .fa {
    font-size: 38px;
    background-color: #fff;
    padding: 0 8px;
    border-radius: 3px;
    text-align: center;
    color: #343434;
}
.footer .social-icons a {
    padding: 10px;
    margin-left: 14px;
    margin-right: 14px;
    display: inline-block;
    background: #FFF;
    border-radius: 5px;
}
.footer a {
    color: #fff;
    font-weight: 700!important;
}
.footer .base,
.footer .base a,
.footer .base a:link,
.footer .base:active,
.footer .base a:visited {
    font-size: 13px;
    color: #666;
    text-decoration: none;
}
.footer .base a:hover {
    color: #ccc;
    text-decoration: none;
}
.copy-right {
    float: left;
}
.website {
    float: right;
}
.wrap-img img {
    border: 1px solid #ccc;
    width: 100%;
}
/* Product Detail page */

.jobs {
    padding: 10px 10px 2px 10px;
    background-color: rgba(0, 0, 0, 0.3);
    color: #FFF;
}
.job-icons p {
    color: #fff;
    font-family: 'futura-condensed';
    font-size: 18px;
    text-transform: uppercase;
    float: left;
    padding-top: 10px;
    margin-right: 46px;
    font-style: italic;
    margin-left: 13px;
}
.job-icons span {
    font-size: 15px;
}
.job-icons li {
    list-style-type: none;
    display: inline-block;
}
.job-icons li a {
    display: inline-block;
    background-color: #000;
    opacity: 1000;
    width: 50px;
    height: 48px;
    text-align: center;
    vertical-align: middle;
    display: block;
    margin-top: 7px;
}
.job-icons .form_work {
    background: url(../images/form_work.png) no-repeat;
    background-size: 47px;

}
.job-icons .form_work:hover {
    background-image: url(../images/form_work-hover.png);
}
.job-icons .rigging {
    background: url(../images/rigging.png) no-repeat;
    background-size: 47px;
}
.job-icons .rigging:hover {
    background-image: url(../images/rigging-hover.png);
}
.job-icons .diy {
    background: url(../images/diy.png) no-repeat;
    background-size: 47px;
}
.job-icons .diy:hover {
    background-image: url(../images/diy-hover.png);
}
.job-icons .steel_fixing {
    background: url(../images/steel_fixing.png) no-repeat;
    background-size: 47px;
}
.job-icons .steel_fixing:hover {
    background-image: url(../images/steel_fixing-hover.png);
}
.job-icons .scaffolding {
    background: url(../images/scaffolding.png) no-repeat;
    background-size: 47px;
}
.job-icons .scaffolding:hover {
    background-image: url(../images/scaffolding-hover.png);
}
.job-icons .mining {
    background: url(../images/mining.png) no-repeat;
    background-size: 47px;
}
.job-icons .mining:hover {
    background-image: url(../images/mining-hover.png);
}
.job-icons .electrical {
    background: url(../images/electrical.png) no-repeat;
    background-size: 47px;
}
.job-icons .electrical:hover {
    background-image: url(../images/electrical-hover.png);
}
.job-icons .carpentry {
    background: url(../images/carpentry.png) no-repeat;
    background-size: 47px;
}
.job-icons .carpentry:hover {
    background-image: url(../images/carpentry-hover.png);
}
.job-icons .plumbing {
    background: url(../images/plumbing.png) no-repeat;
    background-size: 47px;
}
.job-icons .plumbing:hover {
    background-image: url(../images/plumbing-hover.png);
}
.job-icons .concreting {
    background: url(../images/concreting.png) no-repeat;
    background-size: 47px;
}
.job-icons .concreting:hover {
    background-image: url(../images/concreting-hover.png);
}
li a.tooltips {
    outline: none;
}
li a.tooltips strong {
    line-height: 30px;
}
li a.tooltips:hover {
    text-decoration: none;
}
li a.tooltips span {
    z-index: 10;
    display: none;
    padding: 5px;
    margin-top: 50px;
    margin-left: -36px;
    line-height: 10px;
    border-radius: 2px;
    opacity: 0.9;
}
li a.tooltips span em {
    font-size: 12px;
    color: #fff;
    font-style: normal;
}
li a.tooltips:hover span {
    display: inline-block;
    position: absolute;
    background: #ef5023;
}
.product-detailed .product-information h1 {
    margin-top: 0;
}
/* Media*/

.news-item .item {
    margin-bottom: 20px;
}
.news-item h2 {
    font-family: 'futura-condensed', serif;
    text-transform: uppercase;
    font-size: 25px;
    color: #5c6670;
    margin-bottom: 1px;
}
.news-item .bottom-buffer {
    margin-top: 30px;
    margin-bottom: 30px;
}
.video-img {
    border: 1px solid #ccc;
    text-align: center;
    padding: 30px;
}
.video-img object {
    width: 100%;
}
.news-single {
    margin-bottom: 50px;
    float: left;
}
.bottom-buffer img.img-responsive {
    padding: 30px;
    margin: 0 auto;
}
.bottom-buffer {
    margin-top: 50px;
    margin-bottom: 50px;
}
.media-modal {
    width: 90%;
}
/* Form Styles */

.form-group {
    position: relative;
}
.input-label {
    position: relative;
}
.input-label label {
    position: absolute;
    top: 4px;
    z-index: 976;
    left: 10px;
    text-transform: uppercase;
    color: #a8a8a8!important;
}
span.input-label label {
    position: absolute;
    top: -23px;
    z-index: 1000;
    left: 43px;
    text-transform: uppercase;
    color: #a8a8a8!important;
}
.form-group .form-control {
    min-height: 60px;
    padding: 15px 10px 0 10px;
    margin-bottom: 20px;
    border-radius: 0;
}
div.chk-txt {
    padding: 0;
}
label.chk-txt {
    font-size: 13px;
}
/* input[type=checkbox],
input[type=radio] {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 12px;
    top: 0;
    margin: 0;
    padding: 0;
    opacity: 1;
} */
input[type=checkbox] + label,
input[type=radio] + label {
    display: inline-block;
    padding-left: 48px;
    background: url('../images/check-box-normal.png') no-repeat 0 0;
    line-height: 24px;
    height: 54px;
}
input[type=checkbox]:checked + label {
    background: url('../images/check-box-ticked.png') no-repeat 0 0;
}
input[type=radio]:checked + label {
    background: url('../images/check-box-ticked.png') no-repeat 0 0;
}
/*.form-group input[type=checkbox]{
	float: left;
	margin-right: 4px;
	margin-bottom: 15px;
}
.form-group input[type=radio]{
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    -ms-appearance: checkbox;     /* not currently supported
    -o-appearance: checkbox;
	background: none!important;     /* not currently supported
}*/

form button {
    margin: 0;
    border: none;
}
/*input[type=checkbox], input[type=radio]{
	margin: 0;
}*/

input#state {
    width: 70%;
    display: inline;
    margin-bottom: 0;
}
input#post_code {
    width: 25%;
    display: inline;
    float: right;
}
.form-group label.chk-box {
    padding-top: 7px;
}
.form-group .captcha {
    padding: 0;
}
.main-region a {
    font-weight: 700!important;
    color: #666;
    text-decoration: underline;
}
.region-contacts {
    height: 200px;
}
.region-contacts p {
    font-weight: 700;
}
.region-contacts a {
    font-weight: 400!important;
    color: #666;
}

.g-recaptcha {
    float: left;
    margin: 0;
}
input.other-box {
    width: 220px;
    margin-top: 4px;
}
.contact-error {
    color: red;
}
/* Carousel icon styles */

.carousel-indicators li {
    background-color: #ef5023!important;
    bored: 1px solid #ef5023!important;
}
/* stocklist page */

.search-frm {
    position: absolute;
    width: 100%;
    margin-top: 10px;
}
.search-frm input,
.search-frm select {
    height: 50px!important;
}
.stocklist .breadcrumb-bg {
    height: 80px;
}
/* faq toggle */

.accordion-content {
    display: none;
    padding: 20px;
    overflow: auto;
}
span.toggle-icon {
    float: right;
}
.accordion-toggle,
.accordion-toggle:hover,
.accordion-toggle:focus {
    color: #ff6600;
    display: block;
    border: 1px solid;
    padding: 10px;
    margin-bottom: 10px;
}
/* Sitemap */

.list-group {
    margin-bottom: 65px;
}
.list-group-item {
    padding-top: 5px;
    padding-bottom: 5px;
}
.list-group-item h4 {
    font-size: 14px;
}
/* Stockists */

.stockist-wrapper {
    position: relative;
    overflow: hidden;
}
.map-wrapper {
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 0px;
}
.map-wrapper:hover {
    cursor: pointer;
}
#map-canvas {
    height: 700px;
}
#panel .feature-filter label {
    width: 130px;
}
p.attribution,
p.attribution a {
    color: #666;
}
.storelocator-filter {
    text-align: center;
    background-color: rgba(92, 102, 112, 0.7);
    padding-top: 18px;
    padding-bottom: 18px;
    position: absolute;
    top: 0;
    z-index: 2;
    width: 100%;
}
.storelocator-filter input {
    border: none;
    padding: 20px;
    text-align: left;
    font-size: 14px;
    width: 100%;
    color: #5c6670;
}
.storelocator-panel {
    border: none!important;
    overflow: visible!important;
}
.storelocator-filter h4 {
    display: none;
}
.store-list:before {
    content: "Buckaroo stockist near you";
    font-size: 30px;
    font-weight: 400;
    color: #666;
    clear: both;
    text-align: center;
    display: block;
    padding: 1px 20px 25px 20px;
    font-family: 'futura-condensed', serif;
    text-transform: uppercase;
    line-height: 1.2em;
}
.store-list {
    position: relative;
    margin-top: 750px!important;
    height: auto;
}
.store-list li {
    float: left;
    width: 33%;
    text-align: center;
    list-style: none;
    padding: 30px;
    margin-bottom: 30px;
}
.store .address,
.store .phone,
.store .web,
.store .misc {
    font-size: 14px!important;
}
.storelocator-panel .store-list li.highlighted,
.storelocator-panel .store-list li.highlighted:hover {
    color: #FFF!important;
    background: #ef5023!important;
}
#map-canvas {
    pointer-events: none;
}
#map-canvas.active {
    pointer-events: auto;
}
.storelocator-panel .store-list .no-stores {
    color: #ef5023;
    float: none;
    width: 100%;
    height: auto;
    margin: 20px;
}
/* Modal */

.modal .modal-header h2 {
    margin-bottom: 0px;
}
/* warranty page */

#datetimepicker1 {
    margin-bottom: 20px;
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #ef5023!important;
}
.bootstrap-datetimepicker-widget {
    background-color: #fff!important;
}
#mc_embed_signup_scroll {
    width: 100%;
    clear: both;
}
#mce-responses {
    float: right;
    clear: both;
}
/*Model box styling*/

.modal-dialog {
    width: 1000px;
    height: 834px;
    background: none;
}
.modal-body {
    padding: 0;
}
.modal-body iframe {
    height: 580px;
}
.modal-content {
    padding: 0;
    background: none!important;
}

/* pagination */

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #666!important;
}
.media-item .modal-dialog .modal-content {
    margin-top: 10%;
}
.media-item .modal-dialog .modal-content .close {
    right: -15px;
    top: -35px;
}
.media-item {
    background: rgba(0, 0, 0, 0.8)
}

.location-mob {
	display:none;
}




