﻿
.cd-nav {
    margin-top: 20px;
}
    .cd-nav li {
        padding: 12px;
        text-align: center;
        text-transform: uppercase;
    }
.td.player .cover .cover-img img {
    height: 100px !important;
}

.logo-footer {
    max-width: 240px !important;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-top: none !important;
}


.contacts-heading {
    color: #A49FAE;
    font-weight: 700;
}
.container-about2 {
    position: relative;
    padding: 50px;
}

    .container-about2:before {
        content: "";
        width: 70%;
        height: 95%;
        border: 10px solid #f8f8f8;
        position: absolute;
        display: block;
        left: 17%;
        top: -10px;
    }

    .container-about2:after {
        content: "";
        width: 70%;
        height: 95%;
        border: 10px solid #f8f8f8;
        position: absolute;
        display: block;
        left: 15%;
        top: 5px;
        z-index: -1;
    }
.moveup {
    position: absolute;
    top: 34px;
}
/* about 2
.container-about2 {
  position: relative;
  padding: 40px;
}

.container-about2:before {
  content: "";
  width: 100%;
  height: 95%;
  border: 5px solid #f8f8f8;
  position: absolute;
  display: block;
  left: 0;
  top: -5px;
}

.container-about2:after {
  content: "";
  width: 100%;
  height: 95%;
  border: 5px solid #f8f8f8;
  position: absolute;
  display: block;
  left: -10px;
  top: 5px;
  z-index: -1;
} */

/* blockquote */
.post-detail blockquote {
  font-style: normal;
  padding: 40px 30px 30px 80px;
}
.testimonial img {
  width: 100px !important;
  height: 100px !important;
}
.button-clear {
    display: inline-block;
    margin: 1em 0;
    border: 2px solid #7e748e;
    text-transform: uppercase;
    border-radius: 50px;
    background: #fff;
    color: #7e748e;
    padding: 10px 35px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

    .button-clear:hover, .button-clear:active, .button-clear:focus {
        color: #fff;
        border-color: #7e748e;
        background-color: #7e748e;
    }
.block-area {
    padding: 40px 0;
}
.block-area2 {
    padding: 20px 0;
}
.timeline-title {
    font-family: "Raleway", "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif !important;
    font-weight: 500 !important;
    letter-spacing: .1em;
    font-size: .9em !important;
    text-transform: uppercase;
}

.byline {
    font-family: "Raleway", "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif !important;
    font-size: .8em;
}
figure.portfolio-effect h3 {
    top: 5% !important;
    font-size: 1.1em !important;
    font-weight: 400 !important;
}
figure.portfolio-effect:hover img {
    opacity: 0.5;
    -webkit-transform: scale(1.12);
    transform: scale(1.12);
}

a.link-portfolio:link {
    position: relative;
    left: -6px;
    top: 0;
    font-size: .9em !important;
}
.button2 {
    display: inline-block;
    margin: 1em 0;
    border: none;
    text-transform: uppercase;
    border-radius: 2px;
    background: #e1e1e1;
    color: #555;
    padding: 6px 16px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

    .button2:hover, .button:active, .button:focus {
        color: #fff;
        border-color: #A49FAE;
        background-color: #A49FAE;
    }

.div-confirm {
    margin-top: 20px;
    font-family: "Raleway",Arial,sans-serif !important;
    font-size: 1.1em !important;
    font-weight: 400 !important;
    letter-spacing: .1em !important;
    padding: 10px;
    background: #F8F8F8;
    border: 1px solid #A49FAE;
}
/*Spotify player*/
/*.theme-white .main {
    border-color: #e5e5e5 !important;
}
.main {
    border: 1px solid #e5e5e5 !important;
    border-top-color: rgb(229, 229, 229) !important;
    border-right-color: rgb(229, 229, 229) !important;
    border-bottom-color: rgb(229, 229, 229) !important;
    border-left-color: rgb(229, 229, 229) !important;
}*/
.owl-nav .prev {
    left: 40px;
}
.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal.fade .modal-dialog {
        -webkit-transition: -webkit-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out;
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        -o-transform: translate(0, -25%);
        transform: translate(0, -25%);
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.timeline-details-modal {
    clear: both;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

    .modal-backdrop.fade {
        filter: alpha(opacity=0);
        opacity: 0;
    }

    .modal-backdrop.in {
        filter: alpha(opacity=50);
        opacity: .5;
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer .btn + .btn {
        margin-bottom: 0;
        margin-left: 5px;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

.RadGrid_Bootstrap {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: none !important;
}
 .RadGrid_Bootstrap .rgRow > td, .RadGrid_Bootstrap .rgAltRow > td {
     padding: 1px !important;
     height: 20px !important;
     background: transparent !important;
     border-bottom-style: solid;
     border-bottom-width: 1px;
     border-bottom-color: #eee;
}
.RadGrid_Bootstrap .rgRow.rgHoveredRow {
    background-color: #fff !important;
}
.RadGrid_Bootstrap .rgAltRow.rgHoveredRow {
    padding-left: 0 !important;
    background-color: #fff !important;
}
.RadGrid_Bootstrap .rgPagerCell {
    border-top: 1px solid #eee  !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: none !important;
}
@media (min-width: 768px) {
    .masonry-item {
        width: 24%;
    }
    .modal-dialog {
        width: 40%;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .container-about {
        padding: 60px;
    }
    .modal-lg {
        width: 900px;
    }
}
@media only screen and (max-width: 620px) {


    .container-about2:before {
        width: 80%;
        left: 12%;
    }
    .container-about2:after {
       display: none;
    }
}
    /*.timeline-details { font-family: "Raleway", "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif !important; letter-spacing: .1em; font-weight: 400 !important; font-size: .9em !important; }*/
