@charset "utf-8";









/* CSS Document */

* {
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:before {
    -webkit-transition: .5s;
    transition: .5s;
}

.row {
    float: left;
    width: 100%;
}

a {
    text-decoration: none;
}

p + p {
    margin-top: 5px;
}

@font-face {
    font-family: 'MyriadPro-Regular';
    src: url('../fonts/MyriadPro-Regular_gdi.eot');
    src: url('../fonts/MyriadPro-Regular_gdi.eot?#iefix') format('embedded-opentype'), url('../fonts/MyriadPro-Regular_gdi.woff') format('woff'), url('../fonts/MyriadPro-Regular_gdi.ttf') format('truetype'), url('../fonts/MyriadPro-Regular_gdi.otf') format('opentype'), url('../fonts/MyriadPro-Regular_gdi.svg#MyriadPro-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-25CA;
}

@font-face {
    font-family: 'MyriadPro-Regular';
    src: url('../fonts/MyriadPro-Light_gdi.eot');
    src: url('../fonts/MyriadPro-Light_gdi.eot?#iefix') format('embedded-opentype'), url('../fonts/MyriadPro-Light_gdi.woff') format('woff'), url('../fonts/MyriadPro-Light_gdi.ttf') format('truetype'), url('../fonts/MyriadPro-Light_gdi.otf') format('opentype'), url('../fonts/MyriadPro-Light_gdi.svg#MyriadPro-Light') format('svg');
    font-weight: 100;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-25CA;
}

body {
    margin: 0px;
    font-family: 'MyriadPro-Regular';
    -webkit-font-size-adjust: none;
    -webkit-text-size-adjust: none;
}

body.noflow {
    overflow: hidden;
}

.full-wrapper {
    width: 100%;
    display: block;
    margin: 0px auto;
    float: left;
}

.wrapper {
    width: 1000px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.wrapper-container {
    width: 1100px;
    margin: 0 auto;
}

.top {
    background: rgba(0, 0, 0, .8);
    margin: 0px;
    float: left;
    width: 100%;
    display: block;
    padding: 10px 0;
}

.nav-main nav {
    float: right;
}

.nav-main nav ul {
    float: left;
    font-size: 17px;
    padding-left: 0;
}

.nav-main nav ul li {
    text-transform: uppercase;
    color: #fff;
    float: left;
    list-style: none;
}

.nav-main nav ul li.parent {
    position: relative;
}

.nav-main nav ul li.parent > ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 150px;
    margin: 0;
    padding: 0;
    padding-top: 10px;
    visibility: hidden;
    z-index: -1
}

.nav-main nav ul li.parent > ul > li {
    float: left;
    width: 100%;
    list-style: none;
    margin: 0;
    -webkit-transition: 1s;
    transition: 1s;
    margin-bottom: 2px;
}

.nav-main nav ul li.parent > ul > li:last-child {
    margin-bottom: 0px;
}

.nav-main nav ul li.parent > ul > li:nth-child(1) {
    margin-top: -40px;
    visibility: hidden;
    opacity: 0;
}

.nav-main nav ul li.parent > ul > li:nth-child(2) {
    margin-top: -40px;
    visibility: hidden;
    opacity: 0;
}

.nav-main nav ul li.parent > ul > li:nth-child(3) {
    margin-top: -40px;
    visibility: hidden;
    opacity: 0;
}

.nav-main nav ul li.parent > ul > li:nth-child(4) {
    margin-top: -40px;
    visibility: hidden;
    opacity: 0;
}

.nav-main nav ul li.parent > ul > li a {
    width: 100%;
    background: rgb(255, 255, 255);
    color: #525252;
}

.nav-main nav ul li.parent > ul > li:hover a {
    color: rgb(255, 153, 51)
}

.nav-main nav ul li.parent:hover ul {
    visibility: visible;
    z-index: 1;
    display: none;
}

.nav-main nav ul li.parent:hover ul li:nth-child(1n) {
    margin-top: 0;
    visibility: visible;
    opacity: 1
}

.nav-main nav ul li.parent:hover ul li:nth-child(2) {
    -webkit-transition-delay: .05s;
    transition-delay: .05s
}

.nav-main nav ul li.parent:hover ul li:nth-child(3) {
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.nav-main nav ul li.parent:hover ul li:nth-child(4) {
    -webkit-transition-delay: .15s;
    transition-delay: .15s
}

.nav-main nav ul li + li {
    margin-left: 20px;
}

.nav-main nav ul li a {
    float: left;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    padding: 10px 25px;
    background: rgba(255, 255, 255, .1);
    position: relative;
    z-index: 99;
    border-radius: 5px;
    overflow: hidden;
}

.nav-main nav ul li a:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 100%;
    background: rgb(255, 153, 51);
    z-index: -1;
    border-radius: 5px;
}

.nav-main nav > ul > li:hover > a:before,
.nav-main nav > ul > li.active > a:before {
    right: 0;
    border-radius: 5px;
}

.select {
    padding: 1% 2% 1% 2%;
    margin-left: 2%;
    background: url(../images/lk1.png) no-repeat left;
    background-size: 100% 100%;
}

.col-full {
    width: 100%;
    float: left;
    margin: 0px;
}

.col-1 {
    width: 400px;
    float: left;
    margin-top: 6%;
    margin-left: 5%;
}

.col-2 {
    float: left;
    margin-top: 7%;
}

.h {
    font-size: 39px;
    color: #fff;
}

.text1 {
    font-size: 16px;
    color: #fff;
    text-align: justify;
    width: 97%;
    line-height: 23px;
}

.bg2 {
    background: rgba(0, 0, 0, .7);
    float: left;
    width: 100%;
    /*! height:420px; */
    margin-top: 32px;
}

.colum-full {
    width: 100%;
    float: left;
}

.col-3 {
    width: 651px;
    float: left;
    color: #fff;
    font-size: 29px;
    /*! margin-left:1%; */
}

.news {
    color: #ff9933;
    font-size: 29px;
    margin-left: 1%;
}

.news1 {
    color: #ff9933;
}

.col-4 {
    width: 310px;
    float: right;
    font-size: 29px;
}

.full {
    background: url(../images/body.png) no-repeat fixed;
    width: 100%;
    float: left;
    padding-bottom: 50px;
}

.col-5 {
    width: 65%;
    float: left;
    background: url(../images/1.png);
    background-size: 100% 100%;
    height: auto;
    margin-top: 1%;
    margin-left: 1%;
    padding-bottom: 2.5%;
}

.col-6 {
    width: 30%;
    float: left;
}

.col-51 {
    width: 86%;
    float: left;
}

.col-52 {
    float: right;
    width: 57%;
    font-size: 19px;
    color: #fff;
    text-transform: uppercase;
}

.web {
    float: left;
    /* margin-left: 3%; */
    margin-top: -7%;
    color: #fff;
    background: url(../images/web.png) no-repeat left;
    background-size: 20% 29%;
    background-position: 0% 49%;
    padding-left: 6%;
    text-transform: none;
    font-size: 14px;
}

.comment {
    float: left;
    margin-left: 7%;
    margin-top: -7%;
    color: #fff;
    background: url(../images/comment.png) no-repeat left;
    background-size: 17% 41%;
    background-position: 0% 54%;
    padding-left: 7%;
    text-transform: none;
    font-size: 14px;
}

.text {
    color: #fff;
    font-size: 15px;
    /* width: 100%; */
    /* padding-left: 7%; */
    float: left;
    width: 367px;
    margin-top: -3%;
    text-align: justify;
    text-transform: none;
}

.readmore {
    float: left;
    width: 50%;
}

.readmore a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    background: url(../images/read.png) no-repeat left;
    background-size: 50% 50%;
    background-position: 10% 10%;
    margin-left: -4%;
    width: 100%;
    padding: 8% 57% 24% 13%;
}

.readmore a:hover {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.col-61 {
    background: transparent url("../images/gal.png") no-repeat scroll 13% 18% / 17% 31%;
    float: left;
    width: 100%;
    padding: 9% 6% 22% 1%;
    margin-top: -6%;
}

.laya {
    color: #4865b4;
    font-size: 14px;
    margin-left: 31%;
    margin-top: -3%;
    background: url(../images/like.png) no-repeat bottom;
    background-size: 14% 24%;
    background-position: 0% 35%;
    float: left;
    width: 100%;
    padding-bottom: 22%;
}

.people {
    color: #4865b4;
    font-size: 14px;
    width: 30%;
    float: right;
    margin-top: -8.5%;
}

.gal2 {
    width: 28%;
    float: right;
    margin-top: -7%;
    margin-right: 2%;
}

.line1 {
    width: 30%;
    float: right;
    margin-right: 1%;
    margin-top: 1%;
}

.col-8 {
    width: 30%;
    float: left;
}

.face {
    font-size: 14px;
    color: #ff9933;
    float: right;
    margin-right: 8%;
}

.ad {
    font-size: 29px;
    color: #fff;
    float: right;
    margin-right: 13%;
    margin-top: -3%;
}

.adnw {
    font-size: 29px;
    color: #fff;
    float: right;
    margin-right: 13%;
    margin-top: -18%;
    margin-bottom: -7%;
}

.player {
    color: #ff9933;
    margin-left: 2%;
}

.gal3 {
    float: right;
}

.content {
    color: #fff;
    font-size: 16px;
    margin-left: -11%;
}

.gen {
    font-size: 14px;
    margin-top: -7%;
}

.col-611 {}

.points {
    color: #fff;
    float: right;
    font-size: 14px;
    margin-right: 1%;
    margin-top: 0%;
    line-height: 178%;
    list-style: decimal;
    background: #000 none repeat scroll 0% 0%;
    width: 31%;
    padding-bottom: 2%;
}

.points li {
    margin-left: 10%;
}

.col-10 {
    float: right;
    margin-right: 12%;
    margin-top: 2%;
}

.dat {
    color: #fff;
    font-size: 50px;
    width: 10%;
    float: right;
    margin-right: 20%;
}

.jul {
    font-size: 30px;
}

.france {
    color: #fff;
    font-size: 18px;
    float: right;
    margin-right: 6%;
    margin-top: -10%;
}

.fes {
    color: #888878;
    font-size: 13px;
    float: right;
    margin-top: -7%;
    margin-right: 2%;
}

.readmore1 {
    float: right;
    width: 26%;
    margin-top: -3.5%;
}

.readmore1 a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    background: url(../images/read.png) no-repeat left;
    background-size: 27% 25%;
    background-position: 10% 10%;
    margin-left: -4%;
    width: 100%;
    padding: 0% 0% 0% 0%;
    margin-right: 0%;
    /* float: right; */
    margin-left: 15%;
    width: 50%;
    margin-top: -5%;
}

.readmore1 a:hover {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}

.bgg {
    float: right;
    width: 20%;
}

.dat1 {
    color: #fff;
    font-size: 50px;
    width: 30%;
    float: left;
    /* margin-right: 13%; */
    margin-left: -51%;
}

.jul1 {
    font-size: 30px;
}

.france1 {
    color: #fff;
    font-size: 18px;
    float: left;
    /* margin-right: 6%; */
    margin-top: -5%;
    margin-left: -13%;
}

.fes1 {
    color: #888878;
    font-size: 13px;
    float: left;
    margin-top: -14%;
    margin-right: -4%;
    margin-left: -13%;
}

.readmore11 {
    width: 50%;
    margin-top: -3%;
    /* margin-left: 24%; */
    float: right;
    margin-right: 66%;
}

.readmore11 a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    background: url(../images/read.png) no-repeat left;
    background-size: 27% 25%;
    background-position: 10% 10%;
    margin-left: -4%;
    width: 100%;
    padding: 0% 0% 0% 0%;
    margin-right: 0%;
    /* float: right; */
    margin-left: 15%;
    width: 50%;
    margin-top: -5%;
}

