/*SEAMS LOGIN SLIDER STYLES*/
#Slider {
    position: fixed;
    top: 25%;
}

#Slider2, #LeftSlider {
    position: fixed;
    top: 25%;
}

#LeftPeace {
    background-color: #191919;
    height: 390px;
    width: 35px;
    float: left;
    cursor: pointer;
}

#RightPeace p {
    color: white;
    font-size: 16px;
    text-align: center;
    padding: 15px;
    font-weight: lighter;
}

#youtube-link {
    display: none;
}

#RightPeace {
    height: 390px;
    width: 90%;
    float: left
}

#LeftSlider-LeftPeace {
    height: 0;
    float: left;
}

.left-peace-content {
    width: 400px;
    text-wrap: none;
}


#LeftSlider-LeftPeace p {
    color: white;
    font-size: 16px;
    text-align: center;
    padding: 15px;
    font-weight: lighter;
}

#RightPeace a > img {
    width: 160px;
    height: 100px;
    margin-top: -10px;
}

#RightPeace h3 {
    color: white;
    text-align: center;
    padding-top: 10px;
}

#LeftSlider-RightPeace {
    background-color: #191919;
    height: 100%;
    width: 35px;
    float: right;
    cursor: pointer;
}

#LeftSlider-RightPeace-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 35px;
    right: 0;
    cursor: pointer;
    z-index: 10000000;
}

#Slider-LeftPeace-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 35px;
    left: 0;
    cursor: pointer;
    z-index: 10000000;
}

.Slider {
    background-color: #333333;
    right: 0;
    width: 35px;
    height: 390px;
    transition: width 0.4s;
    z-index: 10000000;
    opacity: 0.95;
    overflow: hidden;
}

.LeftSlider {
    background-color: #333333;
    left: 0;
    width: 35px;
    height: 390px;
    transition: width 0.4s;
    z-index: 10000000;
    opacity: 0.95;
    overflow: hidden;
}

#LoginLogo {
    height: 90%;
    margin-left: 0%;
    margin-top: 15px;
    margin-bottom: 15px;
    float: left;
    width: 0;
    transition: width 0.5s ease-in-out;
    -webkit-transition: width 0.5s ease-in-out;
    -moz-transition: width 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out;
    transition-delay: 0.3s;
    opacity: 0;
}

#LoginForm, #LoginFormPrivate {
    margin-top: -40px;
    margin-bottom: 15px;
    float: right;
    height: 90%;
    transition: width 0.5s ease-in-out;
    -webkit-transition: width 0.5s ease-in-out;
    -moz-transition: width 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out;
    transition-delay: 0.3s;
    width: 0;
    opacity: 0;
    position:absolute;
}

#LoginFormPrivate {
    display:none;
 }

.Slider .arrow {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    width: 31px;
    display: block;
    z-index: 100000;
    text-decoration: none;
    padding: 0;
    transition: transform 1s ease;
    margin-left: 3px;
}

.LeftSlider .LeftSlider-arrow {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    width: 31px;
    display: block;
    z-index: 100000;
    text-decoration: none;
    padding: 0;
    margin: 0;
    transition: transform 1s ease;
    margin-right: 3px;
}

.Slider #arrow-open {
    position: absolute;
    top: 2%;
    left: 0;
    display: block;
    cursor: pointer;
}

.LeftSlider #LeftSlider-arrow-open {
    position: absolute;
    top: 2%;
    right: 0;
    display: block;
}

.Slider #arrow-close {
    position: absolute;
    top: 2%;
    left: 0;
    display: none;
}

.LeftSlider #LeftSlider-arrow-close {
    position: absolute;
    top: 2%;
    right: 0;
    display: none;
}

.Slider #airplane {
    height: auto;
    width: inherit;
    position: absolute;
    bottom: 10px;
    display: block;
    transform: scale(1);

}

.LeftSlider #youtube-logo {
    height: auto;
    width: inherit;
    position: absolute;
    bottom: 0;
    display: block;
    margin-bottom: 10px;
}

/* Display Menu Items */
.Slider:target {
    width: 435px;
}

.LeftSlider:target {
    width: 435px;
}

/* Hide Open Toggle Link */
.Slider:target #arrow-open {
    display: none;
}

.LeftSlider:target #LeftSlider-arrow-open {
    display: none;
}

.Slider:target .arrow {
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    margin-left: 3px;
}

.LeftSlider-arrow:hover, .arrow:hover {
    cursor: pointer;
}

