@charset "UTF-8";
/* CSS Document */


body {
    background: url(../images/bg.jpg) no-repeat;
    background-position: top center;
    overflow-x: hidden;
    background-color: #151515;
    background-size: cover;
}
	.headerbox {
    background-color: #000000;
    border-bottom: 1px solid #a7d81b;
}
.row {
    background: #000000b5;
}
.btn-primary {
    color: #fff;
    background-color: #3c763d;
    border-color: #a6d81b;
}
	.logo {
    /* max-width: 100%; */
}
@media only screen and (min-device-width: 480px) and (max-device-width: 640px) and (orientation: landscape) {
.responsive-iframe {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 320px;
}
}

@media screen and (orientation:landscape) {
.responsive-iframe {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 320px;
}
}
@media screen and (max-width: 768px) {
.btn-primary {
    width: 100%;
}
.navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    width: 100% !important;
}

.responsive-iframe {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
}
button.btn.btn-primary {
    color: #fff;
    width: 100%;
}
a.btn.btn-primary {
    color: #fff;
    background-color: #343030;
    width: 100%;
}
.logo {
    max-height: 90px;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #0698cf;
}
.responsive-iframe {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
}
.IS-MOBILE {
    background-color: #383737 !important;
    background: none
}
@media (max-width: 767px) {
.navbar-form .form-group {
margin-bottom: 5px;
}
}
	
@media only screen and (min-device-width: 768px) and (max-device-width: 1279px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
.navbar-header {
    float : right !important;
}
	button.btn.btn-primary {
    color: #fff;
    background-color: #ff002f;
    border: 2px solid #ab1b15 !important;
		width: 100% !important;
}
.navbar-toggle {
    display: block !important;
    margin-top: 0px;
}
	.side-collapse.in {
    width: 0;
}
.side-collapse {
    top: 72px;
    bottom: 0;
    right: 0;
    position: fixed;
    overflow: hidden;
    transition: width .4s;
    padding-top: 20px;
	    max-width: 200px !important;
	    width: 200px;
	 background: url(../images/dog.png) no-repeat;
    background-color: #02051ad9;
}
.navbar-form .form-group {
    display: block;
    margin-bottom: 0;
    vertical-align: middle;
    margin-bottom: 8px;
}

.responsive-iframe {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 320px;
}

[data-action="login"] {
    margin-top: 0px;
}
[data-security="form"] {
    padding-top: 12px;
}
.w-100 {
    width: 100%;
}
}
	@media (min-width: 768px){
.navbar-form.navbar-right:last-child {
    margin-right: -15px;
    display: inline-flex;
}
		}