﻿@charset "utf-8";
/* CSS Document */
* {
    box-sizing: border-box
}
body {
    margin: 0;
    padding: 0;
    font-family: "PT Serif";
    color: #444444;
}
.contaniner {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px 10px 0px 10px
}
body {
    text-align: center;
    font-family: 'Roboto', sans-serif;
}
header {
    background-position: bottom center;
    background-size: cover;
    text-align: center;
    border-top: 10px solid #fff;
    position: relative;
	background-image:url(../img/bg.jpg);
    /*background: #000354;   fallback for old browsers */
    /*background: -webkit-linear-gradient(left, #000354, #681155);
    background: -o-linear-gradient(left, #000354, #681155);
    background: linear-gradient(to right, #000354, #681155);
	 Chrome 10-25, Safari 5.1-6 */ /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.header-paid {
	background-position: bottom center;
    background-size: cover;
    text-align: center;
    border-top: 10px solid #fff;
    position: relative;
	background-image:url("../img/bg-paid.jpg");

}
.logo {
    padding: 10px;
    margin-bottom: 30px
}
.calender-logo {
    max-width: 400px;
    text-align: center;
    margin: 0 auto
}
.calender-logo img {
    width: 100%;
}
.calender-mob-image img {
    height: auto;
    display: block;
    width: 100%;
    margin-top: 30px
}
.candar-title {
    font-size: 30px;
    line-height: 60px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;}
.btn {
    width: 50%;
    text-align: center;
    float: left;
    transition: all 0.3s ease;
}
.btn:hover {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}
.content {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 15px
}
.clear {
    clear: both
}
footer p {
    margin-top: 2px;
    font-size: 15px
}
.social-media-main {
    width: 60px;
    height: 226px;
    float: left;
    position: fixed;
    bottom: 50%;
    z-index: 9;
    right: 30px;
    margin-bottom: -113px;
}
.social-media-ins {
    width: 50px;
    height: 215px;
    float: left;
    margin: 5px;
}
.social-media-head {
    width: 100%;
    height: auto;
    float: left;
    font-family: arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #FFFFFF;
    margin-bottom: 5px;
    text-align: center;
    line-height: 110%;
}
.social-media-icon {
    width: 50px;
    height: 50px;
    float: left;
    margin-bottom: 5px;
    cursor: pointer;
    background-image: url(../img/social.png);
    background-repeat: no-repeat;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.tw-clr {
    background-position: 0 -102px;
    background-color: #2caafe;
}
.gl-clr {
    background-position: 0 -51px;
    background-color: #fb443e;
}
.wt-clr {
    background-position: 0 -153px;
    background-color: #13b345;
}
.fb-clr {
    background-color: #2b44a0;
    background-position: 0 0px;
}
footer p {
    padding: 15px 0;
}
@media only screen and (max-width: 768px) {
    .social-media-main {
        width: 100% !important;
        height: auto !important;
        position: inherit !important;
        padding: 0px;
        text-align: center !important;
        bottom: auto !important;
        right: auto !important
    }
    .social-media-ins {
        width: 100% !important;
        height: auto !important;
        margin: 0 !important;
        display: inline-block
    }
    .social-media-icon {
        margin: 0 !important
    }
    .social-media-icon {
        border-radius: 0 !important;
        width: 25% !important
    }
    .fb-clr {
        background-position: 50% 0px;
    }
    .tw-clr {
        background-position: 50% -102px;
    }
    .gl-clr {
        background-position: 50% -51px;
    }
    .wt-clr {
        background-position: 50% -153px;
    }
}



@media only screen and (max-width: 480px) {
.candar-title {
    font-size: 20px;
    line-height: 40px;
}
}