/*--reset--*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
nav ul,
nav li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*--start editing from here--*/

a {
    text-decoration: none;
}

.txt-rt {
    text-align: right;
}

/* text align right */

.txt-lt {
    text-align: left;
}

/* text align left */

.txt-center {
    text-align: center;
}

/* text align center */

.float-rt {
    float: right;
}

/* float right */

.float-lt {
    float: left;
}

/* float left */

.clearfix {
    clear: both;
}

/* clear float */

.pos-relative {
    position: relative;
}

/* Position Relative */

.pos-absolute {
    position: absolute;
}

/* Position Absolute */

.vertical-base {
    vertical-align: baseline;
}

/* vertical align baseline */

.vertical-top {
    vertical-align: top;
}

/* vertical align top */

nav.vertical ul li {
    display: block;
}

/* vertical menu */

nav.horizontal ul li {
    display: inline-block;
}

/* horizontal menu */

img {
    max-width: 100%;
}

/*--end reset--*/

body a:hover {
    text-decoration: none;
}

.clearfix {
    clear: both;
}

/* content */

body {
    background: url(../images/1.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-attachment: fixed;
    font-family: 'Raleway', sans-serif;
}

.text-left {
    text-align: left;
}
h1 {
    font-size: 4em;
    text-transform: capitalize;
    color: #fff;
    text-shadow: 2px 3px 1px rgba(0, 0, 0, 0.57);
    letter-spacing: 3px;
    margin: 0.5em 0vw 3em;
   font-family: 'Raleway', sans-serif;
    flex-basis: 100%;
}
h2{
    color: #fff;
    letter-spacing: 3px;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 3em;
    text-transform: capitalize;
}
.responsive_tabs.w3ls_tab {
    margin: 0 5vw;
    padding: 2vw 6vw 0vw;
    box-sizing: border-box;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}
/*-- Pay-page --*/

.tab-grid p {
    color: #8B8B8B;
    font-size: 0.95em;
    line-height: 1.8em;
    font-weight: 400;
    margin: 10px 0;
}
.form-control {
    border-radius: 0;
}

.btn-primary {
    color: #000;
    background-color: #e6aa3c;
    border-color: #e6aa3c;
    padding: 5px 10px;
}
.updat a {
    outline: none;
    padding: 10px 28px;
    font-size: 1.2em;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    border: 2px solid #fff;
    text-transform: capitalize;
    letter-spacing: 3px;
    font-family: 'Raleway', sans-serif;
    cursor: pointer;
	  transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.updat a:hover {
    background: #fff;
	color:#000;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
p {
    flex-basis: 100%;
    font-size: 18px;
    color: #fff;
    letter-spacing: 2px;
    text-align: left;
    margin: 1em 0 2em;
}
/*-- social-icons --*/
.agileinfo-social-grids {
    margin-top: 5em;
    flex-basis: 100%;
    text-align: left;
}
.agileinfo-social-grids ul{
	padding:0;
	margin:0;
}
.agileinfo-social-grids ul li{
    display: inline-block;
}
.agileinfo-social-grids ul li a {
    color: #ffffff;
    text-align: center;
    font-size: 25px;
}
.agileinfo-social-grids ul li a span.fa{
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.agileinfo-social-grids ul li a span.fa.fa-facebook:hover {
    color: #3b5998;
}
.agileinfo-social-grids ul li a span.fa.fa-twitter{
	margin:0 1em;
}
.agileinfo-social-grids ul li a span.fa.fa-twitter:hover{
	color: #55acee;
}
.agileinfo-social-grids ul li a span.fa.fa-rss{
	margin:0 1em 0 0;
}
.agileinfo-social-grids ul li a span.fa.fa-rss:hover{
	color: #f26522;
}
.agileinfo-social-grids ul li a span.fa.fa-vk:hover{
	color: #45668e;
}
.section_room_pay {
    margin-bottom: 2em;
}
.copy-wthree {
    margin: 2em 0em 0;
    flex-basis: 100%;
}

.copy-wthree p {
    color: #fff;
    font-size: 15px;
    letter-spacing: 2px;
    font-weight: 600;
}

.copy-wthree a {
    color: #efac12;
}

.paypal_agile {
    margin-top: 1.5em;
}
/*--placeholder-color--*/

.w3ls_tab input[type="email"]::-webkit-input-placeholder {
	color: #fff;
}

.w3ls_tab input[type="email"]:-moz-placeholder {
	/* Firefox 18- */
	color: #fff;
}

.w3ls_tab input[type="email"]::-moz-placeholder {
	/* Firefox 19+ */
	color: #fff;
}

.w3ls_tab input[type="email"]:-ms-input-placeholder {
	color: #fff;
}
.login-form input[type="text"], .login-form input[type="password"], .login-form input[type="email"] {
    outline: none;
    font-size: .9em;
    letter-spacing: 1px;
    color: #666;
    padding: 1em 1em;
    margin: 0;
    width: 92%;
    margin-bottom: 1em;
    border: none;
    border: 1px solid rgb(101, 101, 101);
    -webkit-appearance: none;
    display: block;
    background: #fff;
    font-family: 'Raleway', sans-serif;
}
.login-form input[type="submit"] {
    font-size: 1em;
    color: #ffffff;
    background: #efac12;
    border: 1px solid #efac12;
    outline: none;
    cursor: pointer;
    padding: .8em 1em;
    letter-spacing: 1px;
    -webkit-appearance: none;
    width: 100%;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    font-family: 'Raleway', sans-serif;
}
.login-form input[type="submit"]:hover {
    background: #384956;
    border: 1px solid #384956;
}

/*-- //subscribe form styling --*/
.login-form h3 {
    font-size: 2em;
    color: #333;
    float: left;
    margin-bottom: 1.5em;
    line-height: 0.7em;
    letter-spacing: 0px;
}
#small-dialog1 .login-form h3 {
    float: none;
    margin-bottom: 1em;
}
#small-dialog1 p {
    font-size: 15px;
    letter-spacing: .5px;
    margin-bottom: 1em;
    line-height: 26px;
    color: #555;
}
/*-- //subscribe form styling --*/

/*--//placeholder-color--*/
@media (max-width: 1080px) {
	h1 {
    font-size: 3em;
	}
	h2 {
    font-size: 2em;
}
}

@media (max-width:800px) {
.responsive_tabs.w3ls_tab {
    padding: 2vw 5vw;
}
.copy-wthree p {
    font-size: 14px;
    line-height: 1.8em;
    text-align: center;
    letter-spacing: 1px;
}
h1 {
    margin: 0.5em 0vw 2.5em;
	    letter-spacing: 1px;
}
.text-left {
    text-align: center;
}
}
@media (max-width: 736px) {
h1 {
    font-size: 2.6em;
}
h2 {
    font-size: 1.5em;
}
}
@media (max-width: 640px) {
h1 {
    font-size: 2.2em;
}
p {
    font-size: 15px;
}
}
@media (max-width: 480px) {
    .copy-wthree p {
        line-height: 1.7;
    }
    .copy-wthree {
        margin: 2em 0;
    }
	h1 {
    font-size: 1.8em;
}
.responsive_tabs.w3ls_tab {
    padding: 10vw 5vw;
}
.updat a {
    font-size: 1em;
    letter-spacing: 1px;
}
}
@media (max-width: 440px) {
h1 {
    font-size: 1.6em;
}
h2 {
    font-size: 1.3em;
}
.agileinfo-social-grids {
    margin-top: 2em;
}
}
@media (max-width: 414px) {
h1 {
    letter-spacing: 0px;
}
.login-form h3 {
    font-size: 1.5em;
}
}
@media (max-width: 384px) {
h1 {
    font-size: 1.5em;
}
}
@media (max-width: 320px) {
h1 {
    font-size: 1.3em;
}
.copy-wthree {
    margin: 1.5em 0 0;
}
h2 {
    font-size: 1.2em;
}
}
