/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
@import url(http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic);
@import url(http://fonts.googleapis.com/css?family=Raleway:400,300,700);

/*------------------------------------------*/
/*	     01 - General & Basic Styles
/*------------------------------------------*/
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 21px;
    font-weight: 300;
    color: #000000;
    background: url(../images/patterns/1.html) fixed repeat;
}

strong, b {
    font-weight: 600;
}

img {
    max-width: 100%;
    height: auto;
}

ul, ol {
    list-style: none;
}

ul {
    padding: 0;
    margin: 0;
}

a {
    transition: color ease-in-out;
    -moz-transition: color ease-in-out;
    -webkit-transition: color ease-in-out;
    -o-transition: color 0.2s ease-in-out;
}

    a:hover {
        color: #666;
    }

    a, a:hover {
        text-decoration: none;
    }

i {
    font-size: 1.1em;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin: 0;
    color: #666;
}

h1 {
    font-size: 24px;
    line-height: 30px;
}

h2 {
    font-size: 22px;
    line-height: 28px;
}

h3 {
    font-size: 18px;
    line-height: 24px;
}

h4 {
    font-size: 16px;
    line-height: 22px;
}

h5 {
    font-size: 14px;
    line-height: 20px;
}

h6 {
    font-size: 12px;
    line-height: 18px;
}

p {
    font-size: 17px;
    font-family: 'Open Sans', sans-serif;
    line-height: 22px;
    margin: 0;
}

    p strong {
        font-weight: 600;
    }

.accent-color-bg {
    color: #fff;
}

.fittext {
    font-size: 38px;
    font-weight: 300;
    line-height: 1.6em;
    margin-bottom: 35px;
    color: rgba(0,0,0, 0.8);
}

    .fittext strong {
        font-weight: 700;
    }

.page-content p {
    margin-bottom: 15px;
}

.wite-text {
    color: #fff;
}

.uppercase {
    text-transform: uppercase;
}

.image-text {
    margin-right: 10px;
}

.navbar-brand {
    padding: 10px 15px;
}

    .navbar-brand img {
        width: 80%;
    }

a.main-button, input[type="submit"] {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

    a.main-button:hover, input[type="submit"]:hover {
        background: #666;
        color: #fff;
    }

    a.main-button i {
        font-size: 1.2em;
    }

input[type="submit"] {
    border: none;
}

.tooltip .tooltip-inner {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
}

#content {
    padding: 30px 0;
}

    #content.full-sections {
        padding: 0;
    }

.section {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

    .section.repeat-bg {
        background-repeat: repeat;
        -webkit-background-size: auto !important;
        -moz-background-size: auto !important;
        -o-background-size: auto !important;
        background-size: auto !important;
    }

.bg-parallax {
    background-attachment: fixed;
}

.section-video {
    position: absolute;
    z-index: 33;
    left: 0;
    top: -100px;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
}

    .section-video object {
        display: block;
        width: 100% !important;
        height: auto !important;
    }

    .section-video img {
        display: block;
        width: 100% !important;
        height: auto !important;
    }

.section-video-content {
    z-index: 35;
    position: relative;
    opacity: 0.98;
}

.section-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 34;
    opacity: 0.7;
}

.light-section {
    color: #fff;
}

    .light-section .testimonials {
        color: #666;
    }

        .light-section .testimonials .testimonial-content p {
            color: #c4c4c4;
        }

#container {
    background-color: #fff;
}

.boxed-page {
    position: relative;
    width: 1220px;
    margin: 0 auto;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.3);
    -o-box-shadow: 0 0 10px rgba(0,0,0,0.3);
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

    .boxed-page header {
        width: 1220px;
    }

#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9999999999;
}

.spinner {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    left: 50%;
    margin-left: -40px;
    margin-top: -40px;
    -webkit-animation: rotatee 2.0s infinite linear;
    animation: rotatee 2.0s infinite linear;
}

.dot1, .dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    border-radius: 100%;
    -webkit-animation: bouncee 2.0s infinite ease-in-out;
    animation: bouncee 2.0s infinite ease-in-out;
}

