.mainContainer {
    position: relative;
    width: 100% !important;
}

@media(max-width:900px) {
    .centerContainer {
        position: relative;
        margin: 0px auto;
        width: 90%;
    }
    #content1 {
        z-index: 99;
    }
}

@media(min-width:900px) {
    .centerContainer {
        position: relative;
        margin: 0px auto;
        width: 1200px;
    }
}

.centerContainerPadding {
    position: relative;
    margin: 0px auto;
    width: 1000px;
    padding-top: 60px;
}


/*****burgerBtn*****/

.minimize {
    display: none;
}

.maximize {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: white;
    text-align: center;
    font-size: 20px;
    /* text-shadow: 0 0 3px #f78de7, 0 0 5px #f78de7; */
    color: black;
    z-index: 99;
    padding-top: 75px;
}

.maximize .mobileMenuItem {
    padding: 20px;
    color: black;
}

.mobileMenuItem:hover {
    background-color: #000;
    color: white;
}

@media(max-width:900px) {
    .ico-btn {
        color: black !important;
        position: relative;
        background-color: white;
        right: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 36px;
        height: 36px;
        cursor: pointer;
        transition: all 0.2s ease-in;
        border-radius: 50%;
        float: right;
        z-index: 99999999;
    }
    .ico-btn:hover {
        background-color: gray;
    }
    .ico-btn__burger,
    .ico-btn__burger::before,
    .ico-btn__burger::after {
        width: 20px;
        height: 2px;
        background: currentColor;
        border-radius: 2px;
        transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    }
    .ico-btn__burger::before {
        content: "";
        position: absolute;
        transform: translateY(-6px);
    }
    .ico-btn__burger::after {
        content: "";
        position: absolute;
        transform: translateY(6px);
    }
    /* -------------------------------------------
**  ANIMATION 
============================================= */
    .ico-btn.is-active .ico-btn__burger {
        background: transparent;
    }
    .ico-btn.is-active .ico-btn__burger::before {
        transform: rotate(-45deg);
    }
    .ico-btn.is-active .ico-btn__burger::after {
        transform: rotate(45deg);
    }
    .ico-btn.is-active {
        transform: rotate(360deg);
    }
}


/**********************/

.newspapers {
    position: relative;
    width: 100%;
    height: 25px;
    padding-top: 5px;
    padding-left: 10%;
    padding-right: 10%;
    overflow: hidden;
    background: #636466;
}

.topImage {
    position: relative;
    width: 100%;
    height: 300px;
}

.workshop {
    position: absolute;
    right: 0px;
    width: 100px;
    height: 100px;
    z-index: 999;
    text-align: center;
}

.textright {
    text-align: right;
}

.logo {
    position: relative;
    margin-top: 10px;
}

.login {
    /* position: relative; */
    width: 210px;
    margin-top: 30px;
}

input[type="text"].loginTxt,
input[type="password"].loginTxt {
    width: 200px;
    padding: 5px;
    margin-top: 5px;
    border: 0px;
    border-bottom: 1px solid #000;
    outline: 0px;
    background: rgba(255, 255, 255, 0.8);
    color: black !important;
}

input[type="submit"].loginBtn {
    float: right;
    padding: 3px 15px;
    margin-top: 10px;
    border: 1px solid black;
    background: rgba(255, 255, 255, 0.8);
    clear: both;
    color: black !important;
}

input[type="submit"].loginBtn:hover {
    background: rgb(58, 26, 188, 0.8);
    border: 1px solid #3a1abc;
}

input[type="button"].logoutBtn {
    padding: 3px 15px;
    margin-top: 10px;
    border: 1px solid black;
    background: rgba(255, 255, 255, 0.8);
    color: black !important;
}

input[type="button"].logoutBtn:hover {
    background: rgb(58, 26, 188, 0.8);
    border: 1px solid #3a1abc;
}

.nav1 {
    margin-left: 25%;
}

.navTab {
    position: relative;
    float: left;
    margin-right: 5px;
    width: 80px;
    height: 85px;
    text-align: center;
}

.navTabOn {
    background: rgb(58, 26, 188, 0.8);
}

.navTabOff {
    background: rgba(76, 73, 73, 0.8);
}

.navTabText {
    position: absolute;
    bottom: 3px;
    width: 80px;
    text-align: center;
}


/*****Search*****/

.search {
    position: relative;
    margin: 0px auto;
    width: 600px;
    margin-bottom: 60px;
}

.searchText {
    position: relative;
    float: left;
    width: 420px;
    padding-bottom: 5px;
    border-bottom: 1px solid #000;
}

.searchButton {
    float: right;
    width: 160px;
}

.inputTxt {
    width: 250px !important;
}

input[type="text"].searchTxt {
    width: 370px;
    border: 0px;
    outline: none;
    background: #FFF;
}

input[type="button"].searchBtn {
    padding: 0px 10px;
    border: 1px solid #3a1abc;
    outline: none;
    background: #FFF;
}

input[type="button"].searchBtn:hover {
    border-color: #000;
    color: #000;
}

input[type="button"]#showMore {
    padding: 3px 10px;
    border: 0px;
    outline: 0px;
    background: #000;
    color: #FFF;
}

input[type="button"]#showMore:hover {
    background: #3a1abc;
}


/*****HOME*****/

@media(max-width:900px) {
    .homeNewsText {
        padding: 0px 50px;
    }
}

@media(min-width:900px) {
    .homeNewsText {
        padding-right: 80px;
    }
}

