@charset "utf-8";
/* CSS Document */
/* FontAwesome */
@import url("../fonts/font-awesome/css/font-awesome.css");
@import url("../fonts/font-awesome/css/font-awesome.min.css");

body{
}
.content {
    background: #ffffff;
    position: absolute;
    top: 0;
    right: 0;
    -moz-transition: left 0.5s ease;
    transition: left 0.5s ease;
    left: 0;
    color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.layer{
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#mySidenav::-webkit-scrollbar {
	background-color: #CCCCCC;
	border-radius: 10px;
	width: 0.5em;
}

#mySidenav::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: #3B6C8E;
}

.section-bg{
    position: relative;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
}
.logo-section{
    padding: 20px;
    background: rgba(0, 0, 0, 0.65);
	border-radius: 12px;
}



.flex-video{
    height: 0;
    overflow: hidden;
    padding-bottom: 52.5%;
    padding-top: 1.5625rem;
    position: relative;
    box-shadow: 7px 10px 18px #111111;
    -webkit-box-shadow: 7px 10px 18px #111111;
    -moz-box-shadow: 7px 10px 18px #111111;
	border-radius: 12px;
}
.flex-video iframe{
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    border: 8px solid grey;
}
.temp-form{

    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 0px solid #000000;
    text-align: center;

}

.form-new{
    background: red;
    padding-top: 2.5em;
    padding-bottom: 2em;
	border-radius: 12px;
}
.form-title h2 {
    margin-top: 0;
}

.form-new .edit-btn-container:first-child{
    bottom: auto;
    background: none;
    left: auto;
    top: 10px;
}

.new:hover .edit-btn-container:nth-child(1), .temp-footer:hover .edit-btn-container:nth-child(1) {
    opacity: 1;
}



.section-bg a {
    color: inherit;
}
.edit-btn-container {
    position: absolute;
    right: 0;
    top: 3px;
    opacity: 0;
    bottom: 0;

}
.edit-btn-container i{
    margin-left: 10px;
    margin-right: 10px;
    font-size: 1em;
}
.edit-btn-container a{
    background: #2e2e2e;
    padding: 5px 0px;
    box-shadow: 2px 2px 20px #cfcfcf;
}
.hover-edit {
    position: relative;
    border: 1px solid transparent;
}
.hover-edit:hover {
    border: 1px solid #eee;
}

.hover-edit:hover .edit-btn-container{
    opacity: 1;
}


.form-group {
    text-align: center;
    padding: 5px 20px;
    margin-bottom: 0;
}
.btn-submit{
    font-weight: 600;
    background: #10a3dd;
    color: #fff;
    padding: 1em;
    border: none;
	border-radius: 9px;
    transition-duration: 0.4s;
}
.space{
    margin: 40px;
}

.temp-text{
	border-radius: 12px;
    padding: 13px 13px 7px 13px;
}

.temp-bullets{
    text-align: left;
	border-radius: 12px;
    padding: 13px 13px 7px 13px;
}
.temp-bullets .bullets-list{
    list-style: none;

}
.temp-bullets .bullets-list li:before
/*, .bullets-list p:before*/
{
    content: '✔';
    margin-right: 1rem;
}
.temp-footer-beta{
    background: #2e2e2e none repeat scroll 0 0;
    color: #cacaca;
	border-radius: 12px;
}



.fa-skype{
    color: #00aaef;
}

.author-img{
    text-align: right;

}
.author-desc{
    text-align: left;
    padding: 0 30px;
}
.author-img img {
    border-radius: 50%;
    height: 111px;
    margin: 30px 0;
    position: relative;
    width: 111px;
}

p.author-name, .author-desc p:first-child {
    font-size: 2em;
    margin-top: 1em;
}


.temp-title, .temp-subtitle{
    padding: 1px;
	border-radius: 12px;
}


.sidenav {
    height: 100%;
    width: 320px;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
        box-shadow: 5px 2px 15px rgb(0, 0, 0);

       }
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: .5em;
    font-size: 3em;
    color: #333;
    text-decoration: none;
    transition: all .5s ease;

}
.landing-page-img {
    padding: 20px;
}
.landing-page-img img:hover {
    box-shadow: 2px 2px 20px black;
}
.save-btn {
    margin: 2em;
    padding: 1em 1.5em;
    color: white;
    background: #e74c3c;
    font-weight: 600;
    border: none;
}
.btn-submit {

    /*word-break: break-all;*/
    white-space: normal;
}
.show-img1{
    width: 100px;
    height: 100px;
    overflow: hidden;
}
.show-img1 img{
    width: 100%;
}
.popup-beta {
    position: relative;
    top: 5%;
    width: 64em;
    overflow: hidden;
    margin: auto;
    padding: 2em;
}
.popup-inner {
    background: white;
    overflow-y: auto;
    overflow-x: hidden;
    text-align: center;
    padding: 1%;
    height: 500px;
    width: 100%;
	border-radius: 15px;
}

.popup-img {
    width: 17.8em;
    float: left;
    overflow: hidden;
    margin: 1%;
    height: 13em;
    text-align: left;
    position: relative;
}
.popup-img img{
    height: 100%;
    margin: auto;

}
.popup-img:hover input {
    opacity: 1;
    /*border: 2px solid #72f5f3;*/
}

