@charset "UTF-8";
/* CSS Document */
body {
    /* background: url(../images/bg.jpg) no-repeat; */
    /* background-position: top center; */
    /* overflow-x: hidden; */
    background-color: #222222;
    background-size: cover;
    position: relative;
    overflow-x: hidden;
    font-size: 13px;
}
.col-lg-4.col-md-4.col-sm-4.col-xs-12 {
    margin-top: 20px;
}
.yellow{
    height: 40px;
    width: 100%;
    background: rgb(107,99,68);
    background: linear-gradient(90deg, rgba(107,99,68,1) 0%, rgba(255,220,133,1) 100%);
    /* background-color: #202124; */
}
.banner {
    background: linear-gradient(0deg, #77673a 0%, rgb(57 51 35) 38%, rgba(255,255,255,1) 37%, rgba(0,0,0,1) 39%, rgba(0,0,0,1) 46%);
    margin-top: 75px;
}
.col-md-3.btns {
    float: right;
    /* line-height: 10px; */
    /* margin-top: 90px; */
    padding-top: 14px;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
    text-align: center;
    color: white;
    text-transform: uppercase;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #252525;
    border-bottom: 1px solid #e4bd5c;
}
button.btn.btn-primary {
    color: #fff;
    /* margin: 2px; */
    background-color: #ff0000;
    border-color: #be0000;
    width: 49%;
    margin-top: 18px;
}
.w-50 {
    width: 50%;
}
a.btn.btn-primary {
    color: #fff;
    background-color: #e2a102;
    border-color: #e2a102;
    width: 100%;
}
.btns{
    float: right
}
.logo {
    /* max-height: 90px; */
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #0698cf;
}
.IS-MOBILE {
    background-color: #010216 !important;
    background: none
}
.responsive-iframe {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.text{
	background-color: #000000;
	color: #767676;
	padding: 10px;
	border-bottom: 1px solid #ff7f02;
	text-align: justify;
}
.row {
    /* background-color: #000000c9; */
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 0px;
    border-radius: 0px;
}
.col-lg-4.col-md-12.col-sm-12.col-xs-12 {
    margin-top: 90px;
}
.form-control {
    display: block;
    width: 100% !important;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    margin: 3px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 6px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #09213e;
    /* border-color: #5f040e; */
    border: 1px solid #a72123;
    text-transform: uppercase;
}
.headerbox.hidden-xs.hidden-sm {
    background-color: black;
    border-bottom: 3px solid #ed2025;
      
}
button.btn.btn-primary {
    color: #cdb77a;
    background-color: #000000;
    border-radius: 6px;
    border: 1px solid #d9c280 !important;
}
a.btn.btn-primary {
    color: #fff;
    background-color: #ff002f;
    border: 2px solid #ab1b15 !important;
    width: 100%;
}
.btn-primary {
    color: #fff;
    background-color: #f91028;/* border-color: #010101 !important; */

}
.logo {
    /* max-height: 70px; */
    /* margin-left: -53px; */
}
/*#footer {
    background-color: black;
    border-top: 1px solid #141d6d;
}*/
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border: 0px !important;
}
.navbar-inverse {
    /* background: #000000; */
    /* background-image: url(../images/pattern.png); */
    /* background: linear-gradient(135deg,#000000 50%,#e9241b 50%,#e4240f 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000',endColorstr='#da292c',GradientType=1 );
    /* border-color: transparent; */
    border-bottom: 1px solid #e4cb86;
}
#footer {
    background-color: #000000;
    padding: 15px;
    position: fixed;
    border-top: 1px solid #9c7a4c;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    /* background: rgb(107,99,68); */
    /* background: linear-gradient(90deg, rgba(107,99,68,1) 0%, rgba(255,220,133,1) 100%); */
}
.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
    overflow-x: visible;
    border-top: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #0698cf;
}
.pull-left {
    float: right!important;
}
.navbar-inverse.side-collapse {
    margin-top: 15px;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: -56px;
    margin-right: -22px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
form.navbar-form.navbar-right.form-theme.loginform {
    /* margin-top: 19px; */
}
pre {
    tab-size: 8;
}
@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%;
}
    button.btn.btn-primary {
    color: #fff;
    /* margin: 2px; */
    /* background-color: #ff0000; */
    /* border-color: #be0000; */
    width: 49%;
    margin-top: 10px;
    margin-bottom: 10px;
}
.navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    width: 100% !important;
}
	.navbar-right {
    float: right!important;
    /* margin-right: 0px; */
}
	.responsive-iframe {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
}
	#deletebtn{
		/* display: none; */
	}
.side-collapse-container {
    width: 100%;
    position: relative;
    right: 0;
    transition: right .4s;
}
.side-collapse-container.out {
    left: 200px;
}
.side-collapse {
    top: 2px !important;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    /* position: absolute; */
    overflow: hidden;
    transition: width .4s;
    /* background: url(../images/dog.png) no-repeat; */
    /* background-color: #000000 !important; */
}
.side-collapse.in {
    width: 0;
}
.logo {
    /* max-height: 60px; */
}
	
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: transparent;
    border: none !important;
}
navbar-nav {
    margin: none !important;
}
/*.navbar-form {
    padding: none !important;
    margin-top: 8px;
    margin-right: 5px;
    margin-bottom: 8px;
    margin-left: 5px;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
}*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {

.navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    margin-bottom: 8px;
}

}

@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; */
    /* display: inline-block; */
    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; */
    width: 100%;
    margin: 1px;
}

.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; */
    width: 100%;
}
.w-100 {
    width: 100%;
}
}

@media (max-width: 767px) {
.navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    margin-bottom: 5px;
    width: 100%;
}
		.side-collapse {
    /* background: url(../images/dog.png) no-repeat; */
    /* background-color: #02051ad9 !important; */
    /* height: 130px; */
}
		button.btn.btn-primary {
    /* color: #fff; */
    /* background-color: #000000; */
    /* border: 2px solid #ab1b15 !important; */
    /* width: 100% !important; */
    margin: 0 0 10px 0px;
}
[data-action="login"] {
    margin-top: 0px;
}
[data-security="form"] {
    /* padding-top: 10px; */
    padding-bottom: 0;
}
.w-100 {
    width: 100%;
}
}
[data-toggle="collapse-side"] {
    border : 0px !important;
}
	@media (min-width: 768px){
.navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    /* padding-right: 13px; */
    /* padding-left: 0; */
    /* display: inline-grid; */
    width: 100%;
}
		.navbar-right {
    /* float: right!important; */
    margin-right: 0;
    /* display: inline-flex; */
    width: 100%;
    padding: 0;
    /* margin-bottom: 5px; */
}
	}
	

	/* ipad Mini Portrait */
@media only screen and (width:768px) and (resolution: 163dpi) {
.side-collapse {
    background: url(../images/dog.png) no-repeat;
    background-color: #02051ad9 !important;
}
}
	/* iPad Mini in portrait only */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { 
	
	.side-collapse {
    /* background: url(../images/dog.png) no-repeat; */
    /* background-color: #02051ad9 !important; */
}
	}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    	.bannerlandscape {margin-top: 117px !important;
    
    }

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    	.bannerlandscape {margin-top: 60px !important;
}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	.container {

}
	.bannerlandscape {margin-top: 60px !important;
}
    .form-group {
    margin-bottom: 15px;
    margin: 1px;
    border-radius: 6px;
}
    button.btn.btn-primary {
    color: #fff;
    /* margin: 2px; */
    /* background-color: #ff0000; */
    /* border-color: #be0000; */
    width: 49%;
    margin-top: 15px;
    margin-bottom: 10px;
}
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {}