/*Second template*/
body, html {
    height: 100%;
    width: 100%:
}
.mainWrapper {
    background-image: url(../img/background_800.jpg);
    min-height: 100%;
    width: 800px;
	padding-bottom:20px;
}

h1.heading {
    font-size: 1.5em;
    margin-top: 6px;
}
.header {
    background: rgba(32, 204, 18, 0.24);
}

.contactsHeader {
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
    padding-top: 10px;
	font-size:1.2em;
}
.topMenu {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#83db83+0,11b200+100 */
background: #83db83; /* Old browsers */
background: -moz-linear-gradient(top,  #83db83 0%, #11b200 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#83db83), color-stop(100%,#11b200)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #83db83 0%,#11b200 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #83db83 0%,#11b200 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #83db83 0%,#11b200 100%); /* IE10+ */
background: linear-gradient(to bottom,  #83db83 0%,#11b200 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#83db83', endColorstr='#11b200',GradientType=0 ); /* IE6-9 */
    border-radius: 10px 10px 0px 0px;
}
p {
    margin: 0 0 5px;
}
.btnSchemes {
    float: right;
    text-transform: uppercase;
}
.tab-content {
    position: relative;
}
.topMenu li a{
    color: #000;
    font-weight: bold;
}
.img350 {
    border: 2px solid rgba(26, 183, 19, 0.9);
    margin: 10px;
}
nav {
    padding-top: 20px;
}
article {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 0px 0px 10px 10px;
    border-right: 2px solid #666;
    border-left: 2px solid #666;
    border-bottom: 2px solid #666;
    max-height: 600px;
    padding: 10px;
    overflow: scroll;
    overflow-x:hidden;
}
@media (min-width: 1200px) {
    .row {
        margin-left:-15px !important; 
    }
}

@media screen and (max-width: 775px) {
    .mainWrapper {
        background-image:none;
        
        height: auto;
    }
    body {
        background: rgba(181, 200, 253, 0.56);
    }
    article {
        overflow: visible;
        max-height: none;
    }
    h1.heading {
        text-align: center;
    }
}

@media screen and (max-width: 520px) {
    .topMenu li {
        width:100%;
    }
    
}
/*First template
body {font-family: 'Playfair Display', serif; background: #FFF;}
h1.slogan {font-style: italic; margin-top: 0px;}
.container.main {background: #fff;}
header {}
.contacts {font-size:1.1em; background:#4E4E54; color:#fff;}
h3.heading {background: #900303; border-radius: 10px; color: #fff; padding: 5px; padding-bottom: 10px;}
.menu {background:#C6C1D8;}
header {background:#4341CA;color:#fff;}*/