﻿/*===================== 
	Color information
	
	-
	-
	-
	-
		 
=======================*/
/*===================== 
	CSS reset/normalize 
=======================*/

/**Correct `block` display not defined in IE 8/9.**/
article,aside,details,figcaption,figure,footer,header,hgroup,
main,nav,section,summary {display: block;}
pre {white-space: pre-wrap;}
small { font-size: 80%;}


/*===================== 
	@Font-Face 
=======================*/


/*===================== 
	base styles 
=======================*/
html {
    font-family: Arial, sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
	}

body {
    margin: 0;
    font-family: 'Rubik', sans-serif!important;
	}

svg:not(:root) {overflow: hidden;/*reset*/}
	
/* clear floats */ 
.group:before,
.group:after {content: ""; display: table;} 
.group:after {clear: both;}
.group {zoom: 1;}	
.clear { clear: both;}
	
/*image replacement*/
.hide-text {
	text-indent:  100%;
	white-space:  nowrap;
	overflow:  hidden;
	}	

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
	border-style: solid;
    height: 0;
	} 

img { border: 0;} 
	
/*===================== 
	typography 
=======================*/
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	}
	h1 {font-size: 2em;}

p {
	margin: 0;
	}
	
h1 {
}
		

h2 {
}

	
h3 {
}


h4 {
}


h5 {
}


h6 {
}

/*===================== 
	link styles 
=======================*/
a:focus {outline: thin dotted;/*reset*/
	}
