/* ==========================================================================
*
* Custom CSS Stylesheet. This is where you should add your own styles!
*
** ========================================================================== */

/* Simple style overrides or custom adds */

.some-css-selector {font-size:13px;}





/* ==========================================================================
** Responsive styles custom rules
* These rules are ready to be used for either overrides
* or just your own custom rules.
========================================================================== */


/** Higher screens+ **/
@media only screen and (min-width : 1921px){

}


/** Desktop+ **/
@media (min-width: 1200px) {

}


/** Laptop **/
@media (max-width: 1200px) {

}


/** Laptop+ **/
@media (min-width: 991px) {

}


/** Laptop **/
@media (min-width: 992px) and (max-width: 1199px) {

}


/** Large Tablets **/
@media (max-width: 992px) {

}


/** Tablets (landscape mode)  **/
@media (min-width: 768px) and (max-width: 991px) {

}


/** Tablets+  **/
@media (min-width: 768px) {

}


/** Tablets (portrait mode)  **/
@media (min-width : 481px) and (max-width : 768px) {

}


/** Smartphone landscape mode / Mini Tablet **/
@media (max-width: 767px) {

}


/** Smartphone landscape mode / Mini Tablet **/
@media (max-width: 600px) {

}


/** Smartphone portrait mode **/
@media (max-width: 480px) {

}


/** Normal phone portrait mode+ **/
@media (min-width: 320px) {
	
}

.call_action
{
    background: url(../images/hero-images/paralax-xx.jpg);
}

.tab-menu-right{
			position: relative;
		    width: 30%;
		    padding: 24px 48px;
		    background: #fff;
		    z-index: 0;
		}

		.tab-menu-right:before{
			    content: "";
			    position: absolute;
			    top: 0;
			    left: 0;
			    width: 100%;
			    height: 100%;
			    background: url(./images/tabmenu/Grunge-large_1.jpg) no-repeat center/cover;
			    -webkit-animation: polarisMainHeaderDropnavSegmentPanelItemTopLeftBgOpenning .5s ease-out both;
			    animation: polarisMainHeaderDropnavSegmentPanelItemTopLeftBgOpenning .5s ease-out both;
			    z-index: -1;
		}

	.polaris-main-header-dropnav-segment-panel-item-top-left-text {
			    line-height: 1;
			    text-align: center;
			    -webkit-animation: polarisMainHeaderDropnavSegmentPanelItemTopLeftInnerOpenning .5s ease-out both;
			    animation: polarisMainHeaderDropnavSegmentPanelItemTopLeftInnerOpenning .5s ease-out both;
		}

	.polaris-main-header-dropnav-segment-panel-item-top-right {
		    width: 70%;
		    -webkit-animation: polarisMainHeaderDropnavSegmentPanelItemTopRight .5s ease-out both;
		    animation: polarisMainHeaderDropnavSegmentPanelItemTopRight .5s ease-out both;
		}

  .polaris-main-header-dropnav-segment-panel-item-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.polaris-main-header-dropnav-segment-panel-item-bottom-text-normal {
    font-size: 14px;
    text-align: center;
}

.polaris-main-header-dropnav-segment-panel-item-bottom-text-big {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 7px 5px;
    text-align: center;
}

.polaris-main-header-dropnav-segment-panel-item-bottom-buttons-group>a:first-child {
    background: #004e97;
    color: #fff;
padding: 10px 20px;
    border-radius: 3px;
    box-shadow: 2px 2px 5px 0 #536e94;
    }
.polaris-main-header-dropnav-segment-panel-item-bottom-buttons-group>a {
    display: block;
    padding: 5px;
    font-size: 15px;
    text-align: left;
    text-transform: capitalize;
    -webkit-animation: polarisMainHeaderDropnavSegmentPanelItemBottomButtonsGroup .5s ease-out both;
    animation: polarisMainHeaderDropnavSegmentPanelItemBottomButtonsGroup .5s ease-out both;
}    
	
.polaris-main-header-dropnav-segment-panel-item-highlighted-model {
    /* position: absolute; */
    bottom: 0;
    margin-top: -175px;
    margin-left: -62px;
    width: 95%;
    -webkit-animation: polarisMainHeaderDropnavSegmentPanelItemHighlightedModelOpenning .5s ease-out both;
    animation: polarisMainHeaderDropnavSegmentPanelItemHighlightedModelOpenning .5s ease-out both;
    z-index: 10;
}

.css3panels--resize .css3panel:hover .css3panel-caption img {
    background: #efefef !important;
    padding: 10px !important;
    border-radius: 4px !important;
}

.about_rzr{
    background: url(../images/bg/hero-a.jpg) no-repeat;
    background-size: cover;  
    background-position: 100% 40%;
}

.about_ranger{
    background: url(../images/bg/hero-1.jpg) no-repeat;
    background-size: cover;  
	background-position: 100% 40%;
}

.about_sportsman{
    background: url(../images/bg/hero-2.jpg) no-repeat;
    background-size: cover;  
	background-position: 100% 40%;
}

.about_youth{
    background: url(../images/bg/hero-3.jpg) no-repeat;
    background-size: cover;  
	background-position: 100% 40%;
}