/*
 * Theme name: TatStudio
 * Author: LuxStudio
 * Author link: www.lux-studio.com.ua
 */

/* ==================== Style ==================== */

/* other */
* {
	margin:0;
	padding:0;
}
html {
	position: relative;
    min-height: 100%;
}
body {
    margin-bottom: 100px;
	background: #ebebeb;
	font-family: 'Poiret One', cursive;
	text-decoration: none;
	font-weight: 600;
    font-size: 16px;
    color: #808080;
}
.container{
    padding-left: 14px;
    padding-right: 14px;
}
#page-preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #66ceff;
    z-index: 100500;
}

#page-preloader .spinner {
    width: 500px;
    height: 250px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: url('/images/loading.gif') no-repeat 50% 50%;
    margin: -125px 0 0 -250px;
}

/* @media (min-width: 1200px) {
	html body .container {
		width: 1140px;
	}
} */

.copy-protector.tooltip {
	display: none;
	position: absolute;
	background: white; 
	padding: 4px; 
	border-radius: 5px; 
	font-size: 11px; 
	z-index: 9999; 
	opacity: 0.7
}

.breadcrumb {
    padding: 0 !important;
    margin-bottom: 0 !important;
    background-color: rgba(255, 255, 255, 0) !important;
}
.breadcrumb a {
	color: #808080 !important;
}
.breadcrumb .fa {
	font-size: 20px;
    color: #CCCCCC;
}
.breadcrumb > .active-style {
    color: #808080 !important;
}
.breadcrumb > li:first-child .style-arrow {
	display: none;
}
.breadcrumb > li + li:before {
	content: "" !important;
	padding: 0 !important;
}

@media (max-width: 1000px) {
    .navbar-nav > li > a {
        line-height: 52px !important;
        font-weight: 600 !important;
        font-size: 16px !important;
        padding: 10px 5px !important;
    }
}

@media (max-width: 990px) {
	body {
		margin-bottom: 190px;
	}
	.contact-form {
		margin-left: 0 !important;
		padding-left: 25px !important;
		padding-right: 25px !important;
	}
	.left-info img{
		width: 100%;
		margin-top: 0;
	}
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 600;
}

/* ::-webkit-scrollbar {
    width: 0.8em;
} 
::-webkit-scrollbar-track {
	background-color: #D2F0FF;
} 
::-webkit-scrollbar-thumb {
	background-color: #9D9D9D;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}
::-webkit-scrollbar-button {
	display: none;
}
::-webkit-scrollbar-corner {
	background-color: #000000;
} */
/* other end */


/* navigation */
@media (min-width: 768px) {
	.navbar {
		height: 80px;
	}
}
.navbar-nav > li > a {
	line-height: 42px;
	font-family: 'Poiret One', cursive;
	font-weight: 400;
	color: #fff;
	font-size: 20px;
}
.navbar-inverse {
	background-color: #FFFFFF;
	border: none;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	border-top: 8px solid #D2F0FF;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
	color: #DE5E60;
    background-color: #d2f0ff;
}
.navbar-brand {
	height: 80px;
	padding: 0px 15px;
}
.navbar-brand img {
	height: 60px;
    padding-top: 20px;
}
.nav-pills > li > a {
	border-radius: 0px;
	margin-bottom: 5px;
	background: #fff;
	width: 100%;
	height: auto;
	font-size: 16px;
	color: #474747;
	box-shadow: 0 1px 2px #BBBBBB;
	-moz-box-shadow: 0 1px 2px #BBBBBB;
	-khtml-box-shadow: 0 1px 2px #BBBBBB;
	-webkit-box-shadow: 0 1px 2px #BBBBBB;
}
.nav > li > a:hover, .nav > li > a:focus {
	background-color: #373737;
	color: #fff;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #DE5E60;
    background-color: #d2f0ff;
}
.navbar-inverse .navbar-toggle {
    border-color: #D2F0FF;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #D2F0FF;
}
.navbar-toggle {
    margin-top: 20px;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #6E7074;
}
/* navigation end */


