@import url(style.css);
@import url(forms.css);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700);
.banner-image{
	display: none;
}
/*Walking styles*/
.add-padd{
background:#f2f3c7;
}
.new_widget.width50:first-child{
background-color: #f2f3c7!important;
height:1000px!important;
margin-right:26px!important;
}
.new_widget.width50:last-child, .new_widget.width50:nth-child(2){
margin-right: 0px!important;
background-color: #f2f3c7!important;
height:1000px!important;
margin-left: 26px!important;
}

.row_divider:nth-child(3), .row_divider:nth-child(4), .row_divider:nth-child(8) {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 auto !important;
}
.row_divider:nth-child(5){
    max-width: 100%;
    width: 100%;
    padding: 30px;
    margin: 0 auto;
}
.row_divider:nth-child(7){
    max-width: 100%;
    width: 100%;
    padding: 30px;
    margin: 0 auto;
}

/* MEDIA QUERIES */
@media (min-width: 1500px){
.new_widget.width50{
height: auto!important;
}
.new_widget.width50:last-child, .new_widget.width50:nth-child(2), .new_widget.width50:first-child{
height: auto!important;
}
}
@media only screen and (min-width:801px){
.width50 {
	width:48%!important;
    margin: 0!important;
}
}
@media only screen and (max-width: 1360px){
.new_widget.width50:nth-child(2){
margin-left:0!important;
}
.new_widget.width50, .new_widget.width50:first-child{
height: auto!important;
}
}
@media only screen and (max-width: 1024px){
.width50{
width:100%!important;
height:auto!important;
margin:0!important;
}
.new_widget.width50:nth-child(2){
margin: 0px!important;
}
.new_widget.width50.lastWidget50, .new_widget.width50:first-child{
height: auto!important;
}
}
@media only screen and (max-width: 1360px){
.new_widget.width50:nth-child(2){
margin-left:0!important;
}
.new_widget.width50, .new_widget.width50:first-child{
height: auto!important;
}
}
@media only screen and (max-width: 801px){
.new_widget.width50:nth-child(2){
margin-left:0!important;
}
.new_widget.width50, .new_widget.width50:first-child{
height: auto!important;
}
}
@media only screen and (max-width: 767px){
.new_widget.width50:last-child, .new_widget.width50:nth-child(2), .width50.lastWidget50{
margin-left: 0!important;
height: auto!important;
}
}
/* End of stylesheet */