body, html {
    background: #fff;
    overflow-x: hidden;
    -webkit-appearance:none;
}
@font-face {
    font-family: "Raleway";
    src: url('../../bundles/app/fonts/Raleway-Light.ttf');
}
@font-face {
    font-family: "Bold";
    src: url('../../bundles/app/fonts/Raleway-SemiBold.ttf');
}
h1, h2, h3{
	margin:0;
	padding:0;
	font-weight:normal;
}
a, a:hover {
    text-decoration: none !important;
    outline: 0 !important;
}

ul {
    list-style-type: none;
    margin: 0px !important;
    padding: 0px;
}

strong,b{
    font-family: Bold;
}

.clear {
    clear: both;
}

.left {
    float: left !important;
}

.right {
    float: right !important;
}

.full-width {
    width: 100% !important;
}

.full-height{
    height: 100% !important;
}
.min-height{
    height: 322px;
    object-fit: cover;
    object-position: center;
}

.align-center {
    text-align: center;
}

.no-padding {
    padding: 0px !important;
}
.no-padding-right{
	padding-right:0px;
}
.centered {
    width:auto;
    display:table;
    margin:auto;
}
/*loader*/
.loading {
    position: fixed;
    background: #fff;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 9999;
}

.telephone-no-delete{
    line-height:1;
    float:right;
}