/* main */
body > .container {
	padding-top: 100px;
}
.page-title {
    margin-bottom: 20px;
	font-weight: 600;
}
.page-title .title {
	font-family: 'Poiret One', cursive;
    border-bottom: 1px solid #CCCCCC;
}
.page-body .section {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.23);
    background-color: #FFFFFF;
    margin-bottom: 20px;
}
.page-body .section .image {
	width: 100%;
	overflow: hidden;
	position: relative;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.page-body .section .image img {
    width: 100%;
}
.page-body img {
    max-width: 100%;
}
.page-body .section .image .meta_content {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    font-size: 18px;
    padding-top: 10px;
    background: -webkit-gradient(linear,left top,left bottom,from(transparent),to(rgba(0,0,0,.6)));
    background: -webkit-linear-gradient(top,transparent 0,rgba(0,0,0,.6) 100%);
    background: linear-gradient(to bottom,transparent 0,rgba(0,0,0,.6) 100%);
    color: #FFFFFF;
    text-align: center;
}
.page-body .section .content {
	padding: 15px 15px 10px 15px;
	text-align: center;
	color: #9d9d9d;
	font-size: 15px;
}
.page-body a:hover .section .content {
	color: #FD0101;
	text-decoration: none;
}


.page-body a {
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.23);
	-webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
	overflow: hidden;
    position: relative;
	transition: transform 1s, scale 1s;
    -o-transition: -o-transform 1s, scale 1s;
    -ms-transition: -ms-transform 1s, scale 1s;
    -moz-transition: -moz-transform 1s, scale 1s;
    -webkit-transition: transform 1s !important;
}
.page-body a img {
	-webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;

	transition: filter 1.6s, transform 1.6s;
    -o-transition: -o-filter 1.6s, -o-transform 1.6s;
    -ms-transition: -ms-filter 1.6s, -ms-transform 1.6s;
    -moz-transition: -moz-filter 1.6s, -moz-transform 1.6s;
    -webkit-transition: -webkit-filter 1.6s, -webkit-transform 1.6s;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}
.page-body a:hover img {
	-webkit-transform:scale(1.4);
	-moz-transform:scale(1.4);
	-ms-transform:scale(1.4);
	-o-transform:scale(1.4);
	transform:scale(1.4);
}


.page-style, .page-faq {
	background: #fff;
	margin-bottom: 40px;
	border: 1px solid #ddd;
}
.page-faq, .page-padding {
	padding: 20px 20px 1px 20px;
}
.page-faq .panel-group .panel {
    margin-bottom: 0;
    border-radius: 0px;
}

.left-info {
	text-align: center;
	color: #7F8289;
    font-weight: 300;
    font-size: 16px;
}
.left-info a {
	color: #7F8289;
}

.img-style {
	width: 400px;
	margin: 0 auto;
    margin-top: 25px;
}
.contact_name {
    color: #6E7074;
    font-size: 26px;
    font-weight: 300;
    word-spacing: 5px;
    display: block;
    line-height: 5px;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 20px;
}
.contact_name_text {
    color: #6E7074;
    font-size: 13px;
    font-weight: 300;
    word-spacing: 4px;
    display: block;
    line-height: 5px;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 20px;
}
.contact_info {
    margin: 0 auto;
    text-align: left;
    margin-bottom: 20px;
}
.contact_info td {
	padding-right: 10px;
}

.contact-form {
	margin-top: 25px;
	margin-left: -15px;
    padding-right: 25px;
}
.contact-form .form-control {
    background: #D2F0FF;
    border: 1px solid #F4F4F4;
    border-radius: 0;
    padding: 8px;
    width: 100%;
}
.contact-form .input-form {
    background: #D2F0FF;
    border: 1px solid #F4F4F4;
    border-radius: 0;
    padding: 8px;
    width: 100%;
}

.contact-form .form-group {
    text-align: center;
}
.contact-form .btn {
    width: 250px;
    color: #6E7074;
    background: #F4F4F4;
    text-transform: uppercase;
    font-size: 15px;
    /* margin: 0 auto; */
    border: none;
    -webkit-transition-duration: 0.7s;
    -moz-transition-duration: 0.7s;
    -ms-transition-duration: 0.7s;
    -o-transition-duration: 0.7s;
    transition-duration: 0.7s;
}
.contact-form .btn:hover {
    background: #D2F0FF;
}