.LeftSlider:target .LeftSlider-arrow {
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    margin-right: 3px;
}

.LeftSlider:target #LoginForm {
    width: 400px;
    opacity: 1;
    display: block;
    padding: 15px;
    padding-top: 30px;
}

.LeftSlider:target #LoginFormPrivate {
    width: 400px;
    opacity: 1;
    display: block;
    padding: 15px;
    padding-top: 30px;
}

.Slider:target #LoginLogo {
    width: 300px;
    opacity: 1;
}

/* Show Close Toggle Link */
.Slider:target #arrow-close {
    display: block;
}

.LeftSlider:target #LeftSlider-arrow-close {
    display: block;
}

#submitCompany, #submitPrivate, #registerNewUser {
    color: #FFFFFF;
    background: transparent;
    border: 2px solid #FFFFFF;
    padding-left: 20px;
    padding-right: 20px;
}

#submitCompany:hover, #submitPrivate:hover, #registerNewUser:hover {
    color: #EEC37D;
    border: 2px solid #EEC37D;
}

#submitCompany:focus, #submitPrivate:focus, #registerNewUser:focus {
    color: #EEC37D;
    border: 2px solid #EEC37D;
}

@media only screen and (max-height: 400px) {
    .Slider #airplane {
        display: none;
    }

    .Slider #youtube-logo {
        display: none;
    }
}

.Slider #SliderContent {
    display: inline-block;
}

@media only screen and (max-width: 1024px) and (max-height: 768px) {

    .Slider {
        top: 15%;
    }

    .LeftSlider {
        top: 15%;
    }

    .textEditor {
        width: 75%;
    }

    #submitCompany, #submitPrivate, #registerNewUser {
        font-size: 100%;
    }

}

@media only screen and (max-width: 768px) and (max-height: 768px) {
    .Slider {
        display: none;
    }

    .LeftSlider {
        display: none;
    }

    #youtube-link {
        display: block;
    }
}

#sitemapBox {
    width: 200px;
    margin: 0 auto;
}

.loginEditor {
    color: #FFFFFF;
    background: transparent;
    border: 2px solid #FFFFFF;
    height: 25px;
    width: 100%;
    outline: none;
}

.loginEditor:hover {
    color: #FFFFFF;
    clear: both;
    border-color: #EEC37D;
}

.loginEditor:focus {
    clear: both;
    border-color: #EEC37D;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #EEC37D;
    margin: 1em 0;
    padding: 0;
    background-color: #EEC37D;
    color: #EEC37D;

}

#loginTypeDiv {
    width:100%;
    height:auto;
    padding-top:40px;
}

#loginLabel {
    width:100px;
    height:35px;
    background-color:transparent;
    border:none;
    display:inline;
    color:white;
    font-size:15px;
    transition-duration: .5s;
    z-index: 1000000;
    position:absolute;
    top:20px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
}

#loginLabel {
    left: 180px;
}

#loginFooterDiv {
    width: 100%;
    text-align: center;
    padding-left: 20px;
}

#iOS, #Android {
    width: 150px;
    height: 35px;
    background-color: transparent;
    border: none;
    display: inline;
    color: white;
    font-size: 15px;
    transition-duration: .5s;
    position: absolute;
    text-transform: uppercase;
    font-weight: 600;

}

#iOS {
    left: 200px;
    bottom: 10px;
    width: 150px;
}

#Android {
    left: 45px;
    bottom: 17px;
}

#android-img {
    background: no-repeat;
    width: 150px;
    height: 45px;

}

#loginTypeDiv_seperate {
    width:100%;
    height:auto;
    align-content: center;
    text-align: center;
}

#btnCompany_seperate, #btnPrivate_seperate {
    width:100px;
    height:35px;
    background-color:transparent;
    border:none;
    display:inline;
    color:black;
    font-size:15px;
    transition-duration: .5s;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom:20px;
}

#btnCompany_seperate:hover, #btnPrivate_seperate:hover {
    color: #a58453;
    border-bottom: 1px solid rgb(0, 0, 0);
}

#SocialList {
    margin-right: 30px;

}

#social-content {
    text-align: center;
    width: 400px;
    text-wrap: none;

}

ul#SocialList li {
    margin-right: 8px;
    display: inline;
}

ul#SocialList li > a > img {
    width: 40px;
    height: 40px;
}

#SocialListFooter li {
    margin-right: 30px;
    display: block;

}