@keyframes seq-preloader {
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.seq-preloader {
    background: white;
    visibility: visible;
    opacity: 1;
    position: absolute;
    z-index: 9999;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.seq-preloader.seq-preloaded {
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s .5s, opacity .5s;
}

.seq-preload-indicator {
    overflow: visible;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.seq-preload-circle {
    display: inline-block;
    height: 24px;
    width: 24px;
    fill: #d4a368;
    opacity: 0;
    animation: seq-preloader 1.25s infinite;
}

.seq-preload-circle-2 {
    animation-delay: .15s;
}

.seq-preload-circle-3 {
    animation-delay: .3s;
}

.seq-preload-indicator-fallback {
    width: 42px;
    overflow: visible;
}

.seq-preload-indicator-fallback .seq-preload-circle {
    width: 16px;
    height: 16px;
    background-color: #F96D38;
    border-radius: 100%;
    opacity: 1;
    display: inline-block;
    vertical-align: middle;
}

.seq-preload-indicator-fallback .seq-preload-circle-2 {
    margin-left: 3px;
    margin-right: 3px;
    width: 24px;
    height: 24px;
}

.seq-preload-indicator-fallback .seq-preload-circle-3 {
    width: 32px;
    height: 32px;
}

.header {
    float: left;
    width: 100%;
    padding: 20px 0px;
}
.top-menu {
    float: left;
    padding: 15px 0px 0px 0px;
}

.top-menu ul li {
    float: left;
    margin: 0px 10px;
}

.top-menu ul li a {
    display: block;
    padding: 10px 0px 5px 0px;
    font-size: 12px;
    color: #000;
    font-family: Raleway;
    font-weight: normal;
    border-bottom: 1px solid #fff;
}

.top-menu ul li a:hover, .top-menu .active, .logged-menu a:hover{
    color: #dfab6d;
    border-bottom: 1px solid #dfab6d;
    transition: all 0.4s ease-in-out;
    cursor:pointer;
}

.open-arrow{
	width:auto;
	float:left;
	padding:14px 10px;
}
.right-menu {
    float:right;
}

.signup {
    width: auto;
    float: right;
    padding: 10px 15px;
    text-transform: uppercase;
    font-size: 12px;
    color: #000;
    font-family: Raleway;
    font-weight: normal;
    -webkit-border-radius: 19px;
    -moz-border-radius: 19px;
    border-radius: 19px;
    border: 1px solid #666666;
    background:transparent;
    outline:none;
    cursor:pointer;
}

.signup:hover, .load-more:hover {
    border: 1px solid #dfab6d;
    transition: all 0.3s ease-in-out;
    color: #dfab6d !important;
}

.signup-fade{
    margin:0px 0px 10px 0px;
}

.signup-fade:hover{
    border: 1px solid #d4a368;
    transition: all 0.3s ease-in-out;
    color: #fff !important;
    background:#d4a368;
}
.margin-right{
    margin-right:15px;
}
.search {
    width: auto;
    float: right;
    margin: 0px 0px 0px 20px;
}

.search input {
    padding: 10px 35px 10px 15px;
    text-transform: uppercase;
    font-size: 12px;
    color: #000;
    font-family: Raleway;
    font-weight: normal;
    -webkit-border-radius: 19px;
    -moz-border-radius: 19px;
    border-radius: 19px;
    border: 1px solid #ddd;
}

.search-button {
    width: 28px;
    height: 28px;
    position: absolute;
    margin: 6px 0px 0px -40px;
    background: url(../../bundles/app/images/magnifying.png) left 0px no-repeat;
    border: none !important;
    outline: none;
}

.localization {
    width: auto;
    float: right;
    margin: 3px 10px;
}

.localization a {
    color: #000;
    font-family: Raleway;
}
.flag{
    width:34px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
}
.flag-open{
    position:absolute;
    width:150px;
    background:#fff;
    border:1px solid #dddddd;
    margin:15px 0px 0px -110px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    z-index:999;
    display:none;
}
.flag-top {
    font-size: 20px;
}
.flag-open ul li{
    width:100%;
    float:left;
    margin:0px;
}
.flag-open ul li a{
    border-bottom:none !important;
    padding:8px;
}
.flag-open ul li a:hover, .flag-open .active{
    border-bottom:none !important;
}
.flag-open ul li a:hover{
    background:#fafafa;
}
.flag-open .active a{
    color:#d4a368;
}
.flag-open-arrow{
    width:17px;
    height:9px;
    background: url(../../bundles/app/images/flag-open-arrow.png) left 0px;
    position: absolute;
    left: 19px;
    bottom: 100%;
    margin-left: 100px;
}
.flag-check{
    width:13px;
    height:10px;
    float:right;
    background: url(../../bundles/app/images/flag-check.png) left 0px;
    margin:3px 3px 0px 0px;
}

.owl-prev, .owl-next
{
    display: none !important;
}

.align-left {
    text-align: left !important;
}

.slider {
    width: 100%;
    float: left;
    margin: 0px 0px 10px 0px;
}

.search-content {
    width: 100%;
    float: left;
}
.parallax-mirror{
	display:none;
}
.parallax-window {
    background:url(../../bundles/app/images/filter-background.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.parallax {
	background-attachment: fixed;
    background-repeat: no-repeat;
    background-position:center center;
	min-height: 500px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#search-form-container{
    position:relative;
    background:rgba(0,0,0,0.25);
    /*padding:0px 0px 50px 0px;*/
}

.form-hint {
    font-family: Raleway;
    font-size: 11px;
    font-weight: normal;
}

.white-text{
    font-family: Raleway;
    color:white !important;
    margin-bottom:5px;
}
.black-text{
    font-family: Raleway;
    margin-bottom:5px;
}
.box {
    width: 100%;
    float: left;
    /*margin: 60px 0px 0px 0px;*/
    background-color:#FFF;
}
.inner-box {
    width: 100%;
    float: left;
}
.input {
    width: 100% !important;
    float: left;
    position: relative;
    border: 1px solid #c4c4c4;
    min-height: 14px;
    background-color: #fff;
    margin: 0;
    min-height:35px;
    padding: 7px;
    font-family: Raleway;
    color: #707070;
    font-size: 12px;
    margin: 0px 0px 15px 0px;
    outline: none;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
}

.input:focus {
    background: #fff;
    border: 1px solid #dfab6d;
}

.light {
    background: #fff;
}

.white {
    background: #fff;
    border: 1px solid #fff;
}

.light:focus, .bootstrap-tagsinput:hover, .bootstrap-tagsinput:focus {
    border: 1px solid #dfab6d;
}

.textarea {
    resize: vertical;
    padding: 10px;
    min-height:175px !important;
}

.hint {
    width: 100%;
    float: left;
    margin: 0px 0px 5px 0px;
    font-family: Raleway;
    color: #707070;
    font-size: 12px;
    /*display: none;*/
}

.hint i {
    margin-right: 5px;
}

.register-hint{
    color: #63ae01;
    text-align:center;
    font-size:13px;
    margin:10px 0px;
    font-family:arial;
}
.range {
    width: 100%;
    float: left;
    margin: 10px 0px 0px 0px;
}
.slide-more-padding{
	margin-top:-6px;
	padding-bottom:6px;
}

.button {
    width: 100%;
    float: left;
    font-family: Raleway;
    color: #fff !important;
    font-size: 12px;
    padding: 10px;
    text-align: center;
    background: #d4a368;
    border: 1px solid transparent;
    margin: 10px 0px 0px 0px;
    -webkit-border-radius: 19px;
    -moz-border-radius: 19px;
    border-radius: 19px;
    outline: none;
    cursor: pointer;
    text-transform:uppercase;
    word-break: keep-all;
}
.red-button {
    background: #be0505;
}
.button i{
    margin:0px 5px 0px 0px;
}
.button:hover, .success-label:hover {
    color: #fff !important;
    background: #cf9958;
    transition: all 0.3s ease-in-out;
}
button[disabled], input[disabled], button[disabled]:hover, input[disabled]:hover{
	background:#f2f2f2;
	border:1px solid #c4c4c4;
	color:#afafaf !important;
}
.mt3{
	margin-top: 3px;
}
.mt10 {
    margin-top: 8px !important;
}
.mt13{
	margin-top: 13px !important;
}
.mt15 {
    margin-top: 15px !important;
}
.mt20 {
    margin-top: 20px !important;
}

.fs16{
    font-size: 16px !important;
}

.lostpass {
    width: 100%;
    float: left;
    font-family: Raleway;
    color: #fff;
    font-size: 11px;
    margin: 15px 0px 0px 0px;
    border: none;
    background: transparent;
    color: #333;
    text-align: left;
    outline: none;
}

.dropdown-menu {
    font-family: Raleway;
    text-transform: uppercase;
}

.white-button {
    background: #fff !important;
    color: #d68e37 !important;
    border: 1px solid #d68e37;
}

.white-button:hover {
    background: #fff;
    border: 1px solid #b56300;
    color: #b56300 !important;
}
.black-gold-button {
    background-color: Transparent !important;
    color: #000 !important;
    border: 1px solid #000;
}

.black-gold-button:hover {
    background-color: Transparent !important;
    border: 1px solid #d68e37;
    color: #d68e37 !important;
}
.black-solid-gold-button {
    background-color: transparent !important;
    color: #000 !important;
    border: 1px solid #000;
    padding-left:15px;
    padding-right:15px;
}

.black-solid-gold-button:hover {
    background: #cf9958 !important;
    border: 1px solid #d68e37;
    color: #fff !important;
}

.read-button{
    border:1px solid #fff;
    color:#fff;
    margin:20px 0px 0px 0px;
    /*	position:absolute;
        bottom:0px;
        margin:20px auto;
        display:block;*/
}
.black-button{
    background: transparent !important;
    color: black !important;
    border: 1px solid #fff;
}
.fb-button {
    width: auto;
    float: left;
    padding:10px 25px 10px 45px;
    text-transform: uppercase;
    background:url(../../bundles/app/images/fb-button.png) 15px 6px no-repeat scroll #48629b;
    color:#fff;
    -webkit-border-radius: 19px;
    -moz-border-radius: 19px;
    border-radius: 19px;
    font-family: Raleway;
    font-size:12px;
    opacity:0.95;
}
.linkedin-button {
    width: auto;
    float: left;
    padding:10px 25px 10px 50px;
    text-transform: uppercase;
    background:url(../../bundles/app/images/linkedin-button.png) 15px 6px no-repeat scroll #4075b4;
    color:#fff;
    -webkit-border-radius: 19px;
    -moz-border-radius: 19px;
    border-radius: 19px;
    font-family: Raleway;
    font-size:12px;
    opacity:0.95;
}
.fb-button:hover, .linkedin-button:hover, .fb-button:focus, .linkedin-button:focus{
    opacity:1;
    color:#fff;
}
.dark {
    background: #404040;
}

.dark:hover {
    background: #595959;
}
.help-img{
    margin:15px 0px 0px 0px;
}
.main-info, .help {
    font-family: Raleway;
    font-size: 14px;
    line-height: 21px;
    color: #000;
}
.help{
    margin:0px 0px 30px 0px;
}
.help a{
    color:#a35e0c;
}
.help p strong{
	font-family: Bold;
}
.main-info span {
    width: 100%;
    float: left;
    font-family: Raleway;
    font-size: 26px;
    line-height: 32px;
    color: #000;
    margin: 30px 0px 30px 0px;
}
.help span, .help h1{
    width: 100%;
    float: left;
    font-family: Raleway;
    font-size: 21px;
    line-height: 32px;
    color: #000;
    margin:0px 0px 5px 0px;
}
.about-name{
    font-size:24px !important;
}
.qanda{
    width:100%;
    float:left;
    height:auto;
}
.more-features{
    width:100%;
    float:left;
    padding:13px 0px 60px 0px;
}
.help-wrap{
    background:#eee;
}
.customer-faq{
    width:100%;
    float:left;
    background:url(../../bundles/app/images/customer-faq.jpg) center 0px no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.model-faq{
    width: 100%;
    float: left;
    background: url(../../bundles/app/images/model-faq.jpg) center bottom no-repeat scroll #181818;
    padding-bottom: 999px;
    background-size: 100%;
}
.how-works{
    width:100%;
    float:left;
    background:url(../../bundles/app/images/how-works.jpg) center 0px no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.about-us {
    width: 100%;
    float: left;
    background:url(../../bundles/app/images/footer.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.second1a{
    background:url(../../bundles/app/images/qa2.jpg) left 0px no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.whyus{
    background:url(../../bundles/app/images/whyus.jpg) right -80px fixed no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding:60px 0px 30px 0px;
}
.contact{
    width:100%;
    float:left;
    background:url(../../bundles/app/images/contact.jpg) left 0px no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.register-model{
    width:100%;
    float:left;
    background:url(../../bundles/app/images/register-model.jpg) left 0px no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.register-customer{
    width:100%;
    float:left;
    background:url(../../bundles/app/images/register-customer.jpg) left 0px no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.qa-padding{
    float:left;
    padding:60px 0px;
}
.qa-fix{
    padding:60px 0px 30px 0px;
}
.contacts-fix{
    padding:13px 0px 10px 0px;
}
.qa-divide{
    width:100%;
    float:left;
    padding:30px 0px;
}
.login{
    width:100%;
    float:left;
    padding:50px 0px;
    background:url(../../bundles/app/images/registration_image_processed.jpg) center 0px no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
/*.authorization{
	width: 100%;
    float: left;
    margin: 0px 0px 30px 0px;
    padding: 30px 0px;
}*/
.page-wrap {
    width: 100%;
    float: left;
    margin: 30px 0px;
    padding: 30px;
}
.title {
    width: 100%;
    float: left;
    margin: 10px 0px 15px 0px;
    font-size: 12px;
    font-family: Raleway;
    color: #000;
    /*text-align: center;*/
}

.title a, .title a:hover {
    color: #000;
}

.title span {
    width: 100%;
    float: left;
    font-size: 22px;
    margin: 0px 0px 5px 0px;
    /*text-align: center;*/
}

.why {
    width: 100%;
    float: left;
    padding:30px 30px 30px 30px;
    background: #fbfbfb;
    margin: 20px 0px;
}

.checkbox-custom, .radio-custom {
    opacity: 0;
    position: absolute;
}

.checkbox-custom, .checkbox-custom-label, .radio-custom, .radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.checkbox-custom-label, .radio-custom-label {
    position: relative;
    font-size: 11px;
    font-family: Raleway;
    font-weight: normal;
    margin: 10px 0;
}

.checkbox-custom + .checkbox-custom-label:before, .radio-custom + .radio-custom-label:before {
    content: '';
    background: #fff;
    border: 1px solid #c4c4c4;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    padding: 2px;
    margin-right: 5px;
    text-align: center;
    font-size: 11px;
    font-family: Raleway;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.checkbox-custom:checked + .checkbox-custom-label:before {
    content: "\f111";
    font-family: 'FontAwesome';
    background: #FFF;
    color: #000;
    border: 1px solid #000;
    padding:0;
}

.checkbox a{
    color:#d4a368 !important;
}
.sm-radio {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.link a {
    width: 100%;
    float: left;
    padding: 5px 0px;
    font-size: 12px;
    font-family: Raleway;
    color: #000;
}

.divide {
    width: 100%;
    float: left;
    margin: 8px 0px;
}

.sm-divide {
    width: 100%;
    float: left;
    margin: 15px 0px 0px 0px;
}

.or {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 12px;
    font-family: Raleway;
    color: #000;
    padding: 15px 0px 5px 0px;
}
.image-upload, .document-upload{
    width:100%;
    float:left;
}
.image-upload > input, .document-upload > input {
    display: none !important;
}

.image-upload img, .document-upload img {
    width: 80px;
    cursor: pointer;
}

.image-upload label, .document-upload label {
    display: table;
    margin: auto;
}

.low-opacity {
    opacity: 0.3;
}

.opacity-hover:hover .low-opacity, .low-opacity:hover {
    opacity: 1;
}

.tooltip-wrap {
    width: 100%;
    float: left;
}

.popover {
    min-width: 160px;
}

.popover-title {
    font-family: Raleway;
    font-size: 12px !important;
}

.popover-content {
    font-family: Raleway;
    font-size: 12px;
}
.step .nav-tabs {
    position: relative;
    margin: 0px auto;
    margin-bottom: 0;
    border-bottom: none;
}

.step > div.step-inner {
    position: relative;
}

.connecting-line {
    height: 1px;
    background: #e0e0e0;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.step .nav-tabs > li.active > a, .step .nav-tabs > li.active > a:hover, .step .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 1px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 15px;
    font-family: Raleway;
}

span.round-tab i {
    color: #555555;
}

.step li.active span.round-tab {
    background: #fff;
    border: 1px solid #dfab6d;
}

.step li.active span.round-tab i {
    color: #5bc0de;
}
.round-tab i{
    color:#dfab6d !important;
    margin-right:0px !important;
}
span.round-tab:hover {
    color: #bbbbbb;
    border: 1px solid #bbbbbb;
}

.step .nav-tabs > li {
    width: 33%;
}

.step li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #5bc0de;
    transition: 0.1s ease-in-out;
}

.step .nav-tabs > li a {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

.step .nav-tabs > li a:hover {
    background: transparent;
}

.step .tab-pane {
    position: relative;
    padding-top: 50px;
}

.step h3 {
    margin-top: 0;
}
.message-padding-wrap{
	width:100%;
	float:left;
	padding:0px 15px 15px 15px;
}
.message-box{
	width:100%;
	float:left;
	margin-top:15px;
	border:1px solid #000;
}
.bg-sender{
    background: #f4e9da;
    font-family: Raleway;
    font-size: 12px;
}

.booking-msg{
    width:100%;
    float:left;
    padding:0px 15px;
    font-size:14px;
    line-height:21px;
    margin:15px 0px 15px 0px;
}

.divide-line {
    height: 1px;
    background: #e0e0e0;
    display: block;
    width: 80%;
    margin: 0 auto;
    z-index: 1;
}

.removeLink {
    float: left;
    color: #707070;
    padding: 5px;
}
.main-questions{
    width:100%;
    float:left;
    padding:60px 0px;
    background:url(../../bundles/app/images/faq.jpg) right top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.gold{
    width:100%;
    float:left;
    background:#dfab6d;
}
.gold-img{
    width:auto;
    margin:0px auto 20px auto;
    display:table;
}
.black{
    width:100%;
    float:left;
    background:#FFF;
    padding:20px 0px;
    z-index:99;
}
.black span{
    color:#fff;
}
.filter-top-left{
	width:auto;
	float:left;
    margin-bottom: 20px;

}
.motto{
    font-size:22px !important;
    margin:0px !important;
}
.model {
    padding: 15px;
    float: left;
    background: #fff;
    -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
    margin: 0px 5px 15px 5px;
}

.pagination-wrap {
    width: 100%;
    float: left;
    background:#f7f7f7;
}
.pagination {
    width: auto;
    display: table;
    margin: 15px auto!important;
    font-family:Raleway;
}

.pagination>li>a, .pagination>li>span {
    font-size:16px;
}

.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    color: #777;
    background-color: transparent;
    border-color: #f7f7f7;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 3;
    color: #d4a368;
    background-color: transparent;
    border-color: #f7f7f7;
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: transparent;
    border: 1px solid #f7f7f7;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 2;
    color: #808080;
    cursor: default;
    background-color: #f7f7f7;
    border-color: #f7f7f7;
}

.pagination>li>a,.pagination>li>span {
    position: relative;
    float: left;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #cccccc;
    text-decoration: none;
    padding: 8px 12px;
}

.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover {
    z-index: 2;
    color: #717171;
    cursor: default;
}

.pages, .filter-alphabet {
    width: auto;
    display: table;
    margin: auto;
}

.pages ul li, .filter-alphabet ul li {
    width: auto;
    float: left;
    padding: 10px;
    font-size: 12px;
    font-family: Raleway;
    color: #000;
    cursor: pointer;
}

.pages .active, .filter-alphabet .active {
    font-family: Bold;
}

.profile-details ul li {
    width: 100%;
    float: left;
    font-size: 12px;
    font-family: Raleway;
    color: #000;
    padding: 5px 0px;
    text-transform: uppercase;
    text-align:right;
}

.profile-details ul li span {
    width:auto;
    float: left;
    text-align: center;
    text-align: left;
    margin-left:20px;

}

.gallery {
    width: 100%;
    float: left;
    padding: 20px 0px 0px 0px;
}

/*.gallery img {
    margin: 0px 0px 25px 0px;
}*/
.profile-gallery {
    width: 100%;
    float: left;
}

.pic-wrap {
    width: 100%;
    display: block;
}

.pic-fade {
    width: 100%;
    background: #000;
    position: absolute;
}

.load-more {
    width: auto;
    display: table;
    margin: 30px auto 20px auto;
    padding: 10px 15px;
    text-transform: uppercase;
    font-size: 12px;
    color: #000;
    font-family: Raleway;
    font-weight: normal;
    -webkit-border-radius: 19px;
    -moz-border-radius: 19px;
    border-radius: 19px;
    border: 1px solid #000;
    cursor: pointer;
}

.grey {
    width: 100%;
    float: left;
    background: #f6f6f6;
}
.grey-padding{
    padding:15px 0px;
}
.about-me {
    color: #000;
    font-family: Raleway;
    font-size: 12px;
}

.acc-socials {
    float: right;
    padding: 10px 0px 0px 0px;
}

.acc-socials a i {
    color: #000 !important;
}

.dropdown-menu-right .active a {
    background: #dfab6d !important;
}

.remove-link-button {
    color: #d4a368 !important;
    float: left;
    margin: 5px 0px 0px 0px;
}

.remove-link-button a:hover {
    color: #d4a368;
}

.more-filters {
    cursor: pointer;
    padding: 10px 0px 0px 0px;
}

.show-filters {
    width:100%;
    float:left;
    /*display: none;*/
}

.round-corners {
    display: table;
    margin: 20px auto 0px auto;
    height: 80px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #d6d6d6;
    padding: 3px;
}

.large-wrap {
    width: 100%;
    float: left;
    height: 400px;
    overflow: hidden;
}

.large-image {
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.instagram-stream {
    margin: 0px 0px 30px 0px;
	height: 255px;
    overflow: hidden;
}
.instagram-padding{
	padding:0px 7px !important;
}
.instagram-followers a{
    display:block;
    color:#d4a368;
    text-align:center;
    padding-bottom:15px;
    font-size:16px;
    font-family: Raleway;
}
.img-wrap {
    width: 100%;
    position: relative;
}
.instagram-photo{
	display: table;
    width: 100%;
    min-height: 255px;
}
.instagram-photo .img-wrap{
    width: 100%;
    position: relative;
    min-height: 255px;
    display: table-cell;
    vertical-align: middle;
}
.instagram-fade {
    width: 100%;
    height: 100%;
    position: absolute;
	top: 0;
    padding: 25px 15px;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-family: Raleway;
    font-size: 14px;
    display: none;
}

.align-right {
    text-align: right;
}

.instagram-hashtag {
    width: 100%;
	height: 160px;
    overflow: hidden;
    float: left;
    text-align: center;
    margin: 0px;
    padding: 15px 0px;
    font-size: 14px;
    line-height: 24px;
}

.instagram-chevron {
    width: auto;
    display: table;
    margin: 20px auto 0px auto;
    font-size: 32px;
    color: #fff;
}

.register-instagram{
	width:auto;
	display:table;
	margin:auto;
}

.switch-instagram-left {
    float: left;
    width: auto;
    height: 33px;
    line-height: 33px;
    background: url(../../bundles/app/images/instagram-icon.png) left 0px no-repeat;
    padding: 0px 20px 0px 40px;
    font-family: Raleway;
    font-size: 12px;
    z-index:9999;
}

.registration-instagram-hint{
    font-family: Raleway;
    font-size: 9px;
    padding-top: 3px
}
#autocomplete {
    position: relative !important;
}

.prototype-background {
    float: left;
    width: 100%;
    padding: 7px;
    border:1px solid #d4a368;
}

.bigger-top-padding {
    padding: 35px 7px;
}

.prototype-margin-bottom {
    margin-bottom: 15px;
}
.grid-img-wrap{
	width:auto;
	position:relative;
}
.deleteImageButton{
	position:absolute;
	left:100%;
	margin-top:15px;
	margin-left:-18px;
}
/*
* — profile —
*/

.sub-menu ul li {
    padding-left: 0px;
}

.sub-menu span {
    width: 100%;
    float: left;
    font-family: Raleway;
    font-size: 13px;
    border-bottom: 1px solid #000;
    padding: 10px;
    background:#000;
    color:#fff;
}

.sub-menu span i {
    float: right;
}
.side-menu{
    width: 100%;
    float: left;
    margin:0px 0px 20px 0px;
    border:1px solid #000;
    background:#fff;
}
.sub-menu ul li i, .side-menu ul li i {
    margin: 2px 5px 0px 0px;
    font-size: 10px;
}

.side-menu ul li a {
    width: 100%;
    float: left;
    font-family: Raleway;
    font-size: 12px;
    color: #000;
    padding: 10px 15px;
    clear: both;
}

.side-menu .active a {
    background: #f2f2f2;
    color: #000;
}

.side-menu ul li a:hover, .sub-menu ul li a:hover {
    background:#f8f9fa;
    color: #000;
}

.side-menu .active a:hover {
    color: #000;
}

/*table {
    table-layout: fixed;
}*/

table, th, td {
    border: 1px solid #eee;
}

.calendar tr td {
    padding: 10px;
    height: 60px;
    text-align: right;
    font-family: Raleway;
    font-size: 12px;
    border:1px solid #eee;
}

.calendar td:hover {
    background: #fafafa;
    cursor: pointer;
}

.calendar tr th {
    padding: 5px 10px;
    text-align: center;
    font-family: Bold;
    font-size: 10px;
    border-right:1px solid #eee;
}
.calendar{
    border-bottom:1px solid #eee;
    border-left:1px solid #eee;
    border-right:1px solid #eee;
}
.exp {
    background: url(../../bundles/app/images/stripe.png) left 0px;
    color: #8f8f8f;
    opacity: 0.7;
}

.curr {
    background: #cd924b;
    color:#fff;
}
.js-show-events-for-day{
	width:100%;
	float: left;
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px solid #af6000;
    color: #af6000 !important;
    font-family: Bold;
}
.curr .js-show-events-for-day{
	width:100%;
	float: left;
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px solid #eee;
	color:#eee !important;
}
.busy {
    background: url(../../bundles/app/images/stripe.png) left 0px;
    background-color: #c5c5c5;
    opacity: 0.7;
}
.curr:hover {
    background: #d49d5b !important;
    transition: all 0.2s ease-in-out;
}

.busy:hover {
    /*background: #d49d5b !important;*/
    background: url(../../bundles/app/images/stripe.png) left 0px !important;
    opacity: 1;
    transition: all 0.2s ease-in-out;
}

.exp:hover {
    background: url(../../bundles/app/images/stripe.png) left 0px !important;
    opacity: 1;
    transition: all 0.2s ease-in-out;
}

.partly-busy {
	background: url(../../bundles/app/images/stripe-partly.png) left 0px;
    color:#000;
    opacity: 0.8;
}
.partly-busy:hover{
	background: url(../../bundles/app/images/stripe-partly.png) left 0px !important;
	opacity: 1;
}

.next {
    /*background:#f6f6f6;*/
    color: #333;
}

.calendar-header {
    width: 100%;
    float: left;
    padding: 10px;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom:1px solid #eee;
    font-family: Raleway;
    font-size: 11px;
}
.calendar-header a{
	color:#cd924b;
}
.previous-month {
    cursor: pointer;
    text-align: left;
}

.next-month {
    cursor: pointer;
    text-align: right;
}

.exit {
    width: auto;
    float: right;
    text-align: right;
    padding: 10px 15px 0px 15px;
    margin:15px 0px 0px 0px;
    text-transform: uppercase;
    font-size: 13px;
    color: #000;
    font-family: Raleway;
    font-weight: normal;
    cursor: pointer;
}
.exit:hover i{
    color:#ae0000;
}
.logged-menu{
    text-transform:uppercase;
}
.logged-menu-show {
    display: none;
    width: 100%;
    float: left;
    background: #fff;
    padding: 20px;
    border-top: 1px solid #d4a368;
    border-bottom: 1px solid #d4a368;
    margin-bottom:25px;
}

.logged-menu-wrap {
    width: auto;
    display: table;
    margin: auto;
}

.logged-menu-wrap ul li {
    width: auto;
    float: left;
}

.logged-menu-wrap ul li a {
    padding: 15px;
    font-size: 12px;
    color: #000;
    font-family: Raleway;
    font-weight: normal;
}

.logged-menu-wrap ul li a:hover{
    color: #dfab6d;
}

.logged-menu-wrap  .disabled-link:hover{
    color: #000 !important;
}
.dropdown {
    width: 100%;
    float: left;
}

.show-details {
    float: left;
    margin: 10px 0px;
    font-size: 11px;
    cursor: pointer;
}

.show-details-view {
    width: 100%;
    float: left;
    display: none;
}

.label-info {
    background: #d4a368 !important;
}
.label-danger{
	color:#fff !important;
}
.page-title {
	width:100%;
	float:left;
    font-size: 12px;
    font-family: Raleway;
    color: #000;
    text-align: center;
    padding: 30px 0px 0px 0px;
}

.img-max-height {
    max-height: 160px;
}

.img-thumbnail {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}

.img-thumbnail:hover {
    border: 1px solid #b4b4b4;
    background: url(../../bundles/app/images/stripe-low.png) left 0px scroll #fff;
    cursor: pointer;
}

/* progress completion*/
.progress-pie-chart {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: #E5E5E5;
    position: relative;
}

.progress-pie-chart.gt-50 {
    background-color: #dfab6d;
}

.ppc-progress {
    content: "";
    position: absolute;
    border-radius: 50%;
    left: calc(50% - 100px);
    top: calc(50% - 100px);
    width: 200px;
    height: 200px;
    clip: rect(0, 200px, 200px, 100px);
}

.ppc-progress .ppc-progress-fill {
    content: "";
    position: absolute;
    border-radius: 50%;
    left: calc(50% - 100px);
    top: calc(50% - 100px);
    width: 200px;
    height: 200px;
    clip: rect(0, 100px, 200px, 0);
    background: #dfab6d;
    transform: rotate(60deg);
}

.gt-50 .ppc-progress {
    clip: rect(0, 100px, 200px, 0);
}

.gt-50 .ppc-progress .ppc-progress-fill {
    clip: rect(0, 200px, 200px, 100px);
    background: #E5E5E5;
}

.ppc-percents {
    content: "";
    position: absolute;
    border-radius: 50%;
    left: calc(50% - 173.91304px / 2);
    top: calc(50% - 173.91304px / 2);
    width: 173.91304px;
    height: 173.91304px;
    background: #fff;
    text-align: center;
    display: table;
}

.ppc-percents span {
    display: block;
    font-size: 2.6em;
    font-family: Bold;
    color: #dfab6d;
}

.pcc-percents-wrapper {
    display: table-cell;
    vertical-align: middle;
}

.progress-pie-chart {
    margin: 20px auto 0;
}
.profile-data-hint{
    width:100%;
    float:left;
    font-size: 12px;
    font-family: Raleway;
    color: #000;
    padding:10px 10px 25px 10px;
}
.profile-data ul li{
    width:100%;
    float:left;
    border-top: 1px solid #e8e8e8;
    border-bottom: none;
    font-size: 12px;
    line-height:26px;
    font-family: Raleway;
    color: #000;
    padding:10px;
}
.profile-data ul li:nth-child(odd){
    background:#f5f5f5;
}
.profile-data ul li:hover{
    background:#f9f9f9;
}
.gold-text{
    color:#c69150 !important;
    font-family: Bold;
}
.success-label {
    width: auto;
    font-family: Raleway;
    color: #fff !important;
    font-size: 12px;
    padding: 4px 10px;
    text-align: center;
    background: #d4a368;
    border: none;
    margin: 10px 0px 0px 0px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    outline: none;
    cursor: pointer;
}

.label-big {
    width: auto;
    font-family: Raleway;
    color: #fff;
    font-size: 12px;
    padding: 4px 10px;
    text-align: center;
    border: none;
    margin: 10px 0px 0px 0px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
}

/*
* — footer —
*/
.footer {
    width: 100%;
    float: left;
    padding: 80px 0px 40px 0px;
    /*background: #e0c99f;*/
    background:url(../../bundles/app/images/footer.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.footer-text {
    display: block;
    font-family: Raleway;
    font-size: 12px;
    line-height: 19px;
    color: #fff;
    padding: 5px 0px 20px 0px;
}

.footer-menu ul li a {
    width: 100%;
    float: left;
    font-family: Raleway;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    margin: 3px 0px 3px 0px;
}

.footer-menu ul li i{
    font-size:7px;
    padding:0px 3px 3px;
}
.footer-menu ul li a:hover, .socials-menu a:hover{
    color:#d4a368;
    transition: all 0.3s ease-in-out;
}
.footer-menu span{
    width: 100%;
    float: left;
    font-family: Bold;
    font-size: 13px;
    text-transform:uppercase;
    border-left: 2px solid #d4a368;
    padding:0px 0px 0px 10px;
    margin:0px 0px 10px 0px;
    color:#fff;
}
.socials-menu {
    float:left;
    padding: 20px 0px;
}

.socials-menu a {
    color: #fff;
    font-size: 22px;
    margin: 0px 3px;
}
.copy{
    width:100%;
    float:left;
    background:#000;
    padding:16px;
    color:#a5a5a5;
    font-size:10px;
    font-family: Raleway;
}
.copy a{
	color:#fff;
}
.proto-image:before {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}

#locationField, #controls {
    position: relative;
    width: auto;
}

#autocomplete {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 99%;
}

.label {
    text-align: right;
    width:100%;
    font-weight:normal;
}
.required-field {
    color:#d4a368;
    font-family: Bold;
}
#address {
    border: 1px solid #000090;
    background-color: #f0f0ff;
    width: 480px;
    padding-right: 2px;
}

#address td {
    font-size: 10pt;
}

.field {
    width: 99%;
}

.slimField {
    width: 80px;
}

.wideField {
    width: 200px;
}

#locationField {
    height: 20px;
    margin-bottom: 2px;
}

.birthday-select select {
    /*background:#fafafa;*/
    width: 100%;
    float: left;
    background: #fff;
    min-height: 35px;
    padding: 7px;
    outline: none;
    border: 1px solid #c4c4c4;
    margin: 0px 0px 15px 0px;
    font-family: Raleway;
    color: #707070;
    font-size: 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.remove-pic {
    position: absolute;
    top: 20px;
    left: 80%;
    color: #707070;
    cursor: pointer;
}
.tab-content{
    width:100%;
    float:left;
    padding: 25px 10px 20px 10px;
    background:#fff;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    border:1px solid #fff;
}
.nav>li>a{
    padding:15px 25px;
    color:#000;
}
.loged-tabs>li>a{
    padding:15px 12px;
}
.mbminus>li>a{
    margin-bottom:-1px;
}
.wider-tabs>li>a{
    padding:15px 20px !important;
}
.nav-tabs>li>a:hover{
    border:1px solid transparent;
    color:#999999;
}
.nav-tabs {
    font-size: 12px;
    font-family: Raleway;
    border-bottom:0px;
}

.nav-tabs > li > a i {
    margin-right: 5px;
}

.nav-tabs > li > a:hover {
    background: inherit;
    color:#000;
}

.owl-carousel .item img {
    display: block;
    width: auto;
    height: 300px;
}

.owl-carousel .item {
    margin: 10px;
}

#container-step-one .SumoSelect {
    margin-bottom: 15px;
}

.project-description {
    width: 100%;
    float: left;
    padding: 0px 15px;
    border-left: 2px solid #d4a368;
    text-align: left;
    margin: 15px 0px;
}

.auto {
    width: auto;
}

.table {
    font-size: 11px;
    font-family: Raleway;
    font-weight: normal;
    margin-bottom:20px !important;
}

.table > thead > tr > th {
    background:#000;
    color:#fff;
    text-transform:uppercase;
    border-bottom:0px;
    padding:12px;
    font-family:Raleway;
    font-weight:normal;
    height:40px;
}

table, th, td{
    border:none;
}
.table>tbody>tr>td, .table>tfoot>tr>td, .table>thead>tr>td{
    border-bottom:1px solid #e8e8e8;
    border-top:none;
    font-size:13px;
    vertical-align: middle;
    overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: keep-all;
	word-break: keep-all;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}
.table-border-top{
    border-top:1px solid #e8e8e8;
}
.table>tbody>tr>td a, .table>tfoot>tr>td a, .table>thead>tr>td a{
    color:#af640a;
}
.table tr:hover{
    background:#f9f9f9;
}
.table span a{
    color:#fff !important;
}
.break-word{
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: keep-all;
	word-break: keep-all;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}
.break-all{
	word-break: break-all !important;
}
.last{
    background:#f5f5f5;
}
.request-list span {
    font-size: 18px;
    font-family: Raleway;
    margin: 10px 0px;
}

.request-list ul li {
    width: 100%;
    float: left;
    font-size: 13px;
    font-family: Raleway;
    padding: 4px 0px;
}

.request-list ul li i {
    margin-right: 5px;
}

.result-hint {
    color: #fff;
    font-size: 11px;
}

@media (min-width: 900px) {
    .models-block {
        /*width: 25% !important;*/
        float: left;
        height: 510px;
    }
    .favorites-block {
        width: 33% !important;
        float: left;
    }
}

.rates {
    margin-bottom: 5px !important;
}

.font-title {
    font-size: 12px !important;
    font-family: Raleway; !important;
}

.label-s{
    width:100%;
    float:left;
    padding:4px 7px;
    text-align:center;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    color:#fff;
    font-size: 11px;
    cursor:pointer;
}
.stars .fa, .remove-from-favorites-button{
    font-size:33px;
    position:absolute;
    color:#d4a368;
    margin:10px 0px 0px 10px;
    cursor:pointer;
    /*z-index:9;*/
}
.remove-from-favorites-button{
    font-size:16px;
}
.flag_English{
    width:17px;
    height:17px;
    background:url(../../bundles/app/images/lang/en-sm.jpg) left 0px no-repeat;
    float:left;
    margin:0px 7px 0px 0px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
}
.flag_Deutsch{
    width:17px;
    height:17px;
    background:url(../../bundles/app/images/lang/de-sm.jpg) left 0px no-repeat;
    float:left;
    margin:0px 7px 0px 0px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
}

.model-filter-container {
    width:100%;
    float:left;
    position: relative;
}

#overlay {
    position:absolute;
    vertical-align: middle;
    left:0;
    top:0;
    bottom:0;
    background:url(../../bundles/app/images/fade.png) left 0px;
    width:100%;
    z-index:99;
}
.blur{
    width:100%;
    float:left;
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -o-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);
    margin:10px 0px;
}
.unlock-icon{
    width:auto;
    margin:auto;
    display:table;
    font-size:70px;
    color:#fff;
}
.login-text {
    width:100%;
    float:left;
    text-align:center;
    padding:10px 0px 30px 0px;
    color: white;
    font-family: Raleway;
    font-size: 15px;
}

#overlay-content {
    display: inline-block;
    padding:100px;
}
/*main page why*/
.main-number{
    width:40px;
    height:38px;
    display:table;
    margin:5px auto;
    text-align:center;
    font-family: Bold;
    font-size: 18px;
    line-height:32px;
    color: #535353;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    border:2px solid #535353;
}
.main-fa{
    font-size:40px;
}
/*i am model*/
.iammodel{
    width:100%;
    float:left;
    height:auto;
    background:url(../../bundles/app/images/iammodel.jpg) right 0px no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.model-white{
    width:100%;
    float:left;
    padding:30px;
    background:#fff;
}


/*TEST VIEW*/
.loged-tab-content{
    border:1px solid #000;
    margin:0px 0px 20px 0px;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px;
    padding:0px;
}
.loged-tabs a{
    text-transform:uppercase;
}
.loged-tabs>li.active>a, .loged-tabs>li.active>a:focus, .loged-tabs>li.active>a:hover{
    border-left:1px solid #000;
    border-right:1px solid #000;
    border-top:1px solid #000;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px;
}
.t-button{
    padding:5px;
    font-size:12px;
    color:#af640a !important;
    font-family:Raleway;
}
.t-button i{
    font-size:16px;
    margin:0px 5px 0px 0px;
}
.t-button:hover{
    color:#000;
    cursor:pointer;
}
.table-separator{
    width:100%;
    float:left;
    font-family: Raleway;
    font-size: 13px !important;
    border-bottom: 1px solid #000;
    padding: 10px;
    background: #000;
    color: #fff;
    margin:15px 0px;
    min-height:40px;
}
.table-separator a{
    color:#fff;
}
.table-separator i{
	margin-top:3px;
	cursor:pointer;
}
.table-separator label{
    text-shadow:none !important;
    margin-bottom:0px !important;
    font-weight:normal !important;
}
.label-separator{
    width:100%;
    float:left;
    margin:20px 0px 0px 0px;
}
.mt20{
    margin-top:20px;
}

.absolute{
    position: absolute !important;
}

.delete-buyout-button{
    margin:-43px 10px 0px 0px;
    color:#fff;
    cursor:pointer;
}
.panel-heading, .panel {
    -webkit-border-radius:0px !important;
    -moz-border-radius:0px !important;
    border-radius:0px !important;
}
/*models*/
.main-info{
    width: 100%;
    float:left;
}
.models-block-data{
    width: 100%;
    float:left;
    border-bottom:2px solid #a6a6a6;
    padding:0px 0px 10px 0px;
}
.models-block-title{
	width:100%;
	position:absolute;
	background:rgba(0,0,0,0.8);
	z-index:9;
	bottom:0;
	font-size:22px;
    color:#fff;
    padding:10px;
    text-align:center;
    font-family:Raleway;
}
.models-block-title span{
    color:#fff;
}
.shortlist-button{
    width:100%;
    float:left;
    text-align:center;
    padding:12px 0px;
    text-transform: uppercase;
    font-size: 12px;
    color: #000 !important;
    font-family: Raleway;
    font-weight: normal;
    margin:10px 0px 0px 0px;
}
.shortlist-button:hover{
    background:#eee;
    color:#000;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    border-radius:20px;
}
.send-request-button{
    width:100%;
    float:left;
    text-align:center;
    padding:12px 0px;
    text-transform: uppercase;
    font-size: 12px;
    color: #d4a368;
    font-family: Raleway;
    font-weight: normal;
}
.send-request-button:hover{
    background: #d4a368;
    color: #fff !important;
    transition: all 0.1s ease-in-out;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    border-radius:20px;
}
.shortlist-button i, .send-request-button i{
    margin-right:5px;
}
.send-request-button:focus{
    color:#d4a368;
}
.notification-wrap{
    width:100%;
    float:left;
    text-align:center;
    text-transform: uppercase;
    font-size: 12px;
    font-family: Raleway;
    font-weight: normal;
    margin:0px 0px 15px 0px;
}
.flash-subcontainer{
	width:100%;
	position:fixed;
	z-index:9999;
}
.flash-success, .flash-error{
	z-index:99999 !important;
}
.error{
    width:100%;
    float: left;
    text-align:center;
    font-size: 14px;
    font-family: Raleway;
    font-weight: normal;
    margin:0px 0px 15px 0px;
    background:#be0505;
    color: #fff;
    padding:12px 35px 12px 12px;
	position:relative;
}
.success{
    width:100%;
    float: left;
    text-align:center;
    font-size: 14px;
    font-family: Raleway;
    font-weight: normal;
    margin:0px 0px 15px 0px;
    background:#afd1c7;
    color: #000;
    padding:12px 35px 12px 12px;
	position:relative;
}
.notice{
    width:100%;
    float: left;
    text-align:center;
    text-transform: uppercase;
    font-size: 12px;
    font-family: Raleway;
    font-weight: normal;
    margin:0px 0px 15px 0px;
    background:#add975;
    color: #fff;
    padding:12px 35px 12px 12px;
	position:relative;
}
.error i, .success i, .notice i{
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -7px;
    cursor:pointer;
}
.error i:hover{
    color:#8c0000;
}
.success i:hover{
    color:#9c611a;
}
.notice i:hover{
    color:#619224;
}
.mint{
    background:#dff0d8 !important;
    color:#3c763d;
}
.error i, .success i, .notice i{
    margin-right:5px;
}
.modal-content{
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px;
    margin-top:60px;
}
.modal-title{
    font-size: 16px;
    font-family: Raleway;
    color: #000;
}
.line{
    width:100%;
    float:left;
    border-top:1px solid #e5e5e5;
}
.modal-down{
    width:100%;
    float:left;
    padding:15px 0px;
    background:#fcfcfc;
}
.no-margin{
    margin:0px !important;
}
.sub-button{
    width: 100%;
    float: left;
    font-family: Raleway;
    color: #fff !important;
    font-size: 12px;
    padding: 10px 20px;
    text-align: center;
    background: #c4c4c4;
    border: none;
    margin: 10px 0px 0px 0px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px;
    outline: none;
    cursor: pointer;
    text-transform:uppercase;
}

.sub-button:hover{
    color: #fff !important;
    background: #a5a5a5;
    transition: all 0.3s ease-in-out;
}
.close{
    outline:none;
}
.account-content, .dash-content{
    width:100%;
    float:left;
    border:1px solid #000;
    margin:0px 0px 20px 0px;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px;
    padding:0px 0px 15px 0px;
}
.account-content{
    padding:0px !important;
}
.scroll-content{
    width:100%;
    float:left;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px;
}
.model-distance{
    width: 100%;
    float: left;
    text-align: center;
    padding: 10px 0px;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    background:#d4a368;
    font-family: Raleway;
    font-weight: normal;
}
.model-distance i{
    margin-right:5px;
}
.remove-telephone{
    float:right;
    /*position:absolute;
    margin:72px 0px 0px -8px;*/
    cursor:pointer;
    background:#fff;
}
.full-background{
    background:#d4a368;
    color:#fff;
    border:1px solid #d4a368;
}
.full-background:hover, .full-background:focus{
    color: #fff !important;
    background: #cf9958;
    transition: all 0.3s ease-in-out;
}
.request-list ul li e, .profile-data-hint a{
    color:#b9803c;
    font-family:Bold;
}
.notification-text{
    width:100%;
    float:left;
    font-family: Raleway;
    font-size: 12px;
    color: #000;
    padding: 0px 15px;
    margin:0px 0px 15px 0px;
}
.notification-text a{
    color:#b9803c;
    font-weight:normal;
}
.notification-text strong{
	font-family: Bold;
}
.img-block{
    width:100%;
    position:relative;
}
.img-block-wrap{
	width:100%;
	min-height:310px;
	background:#000;
	position:relative;
}
.img-absolute{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    margin:auto;
}
.info-block{
    position:absolute;
    background: #2d20208c;
    height:100%;
    padding:30px 10px 0 10px;
    display:none;
    z-index:99;
}
/*.img-block:hover .img-block-wrap{*/
/*    filter: none;*/
/*    background-size:100% 100%;*/
/*}*/
.info-block ul li{
    width:100%;
    float:left;
    color:#FFF;
    font-weight:normal;
    font-size:12px;
    padding:2px 0px;
    font-family:Raleway;
    text-align:right;
}
.info-block ul li span{
    width:34%;
    float:left;
    text-align:left;
}
.blog-list{
    width:100%;
    float:left;
    padding:25px;
    font-family:Raleway;
    color:#000;
}
.darkblog{
    background:#f9f9f9;
}
.blog-list:hover{
    color:#fff;
    transition: all 0.6s ease-in-out;
}
.blog-list:hover .line{
    border-top:1px solid #5d5d5d !important;
}
.bg1:hover{
    background: url(../../bundles/app/images/footer.jpg) bottom center;
}
.bg2:hover{
    background: url(../../bundles/app/images/footer.jpg) top center;
}
.blog-list h3{
    font-family: Bold;
}
.blog-details, .blog-body{
    font-family:Raleway;
    font-size:12px;
}
.blog-details i{
    font-size:18px;
    padding:5px;
}
.blog-body{
    width:100%;
    float:left;
    padding:0px 15px;
    font-size:14px;
    line-height:21px;
    margin:15px 0px 0px 0px;
}
.mt15{
    margin-top:15px;
}
.ml5{
    margin-left:5px;
}
.center-divide{
    width:50px;
    border-bottom:2px solid #000;
    margin:30px auto 50px auto;
}
.unit-hints{
    width:auto;
    font-size:12px;
    font-family:Raleway;
    color:#000;
}
.unit-hints span{
    margin-right:6px;
    color:#000;
}
.share-icons{
    width:auto;
    display:table;
    margin:auto;
}
.errors, .ok, .warning{
    width:100%;
    float:left;
}
.errors ul li{
    width:100%;
    float:left;
    font-size:12px;
    color:#cc0000;
    font-family:Raleway;
    margin:0px 0px 10px 0px;
    padding:0px 5px;
}
.ok ul li{
    width:100%;
    float:left;
    font-size:12px;
    color:#5bab00;
    font-family:Raleway;
    margin:0px 0px 10px 0px;
    padding:0px 5px;
}
.warning ul li{
    width:100%;
    float:left;
    font-size:12px;
    color:#ff9c00;
    font-family:Raleway;
    margin:0px 0px 10px 0px;
    padding:0px 5px;
}
.errors ul li i, .ok ul li i, .warning ul li i{
    margin-right:5px;
}
/*.register-inputs div{
	margin-bottom:10px;
}*/
.l-status{
    width:auto;
    float:left;
    margin:15px 0px;
    font-family:Raleway;
    font-size:12px;
}
.l-status span, .r-status span{
    color:#fff;
    padding:5px 9px;
    font-size:11px;
    font-weight:normal;
}
.r-status{
    width:auto;
    float:right;
    margin:20px 0px 0px 0px;
    font-family:Raleway;
    font-size:12px;
}
.tags-status{
    width:auto;
    float:right;
    margin:10px 0px;
    font-family:Raleway;
    font-size:12px;
}
.bigger-text{
    font-size:14px !important;
}
.bigger-text a{
    color:#d4a368 !important;
}
.delete-message-button{
    float:right;
    cursor:pointer;
    margin:3px 0px 0px 0px;
}
.delete-message-button:hover{
    color:#d80000;
}
.badge{
	height: 17px;
	line-height: 18px;
    background:#d4a368;
    text-align:center !important;
    margin:0px 0px 0px 5px;
    font-weight:normal !important;
    font-family:Arial;
}
.red-badge{
    background:#be0505;
}
.instagram-wrap{
    width:100%;
    float:left;
    padding:0px 0px 20px 0px;
}
.instagram-wrap .help span{
    margin:0px 0px 20px 0px;
    text-align:center;
}
.instagram-feed{
    width:25%;
    float:left;
    margin:10px 0px 10px 0px;
    padding:0px 10px;
}
.sm-text{
    font-size:22px !important;
}
.share-blog{
    width:auto;
    float:left;
    margin:20px 0px 0px 0px;
}
.share-blog ul li{
    margin: 0 5px 0 5px;
    width:auto;
    float:left;
}
.share-blog ul li a{
    padding:8px;
    cursor:pointer;
}
.share-blog ul li i{
    color:#000;
    font-size:22px;
}
.color-t{
    cursor:pointer;
    color:#d4a368 !important;
    font-family:Bold;
}
.why-list ul li{
    width:100%;
    float:left;
    background:url(../../bundles/app/images/check.png) left 5px no-repeat;
    padding:0px 0px 0px 50px;
    margin:0px 0px 10px 0px;
    min-height:35px;
    display: -webkit-box;
    display: -moz-box;
    -moz-box-align: center;
    display: -ms-flexbox;
    -ms-flex-align: center;
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
}
.model-line{
    width:100%;
    float:left;
    font-size:12px;
    padding:15px 7%;
    font-family: Raleway;
    color:#000;
}
.round{
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    filter: grayscale(100%);
}
.sm-padding{
    padding:5px;
}
.gallery-fade-wrap{
    width:100%;
    float:left;
    position:relative;
}
.empty-blog{
    width:100%;
    float:left;
    background: url(../../bundles/app/images/footer.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding:25px 15px 15px 15px;
}
.absolute-more{
    position:absolute;
    bottom:5px;
    left: 50%;
    transform: translate(-50%, 0);
}
.blog-title{
    width:100%;
    float:left;
    font-size: 22px;
    padding:0px 10px;
    color:#fff;
    font-family: Raleway;
}
.blog-date{
    font-size:12px;
    color:#fff;
    font-family: Raleway;
}
.example{
    width:100%;
    float:left;
    margin:20px 0px 5px 0px;
    font-size:12px;
    font-family: Raleway;
}
.example-img{
    border:2px solid #000;
}
.line-fix-top{
    padding-top:15px;
}
.red-button{
    background:#a70000 !important;
}
.red-button:hover{
    background:#c01111 !important;
}
.rating-block{
    width:auto;
    float:left;
    margin:15px 0px;
}
.rating-block i {
    color:#d4a368;
    font-size:22px !important;
}
.n-a, .n-a:hover{
    color:#d4a368;
}
.divider{
    width:100%;
    float:left;
    margin:3px 0px;
}
.label-warning{
    background:#be0505 !important;
    color:#fff !important;
    font-weight:normal !important;
}
.label-success{
    background:seagreen !important;
    color:#fff !important;
    font-weight:normal !important;
}
.quote{
    width:100%;
    float:left;
    padding:30px 20px 10px 20px;
    margin:205px 0px 0px 0px;
    background:#fff;
    font-size:18px;
    font-family: Raleway;
    text-align:center;
    border:1px solid #c4c4c4;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.quote-motto{
    width:100%;
    float:left;
    padding:10px 0px;
    margin:15px 0px;
    font-size:12px;
    font-family: Bold;
    text-transform:uppercase;
    border-top:2px solid #ffbcb8;
    border-bottom:2px solid #ffbcb8;
}
.quote-author{
    width:100%;
    float:left;
    margin:15px 0px 0px 0px;
    padding:10px 0px;
    font-size:22px;
    text-transform:uppercase;
    color:#ff7374;
}
.note{
    width:363px;
    height:240px;
    background: url(../../bundles/app/images/note.png) left 0px no-repeat;
    margin:0px auto;
    padding:35px 50px 15px 50px;
}
.note-text{
    width:100%;
    float:left;
    padding:10px 0px 0px 0px;
    margin:10px 0px 5px 0px;
    font-size:22px;
    line-height:30px;
    font-family: Raleway;
    text-align:center;
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
}
.note-author{
    width:100%;
    float:left;
    font-size:13px;
    font-family: Raleway;
    text-align:center;
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
}
.notes-info{
	float:left;
	font-size:13px;
	font-family:Raleway;
}
.no-padding-bottom{
    padding-bottom:0px;
}
.button-green{
    background-color: seagreen;
}

.button-pay-green {
    background-color: seagreen;
}
.button-pay-green:hover {
    background-color: seagreen;
}
.button-pay-grey {
    background-color: dimgrey;
}
.button-pay-grey:hover {
    background-color: dimgrey;
}
.button-grey, .button-grey:hover{
	background:#f4f4f4;
	color:#acacac !important;
	border:1px solid #e0e0e0;
}
.btn{
	outline: none !important;
}
.btn-default{
	outline:none !important;
}
.read-only, .read-only:focus {
    background: url(../../bundles/app/images/stripe.png) left 0px repeat-x;
}

.nothing-found{
    width:100%;
    float:left;
    text-align:center;
    font-size: 13px;
    font-family: Raleway;
}
.map-padding{
    width:100%;
    float:left;
    padding:15px;
}
.form_row{
    width:100%;
    float:left;
}
.loading-text{
    width:100%;
    position:absolute;
    top:55%;
    text-align:center;
    font-size:14px;
    color:#d4a368;
    font-family: Raleway;
    margin-top:20px;
}
.calendar-border{
	width:100%;
    float:left;
    margin-bottom:15px;
}
.calendar-border .panel{
	width:100%;
	float:left;
	margin-top:5px !important;
	margin-bottom:5px !important;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	border-top:1px solid #ddd;
	border-bottom:none;
	position:relative;
}
.calendar-border .panel-heading{
	width:100%;
	float:left;
	color:#000;
	padding: 9px;
}
.calendar-border .panel-heading p{
	width: calc(100% - 20px);
    color: #000 !important;
    float: left;
    text-align: right;
    padding:0;
    margin:0;
}
.calendar-border .panel-body p, .calendar-border .panel-body p{
	width: 100%;
    float: left;
    color:#000 !important;
    padding-top:10px;
    margin:0px;
    margin-bottom:10px;
}
.calendar-border .panel-heading a i{
	width: auto;
    float: right;
    font-size: 16px;
    color: #cd924b;
    margin-left:5px;
}
.calendar-popup{
	display:none;
	width: 200px;
    position: absolute;
    background: #f5f5f5;
    margin: 50px 0px 0px -100px;
    left: 50%;
    right: 0;
    padding: 10px;
    border: 1px solid #ddd;
    color:#cb6f00;
    z-index: 99;
}
.calendar-popup p{
	color:#000;
}
.calendar-arrow{
	width:25px;
	height:13px;
	background:url(../../bundles/app/images/calendar-arrow.png) left 0px no-repeat;
	position:absolute;
	left:50%;
	margin:-23px 0px 0px -12px;
}
.job-border{
    border: 1px solid;
    padding-top: 15px;
}

span.tag {
    font-size: 70%;
}
/* Always set the map height explicitly to define the size of the div
 * element that contains the map. */
#map {
    float: left;
    height: 500px;
    width: 100%;
}
.pac-container {
    background-color: #FFF;
    position: absolute;
    z-index: 99999;
    display: inline-block;
    float: left;
}
.modal {
	position:fixed;
    z-index: 110;
    overflow:visible !important;
    padding-right:0px !important;
}
.modal-open, #app-layout{
	padding-right:0px !important;
}
.modal-backdrop {
    z-index: 101;
}
.no-margin-search{
    margin-top:0px !important;
}
.contact-buttons{
    margin-bottom:15px;
}
.big-divide{
    width:100%;
    float:left;
    margin:10px 0px;
}
.tablet-view{
    margin:0px !important;
}
.irs{
    margin-bottom: 11px !important;
}
.pending-requests{
    width:100%;
    float:left;
    font-size: 12px;
    font-family: Raleway;
    background: #fff7c3;
    padding: 15px 15px 13px 15px;
    border: 1px solid #d4a368;
    color:#000 !important;
}
.success-background{
    background:seagreen !important;
}
.pending-background{
    background:#db524b !important;
}
.datepicker td {
    color: #e7b77a;
}
.datepicker th {
	font-family:Bold;
}
.not-found{
	width:100%;
	float:left;
	padding:100px 0px;
}
.error-heading{
	width:100%;
	float:left;
	font-size:44px;
	font-family: Bold;
	margin:0px 0px 20px 0px;
}
.grey-line{
	background:#d8d8d8;
}
.layout-selector{
	cursor:pointer;
	border:1px solid #fff;
}
.condition-box{
	width:100%;
	float:left;
	height: 50vh;
	overflow-y: scroll;
	overflow-x: hidden;
	font-family: Raleway;
    font-size: 12px;
    line-height: 19px;
    color: #000;
    padding-right:15px;
}
.powered{
	width:110px;
	height:26px;
	background: url(../../bundles/app/images/powered.png) left 0px no-repeat;
	float:right;
	background-size: 110px 26px;
	margin-top:-40px;
}
.polaroids-width{
	width:auto;
	display:table;
	margin:auto;
}
.polaroids-width .item{
	width:auto;
	float:left;
	margin:0px 10px;
}
.button-auto{
	width:auto;
}
/*presentations*/

.grid-item
{
    width: 173px;
    margin: 6px;
    float: left;
}
.images-grid{
	display:table;
	margin:auto;
}
.images-grid tr td{
	padding:7px;
}
.choose-portfolio{
	position:absolute;
}
.title-partial-left{
	width:70px;
	float:left;
	margin-right:15px;
}
.title-partial-right{
	width: calc(100% - 85px);
	float:left;
}
/*tipsy*/
.tips{
    cursor:pointer;
}
.tipsy
{
    font-size:11px;
    position:absolute;
    z-index:100000;
    line-height:14px;
    padding:5px;
}
.tipsy-inner
{
    background:#000;
    color:#fff;
    max-width:200px;
    text-align:center;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    position:relative;
    behavior:url(/PIE.php);
    padding:4px 8px;
}
.tipsy-arrow
{
    position:absolute;
    width:0;
    height:0;
    line-height:0;
    border:5px dashed #000;
}
.tipsy-arrow-n
{
    border-bottom-color:#000;
}
.tipsy-arrow-s
{
    border-top-color:#000;
}
.tipsy-arrow-e
{
    border-left-color:#000;
}
.tipsy-arrow-w
{
    border-right-color:#000;
}
.tipsy-n .tipsy-arrow
{
    top:0;
    left:50%;
    margin-left:-5px;
    border-bottom-style:solid;
    border-top:none;
    border-left-color:transparent;
    border-right-color:transparent;
}
.tipsy-nw .tipsy-arrow
{
    top:0;
    left:10px;
    border-bottom-style:solid;
    border-top:none;
    border-left-color:transparent;
    border-right-color:transparent;
}
.tipsy-ne .tipsy-arrow
{
    top:0;
    right:10px;
    border-bottom-style:solid;
    border-top:none;
    border-left-color:transparent;
    border-right-color:transparent;
}
.tipsy-s .tipsy-arrow
{
    bottom:0;
    left:50%;
    margin-left:-5px;
    border-top-style:solid;
    border-bottom:none;
    border-left-color:transparent;
    border-right-color:transparent;
}
.tipsy-sw .tipsy-arrow
{
    bottom:0;
    left:10px;
    border-top-style:solid;
    border-bottom:none;
    border-left-color:transparent;
    border-right-color:transparent;
}
.tipsy-se .tipsy-arrow
{
    bottom:0;
    right:10px;
    border-top-style:solid;
    border-bottom:none;
    border-left-color:transparent;
    border-right-color:transparent;
}
.tipsy-e .tipsy-arrow
{
    right:0;
    top:50%;
    margin-top:-5px;
    border-left-style:solid;
    border-right:none;
    border-top-color:transparent;
    border-bottom-color:transparent;
}
.tipsy-w .tipsy-arrow
{
    left:0;
    top:50%;
    margin-top:-5px;
    border-right-style:solid;
    border-left:none;
    border-top-color:transparent;
    border-bottom-color:transparent;
}

.dropzone, .dropzone * {
    box-sizing: border-box;
}

.dropzone {
	width:100%;
	float:left;
    min-height: 150px;
    border: 2px dashed #d4a368;
    background: white;
    padding: 20px 0px 20px 3px;
}

.dropzone.dz-clickable {
    cursor: pointer;
}

.dropzone.dz-clickable * { cursor: default; }

.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * { cursor: pointer; }

.dropzone.dz-started .dz-message { display: none; }

.dropzone.dz-drag-hover { border-style: solid; }

.dropzone.dz-drag-hover .dz-message { opacity: 0.5; }

.dropzone .dz-message {
    text-align: center;
    margin: 2em 0;
    font-family: Raleway;
    font-size: 12px;
	padding:0px 20px;
}
.drop-center{
	width:auto !important;
	display:table !important;
	margin:auto !important;
	border:1px solid #000;
}
.dropzone .dz-preview { position: relative; display: inline-block; vertical-align: top; margin: 0px 5px; min-height: 100px; }

.dropzone .dz-preview:hover { z-index: 1000; }

.dropzone .dz-preview:hover .dz-details { opacity: 1; }

.dropzone .dz-preview.dz-file-preview .dz-details { opacity: 1; }

.dropzone .dz-preview.dz-image-preview { background: white; width:147px;}

.dropzone .dz-preview.dz-image-preview .dz-details {
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.dropzone .dz-preview .dz-remove {
    font-size: 14px;
    text-align: center;
    display: block;
    cursor: pointer;
    border: none;
}

.dropzone .dz-preview .dz-remove:hover { text-decoration: underline; }

.dropzone .dz-preview:hover .dz-details { opacity: 1; }
.dz-image{
	position:relative;
	width:128px;
	height:128px !important;
}
.dropzone .dz-preview .dz-details {
    z-index: 20;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    font-size: 13px;
    text-align: center;
    color: #fff;
    background:rgba(212,163,104,0.8);
    margin: 3px 0px 0px 3px;
    height: 120px;
    width: 120px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow:hidden;
}
.dropzone .dz-preview .dz-details .dz-size {
	width:100%;
	float:left;
	text-align:center;
    margin-top: 5px;
    font-size:14px;
    font-family:Raleway;
    color:#fff;
}

.dropzone .dz-preview .dz-details .dz-filename { white-space: nowrap; }

.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
	width:100%;
	float:left;
	margin-top: 35px;
    font-size:12px;
    font-family:Raleway;
    color:#fff;
}
.dropzone .dz-preview:hover .dz-image img {
    -webkit-transform: scale(0.99, 0.99);
    -moz-transform: scale(0.99, 0.99);
    -ms-transform: scale(0.99, 0.99);
    -o-transform: scale(0.99, 0.99);
    transform: scale(0.99, 0.99);
}

.dropzone .dz-preview .dz-image {
    display: table;
    margin: 20px auto 10px auto;
    height: 80px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #d6d6d6;
    padding: 3px;
}

.dz-image {
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.dropzone .dz-preview .dz-image img {
	width:100%;
	height:100%;
	display: block;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.dropzone .dz-preview.dz-success .dz-success-mark {
    opacity: 1;
    -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
    animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview.dz-error .dz-error-mark {
    opacity: 1;
    -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}

.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
    pointer-events: none;
    opacity: 0;
    z-index: 500;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin-left: -27px;
    margin-top: -27px;
}
.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
	display: block; width: 54px; height: 54px;
}
.dropzone .dz-preview.dz-processing .dz-progress {
	opacity: 1;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.dropzone .dz-preview.dz-complete .dz-progress {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in;
    -moz-transition: opacity 0.4s ease-in;
    -ms-transition: opacity 0.4s ease-in;
    -o-transition: opacity 0.4s ease-in;
    transition: opacity 0.4s ease-in;
}
.dropzone .dz-preview:not(.dz-processing) .dz-progress {
    -webkit-animation: pulse 6s ease infinite;
    -moz-animation: pulse 6s ease infinite;
    -ms-animation: pulse 6s ease infinite;
    -o-animation: pulse 6s ease infinite;
    animation: pulse 6s ease infinite;
}
.dropzone .dz-preview .dz-progress {
    opacity: 0.3;
    z-index: 1000;
    pointer-events: none;
    position: absolute;
    height: 16px;
    left: 50%;
    top: 50%;
    margin-top: -8px;
    width: 80px;
    margin-left: -40px;
    background: rgba(212, 163, 104, 0.4);
    -webkit-transform: scale(1);
    border-radius: 8px;
    overflow: hidden;
}
.dropzone .dz-preview .dz-progress .dz-upload {
    background: #333;
    background: #d4a368;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    -webkit-transition: width 300ms ease-in-out;
    -moz-transition: width 300ms ease-in-out;
    -ms-transition: width 300ms ease-in-out;
    -o-transition: width 300ms ease-in-out;
    transition: width 300ms ease-in-out;
}
.dropzone .dz-preview.dz-error .dz-error-message {
    display: block;
    margin-left: 10px;
    font-size: 11px;
    font-family: Raleway;
}
.dropzone .dz-preview.dz-error:hover .dz-error-message {
    opacity: 1;
    pointer-events: auto;
}
.dropzone .dz-preview .dz-error-message {
    pointer-events: none;
    z-index: 1000;
    position: absolute;
    display: block;
    display: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    border-radius: 8px;
    font-size: 13px;
    top: 130px;
    left: -10px;
    width: 140px;
    background: #be2626;
    background: linear-gradient(to bottom, #be2626, #a92222);
    padding: 0.5em 1.2em;
    color: white;
}
.dropzone .dz-preview .dz-error-message:after {
    content: '';
    position: absolute;
    top: -6px;
    left: 64px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #be2626;
}
.tags-form input {
    font-size: 12px !important;
    font-family: Raleway;
    !important;
    margin-top: 9px !important;
}
.red-text{
	color:#df0000;
}
.main-accent{
	width:100%;
	float:left;
	background:#f4f6f6;
	padding:50px 0px;
}
.main-accent-padding{
	padding-top:20px;
}
.main-accent-padding span{
    font-size: 26px;
    line-height: 34px;
    letter-spacing: -1px;
}
.open-video{
	position:absolute;
	z-index:9;
	top:32%;
	left:50%;
	margin-left:-35px;
	cursor:pointer;
	width:70px;
	font-size:32px;
	padding:10px;
	text-align:center;
	-webkit-box-shadow: 0px 2px 39px 0px rgba(0,0,0,0.19);
    -moz-box-shadow: 0px 2px 39px 0px rgba(0,0,0,0.19);
    box-shadow: 0px 2px 39px 0px rgba(0,0,0,0.19);
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    background: #c4c4c4;
    border: 1px solid #c4c4c4;
}
.open-video:hover{
	background: #bdbdbd;
    border: 1px solid #a7a7a7;
}
.open-video i{
	color: #288c55;
    margin-left: 5px;
}
#video .modal-content, #registervideo .modal-content{
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	margin-top:0px;
}
#video .modal-body, #registervideo .modal-body{
	padding:5px;
	height:605px;
}
#video .close-video, #registervideo .close-video{
    position: absolute;
    right: -10px;
    top: -13px;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 100%;
    text-align: center;
    line-height: 30px;
    font-size: 17px;
    color:#000;
}
#events-container, .calendar-event-text{
	font-size:12px;
	font-family:Raleway;
}
#events-container .panel{
	box-shadow:none;
}
.register-video{
	width:auto;
	display:table;
	margin:auto;
	font-size:12px;
	font-family: Raleway;
	padding:10px 0px;
	cursor:pointer;
}
.register-video i{
	margin-right:6px;
	color: #d4a368;
}
.clear-filter{
	width: auto;
    padding: 10px 0px;
    cursor: pointer;
    color: #000;
    font-family: Raleway;
    font-size: 12px;
    position: absolute;
    right: 50px;
}
.clear-filter:hover{
	color: #fff;
}
.clear-filter i{
	margin-left:5px;
}
/*Calendar*/
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box >div >div.xdsoft_disabled {
	background: url(../../bundles/app/images/stripe.png) left 0px;
    color: #666;
    opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	cursor: default;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month:hover,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_time_box >div >div.xdsoft_disabled:hover {
	background: url(../../bundles/app/images/stripe.png) left 0px;
    color: #666;
    opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	cursor: default;
}
.edit-notes{
	font-size: 11px;
    font-family: Raleway;
	font-size:12px;
	color:#b9803c !important;
}
/*flash-messages*/
.flashHeight{
	min-height: 44px;
}
#flash-messages-container{
    z-index: 999;
    width: 100%;
}
#flash-messages-container .success, #flash-messages-container .notice, #flash-messages-container .error{
    margin-bottom: 0px;
}
@media only screen and (min-width: 900px){
    .bar_container{
        margin-top:80px;
    }
    .small-menu-open{
        display:none;
    }
    .header-mobile{
        display:none;
    }
    .no-margin-bottom-big{
        margin-bottom:0px !important;
    }
    .collapse-menu{
        display:none !important
    }
    .login{
        min-height:80vh;
    }
    .no-padding-big{
		padding:0px;
    }
    .no-padding-big .button{
		padding:10px 20px;
    }
    .top-logo{
		width:160px;
		float:left;
		margin-right:10px;
    }
    .filter-top-right{
        width: auto;
        min-width: 388px;
        display: flex;
        flex-direction: row-reverse;
	}
    .unit-hints{
        float: right;
        display: flex;
        flex-direction: column;
    }
	.modal-body iframe{
		height:595px;
	}
	.accent-monitor{
		margin-left:-20px;
	}
	#video .modal-dialog, #registervideo .modal-dialog{
		width:948px;
		height:600px;
		position:fixed;
		top:50%;
		margin-top:-300px !important;
		left:50%;
		margin-left:-474px !important;
	}
	.main-accent-sm{
		display:none;
	}
}
@media only screen and (max-width: 900px){
    .gold-padding{
        width:100%;
        float:left;
        padding:0px 0px 30px 0px;
    }
    .modal-dialog{
        width:90%;
        display:table;
        margin:40px auto !important;
    }
    .small-logo-wrap{
        width:120px;
        float:left;
    }
    .footer{
        padding: 30px 0px 10px 0px;
    }
    .footer-logo{
        width:150px;
        margin:0px auto 20px auto;
    }
    .copy{
        text-align:center;
    }
    .page-wrap {
        padding: 0px;
    }
    .qa-padding, .main-questions{
        padding:30px 0px;
    }
    .qa-padding-small{
        padding:15px 0px;
    }
    .header{
        padding:10px 0px;
    }
    .help span{
        font-size: 18px;
        line-height: 24px;
        margin:0px 0px 5px 0px;
    }
    .box{
        margin:30px 0px 0px 0px;
    }
    .main-select .label, .white-text{
        font-size:12px;
    }
    .unit-hints{
        width:auto;
        display:table;
        text-align:center;
        margin:auto;
    }
    .unit-hints label, .unit-hints input{
    	margin:0px 5px 0px 0px;
	}
	.filter-top-left{
		margin-bottom:10px;
	}
    .login{
        background:#fff;
        padding:0px;
    }
    .logged-menu-show{
        display:none;
        padding:5px;
    }
    .logged-menu-wrap ul li{
        width:100%;
    }
    .logged-menu-wrap ul li a{
        float:left;
        padding:5px;
        width: 100%;
        float: left;
        text-align:center;
    }
    .small-menu-open{
        float:right;
        padding:10px;
        margin:0px 15px 0px 0px;
    }
    .example{
        font-size:11px;
    }
    .about-images{
        width:70%;
        margin:auto;
    }
    .contact{
        background:#fafafa;
    }
    .quote{
        margin:40px 0px;
    }
    .right-menu{
        width:100%;
        float:left;
        padding:15px 15px 0px 15px;
    }
    .search{
        width:85%;
        float:left;
        margin:0px;
    }
    .localization{
        margin: 10px 15px 0px 0px;
    }
    .flag{
		width:22px;
		height:22px;
		margin-top:-4px;
    }
    .flag-open{
		margin-left:-117px;
		z-index:9999;
    }
    .container{
        padding:0px;
    }
    .qanda .container{
        padding:0px 15px 0px 0px;
    }
    /*.sm-padding{
        padding:15px 0px 0px 0px;
    }*/
    .gallery{
        padding:0px;
    }
    .no-mt{
        margin:0px !important;
    }
    .right-menu-sm{
        width:auto !important;
        float:right;
        padding:0px;
    }
    .top-menu{
        padding:0px;
    }
    .margin-right{
        margin-right:5px;
    }
    .sub-button{
        margin:0px 0px 15px 0px !important;
    }
    .header-mobile{
        float:right;
        padding:10px 10px 0px 0px;
    }
    .logged-name-sm{
        color:#333 !important;
        font-family: Raleway;
        font-size:12px;
        padding:0px 10px;
    }
    .exit-sm{
        color:#333;
        font-family: Raleway;
        font-size:12px;
        padding:0px 10px;
    }
    .blog-body{
        margin:0px;
    }
    .small-img-upload{
        width:50%;
        margin:auto;
    }
    .round-corners{
        display:block;
    }
    .no-padding-small{
        padding:0px !important;
    }
    .account-content, .scroll-content{
        overflow-x:scroll;
    }
    .account-content .table, .scroll-content .table{
        width:720px;
    }
    .calendar{
		border-left:none;
		border-right:none;
    }
    .calendar tr td{
    	min-width: 100px;
    	padding: 10px 5px;
		border-top:1px solid #eee;
		border-right:1px solid #eee;
		border-bottom:1px solid #eee;
		border-left:none;
    }
    .calendar tr td:last-child, .calendar tr th:last-child{
		border-right:none;
    }
    .scroll-calendar{
		border-left:1px solid #eee;
		border-right:1px solid #eee;
		border-bottom: 1px solid #eee;
    }
    .scroll-calendar .mCSB_horizontal.mCSB_inside > .mCSB_container{
		margin-bottom:17px;
    }
    .go-back-today{
		display:block;
    }
    .bar_container{
        width:100%;
        float:left;
    }
    .side-menu{
        margin:10px 0px;
    }
    .collapse-menu{
        width:100%;
        float:left;
        padding:10px 15px 10px 10px;
        font-family: Raleway;
        font-size: 12px;
    }
    .collapse-menu i{
        float:right;
        margin:3px 0px 0px 0px;
    }
    .collapse-menu-open{
        width:100%;
        float:left;
        display:none;
    }
    .profile-details ul li span {
        margin-left:0px;
    }
    .more-features{
        padding:60px 0px;
    }
    .bx-wrapper{
        margin-bottom:15px !important;
    }
    .main-questions, .customer-faq{
        background:#f8f8f8;
    }
    .layout-select-box{
        width:35px;
        float:left;
        margin:0px 0px 0px 5px;
    }
    .layout-select{
        width:auto;
        display:table;
        margin:auto;
    }
    .nav>li{
        width:100%;
        border-top:1px solid #000;
        border-left:1px solid #000;
        border-right:1px solid #000;
    }
    .loged-tabs>li.active>a, .loged-tabs>li.active>a:focus, .loged-tabs>li.active>a:hover {
        border-left: none;
        border-right: none;
        border-top: none;
        background:#000;
        color:#fff;
        margin-right:0px;
    }
    .no-c-borders .nav>li{
        border:none !important;
    }
    .portfolio-gallery-grid .grid-item {
        width:29% !important;
        float:left !important;
    }
    .grid-no-padding-bottom{
        padding-bottom:0px !important;
    }
    .main-select .label{
        width:100%;
        text-align:center;
        padding-top:0px;
    }
    .main-select .right-select{
        width:100%;
    }
    .main-select .right-select .input{
        margin-bottom:0px;
    }
    .centered-small{
        display:table;
        margin:auto;
    }
    .smaller-height{
        margin-top:10px;
    }
    .whyus{
	    background:#f4f6f0;
	}
    .powered{
		width:90px;
		height:21px;
		background: url(../../bundles/app/images/powered.png) left 0px no-repeat;
		float:right;
		background-size: 90px 21px;
		margin:-15px 15px 40px 0px;
	}
	.open-menu{
		position:absolute;
		width:100%;
		z-index:999;
		top:68px;
		background:rgba(0,0,0,0.9);
		border-top:1px solid #ededed;
		border-bottom:3px solid #d4a368;
		-webkit-box-shadow: 0px 9px 15px rgba(0, 0, 0, .5);
    	box-shadow: 0px 9px 15px rgba(0, 0, 0, .5);
    	display:none;
	}
	.open-menu ul li a{
		width:100%;
		float:left;
		padding:10px 20px;
		color:#fff;
		font-family:Raleway;
		border-bottom:1px solid #2e2e2e;
	}
	.open-menu ul li a i{
		margin-right:10px;
	}
	.open-menu .active{
		color:#d4a368;
	}
	.username{
		background:#d4a368;
		color:#fff;
	}
	.username div{
		margin-right:10px;
	}
	.search-sm{
		width:auto;
		float:right;
		margin:5px 10px 5px 0px;
	}
	.slide-search{
		width:140px;
		float:right;
	}
	.modal-down .black-solid-gold-button{
		margin-bottom:15px !important;
	}
	.full-width-sm{
		width:100% !important;
	}
	.dropzone .dz-preview.dz-image-preview{
		width:125px;
	}
	.button-auto{
		width:100%;
	}
	.no-padding-small-right{
		padding-right:0px !important;
	}
	.powered-footer{
		width:auto;
		display:table;
		margin:auto;
	}
    .top-logo{
		width:120px;
		float:left;
		margin:0px 10px;
	}
	.sm-remove-pic{
		left:60% !important;
	}
	.sm-image-upload{
		width:45%;
		margin:auto;
		display:table;
		float:none;
	}
	.prototype-sm{
		width:100%;
		float:left;
		padding:0px 15px;
	}
	.accent-text span {
	    font-family: Bold;
	}
	.modal-body iframe{
		height:315px;
	}
	#video .modal-dialog, #registervideo .modal-dialog{
		position:fixed;
		top:50%;
		margin-top:-160px !important;
		left:50%;
		margin-left:-168px !important;
	}
	#video .modal-body, #registervideo .modal-body {
	    height: 325px;
	}
	.main-accent{
		padding:30px 0px;
	}
	.accent-monitor{
		padding-top:20px;
	}
	.quanda-sm{
		padding-top:0px;
		background: #f4f6f6;
	}
	.parallax {
		min-height: 300px;
	}
	.notification-text .color-t{
		margin-top:15px;
	}
	.dropzone{
		padding:0px 27px 20px 27px;
	}
	.dropzone .dz-preview .dz-image{
		margin: 10px auto 10px auto;
	}
	.modal-content{
		margin-top:0px;
	}
	.switch-button{
		margin:15px 0px 0px 0px !important;
	}
	.modal-body-scroll{
		max-height: calc(80vh - 93px);
		width: 100%;
		overflow-y: auto;
		overflow-x: hidden;
	}
	.grid-img-wrap .close{
		font-size: 17px;
		margin-left: -14px;
	}
	.images-grid tr td {
		padding: 2px;
	}
	.customize-compcard{
		height:auto !important;
	}
	.open-arrow{
		padding:5px;
		font-size: 27px;
	}
	.model-faq{
		padding-bottom:270px;
	}
	.filter-buttons{
		width:100%;
	}
	.search-filter-button{
		float: left;
		margin-left: 29px;
	}
}
@media only screen and (min-width: 500px) and (max-width: 899px) {
	.filter-top-left, .filter-top-right{
		width:100%;
		float:left;
		text-align:center;
	}
	.unit-hints{
		width:100%;
	}
	.top-menu{
		margin-top:6px;
	}
	.localization{
		margin:12px;
	}
}
@media only screen and (min-width: 900px) and (max-width: 1000px) {
	.filter-top-left, .filter-top-right{
		width:100%;
		float:left;
		text-align:center;
	}
	.top-menu{
		margin-top:0px;
	}
	.localization{
		margin:3px 10px;
	}
	.unit-hints{
		width:100%;
	}
}
@media only screen and (min-width: 1000px) and (max-width: 1200px) {
	.motto{
		font-size:19px !important;
	}
	.no-padding-left-big{
		padding-left:0px;
	}
}
@media only screen and (min-width: 900px) and (max-width: 1199px) {
	.models-block {
		width: 33.33% !important;
		height: auto !important;
	}
	/*.img-block-wrap{*/
	/*	min-height:auto !important;*/
	/*}*/
}
.no-margin-top {
    margin-top: 0px !important;
}
.no-margin-bottom {
    margin-bottom: 0px !important;
}
.no-padding-top {
    padding-top: 0px !important;
}
.mb65{
	margin-bottom:65px;
}
.mr10{
	margin-right:10px;
}
.ml10{
	margin-left:10px;
}
.signup i{
	margin-right:5px;
}


/*My css*/

/*home page css start*/
.chosie-new-design-wrap {
    position: relative;
    padding:100px 0;
    height: 100vh;
}
.chosie-new-design-wrap .content-wrap {
    background: #000000bf;
    width: 300px;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    padding: 20px 10px 10px 10px;
    text-align: center;
}
.chosie-new-design-wrap .content-wrap h2 {
    font-family: Raleway;
    font-size: 30px;
    color: #FFF;
    margin-bottom: 30px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 4px;
}
.chosie-new-design-wrap .content-wrap p {
    font-size: 15px;
    color: #FFF;
    font-family: Raleway;
    font-weight: bold;
    margin-bottom: 15px;
}
.chosie-new-design-wrap .content-wrap a {
    color:#d4a368;
    font-size: 16px;
    font-weight: bold;
}
/*home page css end here*/

/*about us page css start here*/
.my-goal-wrapper{
    padding:60px 0;
    float: left;
    width: 100%;
}
.my-goal-wrapper .my-goal-left-col {
    background-color: #eff1ee;
    padding: 25px 60px 35px 20px;
    text-align: center;
}
.my-goal-wrapper .my-goal-left-col h2 {
    font-size: 25px;
    font-family: Raleway;
    font-weight: 500;
    margin-bottom: 6px;
    line-height: 30px;
}
.my-goal-wrapper .my-goal-left-col span {
    font-size: 13px;
    font-family: Raleway;
    margin-bottom: 100px;
    position: relative;
}
.my-goal-wrapper .my-goal-left-col span:before {
    position: absolute;
    top:44px;
    left:36%;
    content: "";
    width:60px;
    height:2px;
    background-color:#000;
}
.my-goal-wrapper .my-goal-left-col p {
    font-size: 13px;
    font-family: Raleway;
    margin-top:75px;
}
.my-goal-wrapper .my-goal-right-col {
    height:550px;
}
.my-goal-wrapper .my-goal-right-col .about-us-girl-img{
    width: 100%;
    object-fit: cover;
    height: 100%;
    object-position: top;
}
.my-goal-wrapper .common{
    padding:0;
    width:100%;
}
.my-goal-wrapper .goal-row{
    display: flex;
    justify-content: center;
    align-items: center;
}
/*about us page css end here*/

/*all modal page css start here*/
.inner-box {
    width: 100%;
    display: flex;
    flex-direction: column;
}
/*.no-padding-small {*/
/*    width: 100%;*/
/*}*/
.img-block-wrap:hover {
     filter:none !important;
}
.model-line {
    display: none;
}
.custom-flex{
    display: flex;
}
.inner-box .col-wrap {
    padding-left:0;
}
/*all modal css end here*/

/*registration page css start here*/
.regist-btn-mr{
    margin:0;
}
.tag-update {
    display: none;
}
.custom-upload-wrap {
    display: block;
}
.photos-container .hint {
    display: none;
}
/*registration page css end here*/

/*find model css start here*/
.find-model-wrap {
    width:100%;
}
.find-model-ml {
    padding-left: 0;
}
.models-block {
    height: 400px;
    /*layout fix*/
    width: 277px;
}
/*to hide the polaroid section from register page 2*/
.register-page-2 {
    display: none;
}
.close-btn {
    justify-content: flex-end;
}
.custom-offcanves .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    background-color:#FFF;
    overflow-x: hidden;
    transition: 0.5s;
}
.custom-offcanves .sidenav .closebtn {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color:#000;
    display: block;
    transition: 0.3s;
}
.custom-offcanves .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    z-index: 999;
}
.custom-offcanves #main {
    transition: margin-left .5s;
    padding: 15px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.custom-offcanves #main h2 {
    font-size: 22px;
    font-family: Raleway;
    font-weight: 500;
}
.custom-offcanves #main span {
    font-size: 22px !important;
    cursor: pointer;
    font-weight: 100;
    font-family: 'Raleway';
}
div#search-form-container\ custom-search-form {
    overflow: hidden;
}
.tag-update .tags-images {
    display: none;
}