.dat11 {
    color: #fff;
    font-size: 50px;
    width: 30%;
    float: left;
    /* margin-right: 13%; */
    margin-left: -51%;
}

.jul11 {
    font-size: 30px;
}

.france11 {
    color: #fff;
    font-size: 18px;
    float: left;
    /* margin-right: 6%; */
    margin-top: -5%;
    margin-left: 0%;
}

.fes11 {
    color: #888878;
    font-size: 13px;
    float: left;
    margin-top: -14%;
    margin-right: -4%;
    margin-left: -13%;
}

.readmore111 {
    f float: left;
    width: 50%;
    margin-top: -2%;
    margin-left: -14%;
}

.readmore111 a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    background: url(../images/read.png) no-repeat left;
    background-size: 27% 25%;
    background-position: 10% 10%;
    margin-left: -4%;
    width: 100%;
    padding: 0% 0% 0% 0%;
    margin-right: 0%;
    /* float: right; */
    margin-left: 15%;
    width: 50%;
    margin-top: -5%;
}

.bg {
    width: auto;
}

.readmore11 a:hover {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}

.bg7 {
    background: #171717;
    background-size: 100% 100%;
    float: left;
    width: 100%;
    /*! height: 379px; */
    border-top: 5px solid rgb(255, 121, 33);
    padding: 30px 0;
    display: none;
}