a {color: #2e3192;}
a:hover {color: #ed1c24;}

a,
a:link, 
a:visited, 
a:active {
	outline: 0;/*reset*/ 
    text-decoration:none;
	}
	a:hover  {
		outline: 0;/*reset*/
		text-decoration: none;
		}  

/*===================== 
	header styles 
=======================*/
header {
	margin: 0 auto;
	width: 100%;
    border-bottom: 2px solid #ed1c24;
	}

.header-contact-info {padding:5px 15px;}
.header-contact-link {color:#fff!important; font-size:18px;}

.header-logo {max-width:330px; width:100%; margin:10px 10px 10px auto;}

/*===================== 
	nav styles 
=======================*/
nav.primary {
	padding:0;
	display:block;
	margin:0 auto;
	position:relative;
	text-align: right;
    width: 100%;
	}

nav ul {
	padding:0;
	margin:0;
}

nav > ul > li {
	display:inline-block;
	list-style-type:none; 
    padding: 22px 20px;
}

nav ul li a {
	font-size: 16px;
    color: #2e3192;
    display: block;
    text-transform:uppercase;
    font-weight: 600;
    transition:.3s;
    text-align:center;
}	

nav ul li a:hover,
nav ul li a:focus,
nav ul li a:active{
	color: #ed1c24;
}

.nav-icon {font-size:30px;}


/* This controls the Primary nav dropdowns for sublinks. Should not have to edit this too much */
nav.primary ul ul {
	display: none;
    position: absolute; 
}

nav.primary ul ul ul {
    position: absolute; 
    left: 100%;
    top:0; 
}

nav.primary ul li:hover > ul {  
    display: block;
    z-index: 2000 !important;
}

nav.primary ul ul li {
    float: none; 
    position: relative;
	display:block;
    margin:0;
	width:100%;
}

.dropdown_arrow {
	display: inline-block !important;
}
/******** End of primary Nav ***************/


/*===================== 
	mobile nav
=======================*/
#menu-button{ /* initially will need to be hidden */
	display: block;
	font-size: 32px;
	width:100%;
	position: relative;
	z-index: 400;/* needs to be lower than nav.mobile, adjust as needed */
	text-align: center;
	min-height: 0 !important;
	}
	#menu-button a{
		 color: #ed1c24;
		 text-decoration: none;
		 text-align: center !important;
	  }

nav.mobile {
	display:block;
	position: fixed;
	top: 0;
	left: -250px;
	width: 250px;
	height: 100%;
	background: #ed1c24;
	z-index: 500; /* needs to be higher than #menu-button, adjust as needed */
	overflow:auto;
}

nav.mobile .menu-toggle { /* Menu close button */
	position: absolute;
	top: 12px;
	right: 10px;
	display: inline-block;
	padding: 6px 9px 5px;
    font-family: 'Rubik', sans-serif;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	vertical-align: top;
}

a.close_mobile {
	font-size: 26px !important;
	font-weight: 900;
	text-align: right;
    padding-right: 10px;
    float: right;
}

nav.mobile .menu-toggle:hover { /* Menu close button on hover */
	color: #fff;
}

nav.mobile ul {
	list-style: none;
	font-weight: 300;
	margin:0;
	padding:0;
}

nav.mobile ul li a {
	position: relative;
	display: block;
	padding: 3px 12px 3px 20px;
	color: white;
	text-decoration: none;
	font-size: 16px;
    clear: both;
    text-align:left;
}

nav.mobile ul li a:hover {
	background: #2e3192;
}

nav.mobile ul li li a { /* appearance of the sub-level links */
	position: relative;
	display: block;
	padding: 0px 10px 0px 35px;
	color: white;
	text-decoration: none;
	text-transform: none !important;
}

nav.mobile ul li li li a { /* appearance of third level sub-level links if needed */
	background: #666;
	position: relative;
	display: block;
	padding: 10px 10px 10px 45px;
	color: #000;
	text-decoration: none;
}

nav.mobile ul li span.click{/* dropdown menu idicator arrow be sure to include this image with your image files */ 
	background:url(../siteart/menu-dropdown-arrow.png) 10px 12px no-repeat;
	background-size:55%;
	position:relative;
	display:block;
	float:right;
	margin:-44px 0 0 0;
	cursor:pointer;
	z-index: 12399994;
	width:44px;
	height:44px;
	-webkit-transition:background-size .3s ease-in-out;
	-moz-transition:background-size .3s ease-in-out;
	transition:background-size .3s ease-in-out;
}

nav.mobile ul li span.click:hover{
	background-size:60%;
}

/*===================== 
	General styles 
=======================*/
.container-fluid {padding: 0px;}
.row-belle {padding: 0px; margin: 0px;}
.div-belle {padding: 0px;}

.center {text-align: center;}

.page-title {font-size:36px; font-weight:700; color:#2e3192; padding-top:35px;}
.page-text {font-size:16px;}

.page-wrap {padding:0px 7%; display:block; margin:auto;}

.grey-bknd {background-color:#e8e8e8;}
.red-bknd {background-color:#ed1c24;}
.blk-bknd {background-color:#000;}

/*===================== 
	content styles 
=======================*/
.hero-img {max-width:100%; width:100%;}
.hero-text {position:absolute; width:100%; top:20%; text-align:center; display:none;}
.hero-small {color:#fff; font-size:4vw; text-transform:uppercase; text-shadow:0px 0px 6px #000, 0px 0px 6px #000}
.hero-big {color:#fff; font-size:7vw; text-transform:uppercase; text-shadow:0px 0px 6px #000, 0px 0px 6px #000;}

.home-grey-padding {padding:35px 0px;}
.home-border-left {border-left:7px solid #ed1c24;}
.home-small {text-transform:uppercase; font-size:24px; padding-left:5px;}
.home-big {text-transform:uppercase; font-size:36px; color:#2e3192; font-weight:700; padding-left:5px; margin-bottom:10px;}
.real-tuff-logo {display:block; margin:auto; max-width:100%; padding:0px 15px;}

.home-btn-div {width:19.5%; text-align:center; display:inline-block;}

.rectangle_btn {
    max-width: 20vw;
    width: 100%;
    max-height: 200px;
    display: block;
    align-content: center;
    margin: 35px auto;
    padding-top: 180px;
    padding-bottom: 75px;
    border: none;
    color: white;
}

.rectangle_btn:hover, .rectangle_btn:active, .rectangle_btn:focus {
    color: white; 
}

.farm_button {
    background: url("/siteart/btn-farm.jpg"); 
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
} 

.farm_button:hover, .farm_button:active, .farm_button:focus {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
} 

.livestock_button {
    background:  url("/siteart/btn-livestock.jpg");   
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.livestock_button:hover, .livestock_button:active, .livestock_button:focus {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
} 

.attach_button {
    background:  url("/siteart/btn-attach.jpg");  
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;  
}

.attach_button:hover, .attach_button:active, .attach_button:focus {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
} 

.construct_button {
    background:  url("/siteart/btn-con.jpg");  
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;  
}

.construct_button:hover, .construct_button:active, .construct_button:focus {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
} 

.all_button {
    background:  url("/siteart/btn-all.jpg");   
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.all_button:hover, .all_button:active, .all_button:focus {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
} 

.stripe-button {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65));
    border: none;
    position: relative;
    text-align: center; 
    font-size: 245%;
    line-height:30px;
    height: 255px;
    transition: all 1s;
    max-width: 20vw;
    width: 100%;
    max-height: 200px;
    display: block;
    align-content: center;
    padding-top: 85px;
    padding-bottom: 170px;
    top: -180px;
    font-weight:700;
    text-transform: uppercase;
}

.stripe-button:hover, .stripe-button:active, .stripe-button:focus {
    opacity: .5;
}


/*===================== 
	footer styles 
=======================*/
.border-right {border-right:1px solid #fff;}
.footer-info {padding:10px 15px;}
.footer-link {color:#fff!important; font-size:16px;}
.footer-link:hover, .footer-contact-link:active, .footer-contact-link:focus {color:#fff!important; text-decoration:underline!important;}

.copyright-info  {color:#fff!important; text-transform:uppercase; padding: 7px 15px;}
.copyright-link {color:#fff!important; text-transform:uppercase;}
.copyright-link:hover, .copyright-link:active, .copyright-link:focus {color:#fff; text-decoration:underline!important;}

footer {
	margin: 0;
	width: 100%;
	}
	
a.footerlink:link,
a.footerlink:visited, 
a.footerlink:active {
	text-decoration: none; 
	font-size:13px;
	color: #222;
	}
	a.footerlink:hover {
		text-decoration:none; 
		font-size:13px;
		color: #fff;
		}

.footertext {font-size:13px; color:#666;}
.smallfootertext {font-size:10px; color:#666;}

.divfooter {
	max-width:1200px; 
	text-align:center; 
	margin:0 auto;
	}

/*===================== 
	form styles 
=======================*/
.contact_form {
    margin: 10px auto;
    padding: 12px 15px;
    border: 1px solid #a4a4a4;
    width: 100%;
}

.submit-button, .thanks-button {
    background-color: #2e3192;
    color: white;
    font-size: 18px;
    padding: 5px 15px; 
    border: 2px solid #2e3192;
    margin-top: 10px;
    margin-bottom: 30px;
    transition: .3s;
}

.submit-button:hover, .thanks-button:hover{
    border: 2px solid #ed1c24;
    color: #fff;
    background-color: #ed1c24;
}

.thanks-text {
    font-size: 18px;
    text-align: center;
}

/*===================== 
	captcha styles 
=======================*/
/*control the Captcha */
.CaptchaPanel {
    margin:0 0 0 0 !important;
    padding:0 0 0 0 !important;
    text-align: center;
    line-height:normal !important;
    }

.CaptchaImagePanel {
    margin:0 0 0 0;
    padding:0 0 0 0;
    }

.CaptchaMessagePanel {
    padding:0 0 0 0 !important;
    margin:0 0 0 0 !important;
    font-weight:normal !important;
    font-size:13px;
    line-height:20px;
    }

.CaptchaAnswerPanel {
    margin:0 0 0 0;
    padding:2px 0px 2px 0px !important;
    }

.CaptchaWhatsThisPanel {
        line-height:0;
        margin:0 0 0 0;
        padding:11px 0 8px 0 !important;
    }
.CaptchaWhatsThisPanel a {color:#000;}
.CaptchaWhatsThisPanel a:hover {text-decoration:none;} 





/*========================= 
	 Responsive styles 
===========================*/
/*==========  Non-Mobile First Method  ==========*/

@media only screen and (max-width : 1700px) {
/*========================= 
	 Content styles 
===========================*/    
    .stripe-button {font-size:185%;}

}

@media only screen and (max-width : 1400px) {
/*========================= 
	 Content styles 
===========================*/    
    .home-btn-padding {padding:20px 10px; height:580px; text-align:center;}
    .home-btn-div {width:32%;}
    .rectangle_btn {max-width:30vw; margin:0px auto;}
    .stripe-button {max-width:30vw;}
    
    .md-home-btn {position:relative; top:-20px;}
}

@media only screen and (max-width : 1400px) {
/*========================= 
	 Nav styles 
===========================*/
    nav > ul > li {padding:22px 15px;} 
    nav ul li a {font-size:14px;}
    .nav-icon {font-size: 26px;}
}


@media only screen and (max-width : 1200px) {
	.div-belle {text-align: center;}
}
@media only screen and (max-width : 991px) {
/*========================= 
	 Header styles 
===========================*/    
    .header-logo {display:block; margin:10px auto; max-width:300px;}
    
/*========================= 
	 Content styles 
===========================*/    
    .real-tuff-logo {padding:15px; float:left;}

/*========================= 
	 Footer styles 
===========================*/     
    .border-right {border-right:none; border-bottom:1px solid #fff;}        
    
}

@media only screen and (max-width : 767px) {
/*========================= 
	 General styles 
===========================*/    
    .page-title {font-size:30px}

/*========================= 
	 Content styles 
===========================*/
    .home-small {font-size:20px;}
    .home-big {font-size:30px;}
    
    .home-btn-padding {padding:20px 15px; text-align:center; height:845px;}
    .home-btn-div {width:49.5%;}
    .rectangle_btn {max-width:98%; margin:0px auto;}
    .stripe-button {max-width:100%;}
    
    .sm-home-btn {position:relative; top:-20px;}
    .lone-sm-home-btn {position:relative; top:-40px;}
    
}
 
@media only screen and (max-width : 550px) {
 /*========================= 
	 Header styles 
===========================*/      
    .header-contact-link {font-size:16px;}
    
    
 /*========================= 
	 Content styles 
===========================*/    
    .home-btn-padding {padding:20px 15px; text-align:center; height:auto;}
    .home-btn-div {width:100%;} 
    .rectangle_btn {max-width:95%; margin:0px auto;}
    .stripe-button {max-width:100%;}
    
    .sm-home-btn {position:relative; top:auto;}
    .lone-sm-home-btn {position:relative; top:auto;}
    .xs-home-btn {position:relative; top:-20px;}
}

@media only screen and (max-width : 320px) {


}