.popup-img:hover > img {
    /*opacity: 1;*/
    border: 2px solid #72f5f3;
}


.box-beta {
    margin: 0 auto;
    background: rgba(255,255,255,0.2);
    padding: 0 13px;
    border: 2px solid #fff;
    border-radius: 20px/50px;
    background-clip: padding-box;
    text-align: center;
}

.button {
    font-size: 1em;
    padding: 10px;
    color: #fff;
    border: 2px solid #06D85F;
    border-radius: 20px/50px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease-out;
}
.button:hover {
    background: #06D85F;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 2;
}
.overlay:target {
    visibility: visible;
    opacity: 1;
}



.popup-beta h2 {
    margin-top: 0;
    color: #333;
    font-family: Tahoma, Arial, sans-serif;
}
.popup-beta .close {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 30px;
    text-decoration: none;
    color: #f3f3f3;
    opacity: 1;
    font-weight: 100;
}
.popup-beta .close:hover {
    color: #eee;
}
.popup-beta .content {
    overflow: auto;
}
.close-bg{
    background: #2e2e2e;
    content: '';
    right: 1em;
    top: 0;
    height: 100%;
    position: absolute;
    border-radius: 50%;
    width: 3em;
    height: 3em;
    z-index: 4;
}

.pane-content{
    margin: auto 20px;
}

.btn-green{
    position: relative;
    width: auto;
    padding: .9em 1.1em;
    border-radius: 0;
    background: #1abc9c;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    line-height: 1.5em;
    font-size: .8em;
    color: #fff;
}
.btn-green:focus, .btn-green:hover {
    color: #fff;
    background: #1abc9c;
    border: none;
}
.btn-save-style{
    margin: 2em auto;
}
.pane-section-title{
    font-weight: 800;
    margin: 2em 0;
    font-size: 1.1em;
    color: #333;
    text-transform: uppercase;

}

input.form-control{
    padding: .7em 1.1em;
    line-height: 1.65em;
    height: auto;
    border-color: #1abc9c;
    margin-bottom: 1em;
	border-radius: 9px;
}
.or-seperator{
    position: relative;
    margin:10px auto;
}
p.or {
    margin-bottom: 0;
}
p.or:before {
    content: '';
    width: 100%;
    height: 2px;
    background: #BDC3C7;
    left: 0;
    right: 0;
    position: absolute;
    top: 40%;

}
p.or span{
    font-weight: 600;
    background: white;
    width: 40px;
    display: inline-block;
    position: relative;
    text-transform: lowercase;
    color: #BDC3C7;

}
.upload-input{
    margin: 1.7em 0;
    line-height: 1.65em;
}
.pane-content label{
    color: #5f5f5f;
}
input[type="Checkbox"]:checked + img {
    /*border: 2px solid #72f5f3;*/
}

input[type=checkbox]{
    padding: 10px;
    -ms-transform: scale(2);
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    margin: 10px;
    position: absolute;
    top: 0;
    opacity: 0;
}




@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}

}


@media screen and (max-width: 480px){
.content{
    overflow: hidden;
    padding: 0;
}
}


@media screen and (min-width: 769px) and (max-width: 1024px){
    .col-sm-12{
        width: 100%;
    }
    .form-new {
    margin-top: 3em;
    }
    .popup-beta{
        width: 42em;
    }
    .popup-inner{
        height: 400px;
    }
}



@media screen and (min-width: 481px) and (max-width: 768px) {
    .col-sm-12{
        width: 100%;
    }
    .form-new {
        margin-top: 3em;
    }
    .content h1{
        font-size: 20px
    }
    .content h2{
        font-size: 18px;
    }
    .content h3{
        font-size: 16px;
    }
    .content h4{
        font-size: 14px;
    }
    p.author-name{
        font-size: 18px;
    }
    .save-btn{
        font-size: 12px;
    }

    .author-img{
        text-align: center;
    }
    .author-desc{
        text-align: center;
    }
    .form-new{
        padding: 0;
        margin-top: 2em;
    }
    .temp-form{
        padding: 1em 0;
    }
    .temp-bullets{
        text-align: center;
    }
    .bullets-list{
        padding-left: 0;
    }
    .bullets-list li{
        text-align: left;
    }
    .popup-beta{
        width: 32em;
    }
    .popup-inner{
        height: 400px;
    }
    .popup-img {
        width: 13em;
        height: 10em;
    }
}

@media (max-width: 480px){
    .col-sm-12{
        width: 100%;
    }
    .form-new {
        margin-top: 3em;
    }
    .popup-beta{
        top: 10%;

        width: 21em;
        padding: 1em;
    }
    .popup-inner{
        height: 400px;
    }
    .close-bg{

    }
    .close-bg {
        right: 0em;
        top: 0;
        width: 2em;
        height: 2em;
    }
    .popup-beta .close {
        top: 2px;
        right: 6px;
        transition: all 200ms;
        font-size: 24px;
    }

}

.error-beta {
    background: #f04124 none repeat scroll 0 0;
    color: #ffffff;
    display: block;
    font-size: 1.2rem;
    font-style: italic;
    font-weight: normal;
    margin-bottom: 1rem;
    margin-top: -1px;
    padding: 0.375rem 0.5625rem 0.5625rem;
}