@import url('https://fonts.googleapis.com/css?family=Open+Sans');

body{
	background-color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'Open Sans', sans-serif;
}
a{
	color: #fff;
}
a:visited, a:active, a:hover{
	color: #fff;
	text-decoration: none;
}
h2{
	color: #fff;
}
h3{
	color:#222;
}
h4{
	color: red;
}
hr { background-color: red; height: 1px; border: 0; }

p{line-height: 2em;}

ul.two_col_list {
	list-style-type: none;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
} 
ul.thor_list{
	list-style-type: none;
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
} 

.two_col_list li:before, .thor_list li:before {
  content: "• ";
}

.top_bar, .mid_bar, .dogs_content{
background: rgb(170,14,20);
background: linear-gradient(90deg, rgba(170,14,20,1) 0%, rgba(230,27,35,1) 50%, rgba(170,14,20,1) 100%);
padding:20px 0;
}
.dogs_content{
	margin-bottom: 50px;
	padding: 10px 0;
}
.no_padding{
	padding-left: 0px;
	padding-right: 0px;
}
#add_LP{
	padding-left: 15px;
}
#add_RP{
	padding-right: 15px;
}
.mid_bar{
	text-align: center;
	color: #fff;
	font-style: italic;
}
.mid_bar h2{
	font-weight: 600;
	margin-bottom: 0;
}
.top_bar h2, .top_bar a{
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: 300;
}
.main_content{
	background: url(../images/background.jpg) ;
	background-size: cover;
	overflow: hidden;
	position: relative;
}

#main_logo{
	width: 75%;
    display: block;
    margin: 0 auto;
    padding-top: 35px;
    padding-bottom: 20px;
}
.dog_image{
	margin: 30px 0 0 20px;
}
.contact_info_home{
	padding: 1em;
	margin-top: 30px;
	/* padding-top: 162px;
    padding-left: 173px; */
}
.contact_info{
	padding: 3em;
	/* padding-top: 162px;
    padding-left: 173px; */
}
.contact_info a{
	font-size: 23px;
}
.img_w {
	width: 100%;
	min-height: 230px;
}
.img_w2 {
	width: 100%;
	min-height: 300px;
}
select, option{
	width: 100%;
	margin-bottom: 40px;
}
.easyhtml5video{
	margin-bottom: 40px;
}
/*GRAY BOX*/
.gray_box{
	background-color: #d4d4d4;
	margin-top: 20px;
	margin-bottom: 20px;
}
.gray_box_content{
	font-weight: bold; 
	font-size: 18px;
}

/*DOGS*/
.dog_images{
	height: 339px;
	/* min-height: 339px; */
}
.dog_names{
	text-align: center;
	margin-top: 10px;
	font-size: 20px;
}
.dog_names span{
	text-transform: uppercase;
}

video{
	width: 100%;
}
footer{
	background-color: #231f20;
	padding:20px 0;
}
footer p{
	font-size: 12px;
	color: #f2f2f2;
	font-weight: 300;
	text-align: center;
	margin-bottom: .5rem;
}
footer a{
	color: #f2f2f2;
}

/*Contct Form*/
.form-style-1 {
    margin:10px auto;
    max-width: 400px;
    padding: 20px 12px 10px 20px;
    font: 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.form-style-1 li {
    padding: 0;
    display: block;
    list-style: none;
    margin: 10px 0 0 0;
}
.form-style-1 label{
    margin:0 0 3px 0;
    padding:0px;
    display:block;
    font-weight: bold;
}
.form-style-1 input[type=text], 
.form-style-1 input[type=date],
.form-style-1 input[type=datetime],
.form-style-1 input[type=number],
.form-style-1 input[type=search],
.form-style-1 input[type=time],
.form-style-1 input[type=url],
.form-style-1 input[type=email],
textarea{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border:1px solid #BEBEBE;
    padding: 7px;
    margin:0px;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;  
}
.form-style-1 input[type=text]:focus, 
.form-style-1 input[type=date]:focus,
.form-style-1 input[type=datetime]:focus,
.form-style-1 input[type=number]:focus,
.form-style-1 input[type=search]:focus,
.form-style-1 input[type=time]:focus,
.form-style-1 input[type=url]:focus,
.form-style-1 input[type=email]:focus,
.form-style-1 textarea:focus{
    -moz-box-shadow: 0 0 8px #88D5E9;
    -webkit-box-shadow: 0 0 8px #88D5E9;
    box-shadow: 0 0 8px #88D5E9;
    border: 1px solid #88D5E9;
}
.form-style-1 .field-divided{
    width: 49%;
}

.form-style-1 .field-long{
    width: 100%;
}
.form-style-1 .field-textarea{
    height: 100px;
}
.form-style-1 input[type=submit], .form-style-1 input[type=button]{
    background: #e4202c;
    padding: 8px 15px 8px 15px;
    border: none;
    color: #fff;
}
.form-style-1 input[type=submit]:hover, .form-style-1 input[type=button]:hover{
    background: #c91e29;
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
}
.form-style-1 .required{
    color:red;
}
