@font-face {
    font-family: 'webfont';
    src: url('font/Forum-Regular.ttf') format('truetype');
    /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}

@import url(http://fonts.googleapis.com/css?family=Oswald);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700);

body {
    font-family: 'Open Sans', sans-serif;
}

.margin-fluid {
    margin-right: -15px;
    margin-left: -15px;
}

.gallery-fluid {
    margin-right: -15px;
    margin-left: -15px;
}

.gallery-fluid:after {
    clear: both;
    content: "";
    display: block;
}

.show-grid {
    margin-bottom: 15px;
}

.offset-0 {
    padding-left: 0;
    padding-right: 0;
}

.gallery-grid {
    margin-bottom: 26px;
}

.backalbum {
    color: #000;
    font-size: 15px;
    margin-top: 10px;
}

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

.disabled {
    pointer-events: none;
}

.paging {
    border-radius: 30px;
}

.clear {
    clear: both;
}

.logo {
    float: left;
    margin-right: 15px;
    width: 59px;
    height: 102px;
}

.site-name {
    font-family: 'webfont', 'Forum', cursive;
    font-size: 25px;
    text-transform: uppercase;
    padding: 25px 0px;
    display: inline-block;
}

.header {
    background: #00238a;
    color: #fff;
    /* border-bottom: 1px solid #000; */
    -webkit-box-shadow: 1px 5px 10px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 1px 5px 10px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 15px 3px #000;
    position: relative;
    z-index: 3;
    width: 100%;
}

.address {
    font-size: 12px;
}

.log-first {
    text-align: center;
    font-size: 14px;
}

.log-first a {
    color: #2858e5;
    text-decoration: none;
}

/******************* Navigation Menu **************************/
.menu {
    list-style: none;
    padding: 0;
    display: inline-block;
    margin: 0;
}

.menu li {
    display: inline-block;
    float: left;
}

.menu li a {
    color: #fff;
    font-family: 'webfont', 'Forum', cursive;
    text-transform: uppercase;
    font-size: 15px;
    padding: 12px 25px;
    display: inline-block;
    border-right: 1px solid #5d86ff;
    box-shadow: 2px 0px 0px 0px #2450d0;
}

.menu li a {
    -webkit-transition: background-color .3s ease-out;
    -moz-transition: background-color .3s ease-out;
    -o-transition: background-color .3s ease-out;
    transition: background-color .3s ease-out;
}

.main-navigation {
    background: #2858e5;
}

.menu li a:hover {
    text-decoration: none;
    background: #1142d4;
}

.menu li a:focus {
    text-decoration: none;
}

.menu li:last-of-type a {
    border-right: none;
    box-shadow: none;
}

.current-menu-item {
    background: #1142d4;
}

.menu-header {
    display: flex;
    font-family: 'webfont', 'Forum', cursive;
    fo`nt-size: 16px;
}

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

.content-container {
    padding: 20px 0px 0px;
}

.label-container {
    font-size: 30px;
    font-weight: bold;
    margin: 20px 0px 15px;
}

.img-event img {
    max-width: 100%;
    height: auto;
}

.sub-label {
    font-size: 17px;
    font-weight: normal;
}

*,
*:before,
*:after {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.css-shapes-preview {
    position: relative;
    height: 10px;
    display: inline-block;
    width: 10px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: 0px 30px 5px;
}

.white-label {
    color: #fff;
    text-align: center;
    /* margin-bottom: 25px; */
}

.news-container {
    background: url(images/bg_news.png);
    margin-top: 25px;
    padding: 0px 0px 35px;
}

.date-container {
    background: url(images/bg_date.png);
    background-size: cover;
    min-height: 100px;
    min-width: 105px;
}

.date-container .day {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    padding: 15px 0px 0px;
}

.date-container .month {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}

.excerpt-news {
    font-size: 12px;
    margin-top: 10px;
    color: #fff;
    text-align: justify;
}

.title-news {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
}

.btn-readmore {
    display: inline-block;
    width: 100%;
    text-align: right;
}

.btn-readmore a {
    color: #fff;
}

.btn-readmore a:hover {
    text-decoration: none;
}

.row-news {
    margin: 20px 0px 40px;
}

.btn-viewall {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.btn-viewall a {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 2px;
    padding: 9px 20px;
    font-weight: 600;
}

.btn-viewall a:hover {
    text-decoration: none;
}

.footer {
    background: #1c1c1c;
    padding: 20px 0px;
    color: #fff;
    font-size: 12px;
}

.iconcept a {
    color: #fff;
}

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

.login-container input {
    width: 100%;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 44%, #f5f5f5 58%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(44%, #ffffff), color-stop(58%, #f5f5f5));
    background: -webkit-linear-gradient(top, #ffffff 44%, #f5f5f5 58%);
    background: -o-linear-gradient(top, #ffffff 44%, #f5f5f5 58%);
    background: -ms-linear-gradient(top, #ffffff 44%, #f5f5f5 58%);
    background: linear-gradient(to bottom, #ffffff 44%, #f5f5f5 58%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
    border: 1px solid #ccc;
    margin-bottom: 15px;
    font-size: 15px;
    padding: 5px 5px;
}

.login-container {
    background: #27408b;
    padding: 25px 10px;
    border-radius: 5px;
}

.login-container span a {
    font-size: 11px;
    color: #fff;
}

.login-container span a:hover {
    text-decoration: none;
}

.login-container input[name="login"] {
    outline: none;
    background: #3d61cf;
    border: none;
    border-left: 1px solid #6d8ef3;
    color: #fff;
    width: 100px;
    float: right;
}

.img-background {
    /* position: absolute; */
    /* top: 0; */
    /* z-index: -1; */
    border: 2px solid #ceeaff;
    border-radius: 5px;
}

.registration-container {
    position: relative;
    border: 3px solid #27408b;
    display: inline-block;
    width: 100%;
    margin-top: 15px;
    border-radius: 5px;
}

.img-background img {
    max-width: 100%;
    height: auto;
}

.label-reg {
    position: absolute;
    top: 10%;
    padding: 0px 8px;
    font-size: 35px;
    font-weight: bold;
    color: #fff;
    font-style: italic;
}

.sub-label-reg {
    /* padding: 0px 9px; */
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    font-style: italic;
    display: inherit;
}

.input-container i {
    position: absolute;
    top: 10px;
    right: 10px;
    display: none;
    color: rgb(205, 8, 8);
}

.input-container {
    position: relative;
}

.banner>img {
    max-width: 100% !important;
    height: auto;
}

.banner {
    position: relative;
}

.subpage-label {
    display: block;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 40%;
    font-size: 38px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

.content-container-subpage {
    padding: 40px 0px;
}

.content-body {
    margin-left: -30px;
    margin-right: -30px;
}

.container-frole ul {
    list-style: none;
    padding: 0;
    border-right: 3px solid #03639f;
}

.container-frole ul li {
    border-bottom: 1px solid #ffffff;
}

.container-frole ul li:last-child {
    border-bottom: none;
}

.container-frole ul li a {
    text-decoration: none;
    outline: none;
    display: inline-block;
    width: 100%;
    padding: 15px 10px;
    font-size: 13px;
    background: #ebeced;
    color: #555;
}

.container-frole ul li a:hover {
    text-decoration: none;
    background: #03639f;
    color: #fff;
    outline: none;
}

.container-frole ul li.ui-state-active a {
    text-decoration: none;
    background: #03639f;
    color: #fff;
    outline: none;
}

.elevate ul {
    list-style: none;
    padding: 0;
    border-right: 3px solid #03639f;
    margin-bottom: 0;
}

.elevate ul li {
    border-bottom: 1px solid #ffffff;
}

.elevate ul li:last-child {
    border-bottom: none;
}

.elevate ul li a {
    text-decoration: none;
    outline: none;
    display: inline-block;
    width: 100%;
    padding: 15px 10px;
    font-size: 13px;
    background: #ebeced;
    color: #555;
}

.elevate ul li a:hover {
    text-decoration: none;
    background: #03639f;
    color: #fff;
    outline: none;
}

.elevate ul li.ui-state-active a {
    text-decoration: none;
    background: #03639f;
    color: #fff;
    outline: none;
}

img.alignleft {
    max-width: 100%;
    height: auto;
    display: inline-block;
    float: left;
    margin-right: 15px;
}

.title-tab {
    font-size: 20px;
    padding-bottom: 5px;
    border-bottom: 3px solid #d1d1d1;
    margin-bottom: 25px;
    color: #080808;
    font-weight: 600;
    text-transform: uppercase;
}

.title-tab a {
    text-transform: none;
}

/*********Sidebar Academics***********/
.sidebar-academics {
    list-style: none;
    padding: 0;
    border-right: 3px solid #03639f;
}

.sidebar-academics li {
    /* border-bottom: 1px solid #ffffff; */
}

.sidebar-academics li:last-child {
    border-bottom: none;
}

.sidebar-academics li a {
    text-decoration: none;
    outline: none;
    display: inline-block;
    width: 100%;
    padding: 15px 10px;
    font-size: 13px;
    background: #ebeced;
    color: #555;
    border-bottom: 1px solid #fff;
}

.sidebar-academics li a:hover {
    text-decoration: none;
    background: #03639f;
    color: #fff;
    outline: none;
}

.sidebar-academics .children {
    padding: 0;
    list-style: none;
    display: none;
}

.sidebar-academics .children li a {
    padding-left: 25px;
    background: transparent !Important;
    color: #555 !important;
}

li.active_tab a {
    text-decoration: none;
    background: #03639f;
    color: #fff;
    outline: none;
}

/**********Sidebar Alumni***********/
.sidebar-alumni {
    list-style: none;
    padding: 0;
    border-right: 3px solid #03639f;
}

.sidebar-alumni li {
    /* border-bottom: 1px solid #ffffff; */
}

.sidebar-alumni li:last-child {
    border-bottom: none;
}

.sidebar-alumni li a {
    text-decoration: none;
    outline: none;
    display: inline-block;
    width: 100%;
    padding: 15px 10px;
    font-size: 13px;
    background: #ebeced;
    color: #555;
    border-bottom: 1px solid #fff;
}

.sidebar-alumni li a:hover {
    text-decoration: none;
    background: #03639f;
    color: #fff;
    outline: none;
}

.sidebar-alumni .children {
    padding: 0;
    list-style: none;
    display: none;
}

.sidebar-alumni .children li a {
    padding-left: 25px;
    background: transparent !Important;
    color: #555 !important;
}

.sidebar-alumni li.active_tab a {
    text-decoration: none;
    background: #03639f;
    color: #fff;
    outline: none;
}

.sidebar-alumni li a:active {
    text-decoration: none;
    background: #03639f;
    color: #fff;
    outline: none;
}

/***********Sidebar News***********/
.sidebar-news {
    list-style: none;
    padding: 0;
    border-right: 3px solid #03639f;
}

.sidebar-news li {
    /* border-bottom: 1px solid #ffffff; */
}

.sidebar-news li:last-child {
    border-bottom: none;
}

.sidebar-news li a {
    text-decoration: none;
    outline: none;
    display: inline-block;
    width: 100%;
    padding: 15px 10px;
    font-size: 13px;
    background: #ebeced;
    color: #555;
    border-bottom: 1px solid #fff;
}

.sidebar-news li a:focus {
    text-decoration: none;
}

.sidebar-news li a:hover {
    text-decoration: none;
    background: #03639f;
    color: #fff;
    outline: none;
}

.sidebar-news .children {
    padding: 0;
    list-style: none;
    display: none;
}

.sidebar-news .children li a {
    padding-left: 25px;
    background: transparent !Important;
    color: #555 !important;
}

.sidebar-news li.active_tab a {
    text-decoration: none;
    background: #03639f;
    color: #fff;
    outline: none;
}

.sidebar-news li a:active {
    text-decoration: none;
    background: #03639f;
    color: #fff;
    outline: none;
}

.social-media {
    display: inline-block;
    width: 100%;
    text-align: right;
}

.social-media-widget {
    display: inline-flex;
    /* float: left; */
    margin-left: 5px;
}

.title-event-hover {
    position: absolute;
    top: 0;
    display: inline-block;
    width: 100%;
    text-align: center;
    height: 100%;
    padding: 15px;
    background: rgba(0, 0, 0, 0.6);
    display: none;
}

.container-events {
    position: relative;
}

.container-events h5 {
    font-weight: bold;
    color: #171717;
    margin-top: 15px;
}

.container-events .date-style {
    font-size: 14px;
    color: #676767;
    font-weight: bold;
    text-transform: uppercase;
}

.container-events p {
    font-size: 14px;
}

.title-event {
    border: 1px solid #fff;
    height: 100%;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    padding: 15% 0px 0px;
}

.date-event {
    font-size: 15px;
    font-style: italic;
}

.title-event-hover a {
    text-decoration: none;
}

.allright {
    margin-top: 15px;
}

/*********Sidebar Children***********/
.sidebar-academics .children li a.active_tab {
    color: #03639f !important;
    font-weight: 600 !important;
    background: transparent !important;
}

.sidebar-academics li>a.active_tab {
    text-decoration: none;
    background: #03639f;
    color: #fff;
    outline: none;
}

.sidebar-alumni .children li a.active_tab {
    color: #03639f !important;
    font-weight: 600 !important;
    background: transparent !important;
}

.sidebar-alumni li>a.active_tab {
    text-decoration: none;
    background: #03639f;
    color: #fff;
    outline: none;
}

.sidebar-news .children li a.active_tab {
    color: #03639f !important;
    font-weight: 600 !important;
    background: transparent !important;
}

.sidebar-news li>a.active_tab {
    text-decoration: none;
    background: #03639f;
    color: #fff;
    outline: none;
}

.field-form {
    margin-bottom: 10px;
}

.label-contact {
    font-size: 12px;
}

.field-form input {
    width: 100%;
    border: 1px solid #101010;
    padding: 5px 8px;
    outline: none;
}

.field-form textarea {
    width: 100%;
    border: 1px solid #101010;
    padding: 5px 10px;
}

.captcha-472 input {
    width: 80%;
}

.label-contact-row {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

.btn-login {
    display: inline-block;
    width: 100%
}

.btn-login input[type="submit"] {
    float: right;
    background: #1c1c1c;
    border: none;
    border: 1px solid #414141;
    color: #fff;
    font-weight: 600;
    padding: 5px 25px;
}

.field {
    margin-bottom: 10px;
}

.gallery-place {
    position: relative;
    margin: 0 auto;
}

.gallery-place img {
    width: 100%;
    height: auto;
}

.gallery-place2 img {
    width: 100%;
    height: auto;
}

.hidden-layer {
    color: #fff;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
}

.hidden-layer:hover {
    display: none;
}

.title-align {
    text-align: center;
    margin-top: 35%;
    font-weight: bold;
    font-size: 18px;
}

/**************Pagination**************/
.custom_pagi>li>a {
    font-weight: bold;
    border-color: #dedede;
    color: #333;
    padding: 0;
    width: 21px;
    height: 24px;
    margin: 0 5px;
}

.custom_pagi>li.active>a,
.custom_pagi>li.active>a:focus,
.custom_pagi>li.active>a:hover {
    background: #353535;
    color: #fff;
    border-color: #dedede;
}

.custom_pagi>li:hover>a {
    background: #353535;
    color: #fff;
}

.custom_pagi>li:first-child>a,
.custom_pagi>li:last-child>a {
    border-radius: 50%;
    margin: 0 9px 0 9px;
    width: 25px;
    height: 25px;
}

/***************Newsletter***************/
.newsletter-download ul {
    padding: 0;
}

.newsletter-download ul li {
    display: block;
    font-size: 14px;
    padding-bottom: 2px;
}

.newsletter-download ul li a {
    background-color: #f6f6f6;
    text-decoration: none;
    color: #000000;
    display: block;
    padding-top: 12px;
    padding-bottom: 10px;
}

.newsletter-download ul li a:hover {
    background-color: #fbfbfb;
}

.newsletter-download ul li a img.file-img {
    float: left;
    margin-left: 16px;
    margin-right: 10px;
}

.newsletter-download ul li a img.dl-btn {
    float: right;
    margin-right: 31px;
    margin-top: -20px;
}

.newsletter-download ul li a:after {
    content: "";
    display: block;
    clear: both;
}

.newsletter-download ul:last-of-type {
    padding-bottom: 0;
}

.cn-title {
    margin-top: 10px;
}

.gallery-block ul li {
    display: inline-block;
    height: 229px;
    overflow: hidden;
}

.gallery-align {
    padding: 0;
    margin: 0;
}

/***************Latest News***************/
.latest-news ul {
    padding: 0;
}

.latest-news ul li {
    display: block;
    padding: 0;
}

.latest-news ul li a {}

.latest-news ul li img {
    width: 100%;
    height: auto;
}

.latest-news ul li img {
    float: left;
}

.latest-news ul li .news-title-content {
    float: right;
    color: #2b2b2b;
    font-size: 14px;
    padding-left: 20px;
}

.latest-news ul li .news-title-content a {
    margin-top: 10px;
    font-weight: bold;
    background: none;
    color: #2b2b2b;
    float: right;
    text-decoration: none;
}

.latest-news ul li .news-title-content a:hover {
    color: #2858e5;
}

.latest-news ul li .news-title {
    font-weight: bold;
    margin-bottom: 15px;
}

.latest-news ul li .news-image {
    position: relative;
}

.shade-frame {
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    z-index: 10;
    left: 15px;
    right: 15px;
    bottom: 0;
    top: 0;
}

.latest-news ul li .news-image img {
    position: relative;
    max-width: 100%;
}

.latest-news ul li .news-image .news-note {
    position: absolute;
    background: url(images/latest-news-note.png);
    background-repeat: no-repeat;
    height: 63px;
    right: 25px;
    bottom: 13px;
    color: #1c1c1c;
    width: 66px;
    z-index: 11;
}

.latest-news ul li .news-image .news-note .day-news {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    padding-top: 7px;
}

.latest-news ul li .news-image .news-note .month-news {
    text-align: center;
    font-size: 12px;
    margin-top: -5px;
}

.latest-news ul li {
    border-bottom: solid 1px #d1d1d1;
    padding-bottom: 21px;
    margin-bottom: 24px;
    clear: both;
}

.latest-news ul li:last-of-type {
    border-bottom: none;
}

.latest-news ul li:after {
    content: "";
    display: block;
    clear: both;
}

/*****************gallery-css*******************/
.display-gals {
    display: none;
}

.active-gal {
    display: block !important;
}

.backbtn {
    cursor: pointer;
}

.g-container {
    width: 270px;
    height: 270px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: rgba(0, 0, 0, 0.1);
    background-size: cover;
}

.embed-container iframe {
    width: 100%;
    height: 229px;
    margin-bottom: 10px;
}

/************************************************************************************************/
/******************************************* iframe *******************************************/
/************************************************************************************************/
.register {
    padding: 30px 0 30px 0;
    font-family: 'Open Sans', sans-serif;
}

.reg-title {
    text-align: center;
    margin-bottom: 30px;
    font-size: 22px;
    font-weight: bold;
}

.reg-label {
    text-align: right;
}

.reg-input {
    float: left;
    margin-bottom: 14px
}

.fancybox-skin {
    padding: 0;
}

.register .marg {
    padding: 0 20px 0 20px;
}

.register select {
    text-transform: uppercase;
}

.register .form-group,
.register .form-control {
    font-size: 14px;
}

.register input[type="submit"] {
    background: #1c1c1c;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    border: none;
    padding: 10px 20px;
    margin-left: -10px;
    float: right;
    margin-right: 100px;
}

.register input[type="submit"]:disabled {
    background: #d3d3d3;
}

.red {
    width: 23%;
    padding-right: 10px;
    margin-right: -11px;
}

.red2 {
    width: 23%;
    padding-right: 10px;
    margin-right: -11px;
    padding-left: 0;
}

.text-trans {
    text-transform: none !important;
    font-size: 12px;
}

.text-trans label {
    color: #424242;
    margin-left: 8px;
    line-height: 20px;
}

#dayday2 {
    display: none;
}

.captchi {}

.captchi img {
    height: 36px;
    width: 100%;
}

.captchi input {
    width: 100%;
    padding-left: 10px;
}

.error {
    color: #ff0033;
    margin: 0;
}

.sucees {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    width: 100%;
    color: #4F8A10;
    background-color: #DFF2BF;
}

.profile-edit a:hover {
    text-decoration: none;
}

.profile-edit a[name="submite"] {
    padding: 6px 23px;
    background: #03bf9e;
    color: #fff;
    border: 2px solid #06af91;
    border-radius: 5px;
    text-transform: uppercase;
    font-style: bold;
    font-size: 14px;
    margin-bottom: 10px;
}

.profile-edit a[name="submitl"] {
    margin-left: 20px;
    padding: 6px 23px;
    background: #e3610b;
    color: #fff;
    border: 2px solid #d15706;
    border-radius: 5px;
    text-transform: uppercase;
    font-style: bold;
    font-size: 14px;
    margin-bottom: 10px;
}

.current-user {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 20px;
    float: right;
}

.profile-pic {
    border: solid 2px #d4d4d4;
    height: 125px;
    width: 125px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 20px;
}

.user-fullname {
    margin-left: 140px;
    margin-top: 30px;
}

.user-fullname h4 {
    font-size: 22px !important;
    color: #000;
    font-weight: bold;
}

.user-address {
    margin-left: 20px;
    color: #5a5a5a;
    font-size: 14px;
}

.map iframe {
    width: 100%;
    height: 450px;
    border: 0;
}

/* Back to Top */
.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /* image replacement properties */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(232, 98, 86, 0.8) url(images/cd-top-arrow.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
    transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
}

.cd-top.cd-top--show,
.cd-top.cd-top--fade-out,
.cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
    transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
}

.cd-top.cd-top--show {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
}

.cd-top.cd-top--fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: .5;
}

.cd-top:hover {
    background-color: #e86256;
    opacity: 1;
}


@media only screen and (min-width: 768px) {
    .cd-top {
        right: 20px;
        bottom: 20px;
    }
}

@media only screen and (min-width: 1024px) {
    .cd-top {
        height: 60px;
        width: 60px;
        right: 30px;
        bottom: 30px;
    }
}




/*************custom-c****************/

input#agree{
	position: absolute !important;
    bottom: 2px !important;
}


.red {
    width: 100%;
    max-width: 250px;
    margin-bottom: 10px;
    }

@media(max-width: 768px){

	    .register input[type="submit"] {

	    margin-right: unset;
	    margin-top:10px;
	}

}



/*.captchi .red2{
	width: 100%;
}*/