.bg7.show {
    display: block;
}

.col-left {
    width: 30%;
    float: left;
}

.col-left3 {
    width: 30%;
    float: left;
}

.ph {
    font-size: 23px;
    color: #fff;
}

.lat {
    color: #ff9933;
    margin-left: 2%;
}

.link ul li,
.link ul li a {
    font-size: 12px;
    color: #ff9933;
    list-style: decimal;
    margin-bottom: 5px;
}

.dot {
    font-size: 14px;
    color: rgb(255, 153, 51);
}

.bg8 {
    background: #0d0d0d;
    width: 100%;
    float: left;
    height: auto;
    padding: 5px 0;
    border-top: 5px solid rgb(255, 121, 33);
}

.bg8.no-border {
    border: none;
}

.col-left1 {
    /*width: calc(70% - 4px);*/
    color: #fff;
    font-size: 14px;
    float: none;
    margin-top: 0;
    display: inline-block;
    vertical-align: middle;
}

.col-left1 p {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.col-left1 p + p {
    margin-left: 50px
}

.col-right1 {
    /*! width: calc(30% - 4px); */
    float: none;
    margin-left: 0;
    margin-top: 0;
    display: inline-block;
    vertical-align: middle;
}

.socialmedia {
    float: right
}

.socialmedia a {
    float: left;
    width: 30px;
    height: 30px;
    text-align: center;
    margin: 0 5px;
    background: rgba(255, 255, 255, 0.28);
    border-radius: 100%;
    color: #fff;
}

.socialmedia a:hover {
    background: rgb(255, 153, 51)
}

.socialmedia a i {
    line-height: 30px;
}

.socialmedia a:hover i {
    text-shadow: 2px 2px 3px #000;
}

.fb1 {
    margin-top: -1%;
}

.black {
    background: #000;
    width: 31%;
    float: right;
    margin-right: 1%;
    padding-bottom: 1%;
}

.rgt {
    color: #fff;
}

.dt1 {
    font-size: 55px;
    width: 21%;
    margin-left: 4%;
}

.dt2 {
    float: right;
    margin-top: -36%;
    border-left: 1px #888888 dashed;
    padding: 0px 0px 11px 14px;
    width: 69%;
}

.dt2 li {
    list-style: none;
}

.fs {
    font-size: 13px;
    color: #888878;
    margin-top: 2%;
    float: left;
}

.buy {
    float: left;
    width: 100%;
    text-transform: uppercase;
    margin-top: 10%;
}

.buy a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    background: url(../images/read.png) no-repeat left;
    background-size: 50% 50%;
    background-position: 10% 10%;
    margin-left: -3%;
    width: 100%;
    padding: 6% 41% 16% 8%;
}