.panel-pricing {
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.panel-pricing:hover {
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}
.panel-pricing .panel-heading {
	padding: 20px 10px;
}
.panel-pricing .panel-heading .fa {
	margin-top: 10px;
	font-size: 58px;
}
.panel-pricing .list-group-item {
	color: #777777;
	border-bottom: 1px solid rgba(250, 250, 250, 0.5);
}
.panel-pricing .list-group-item:last-child {
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
.panel-pricing .list-group-item:first-child {
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
}
.panel-pricing .panel-body {
	background-color: #f0f0f0;
	font-size: 40px;
	color: #777777;
	padding: 20px;
	margin: 0px;
}
/* main end */


/* blog */
.boxed{
    background-color: #FFF;
    border: 1px solid #E4E4E4;
/*     border-radius: 6px; */
    margin-bottom: 45px;
}
.entry-meta .fa{
    margin-right: 4px;
}
.posted-on{
    margin-right: 15px;
}
.entry-content{
    margin-top: 20px;
    font-size: 18px;
}
.headers a {
    color: #808080;
}
.author{
    text-align: center;
    overflow: hidden;
    margin-bottom: 30px;
    font-size: 14px;
}
.author .row h4{
    font-size: 24px;
    font-weight: 700;
}
.author .row p{
    margin: 0px 0px 30px;
}
.sidebar{
    padding: 30px 0px 0px;
    margin-bottom: 30px;
}
.sidebar h6{
    margin-bottom: 12px;
}
.categories{
    font-family: Lato,sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 30px;
}
.categories ul{
    list-style: outside none none;
    padding: 0px;
    background-color: #F3F4F4;
    border: 1px solid #DFE2E4;
    border-radius: 3px;
}
.categories ul li{
    position: relative;
}
.categories ul li a{
    transition: all 0.1s linear 0s;
    color: #000;
    padding: 15px 20px;
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #DFE2E4;
}
/* .categories ul li a:after{
    transition: all 0.1s linear 0s;
    position: absolute;
    content: "ÃƒÂ®Ã¢â‚¬Å¡Ã¢â€šÂ¬";
    font-family: "Glyphicons Halflings";
    font-weight: 400;
    color: #C6C7C2;
    right: 20px;
} */
.author-img-container{
    position: relative;
    margin-bottom: 50px;
}
.avatar-blurred{
    overflow: hidden;
    height: 125px;
}
.avatar-blurred:before{
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    content: "";
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0% 0%;
    z-index: 1;
}
.avatar-blurred > img{
    width: 100%;
    height: auto;
    filter: blur(5px);
    transform: scale(1.05);
    margin-top: -20%;
}
.author-avatar{
    position: absolute;
    left: 50%;
    margin-left: -45px;
    bottom: -45px;
    box-shadow: 0px 0px 0px 8px #FFF;
    border-radius: 50%;
    z-index: 2;
    background-image: url("http://tatstudio.com.ua/images/me.jpg");
    background-size: cover;
}
.row::after, .row::before {
    content: " ";
    display: table;
}

.dropdown-menu > li > a {
    color: #808080;
    font-size: 16px;
    font-weight: 600;
}

.btn-default {
    font-weight: 600;
}

.page-portfolio .img-portfolio {
	margin-bottom: 30px;
}
.panel-style {
	margin-top: 20px;
}
.prew-img{
    width: 200px;
}
.portfolio-img {
	margin-bottom: 20px;
}
.portfolio-img img {
	border-radius: 0px !important;
    padding: 0px !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.23);
}
/* blog end */


.leonis_style {
	width: 940px;
	min-height:500px;
	height:auto;
	background:white;
	padding-left:5px;
	border: 0;
	margin: 0 auto;
}
.order_container + div {
	width: 100%;
}

.panel-style {
    color: #808080;
    background-color: #D2F0FF;
    border-color: #D2F0FF;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.btn-style {
    color: #6E7074;
    font-weight: 600;
    background-color: #D2F0FF;
    border-color: #D2F0FF;
    border-radius: 0px !important;
	transition: all 0.5s ease;
}
.btn-style:hover {
    color: #fff;
    background-color: #FC0000;
    border-color: #FC0000;
}


/* admin */
.nav-admin {
	margin-bottom: 20px;
}
.table-style {
	text-align: center;
}
.table-style .glyphicon {
	font-size: 20px;
}
.table-img {
	width: 150px;
}
/* admin end */


/* footer */
.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
    min-height: 100px;
    background: #d2f0ff;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #7F8289;
    text-align: center;
}
.footer .information {
	font-size: 14px;
	line-height: 44px;
}
.footer .copyright {
	font-size: 14px;
	line-height: 44px;
}
.footer .social a {
	color: #6E7074;
	font-size: 30px;
	padding: 5px;
}
.footer .social a:hover {
	color: #DE5E60;
}
/* footer end */


/* animation */