.summary {
    position: relative;
    /* width: 100%; */
    padding: 20px 0px;
}

.aboutcontainer {
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 30px;
    margin-left: 2% !important;
    margin-right: 2% !important;
    width: 100% !important;
}


/*****ABOUT*****/

.team:nth-child(odd) {
    float: left;
    margin-top: 40px;
    width: 300px;
}

.team:nth-child(even) {
    float: left;
    margin-top: 40px;
    margin-left: 150px;
    width: 300px;
}

.services {
    padding: 0px 40px;
    border: 1px solid #656767;
}

.newspaper {
    float: right;
    margin: 0px 50px;
    width: 150px;
    height: 100px;
}


/*****FAQ*****/

.faq:nth-child(odd) {
    padding: 30px 20px;
    background: rgba(76, 73, 73, 0.2);
}

.faq:nth-child(even) {
    padding: 30px 20px;
    background: #FFF;
}


/****Founder****/

.founderSlider {
    position: relative;
    margin: 0px auto;
    padding-left: 5%;
    margin-top: 100px;
    width: 100%;
    height: 450px;
    overflow: hidden;
}

.founderDescription {
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 10px;
    background: rgba(0, 0, 0, 0.6);
}

.sliderBullets {
    /* position: relative;
    margin: 0px auto; */
    margin-top: 40px;
}

.sliderbullet {
    float: left;
    margin: 0px 5px;
    width: 20px;
    height: 20px;
}

.sliderbulletOn {
    background: url(../images/icons/bulletOn.png) center no-repeat;
}

.sliderbulletOff {
    background: url(../images/icons/bulletOff.png) center no-repeat;
}


/*****Subscribe*****/

input[type="text"].txtYellow {
    width: 300px;
    padding: 7px;
    border: 0px;
    outline: 0px;
    background: rgb(58, 26, 188, 0.5);
}

input[type="button"].btnYellow {
    width: 160px;
    padding: 5px;
    outline: 0px;
    border: 2px solid #FFF;
    background: transparent;
}

input[type="button"].btnYellow:hover {
    border-color: #3a1abc;
    color: #3a1abc;
}

input[type="text"].txtWhite {
    width: 300px;
    padding: 7px;
    border: 0px;
    outline: 0px;
    background: #FFF;
}

select.selectWhite {
    width: 314px;
    padding: 7px;
    border: 0px;
    outline: 0px;
    background: #FFF;
}

input[type="button"].btnGrey {
    width: 160px;
    padding: 5px;
    outline: 0px;
    border: 2px solid #000;
    background: transparent;
}

input[type="button"].btnGrey:hover {
    border-color: #908f8f;
    color: #908f8f;
}


/*****Advanced Search*****/
.spellWords{
	position:absolute;
	background:rgba(44,40,41,0.9);
	width:1000px;
	padding:70px 100px;
	z-index:999;
	display:none;
}
#closeSpellWords{
	position:absolute;
	right:20px;
	top:20px;
}
.findResults{
	position:relative;
	margin:0px auto;
	width:1000px;
	padding:20px 60px;
	background:rgba(58, 26,188,0.8);
}
.findResultTxt{
	width:320px;
	padding:0px 15px;
	height:35px;
	border:0px;
	outline:none;
}
.filterBy{
	position:relative;
	margin:0px auto;
	width:880px;
}
select.filter{
	width:330px;
	padding:5px 20px;
	color:#FFF;
	border:0px;
	outline:none;
	background:rgba(58, 26,188,0.8);
}
select.filterMulti{
	width:330px;
	height:125px;
	padding:5px 20px;
	border-width:1px;
	border-style:solid;
	border-color:rgba(58, 26,188,0.8);
	background:#FFF;
}
select.filterDate{
	padding:5px 20px;
	border-width:1px;
	border-style:solid;
	border-color:rgba(58, 26,188,0.8);
	background:#FFF;
}
input[type="submit"].advancedSearchBtn{
	border:1px solid #000;
	color:#000;
	outline:none;
	cursor:pointer;
	background:#FFF;
}
input[type="submit"].advancedSearchBtn:hover{
	color:#3a1abc;
	border-color:#3a1abc
}

input[type="button"].spellBtn{
	border:1px solid #000;
	color:#000;
	outline:none;
	cursor:pointer;
	background:#FFF;
}
input[type="button"].spellBtn:hover{
	color:#3a1abc;
	border-color:#3a1abc
}

input[type="button"].showMoreBtn{
	border:1px solid #000;
	color:#000;
	outline:none;
	cursor:pointer;
	background:#FFF;
}
input[type="button"].showMoreBtn:hover{
	color:#3a1abc;
	border-color:#3a1abc
}


/*****Bottom*****/

.bottomMenu {
    width: 100% !important;
    padding: 30px 0px;
    border-bottom: 2px solid #3a1abc;
    padding-left: 2%;
    padding-right: 2%;
}

.bottomMenu a:hover {
    text-decoration: none;
}

#bottom {
    position: relative;
    bottom: 0;
}

.bottomInfo {
    position: relative;
    margin: 0px auto;
    /* width: 600px; */
    padding: 30px 0px;
}

.bottomMap {
    position: relative;
    width: 100%;
    height: 300px;
    background: #FFF;
}

.copyright {
    position: relative;
    width: 100%;
    padding: 20px 0px;
}

.container-fluid {
    padding: 0 !important;
}

.jumbotron {
    background-color: #FFF !important;
    /* margin-left: 5%;
    margin-right: 5%; */
}