.buy a:hover {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.month {
    font-size: 26px;
    margin-top: -100%;
    ;
    text-transform: uppercase;
    float: left;
}

.back2 {
    background: #000;
    width: 31%;
    float: right;
    margin-right: 1%;
    padding-bottom: 1%;
}

.band {
    font-size: 43px;
    float: left;
    width: 80%;
    color: #fff;
    text-transform: uppercase;
    margin-left: 2%;
    margin-top: 2%;
    margin-bottom: 1%;
}

.flag {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.t1 {
    /*! width: 100%; */
    text-align: justify;
    color: rgb(255, 255, 255);
    font-size: 15px;
    /*! float: left; */
    /*! margin-top: -3%; */
    /*! margin-left: 0; */
}

.t2 {
    color: #fff;
    font-size: 15px;
    text-align: justify;
    /*! width: 100%; */
    margin-top: 13px;
}
 
.cl1 {
    /*! width: calc(100% - 4%); */
    float: left;
    background: none;
    background-size: 100% 100%;
    /*! padding: 2% 1% 7.7% 2%; */
    /*! margin-left: 2%; */
    /*! margin-right: 2%; */
}

.cl2 {
    width: 301px;
    float: left;
    margin-left: 2%;
}

.ch {
    font-size: 29px;
    color: #fff;
    text-transform: uppercase;
}

.ch1 {
    font-size: 29px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 6%;
    float: left;
}

.lg {
    color: #F93;
}

.flag2 {
    background: url(../images/fbg.png) no-repeat left;
    background-size: 100% 89%;
    float: left;
    width: 100%;
    padding: 8% 1% 6% 0%;
}

.b1 {
    background: url(../images/b1.png) no-repeat left;
    float: left;
    width: 100%;
    background-size: 100% 100%;
    margin-top: 5%;
}

.full1 {
    background: url(../images/body.png) no-repeat fixed;
    width: 100%;
    background-size: cover;
    float: left;
    height: auto;
    min-height: calc(100vh - 50px);
}




.logo {
    display: inline-block;
    width: 250px;
    vertical-align: middle;
}

.logo img {
    max-width: 100%;
    float: left;
    width: 100%;
}

.nav-main {
    display: inline-block;
    width: calc(100% - 254px);
    vertical-align: middle;
}

.banner {
    float: left;
    width: 100%;
    margin-bottom: 30px
}

.col-6 {
    float: left;
    width: 600px;
    padding: 0 15px;
    text-align: left;
    padding-bottom: 30px;
}

.col-6 p,
.col-4 p {
    font-size: 29px;
    color: #fff;
}

.col-4 {
    float: left;
    width: 400px;
    padding: 0 15px;
    text-align: left;
}

.prg-1 {
    float: left;
    width: 100%;
    padding: 10px;
    background: rgba(0, 0, 0, .5)
}

.prg-1 {
    margin-top: 20px;
}

.prg-1:last-child {
    margin-bottom: 20px;
}

.prg-1 .img {
    float: left;
    width: 204px;
}

.prg-1 .img img {
    max-width: 100%;
}

.prg-1 .textdetails {
    float: left;
    width: calc(100% - 204px);
    padding-left: 20px;
    color: #fff;
}

.prg-1 .textdetails .texthead {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.prg-1 .textdetails .texthead h2 {
    font-weight: 100;
}

.prg-1 .textdetails .texthead .extra {
    float: left;
    width: 100%;
    margin-top: 5px;
}

.prg-1 .textdetails .texthead .extra ul li {
    float: left;
    list-style: none;
    font-size: 14px;
}

.prg-1 .textdetails .texthead .extra ul li i {
    margin-right: 5px;
}

.prg-1 .textdetails .texthead .extra ul li + li {
    margin-left: 20px;
}

.prg-1 .textdetails p {
    font-size: 15px;
    font-weight: 100
}

.prg-1 .textdetails p + a {
    margin-top: 10px;
    display: inline-block;
}

.prg-1 .textdetails a.read {
    padding: 7px 10px;
    background: #2d2d2d;
    text-decoration: none;
    color: #fff;
    border-radius: 5px;
}

.col-right {
    float: left;
    width: 100%;
}

.col-right .img {
    float: left;
    width: 100%;
}

.col-right .img img {
    max-width: 100%;
    width: 100%;
}

.audio {
    float: left;
    width: 100%;
    font-size: 15px;
    background: rgba(0, 0, 0, .7);
    padding: 15px;
    margin-top: 20px;
}

.audio .img {
    float: left;
    width: 100px;
}

.audio .img img {
    max-width: 100%;
}

.audio .details {
    float: left;
    width: calc(100% - 100px);
    color: #fff;
    padding-left: 10px;
}

.audio .details .name {
    margin-bottom: 10px;
    float: left;
    width: 100%;
}

.audio .details .name p {
    font-size: 14px;
}

.audio .details .name p + p {
    margin-top: 5px;
}

.audio .details ul li {
    list-style: none;
    float: left;
    margin-bottom: 5px;
    margin-right: 5px;
}

.audio .details ul li a {
    padding: 5px 10px;
    background: rgba(0, 0, 0, .8);
    border-radius: 5px;
    float: left;
    font-size: 13px;
    color: #fff;
    text-decoration: none;
}

.youplayer {

    max-width: 100%;
    /*! background: #000; */
    margin: 0;
    position: relative;
    float: left;
    width: 48%;
}

.youplayer:nth-of-type(2n) {
    margin-left: 4%
}

.youplayer > div.frame {
    position: relative;
    padding-bottom: 56.23%;
    height: 0;
    overflow: hidden;
}

.youplayer iframe {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 177px;
    z-index: 100;
    background: transparent;
}

.youplayer img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: .4s all;
    transition: .4s all;
}

.youplayer:hover img {
    -moz-filter: brightness(75%);
    -webkit-filter: brightness(75%);
    filter: brightness(75%);
}

.youplayer .play {
    height: 52px;
    width: 82px;
    left: 50%;
    top: 50%;
    margin-left: -41px;
    margin-top: -26px;
    position: absolute;
    background-color: rgb(0, 191, 255);
    background-image: url(../images/play.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 30px;
    cursor: pointer;
    border-radius: 5px;
}

.youplayer .play:hover {
    background-color: rgb(222, 40, 37)
}

.videotitle {
    float: left;
    width: 100%;
    font-size: 15px;
    text-align: justify;
    margin-top: 10px;
    margin-bottom: 20px;
    white-space: nowrap;
    overflow: hidden;
    color: rgb(255, 153, 51);
}

.player audio {
    width: 100%;
}

.audiolist {
    float: left;
    width: 100%;
    padding: 10px;
}

.audiolist ol {
    padding-left: 20px;
    margin: 10px 0;
}

.audiolist ol li {
    float: left;
    width: 100%;
    margin-bottom: 5px;
    color: #fff;
    font-size: 13px;
    position: relative;
    padding-left: 0;
    cursor: pointer;
}

.audiolist ol li:before {
    content: '';
    position: absolute;
    font-family: 'fontawesome';
    left: 0;
    top: 0;
}

.tours {
    float: left;
    width: 100%;
    margin: 20px 0;
}

.tours .row {
    margin-top: 10px;
}

.tours .tour {
    margin: 0 0 10px;
    float: left;
    width: 100%;
    background: rgba(0, 0, 0, .5);
    padding: 10px;
}

.tours .tour .date {
    width: 80px;
    display: inline-block;
    text-align: center;
    color: #fff;
    vertical-align: middle;
}

.tours .tour .date p {
    font-size: 30px;
}

.tours .tour .date span {
    font-size: 20px;
}

.tours .tour .details {
    display: inline-block;
    width: calc(100% - 88px);
    padding-left: 20px;
    position: relative;
    vertical-align: middle;
}

.tours .tour .details:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0px;
    border-left: 1px dashed #fff;
    width: 2px;
}

.tours .tour .details p {
    font-size: 16px;
}

.tours .tour .details span {
    font-size: 14px;
    color: #e1e1e1;
}

.tours .tour .details a {
    float: left;
    padding: 7px 10px;
    background: #2d2d2d;
    color: #fff;
    margin-top: 10px;
    font-size: 15px;
}

.link {
    float: left;
    width: 100%;
}

.link ul {
    padding-left: 10px;
    float: left;
    width: 100%;
}

.footer-col {
    width: 32.33%;
    margin: 0 1.5% 0 0;
}

.col-left2 {
    width: 65.66%;
    float: left;
    margin-left: 0%;
}

.footer-col:last-child {
    margin-right: 0;
}

.footer-col .ph {
    float: left;
    margin: 0 0 10px;
    width: 100%;
}

.design {
    margin-top: 20px;
    float: left;
    width: 100%;
}

.design ul li {
    float: left;
    width: 100%;
    margin-bottom: 5px;
    list-style: none;
    color: #fff;
}

.pn-1 {
    float: left;
    width: 100%;
    margin: 0 0 20px;
    background: rgba(0, 0, 0, .5);
    padding: 20px;
}

.pn-1 h2 {
    font-size: 29px;
    color: #fff;
    font-weight: 400;
}

.pn-1 p {
    font-size: 15px;
    line-height: 25px;
}

.pn-1 a.read {
    padding: 7px 10px;
    background: #2d2d2d;
    text-decoration: none;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    margin-top: 10px;
}

.ipn-1 {
    float: left;
    width: 100%;
    pasding: 15px;
    background: rgba(0, 0, 0, .5);
    padding: 20px;
}

.ipn-1 h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    margin: 0 0 20px 0;
}

.ipn-1 .teams {
    float: left;
    width: 100%;
}

.ipn-1 .teams .member {
    float: left;
    width: 100%;
    margin-right: 0;
    padding: 20px 0;
    position: relative;
}

.ipn-1 .teams .member + .member {
    padding-top: 40px;
    margin-top: 10px
}

.ipn-1 .teams .member + .member:before {
    content: '';
    position: absolute;
    top: 0;
    left: 30%;
    right: 30%;
    border-top: 1px dotted rgb(255, 153, 51);
}

.ipn-1 .teams .member .left-details {
    width: 250px;
    float: left;
}

.ipn-1 .teams .member .right-details {
    color: #fff;
}

.ipn-1 .teams .member .right-details p {
    line-height: 25px;
    text-align: justify;
}

.ipn-1 .teams .member .img {
    float: left;
    width: 100%;
    text-align: center;
}

.ipn-1 .teams a {
    color: #fff;
}

.ipn-1 .teams .member .img img {
    max-width: 80%;
    text-align: center;
    float: none;
}

.ipn-1 .teams .member .name {
    text-align: center;
    float: left;
    width: 100%;
    color: #fff;
    padding: 10px 20px;
}

.ipn-1 .teams .member .name p {
    font-size: 20px;
    font-weight: 300
}

.ipn-1 .teams .member .name span {
    font-size: 15px;
    font-weight: 300;
}

.ipn-1 .teams .member .name .social {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.ipn-1 .teams .member .name .social ul {
    display: inline-block;
}

.ipn-1 .teams .member .name .social ul li {
    float: left;
    margin: 0 5px;
    list-style: none;
}

.ipn-1 .teams .member .name .social ul li a {
    width: 30px;
    height: 30px;
    background: rgba(0, 0, 0, .5);
    float: left;
    color: #fff;
}

.ipn-1 .teams .member .name .social ul li a i {
    line-height: 30px;
}

.ipn-1 .teams .member.border {
    position: relative;
    margin-top: 70px;
}

.ipn-1 .teams .member.border:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
}

.ipn-1 .teams .member .img .name p {
    position: absolute;
    top: 50%;
    font-size: 25px;
    text-align: center;
    left: 0;
    right: 0
}

.memberpage {
    float: left;
    width: 100%;
}

.memberpage .left-details {
    float: left;
    width: 32.33%;
    margin-right: 1.5%;
    margin-bottom: 20px;
}

.memberpage .left-details .img {
    float: left;
    width: 100%;
    text-align: center;
}

.memberpage .left-details .img img {
    max-width: 80%;
    text-align: center;
    float: none;
}

.memberpage .left-details .name {
    text-align: center;
    float: left;
    width: 100%;
    color: #fff;
    padding: 10px 20px;
}

.memberpage .left-details .name p {
    font-size: 20px;
    font-weight: 300
}

.memberpage .left-details .name span {
    font-size: 15px;
    font-weight: 300;
}

.memberpage .left-details .name .social {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.memberpage .left-details .name .social ul {
    display: inline-block;
}

.memberpage .left-details .name .social ul li {
    float: left;
    margin: 0 5px;
    list-style: none;
}

.memberpage .left-details .name .social ul li a {
    width: 30px;
    height: 30px;
    background: rgba(0, 0, 0, .5);
    float: left;
    color: #fff;
}

.memberpage .left-details .name .social ul li a i {
    line-height: 30px;
}

.memberpage .right-details {
    color: #fff;
    line-height: 25px;
    font-weight: 400;
    font-size: 16px;
}

.memberpage .right-details p + p {
    margin-top: 10px;
}

.contact {
    float: left;
    width: 100%;
}

.contact .left {
    float: left;
    width: 50%;
    padding-right: 30px;
}

.contact .right {
    float: left;
    width: 50%;
    padding-left: 30px;
}

.contact address {
    color: #fff;
    font-style: normal;
    padding-left: 30px;
    position: relative;
}

.contact .phone,
.contact .email {
    padding-left: 30px;
    position: relative;
    color: #fff;
    margin: 10px 0;
    float: left;
    width: 100%;
}

.contact .phone a ~ a {
    margin-top: 5px;
    float: left;
    width: 100%;
}
.contact .phone span{float: left; width:100%; margin-bottom: 5px}
.contact .phone span a{float: left; position: relative}
.contact .phone span a ~ a{width: auto; margin-top:0; margin-left:20px}
.contact .phone span a ~ a:before{content:''; position: absolute; top:5px; bottom:5px;  left:-10px; width: 1px; background: #fff;}
.contact .phone i,
.contact .email i,
.contact address i {
    position: absolute;
    left: 0;
    top: 0;
}

.contact .phone a,
.contact .email a {
    color: #fff;
}

.form {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.form .formgroup {
    float: left;
    width: 100%;
}

.form .formgroup + .formgroup {
    margin-top: 20px;
}

.form .formgroup .inputgroup {
    float: left;
    width: 49%;
}

.form .formgroup .inputgroup.fill {
    width: 100%;
}

.form .formgroup .inputgroup:nth-child(2) {
    float: right;
}

.form .formgroup .inputgroup label {
    float: left;
    width: 100%;
    margin-bottom: 5px;
    color: #fff;
}

.form .formgroup .inputgroup .textin {
    float: left;
    width: 100%;
    border: 1px solid #e1e1e1;
    padding: 10px;
    font-family: 'MyriadPro-Regular';
}

.form .buttons {
    float: left;
    width: 100%;
    text-align: left;
    margin-top: 25px;
}

.form .buttons .btn {
    display: inline-block;
    padding: 10px 25px;
    border: none;
    background: #fff;
    color: #525252;
    cursor: pointer;
}

.images {
    float: left;
    width: 100%;
}

.images h3 {
    margin-top: 30px;
    margin-bottom: 10px;
    color: #fff;
    font-size: 25px;
    font-weight: 400;
}

.images .img {
    display: inline-block;
    width: calc(32.33% - 4px);
    vertical-align: top;
    margin-right: 1.5%;
    position: relative;
}

.images .img:not(.thump) img {
    height: 255px;
    -o-object-fit: cover;
    object-fit: cover;
}

.images .img.album img {
    height: auto;
}

.images .img.thump {
    width: calc(19% - 4px);
    margin-right: 1.25%;
    margin-bottom: 15px;
}

.images .img.thump img {
    border-radius: 2px;
}

.images .img:not(.thump):nth-child(3n) {
    margin-right: 0;
}

.images .img.thump:nth-child(5n) {
    margin-right: 0;
}


.images .img img {
    width: 100%;
    float: left;
}

.images .img:not(.thump) img {
    border-radius: 5px;
}

.images .img p {
    text-align: center;
    margin: 10px 0;
    font-size: 18px;
    color: #fff;
    float: left;
    width: 100%;
}

.about p {
    line-height: 25px;
    color: #fff;
}

.about p + p {
    margin-top: 10px;
}

.mt20 {
    margin-top: 30px;
}

.Collage.effect-parent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.Collage.effect-parent img {
    border-radius: 0 !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    width: 33.33%;
    max-width: 33.33%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 85px !important;
}

.images .youplayer {
    width: calc(32.33% - 4px);
    display: inline-block;
    vertical-align: top;
    margin-right: 1.5%;
}

.images .youplayer:nth-child(2n) {
    margin-left: 0;
}

.images .youplayer:nth-child(3n) {
    margin-right: 0;
}

.contact .phone i {
    left: -6px;
    top: -9px;
}
.contact .phone.tele i{left:-1px; top:-1px; font-size: 19px;}
.fa-mobile-phone {
    font-size: 27px !important;
} 

form em {
    font-size: 12px;
    font-style: normal;
    color: red;
    background: #fff;
    padding: 2px;
    margin-top: 2px;
    float: left;
}

.result {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.result.success {
    color: green;
}

.result.error {
    color: red;
}

.nonformgroup {
    display: none !important;
    position: absolute !important;
    left: -1000000px !important;
    visibility: hidden !important;
    z-index: -9999999999 !important;
}

.col-full-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #fff;
    padding: 5px 0;
}

.clfull p {
    line-height: 24px;
}

.captcha,
.wrapcaptcha,
.captchaimg {
    float: left;
}

.captcha {
    width: 100%;
}

.captchaimg img {
    height: 38px;
    width: calc(100% - 26px);
    display: inline-block;
    vertical-align: middle;
}

.captchaimg .captcode {
    display: inline-block;
    vertical-align: middle;
    width: 20px !important;
    height: 20px !important;
    text-align: center !important;
    font-size: 12px !important;
    margin: 0 !important;
    line-height: 0;
    cursor: pointer;
    background: #fff;
    border-radius: 100%;
}

.captchaimg .captcode i {
    line-height: 20px;
}

.captchaimg {
    width: 40%;
}

.wrapcaptcha {
    width: 60%
}

.imgprofile {
    float: left;
    width: 60%;
    margin: 0 20px 10px 0;
}

.imgprofile img {
    max-width: 100%;
}

.border-top {
    float: left;
    width: 100%;
    border-top: 5px solid rgb(255, 121, 33)
}

.more {
    padding: 10px;
    color: #fff;
    border-radius: 4px;
    background: rgb(255, 153, 51);
    display: inline-block;
    margin-top: 15px;
    float: left;
}

h3.members {
    color: #fff;
    font-weight: 400;
    margin: 10px 0;
    float: left;
    width: 100%;
    font-size: 25px;
}

a[href*="mailto:"] {
    color: #FF9933 !important
}

.col-50 {
    width: 50%;
    position: relative;
    padding-bottom: 30px;
}

.col-50.left {
    padding-left: 5%;
    width: 40%;
}

.col-50.right {
    padding-right: 0;
    margin-left: 5%;
}

.col-50.right:before {
    content: '';
    position: absolute;
    left: -4.5%;
    top: 30%;
    bottom: 30%;
    border-right: 2px dotted rgba(255, 153, 51, 0.59);
    border-right-style: dotted;
    border-right-style: dotted;
}

.popups {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, .9);
    overflow: auto;
    display: none;
}

.popups.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.popups .popupwrapper {
    width: 600px;
    float: left;
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 3px #999;
    box-shadow: 0 0 3px #999;
    position: relative;
    -webkit-transform: translate3d(0, -150px, 0);
    transform: translate3d(0, -150px, 0);
    -webkit-transition: .1s;
    transition: .1s;
}

.popups.show .popupwrapper {
    -webkit-animation: tobottom .5s linear;
    animation: tobottom .5s linear forwards;
}

@-webkit-keyframes tobottom {
    from {
        -webkit-transform: translateY(-200%);
        transform: translateY(-200%)
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes tobottom {
    from {
        -webkit-transform: translateY(-200%);
        transform: translateY(-200%)
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.popups.show .popupwrapper.hiding {
    -webkit-animation: toobottom .5s linear forwards;
    animation: toobottom .5s linear forwards;
}

@-webkit-keyframes toobottom {
    from {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    to {
        -webkit-transform: translateY(200%);
        transform: translateY(200%)
    }
}

@keyframes toobottom {
    from {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    to {
        -webkit-transform: translateY(200%);
        transform: translateY(200%)
    }
}

.popups .popupwrapper .popup {
    padding: 25px;
    float: left;
    display: none;
}

.popups .popupwrapper .popup.show {
    display: block;
}

.popups .popupwrapper .popup .left-details {
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 20px;
}

.popups .popupwrapper .popup .left-details .img img {
    width: 150px;
    height: 150px;
    margin-right: 30px;
    border-radius: 5px;
}

.popups .popupwrapper .popup .left-details .name {
    font-size: 30px;
    font-weight: 300;
}

.popups .popupwrapper .popup .left-details .name p {
    margin-top: 20px;
    position: relative;
    font-size: 25px;
}

.popups .popupwrapper .popup .left-details .name p:before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    height: 2px;
    background: #000;
    width: 60px
}

.popups .popupwrapper .popup .right-details p {
    line-height: 25px;
}

.popups .popupwrapper .popup .right-details p + p {
    margin-top: 10px;
}

.popups .close {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 30px;
    width: 30px;
    border-radius: 0px 5px 0 5px;
    text-align: center;
    background: #e1e1e1;
    cursor: pointer;
}

.popups .close i {
    line-height: 30px;
}

.popups .close:hover i {
    text-shadow: 3px 3px 1px #999;
}

.nav-ico {
    display: none;
}

.loader {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #fff;
    z-index: 1000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.loader.hide {
    display: none;
}

.plotlybars {
    padding: 0 10px;
    vertical-align: bottom;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.plotlybars-wrapper {
    position: relative;
    width: 85px;
    height: 100px;
    padding-bottom: 17px;
}

.plotlybars-bar {
    background-color: #FF9933 !important;
    height: 100%;
    width: 12%;
    position: absolute;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-timing-function: linear;
    -webkit-animation-duration: 2.5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -webkit-animation-timing-function: linear;
}

.plotlybars-bar:before {
    content: '';
    position: absolute;
    top: 70%;
    left: 0;
    right: 0;
    bottom: 0;
    background: #999;
}

.b1 {
    left: 0%;
    top: 88%;
    animation-name: b1;
    -webkit-animation-name: b1;
}

.b2 {
    left: 14.3%;
    top: 76%;
    animation-name: b2;
    -webkit-animation-name: b2;
}

.b3 {
    left: 28.6%;
    top: 16%;
    animation-name: b3;
    -webkit-animation-name: b3;
}

.b4 {
    left: 42.9%;
    top: 40%;
    animation-name: b4;
    -webkit-animation-name: b4;
}

.b5 {
    left: 57.2%;
    top: 26%;
    animation-name: b5;
    -webkit-animation-name: b5;
}

.b6 {
    left: 71.5%;
    top: 67%;
    animation-name: b6;
    -webkit-animation-name: b6;
}

.b7 {
    left: 85.8%;
    top: 89%;
    animation-name: b7;
    -webkit-animation-name: b7;
}

@keyframes b1 {
    0% {
        top: 88%;
    }
    44% {
        top: 0%;
    }
    94% {
        top: 100%;
    }
    100% {
        top: 88%;
    }
}

@-webkit-keyframes b1 {
    0% {
        top: 88%;
    }
    44% {
        top: 0%;
    }
    94% {
        top: 100%;
    }
    100% {
        top: 88%;
    }
}

@keyframes b2 {
    0% {
        top: 76%;
    }
    38% {
        top: 0%;
    }
    88% {
        top: 100%;
    }
    100% {
        top: 76%;
    }
}

@-webkit-keyframes b2 {
    0% {
        top: 76%;
    }
    38% {
        top: 0%;
    }
    88% {
        top: 100%;
    }
    100% {
        top: 76%;
    }
}

@keyframes b3 {
    0% {
        top: 16%;
    }
    8% {
        top: 0%;
    }
    58% {
        top: 100%;
    }
    100% {
        top: 16%;
    }
}

@-webkit-keyframes b3 {
    0% {
        top: 16%;
    }
    8% {
        top: 0%;
    }
    58% {
        top: 100%;
    }
    100% {
        top: 16%;
    }
}

@keyframes b4 {
    0% {
        top: 40%;
    }
    20% {
        top: 0%;
    }
    70% {
        top: 100%;
    }
    100% {
        top: 40%;
    }
}

@-webkit-keyframes b4 {
    0% {
        top: 40%;
    }
    20% {
        top: 0%;
    }
    70% {
        top: 100%;
    }
    100% {
        top: 40%;
    }
}

@keyframes b5 {
    0% {
        top: 26%;
    }
    13% {
        top: 0%;
    }
    63% {
        top: 100%;
    }
    100% {
        top: 26%;
    }
}

@-webkit-keyframes b5 {
    0% {
        top: 26%;
    }
    13% {
        top: 0%;
    }
    63% {
        top: 100%;
    }
    100% {
        top: 26%;
    }
}

@keyframes b6 {
    0% {
        top: 67%;
    }
    33.5% {
        top: 0%;
    }
    83% {
        top: 100%;
    }
    100% {
        top: 67%;
    }
}

@-webkit-keyframes b6 {
    0% {
        top: 67%;
    }
    33.5% {
        top: 0%;
    }
    83% {
        top: 100%;
    }
    100% {
        top: 67%;
    }
}

@keyframes b7 {
    0% {
        top: 89%;
    }
    44.5% {
        top: 0%;
    }
    94.5% {
        top: 100%;
    }
    100% {
        top: 89%;
    }
}

@-webkit-keyframes b7 {
    0% {
        top: 89%;
    }
    44.5% {
        top: 0%;
    }
    94.5% {
        top: 100%;
    }
    100% {
        top: 89%;
    }
}


@media(max-width:1100px) {
    .top {
        position: relative;
        -webkit-transition: .5s;
        transition: .5s;
        left: 0;
    }
    .top.left {
        left: -250px;
    }
    .full,
    .full1 {
        background-size: cover;
    }
    .nav-ico {
        display: block;
    }
    .wrapper,
    .wrapper-container {
        width: 90%;
    }
    .banner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .col-2,
    .col-1 {
        width: 100%;
        margin: 0;
        padding: 15px 15px 0;
    }
    .col-2 img {
        max-width: 100%;
    }
    .bg4 {
        width: 100%;
        float: left;
    }
    .col-50.left,
    .col-50.right {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .col-50 + .col-50 {
        margin-top: 30px;
        padding-top: 30px;
    }
    .col-50.right::before {
        top: 0;
        bottom: auto;
        left: 10%;
        right: 10%;
        border-top: 2px dotted rgba(255, 153, 51, 0.59);
    }
    .bg7.show {
        display: none;
    }
    .col-full-footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: . div center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .col-full-footer > div + div {
        margin-top: 10px;
    }
    .nav-main nav {
        position: fixed;
        right: -250px;
        width: 250px;
        top: 0;
        bottom: 0;
        background: #000;
        z-index: 100;
        -webkit-transition: .5s;
        transition: .5s;
        overflow-y: auto;
    }
    .nav-main nav.moveright {
        right: 0;
    }
    .nav-main nav ul {
        padding: 25px;
    }
    .nav-main nav ul li {
        float: left;
        width: 100%;
    }
    .nav-main nav ul li + li {
        margin-left: 0;
        margin-top: 5px;
        padding-top: 0px;
    }
    .nav-main nav ul li a {
        width: 100%;
        padding: 7px 0;
        background: none;
    }
    .nav-main nav ul li.active a {
        color: #FF9933
    }
    .nav-main nav ul li.active a:before,
    .nav-main nav ul li:hover a:before {
        background: none;
        right: 100%;
    }
    .logo {
        width: 200px;
    }
    .nav-ico {
        position: absolute;
        right: 20px;
        top: 15px;
        width: 30px;
    }
    .nav-ico > span {
        float: left;
        width: 100%;
        ;
        height: 4px;
        border-radius: 4px;
        background: #fff;
    }
    .nav-ico > span + span {
        margin-top: 4px;
    }
    .nav-ico.animating span {
        -webkit-animation: 1s linear clicks;
        animation: 1s linear clicks;
    }
    .nav-ico.clicked > span {
        opacity: .5
    }
    @-webkit-keyframes clicks {
        0%,
        20%,
        40%,
        60%,
        80%,
        100% {
            opacity: .3
        }
        10%,
        30%,
        50%,
        70%,
        90% {
            opacity: 1
        }
    }
    @keyframes clicks {
        0%,
        20%,
        40%,
        60%,
        80%,
        100% {
            opacity: .3
        }
        10%,
        30%,
        50%,
        70%,
        90% {
            opacity: 1
        }
    }
    .cl1 {
        background: none;
    }
    .b1 {
        background: rgba(0, 0, 0, .5)
    }
    .imgprofile {
        width: 100%;
        max-width: 300px;
    }
    .ipn-1 .teams .member .left-details {
        width: 100%;
        text-align: center;
    }
}

@media (max-width:767px) {
    .contact .left,
    .contact .right {
        width: 100%;
        padding: 0;
    }
    .contact .left {
        margin-bottom: 30px;
    }
}

@media(max-width:500px) {
    .images .img,
    .images .img.thump {
        width: 100%;
        margin-right: 0;
        margin-bottom: 0
    }
    .images .img.thump {
        width: 49%;
    }
    .images .img.thump:nth-child(n + 3) {
        margin-top: 10px;
    }
    .images .img:not(.thump) + .img {
        margin-top: 10px;
    }
    .images .img.album img,
    .images .img.thump img {
        height: 150px;
    }
    .images .img.thump img {
        -o-object-fit: cover;
        object-fit: cover;
    }
    .images .youplayer {
        width: 100%;
        margin-right: 0
    }
}

@media(min-width:750px) and (max-width:1100px) {
    .banner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .col-2 {
        margin-top: 60px;
    }
    .ipn-1 .teams .member .left-details {
        width: 250px;
    }
    .col-50.left,
    .col-50.right {
        width: 50%;
    }
    .col-50.left {
        padding-right: 50px;
    }
    .col-50.right {
        padding-left: 50px;
    }
    .col-50 + .col-50 {
        margin-top: 0;
        padding-top: 0;
    }
    .col-50.right::before {
        top: 10%;
        bottom: 10%;
        left: 0;
        right: auto;
        border-top: none;
        border-right: 2px dotted rgba(255, 153, 51, 0.59);
    }
}