.animated {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
} 
@-webkit-keyframes fadeInUp { 
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
    }
    100% { 
        opacity: 1; 
        -webkit-transform: translateY(0);
    } 
}
@keyframes fadeInUp { 
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% { 
        opacity: 1;
        transform: translateY(0);
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
/* animation end */

/* ==================== Style end ==================== */

#back-top {
    position: fixed;
    bottom: 30px;
    right: 2%;
}
#back-top a {
    width: 48px;
    display: block;
    text-align: center;
    font: bold 8px Arial;
    text-transform: uppercase;
    text-decoration: none;
    color: #9D9D9D;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
#back-top a:hover {
    text-decoration: none;
}
#back-top a:hover span {
    background: rgb(110, 112, 116);
    color: rgb(210, 240, 255);
}
#back-top span {
    display: block;
    font-size: 30px;
    line-height: 50px;
    margin-bottom: -14px;
    background: rgba(0,0,0,0.2);
    color: rgba(210,240,255,0.5);
    /* box-shadow: 0 1px 3px rgba(51,51,51,0.3); */
    /* border: 1px solid #ebebeb; */
    text-decoration: none;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
@media (max-width: 1200px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar {
        height: auto;
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
    .navbar-collapse.in {
        overflow-y: auto!important;
        overflow-x: hidden!important;
    }
    .open > .dropdown-menu {
        display: block;
        position: static;
        float: none;
        width: auto;
        margin-top: 0px;
        background-color: transparent;
        border: 0px none;
        box-shadow: none;
    }
    #w0 .container {
        width: 100%;
        padding: 0;
    }
    .navbar-brand{
        margin-left: 0!important;
    }
}
@media (max-width: 767px) {
    #w0 .container {
        padding: 0 15px;
    }
    .page-title .title {
        font-size: 16px;
    }
}

@media (min-width: 767px) {
    .page-title .title {
        font-size: 18px;
    }
}


.page-portfolio .photos a.link-style {
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.23);
    margin: 10px 9px!important;
	-webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
	overflow: hidden;
    position: relative;
	transition: transform 1s, scale 1s;
    -o-transition: -o-transform 1s, scale 1s;
    -ms-transition: -ms-transform 1s, scale 1s;
    -moz-transition: -moz-transform 1s, scale 1s;
    -webkit-transition: transform 1s !important;
}
.page-portfolio .photos a.link-style img {
	-webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;

	transition: filter 1.6s, transform 1.6s;
    -o-transition: -o-filter 1.6s, -o-transform 1.6s;
    -ms-transition: -ms-filter 1.6s, -ms-transform 1.6s;
    -moz-transition: -moz-filter 1.6s, -moz-transform 1.6s;
    -webkit-transition: -webkit-filter 1.6s, -webkit-transform 1.6s;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}
.page-portfolio .photos a.link-style:hover img {
	-webkit-transform:scale(1.4);
	-moz-transform:scale(1.4);
	-ms-transform:scale(1.4);
	-o-transform:scale(1.4);
	transform:scale(1.4);
}

.page-portfolio {
}
.page-portfolio.page-portfolio .pagination > .prev > span, .page-portfolio.page-portfolio .pagination > .prev > a,
 .page-portfolio.page-portfolio .pagination > .next > span, .page-portfolio.page-portfolio .pagination > .next > a{
    border-radius: 0;
    color: rgb(110, 112, 116);
}
.page-portfolio.page-portfolio .pagination > li.active > a{
    background: rgb(110, 112, 116) none repeat scroll 0% 0%;
    border-color: rgb(110, 112, 116);
    color: #fff!important;
}
.page-portfolio.page-portfolio .pagination > li.active > a:hover{
    background: rgb(110, 112, 116) none repeat scroll 0% 0%;
    border-color: rgb(110, 112, 116);
    color: #fff!important;
}
.page-portfolio.page-portfolio .pagination > li > a{
    color: rgb(110, 112, 116);
}
.page-portfolio.page-portfolio .pagination > li > a:hover{
    background-color: #DE5E60;
    border-color: #DE5E60;
    color: #fff !important;
}


.photo {
	position: relative;
}
.photos {
	margin:auto;
	font-size:0px;
}


.page-title-text {
	padding: 60px 0;
	text-align: center;
}
.page-title-text h2 {
	margin: 0;
	font-style: italic;
	font-size: 26px;
	font-weight: 500;
}

/* @media (min-width: 1170px) {
	.photos a:nth-child(2n) {
		margin-left: 0;
	}
}
@media (min-width: 970px) {
}
@media (min-width: 750px) {
}
@media (max-width: 750px) {
} */