@media screen and (max-height: 450px) {
    .custom-offcanves .sidenav {padding-top: 15px;}

}
.custom-motto {
    padding-right: 60px;
}
.custom-form-wrap {
    padding-bottom: 50px;
    background-color:#FFF;
}
.pagination-wrap .pagination {
    justify-content: center;
}
.custom-parallax-window {
    background-image: none;
}
/*find model css end here*/
@media screen and (max-width:1200px){
    .select2-container {
        max-width: 100%;
    }
}
@media screen and (max-width:991px){
    .right-col {
        margin-top: 50px;
    }
    .box {
         margin: 0;
    }
    .main-select .right-select .input {
        margin-bottom: 10px;
        margin-top:5px;
    }
}
@media screen and (max-width:768px) {
    .chosie-new-design-wrap .content-wrap h2 {
        font-size: 25px;
        margin-bottom: 20px;
        line-height: 35px;
    }
    .inner-box .col-wrap {
        padding-left: 15px;
    }

    .chosie-new-design-wrap .content-wrap p,
    .chosie-new-design-wrap .content-wrap a {
        font-size: 14px;
    }

    .my-goal-wrapper .goal-row {
        flex-direction: column-reverse;
    }

    .my-goal-wrapper {
        padding: 0;
    }

    .right-col {
        margin-top: 50px;
    }

    .checkbox-custom:checked + .checkbox-custom-label:before {
        content: "\f111" !important;
        font-family: 'FontAwesome';
        background: #FFF;
        color: #000;
        border: none;
    }
    .select2-container {
        width: 100% !important;
    }
    .models-block {
        width: 100% !important;
    }
}
@media screen and (max-width:576px){
    .my-goal-wrapper .my-goal-left-col h2 {
        font-size: 18px;
        line-height: 25px;
    }
    .my-goal-wrapper .my-goal-left-col p {
        margin-top: 60px;
        text-align: justify;
    }
    .my-goal-wrapper .my-goal-left-col {
        padding: 20px;
    }
    .heading-wrap h2 {
        font-size: 18px;
     }
    .right-col {
        margin-top: 10px;
    }
    .custom-offcanves #main span {
        font-size: 16px !important;
     }
    .custom-offcanves #main h2 {
        font-size: 15px;
    }
    .custom-flex {
         display: block;
    }
    .motto {
        font-size: 14px !important;
     }
}
/*.loged-tab-content .no-padding {*/
/*    display: block;*/
/*}*/