.dot2 {
    top: auto;
    bottom: 0px;
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes rotatee {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes rotatee {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes bouncee {
    0%, 100% {
        -webkit-transform: scale(0.0);
    }

    50% {
        -webkit-transform: scale(1.0);
    }
}

@keyframes bouncee {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

/*------------------------------------------*/
/*	     02 - Header & Navigation
/*------------------------------------------*/
.main-header {
    background-color: #f9f186;
    padding: 0px;
    /* background-image: url(../images/header-design.jpg);
	background-position: bottom;
	background-repeat: repeat-x; */
    text-align: center;
}

.header-text {
    width: 780px;
    margin: 15px 0;
}

.maharaj {
    width: 242px;
}

header {
    /*position: fixed;
	top: 0;*/
    width: 100%;
    z-index: 9999999;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.fixed-header {
    opacity: 0.95;
    box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2);
}

.navbar-collapse {
    width: 100%;
}

.navbar {
    margin-bottom: 0;
    background: #d41e18;
    background-image: url(../images/nav-bg.jpg);
    background-repeat: repeat-x;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    box-shadow: 0 4px 15px rgba(0,0,0,0.5);
    z-index: 9;
}

.navbar-brand {
    position: relative;
    margin: 0 !important;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.navbar-default .navbar-nav {
    margin-right: 10px !important;
    position: relative;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

    .navbar-default .navbar-nav > li {
        /*margin-left: 6px;*/
    }

        .navbar-default .navbar-nav > li:first-child {
            margin-left: 0;
        }

        .navbar-default .navbar-nav > li > a {
            color: #ffcfce;
            display: block;
            font-size: 16px;
            font-weight: 300;
            overflow: hidden;
            transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            font-weight: 400;
            background-image: url(../images/line.jpg);
            background-repeat: no-repeat;
            background-position: right;
            padding: 18px 30px 18px 30px;
        }

            .navbar-default .navbar-nav > li > a.active, .navbar-default .navbar-nav > li:hover > a {
                color: #fff !important;
                text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
                background-color: #9f160e;
            }

            .navbar-default .navbar-nav > li > a:focus {
                color: #fff !important;
                text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
            }

            .navbar-default .navbar-nav > li > a.active {
                font-weight: bold;
            }

    /* .navbar-default .navbar-nav > li > a i {
	margin: 0 -2px 0 -5px;
} */

    .navbar-default .navbar-nav .dropdown:after {
        position: absolute;
        top: -4px;
        content: '';
        left: 50%;
        display: block;
        height: 8px;
        width: 8px;
        opacity: 1;
        margin: 0 0 -3px -2px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        background-color: #f9f9f9 !important;
    }

    .navbar-default .navbar-nav .dropdown {
        position: absolute;
        left: 0;
        top: 100%;
        /* width: 100%; */
        min-width: 146px;
        background-color: #f9f9f9;
        visibility: hidden;
        z-index: 2;
        opacity: 0;
        transition: opacity 0.3s ease-in-out;
        -moz-transition: opacity 0.3s ease-in-out;
        -webkit-transition: opacity 0.3s ease-in-out;
        -o-transition: opacity 0.3s ease-in-out;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
        -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    }

    .navbar-default .navbar-nav > li.drop:hover .dropdown {
        visibility: visible;
        opacity: 1;
    }

.dropdown li, .sup-dropdown li {
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.04);
}

    .dropdown li:first-child, .sup-dropdown li:first-child {
        border-top: none;
    }

    .dropdown li a, .sup-dropdown li a {
        display: block;
        color: #666;
        font-size: 14px;
        font-family: 'Open Sans', sans-serif;
        padding: 8px 12px;
        text-decoration: none;
        text-transform: capitalize;
        transition: padding 0.2s ease-in-out;
        -moz-transition: padding 0.2s ease-in-out;
        -webkit-transition: padding 0.2s ease-in-out;
        -o-transition: padding 0.2s ease-in-out;
    }

    .dropdown > li:hover > a, .sup-dropdown li:hover > a {
        padding-left: 14px;
    }

    .dropdown li a i {
        margin: 0 0 0 -4px;
    }

.navbar-default .navbar-nav .sup-dropdown {
    position: absolute;
    left: 100%;
    top: 0;
    width: 180px;
    background-color: #fff;
    margin-top: 10px;
    transition: margin-top 0.2s ease-in-out;
    -moz-transition: margin-top 0.2s ease-in-out;
    -webkit-transition: margin-top 0.2s ease-in-out;
    -o-transition: margin-top 0.2s ease-in-out;
    visibility: hidden;
    z-index: 3;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-default .navbar-nav li.drop .dropdown li:hover .sup-dropdown {
    visibility: visible;
    margin-top: 0;
}


/*================================================== 
     Slideshow
 ================================================== */

/*-- Main slide --*/

#main-slide .item img {
    width: 100%;
}

#main-slide .item .slider-content {
    z-index: 0;
    opacity: 0;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
}

#main-slide .item.active .slider-content {
    z-index: 0;
    opacity: 1;
    -webkit-transition: opacity 100ms;
    -moz-transition: opacity 100ms;
    -o-transition: opacity 100ms;
    transition: opacity 100ms;
}

#main-slide .slider-content {
    left: 80px;
    position: absolute;
    top: 45%;
}

#main-slide .slider-content2 {
    position: absolute;
    top: 60%;
    margin: 0 auto;
    text-align: center;
    left: 50%;
    width: 50%;
    margin-left: -25%;
}

    #main-slide .slider-content span, #main-slide .slider-content2 span {
        color: #fff;
        display: block;
        font-size: 36px;
        text-align: left;
        padding: 10px 20px;
        background-color: rgba(0, 0, 0, 0.5);
        font-weight: 600;
        line-height: normal;
    }

    #main-slide .slider-content2 span {
        text-align: center;
    }

    #main-slide .slider-content .readmore, #main-slide .slider-content2 .readmore {
        border: 1px solid #fff;
        float: left;
        margin-top: 10px;
    }

    #main-slide .slider-content2 .readmore {
        float: none;
    }

#main-slide .carousel-indicators {
    /* bottom: 30px; */
}

.carousel-indicators li {
    width: 14px !important;
    height: 14px !important;
    border: 2px solid #fff !important;
    margin: 1px !important;
}


#main-slide .carousel-control.left,
#main-slide .carousel-control.right {
    opacity: 1;
    filter: alpha(opacity=100);
    background-image: none;
    background-repeat: no-repeat;
    text-shadow: none;
}

    #main-slide .carousel-control.left span {
        padding: 15px;
    }

    #main-slide .carousel-control.right span {
        padding: 15px;
    }

#main-slide .carousel-control .fa-angle-left,
#main-slide .carousel-control .fa-angle-right {
    position: absolute;
    top: 45%;
    z-index: 5;
    display: inline-block;
}

#main-slide .carousel-control .fa-angle-left {
    left: 15px;
}

#main-slide .carousel-control .fa-angle-right {
    right: 15px;
}

#main-slide .carousel-control i {
    background: rgba(0,0,0,.7);
    color: #fff;
    line-height: 20px;
    border-radius: 50%;
    font-size: 32px;
    padding: 15px 20px;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

#main-slide .slider-content h2.white, #main-slide .slider-content h3.white {
    color: #fff;
}

#main-slide .slider-content h3 {
    font-size: 36px;
    font-weight: 300;
    margin-top: 60px;
    text-transform: uppercase;
    text-align: center;
    color: #555;
}

.slider-content-left {
    position: relative;
    margin: 0 0 0 40px;
}

.slider-content-right {
    position: relative;
}

.carousel-control {
    width: 0%;
}

/*-- Animation --*/

.carousel .item.active .animated2 {
    -webkit-animation: lightSpeedIn 1s ease-in 200ms both;
    animation: lightSpeedIn 1s ease-in 200ms both;
}

.carousel .item.active .animated3 {
    -webkit-animation: bounceInLeft 1s ease-in-out 500ms both;
    animation: bounceInLeft 1s ease-in-out 500ms both;
}

.carousel .item.active .animated4 {
    -webkit-animation: flipInX 1s ease-in 500ms both;
    animation: flipInX 1s ease-in 500ms both;
    text-align: center;
}

.carousel .item.active .animated5 {
    -webkit-animation: bounceInLeft 1s ease-in-out 100ms both;
    animation: bounceInLeft 1s ease-in-out 100ms both;
}

.carousel .item.active .animated6 {
    -webkit-animation: bounceIn 1s ease-in 500ms both;
    animation: bounceIn 1s ease-in 500ms both;
    text-align: center;
}

.carousel .item.active .animated7 {
    -webkit-animation: bounceIn 1s ease-in 500ms both;
    animation: bounceIn 1s ease-in 500ms both;
}

.carousel .item.active .animated8 {
    -webkit-animation: fadeInDown 1s ease-in 1000ms both;
    animation: fadeInDown 1s ease-in 1000ms both;
}

.mail_response {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.carousel-control.right, .carousel-control.left {
    background-image: none;
    filter: none;
}

.carousel-control2 {
    color: #d41e18;
    font-size: 24px;
    text-shadow: 0;
    opacity: 1;
}

    .carousel-control2:hover {
        color: #d41e18;
    }
/*------------------------------------------*/
/*	     05 - Shortcodes Elements
/*------------------------------------------*/

/*************** Dividers ***************/

.margin-60 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-top {
    margin-top: 30px;
}

.hr1 {
    height: 1px;
}

.hr2 {
    height: 0;
    border-bottom: 1px solid #eee;
}

.hr3 {
    height: 0;
    border-bottom: 1px dotted #eee;
}

.hr4 {
    height: 0;
    border-bottom: 1px dashed #eee;
}

.hr5 {
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.15), rgba(0,0,0,0));
    background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.15), rgba(0,0,0,0));
    background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.15), rgba(0,0,0,0));
    background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.15), rgba(0,0,0,0));
}

.about-vysm {
    background-color: #fdf69c;
    padding: 40px 0;
    position: relative;
}

.headline {
    color: #ee3733;
    font-size: 30px;
    margin-bottom: 20px;
}

.read, .read:hover, .read:active, .read:focus {
    font-weight: bold;
    color: #356f00;
}

.message {
    width: 100%;
    height: 30px;
    background-color: #ffcf68;
    padding: 5px 20px;
}

marquee {
    width: 100%;
}

.move-text {
    color: #000;
    font-weight: bold;
    font-size: 16px;
}

.news-section {
    padding: 70px 0 40px 0;
}

.inner-section {
    padding: 50px 0 40px 0;
}

.notice, .news {
    background-color: #ffee9a;
    padding: 20px;
    width: 100%;
    height: 300px;
}

    /* .news{
	background-color: #ddd478;
} */

    .notice img, .news img {
        vertical-align: middle;
        width: 190px;
        float: left;
        margin: 6% 0 6% 0;
    }

    .notice h2, .news h2 {
        color: #ee3733;
        margin-bottom: 15px;
    }

    .notice p, .news p {
        float: left;
        width: 305px;
        height: 214px;
    }

        .notice p marquee, .news p marquee {
            width: 100%;
            height: 100%;
        }

.adds {
    padding: 0 0 40px 0;
}

.control-left, .control-right {
    top: 45%;
    position: absolute;
}

.control-left {
    left: 15px;
}

.control-right {
    right: 15px;
}

/*------------------------------------------*/
/*			 11 - Footer Styles
/*------------------------------------------*/

.fat-footer {
    width: 100%;
    background-color: #f8f8f8;
    padding: 20px 0;
}

.invitation a {
    padding: 10px 20px;
    background-color: #ee3733;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
}

.visitors {
    font-size: 18px;
    margin-left: 10px;
    display: block;
    margin-top: 10px;
}

.back-to-top {
    display: none;
    position: fixed;
    bottom: 18px;
    right: 15px;
}

    .back-to-top i {
        display: block;
        width: 36px;
        height: 36px;
        line-height: 36px;
        color: #fff;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -o-border-radius: 2px;
        text-align: center;
        background-color: #666;
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
    }

.footer {
    background-color: #fdf69c;
    padding: 20px 0;
}

.social {
    float: left;
}

    .social a {
        font-size: 36px;
        margin-right: 5px;
        display: inline-block;
    }

        .social a:hover {
            color: #ee3733;
        }

.facebook {
    color: #3B5998;
}

.linkedin {
    color: #0077B5;
}

.twitter {
    color: #08a0e9;
}

.footer p {
    float: right;
    line-height: 36px;
    font-size: 13px;
}

.page-title {
    display: none;
}

.maharashtra-map {
    width: 100%;
    background-color: #f5f5f5;
}

.vysm-map {
    position: relative;
}

.jejuri {
    position: absolute;
    top: 329px;
    left: 317px;
    cursor: pointer;
}

.vysm-map .dropdown .dropdown-menu li {
    padding: 10px;
    font-size: 12px;
}

.dropdown-menu {
    top: 90%;
    min-width: 175px;
    padding: 0;
    margin: 2px 0 0;
    font-size: 13px;
}

.vysm-map .dropdown .btn {
    padding: 0;
}

.vysm-map .dropdown img {
    max-width: 80%;
    height: auto;
}

.count {
    padding: 10px 20px;
    background-color: #fff;
    color: #343434;
    font-size: 18px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    font-weight: bold;
}

/* Style the tab */
.tab {
    float: left;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    width: 30%;
}

    /* Style the buttons that are used to open the tab content */
    .tab button {
        display: block;
        background-color: inherit;
        color: black;
        padding: 10px 15px;
        width: 100%;
        border: none;
        outline: none;
        text-align: left;
        cursor: pointer;
        transition: 0.3s;
        border-bottom: 1px solid #ddd;
    }

        /* Change background color of buttons on hover */
        .tab button:hover {
            background-color: #ddd;
        }

        /* Create an active/current "tab button" class */
        .tab button.active {
            background-color: #ccc;
        }

/* Style the tab content */
.tabcontent {
    float: left;
    padding: 10px 12px;
    border: 1px solid #ccc;
    width: 100%;
    min-height: 300px;
    margin-left: -1px;
}

.main-img {
    margin-top: 20px;
}

    .main-img img {
        width: 100%;
        border: 1px solid #ccc;
    }

.blog-content {
    background-color: #fdf69c;
    border-radius: 5px;
    border: 1px solid #ffcf68;
    padding: 10px;
    margin-top: 20px;
}

.tabcontent h2 {
    color: #ee3733;
}

.blog-content h3 {
    font-size: 16px;
    color: #343434;
}

.readmore {
    padding: 6px 12px;
    background-color: #ee3733;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    border-radius: 4px;
    margin-top: 5px;
    float: right;
    border: 0;
}

    .readmore:hover, .readmore:focus, .readmore:active {
        color: #fff;
    }

.tabcontent textarea {
    margin-top: 10px;
    width: 100%;
    border-radius: 4px;
}

/*Added below By SURAJ*/

/* Style the albumtab */
.albumtab {
    /*float: left;*/
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    /*width: 30%;*/
}

    /* Style the buttons that are used to open the tab content */
    .albumtab button {
        display: block;
        background-color: inherit;
        color: black;
        padding: 10px 15px;
        width: 100%;
        border: none;
        outline: none;
        text-align: left;
        cursor: pointer;
        transition: 0.3s;
        border-bottom: 1px solid #ddd;
    }

        /* Change background color of buttons on hover */
        .albumtab button:hover {
            background-color: #ddd;
        }

        /* Create an active/current "tab button" class */
        .albumtab button.active {
            background-color: #ccc;
        }

.Imagecontent {
    background-color: #C0C0C0;
    border: 1px solid #A8B2BB;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 1px 3px #AAAAAA;
    margin: 10px;
    padding: 10px;
    position: relative;
    display: inline-block;
    width: 150px;
}

.albumimg {
    max-width: 100%;
    height: 125px;
}

.admin-section {
    padding: 15px 0 0 0;
}

.admin-headline {
    color: #ee3733;
    font-size: 30px;
}

.tabcontent1 {
    float: left;
    padding: 10px 12px;
    border: 1px solid #ccc;
    width: 70%;
    min-height: 300px;
    margin-left: -1px;
}

.tabcontent1 textarea {
    margin-top: 10px;
    width: 100%;
    border-radius: 4px;
}