@charset "utf-8";

/*======================================

 [ -Main Stylesheet-
  Theme: Alexon
  Version: 1.0
  Last change: 04/03/2015 ] 
  
        ++++General Styles++++
        ++++Typography++++
        ++++Grid++++
        ++++Content Styles++++
        ++++Loader++++
        ++++Navigation++++
        ++++Header++++
        ++++Navigation++++
        ++++Home++++
        ++++Page title++++
        ++++Portfolio++++
        ++++Page widgets+++++
        ++++Skills+++++
        ++++facts++++
        ++++Services++++
        ++++Carousel styles++++
        ++++Footer++++
        ++++Video ++++
        ++++Testimonilas++++
        ++++Timeline++++
        ++++Accordion++++
        ++++Resume++++
        ++++Subscribe ++++
        ++++Responsive iframe ++++
        ++++Map++++
        ++++Contact++++
        ++++Share++++
        ++++Blog-++++
        ++++404++++
        ++++Media++++
*/

/*-------------General Style---------------------------------------*/ 
@import url("https://fonts.googleapis.com/css?family=Lato:400,700,900,400italic,700italic,900italic|Raleway:400,500,600,700|Montserrat:400,700");

html{
    overflow-x:hidden !important;
    height:100%;
}
body{
    margin: 0;
    padding: 0;
    font-family: 'Saira', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #000;
    background:#fff;
    height:100%;
    text-align:center;
}
@-o-viewport {width: device-width;}
@-ms-viewport {width: device-width;}
@viewport {width: device-width;}
::selection {
    background: none;
    color: #bbbbbb;
}
/*--------------Typography--------------------------------------*/
h1 {
    font-size: 4.46666666667em;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1.17em;	
}
h2 {
    font-size: 3.2em;
    font-weight: 300;
}
h3 {
    font-size: 1em;
    font-weight: 200;
}
h4 {
    font-size: 0.9em;
    font-weight: 200;	
}
h5 {
    font-size: 0.8em;
    font-weight: 200;
}
h6 {
    font-size: 0.6em;
    font-weight: 200;
}
p {
    font-size:15px;
    color:#333;
    line-height:22px;
    margin-top:10px;
}
strong {font-weight: bold}
.align-text {
    text-align:left;
}
.align-text p , .align-text .separator{
    float:left;
}
.align-text h3 {
    font-size:16px;
    text-transform:uppercase;
    font-family: 'Montserrat', sans-serif;
    color:#666;
    padding-bottom:20px;
}
.big-text  {
    font-size:24px;
    font-family: 'Montserrat', sans-serif;
    padding:20px 0;
}
blockquote {
    float:left;
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 15px solid #eee;
}
blockquote p {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style:italic;
    color:#494949;
}
/* ---------Content Styles--------------------------------------*/
.row {
    padding:20px 0;
}
#main{
    height:100%;
    width:100%;
    position:absolute;
    top:0;
    right:0;
    opacity:1;
}
#wrapper{
    float:left;
    width:100%;
    height:100%;
    position: relative; 
    z-index:4;
}
.content-holder{
    vertical-align: top;
    float:left;
    width:100%;
    position:relative;
    height:100%;
    left: 0;
    top: 0;
    right: 0;
    z-index: 2;
}
.container{
    width:92%;
    max-width:1224px;
    margin:20px  auto;
    position: relative;
    zoom:1;
    z-index:2;
}
.content {
    width:100%;
    position:relative;
    z-index:2;
}
.respimg {
    width:100%;
    height:auto;
    -webkit-transform: translate3d(0,0,0);
}
section {
    float:left;
    width:100%;
    padding:50px 0;
    position:relative;
    z-index:12;
    background:#fff;
}
.separator {
    width:40px;
    height:2px;
    margin:10px auto 10px;
    background:#ccc;
    display:inline-table;
}
.section-title {
    padding-bottom:20px;
}
.section-title p{
    max-width:500px;
    margin:0 auto;
    color:#000;
} 
.section-title h2 {
    color: #444;
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 30px;
    font-size:30px;
    text-transform:uppercase;
}
.align-title {
    text-align:left;
}
.align-title p {
    float:left;
} 
.overlay {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:2;
     background: rgba(41, 41, 41, 0.6);
     backface-visibility: hidden;
     
}


.over-op1 {
    opacity:0.1;
}
.over-op2 {
    opacity:0.2;
}
.over-op5 {
    opacity:0.5;
}
.over-op6 {
    opacity:0.6;
}
.over-op7 {
    opacity:0.7;
}
.over-op8 {
    opacity:0.8;
}
.gray-section {
    background:#F4F4F4;
}
.blck-section {
    background:#494949;
}
.btn {
    border-radius: 25px;
    display: inline-block;
    padding: 14px 35px 13px 35px;
    line-height: 1;
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    margin:20px auto;
    border-radius:20px;
    color:#fff;
    border:2px solid #fff;
    position:relative;
}
.anim-button {
    overflow:hidden;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    vertical-align: middle;
    max-width: 100%;
    overflow: hidden;
    outline: none;
    width: auto;	
}
.anim-button i {
    top:-100%;
    position:absolute;
    left:0;
    width:100%;
    height:100%;
    line-height:40px;
    text-align:center !important;
    font-size:16px;
}
.anim-button i , .anim-button span {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
} 
.anim-button span {
    float:left;
    width:100%;
    position:relative;
    top:0;
}
.anim-button:hover span{
    top:100px;
}
.anim-button:hover i{
    top:0;
}
.wht-btn {
    background:#fff;
}
.wht-btn:hover {
    color:#fff;
    background:none;
}
.flt-r {
    float:right !important;
}
.flt-l {
    float:left !important;
}
.separator.flt-l {
    display: compact
}
.full-height {
    height:100%;
}
.bg {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-size: cover;
    background-attachment: scroll;
    background-position: center;
    background-repeat:repeat;
}
.mob-bg {
    display:none;
}
.transparent-bg {
    background:rgba(49,49,49,0.51)
}
.bg-parallax {
    background-attachment:fixed ;
}
.par-con , .par-con p , .par-con h2 {
    color:#fff;
}
.left-column  , .right-column{
    width:50%;
    position:relative;
    border-collapse:collapse;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    word-break: break-word;
    padding:90px 0;
    z-index:6;
}
.left-column{
    float:left;
}
.right-column{
    float:right;
} 
.left-column .customNavigation a {
    float:right;
    width:50px;
    height:50px;
    cursor:pointer;
    line-height:50px;
    color:#fff;
    font-size:15px;
    margin-left:1px;
}
/*------ loader-------------------------------------------------*/
.loader-holder {
    position:fixed;
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index:150;
}
.loader-holder:before ,  .loader-holder:after {
    content:'';
    position:absolute;
    height:50%;
    width:100%;
    z-index:19;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    background: #ddd;
}
.loader-holder:before {
    top:0;
    left:0;
}
.loader-holder:after {
    bottom:0;
    right:0;
}
.no-vis-load:before , .no-vis-load:after{
    width:0; 
}
.loader-inner {
    position:absolute;
    bottom:-150px;
    left:50%;
    margin-top:-20px;
    margin-left:-20px;
    width: 40px;
    height: 40px;  
    z-index:20;
    -webkit-transition: all 0.4s  ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s   ease-in-out;
    transition: all 0.4s  ease-in-out;
}
.loader {
    float:left;
    width: 40px;
    height: 40px;
    border-top: 10px solid  rgba(153,153,153,0.51);
    border-right: 10px solid rgba(153,153,153,0.51);
    border-bottom: 10px solid rgba(153,153,153,0.51);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}
.loader-vis {
    bottom:120px;
} 
.loader , .loader:after {
    border-radius: 50%;
    width: 40px;
    height: 40px;
}
@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/*------ Navigation-------------------------------------------------*/
.pagenav-holder {
    position:fixed;
    top:0;
    right:-100%;
    height:100%;
    width:300px;
    padding:0 20px;
    z-index:101;
    background: #fff;
    overflow:auto;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.body-overlay {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:97;
    background:#000;
    opacity:0.5;
    display:none;
    -webkit-transition: all 0.6s  ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s   ease-in-out;
    transition: all 0.6s  ease-in-out;
    opacity:0.5;
}
.vis-over {
    display:block;
}
.nav-header {
    float:left;
    width:100%;
    overflow:hidden;
    margin-top:30px;
    position:relative;
}
.nav-header-image {
    float:left;
    width:100px;
}
.nav-header-text {
    float:left;
    padding-left:10px;
    width:160px;
}
.nav-header img {
    float:left;
    padding-left: 10px
        /*	border-radius:100%;
                width:100px;
                height:100px;*/
}
.nav-header h2 {
    float:left;
    font-size:16px;
    color:#fff;
    margin-top:20px;
    text-transform:uppercase;
    letter-spacing:1px;
    font-weight:700;
}
.nav-header h3 {
    margin-top:10px;
    float:left;
    font-size:13px;
    color:#fff;
}
.menu-holder {
    float:left;
    width:100%;
    position:relative;
    z-index:20;
    margin-top:20px;
    border-top:1px dotted #ccc;
    padding:20px 0;
    overflow:hidden;
}
.sliding-menu ul {  
    margin: 0; 
    float: left;
    width:100%;
    overflow:hidden;
}
.sliding-menu li { 
    margin: 0;
}
.sliding-menu a { 
    float:left; 
    width:100%;
    padding:10px 5px; 
    text-align:left;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #333;
    line-height:20px;
}
.sliding-menu a:hover {
    color:#777;
}
.sliding-menu a i {
    position:absolute;
    top:17px;
    right:27px;
}
.sliding-menu a:hover i {  
    color: #fff;
}
.no-vismen {
    right:-180px;
    opacity:0;
}
.nav-footer {
    position:absolute;
    bottom:60px;
    left:0;
    width:100%;
    padding:0 50px 0 50px;
    z-index:4;
}
.nav-footer:before {
    content:'';
    position:absolute;
    top:-10px;
    margin-left:-35px;
    height:2px;
    width:70px;
}
.nav-social {
    float:left;
    width:100%;
}
.nav-social ul {
    margin:0 auto;
    /*padding-top:40px;*/
}
.nav-social ul li {
    display:inline-block;
}
.nav-social ul li  a {
    font-size:16px;
    color:#fff;
    padding:15px 10px;
}
.close-menu {
    position:absolute;
    top:0;
    left:0;
    width:40px;
    height:40px;
    z-index:20;
    cursor:pointer;
    line-height:40px;
    font-size:16px;
    color:#fff;
}
/*------ header -------------------------------------------------*/
header {
    position: fixed;
    width: 100%;
    z-index:22;
    top:0;
    left:0;
    background:rgba(255,255,255,1);
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.tr-header{
    background:rgba(255,255,255,0.0);
    border-bottom:1px solid rgba(255,255,255,0.4);
}
header.tr-header.sticky {
    background:rgba(255,255,255,1);
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.header-height-emulator {
    float:left;
    width:100%;
    position:relative;
    z-index:1;
}
.scroll-nav-btn {
    display:none;
}
.nav-holder {
    position:relative;
    top:0;
    left:0;
    width:100%;
}
.logo-holder {
    position:absolute;
    top:0;
    left:0;
    z-index:10;
}
.logo-holder a {
    margin-top:0px;
    display:block;
    position:relative;
}
.logo-vis {
    position:relative;
    z-index:1;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.logo-notvis {
    position:absolute;
    top:0;
    left:0;
    z-index:2;
    opacity:0;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
    -webkit-transform: scale(0.2);
    -moz-transform:scale(0.2);
    transform: scale(0.2);
    opacity:0;
}
header.sticky  img.logo-vis {
    -webkit-transform: scale(0.2);
    -moz-transform:scale(0.2);
    transform: scale(0.2);
    opacity:0;
}
header.sticky  img.logo-notvis {
    -webkit-transform: scale(1.0);
    -moz-transform:scale(1.0);
    transform: scale(1.0);
    opacity:1;
}
.scroll-nav  {
    float:right;
}
.scroll-nav  li {
    display:inline-block;
}
.scroll-nav  li a {
    float: left;
    border-radius: 25px;
    padding: 10px 12px;
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    border:2px solid   rgba(255,255,255,0);
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.scroll-nav li a:hover ,
.scroll-nav li.actscroll a {
    border:2px solid   rgba(255,255,255,1.0);
}
header.sticky  a  , .flat-header .scroll-nav li a{
    color:#464646;
}
.nav-button-holder {
    float:right;
    border-left:1px solid rgba(255,255,255,0.4);
    margin:0 0 0 10px;
    padding-left:22px;
}
.nav-button {
    float:right;
    width:30px;
    height:24px;
    position:relative;
    margin-top:9px;
    cursor:pointer;
}
.nav-button span {
    float:left;
    width:100%;
    height:4px;
    margin-bottom:2px;
    position:relative;
}
.nav-button span:before {
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:0;
    height:100%;
    background:#fff;
    z-index:2;
    -webkit-transition: all 0.3s 0.2s ease-in-out;
    -moz-transition: all 0.3s 0.2s ease-in-out;
    -o-transition: all 0.3s 0.2s ease-in-out;
    -ms-transition: all 0.3s  0.2s ease-in-out;
    transition: all 0.3s 0.2s ease-in-out;
}
.nav-button:hover  span:before {
    width:100%;
}
.sticky .nav-button-holder , .flat-header .nav-button-holder{
    border-left:1px solid #ccc;
}
.sticky .nav-button span:before  , .flat-header .nav-button span:before{
    background:#292929;
}
.no-border {
    border:none !important
}
.scroll-nav li a:hover ,
.scroll-nav li.actscroll a {
    border:2px solid   #eee;
}
/*------ Home -------------------------------------------------*/
.fullscreen-slider-holder , .fullscreen-slider {
    height:100%;
    background:#494949;
    width:100%;
    overflow:hidden;
}
.fullscreen-slider-holder .customNavigation a  {
    width: 50px;
    height:50px;
    position:absolute;
    top:50%;
    margin-top:-25px;
    z-index: 14;
    font-size:14px;
    line-height:50px;
    color:#fff;
    cursor:pointer;
}
.fullscreen-slider .item {
    width:100%;
    height:100%;
    float:left;
    overflow:hidden;
    position:relative;
}
.fullscreen-slider-holder .customNavigation a.prev-slide {
    left:0;
}
.fullscreen-slider-holder .customNavigation a:hover {
    width:80px;
    background:rgba(0,0,0,0.51)
}
.fullscreen-slider-holder .customNavigation a.next-slide {
    right:0;
}
.hero-title-holder {
    position:absolute;
    top:20%;
    width:100%;
    z-index:3;
}
.hero-title h3 {
    font-size: 130px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
    display:block;
    color:#fff;
}
.hero-title h4 {
    font-size: 30px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 10px;
    display:block;
    color:#fff;
}
.hero-title p {
    text-align:center;
    color:#eee;
    max-width:600px;
    margin:10px auto;
    font-size:30px;
    line-height:1.2em;
    border: 1px solid rgba(255,255,255,0.7);
    /*background: rgba(255,255,255,0.7);*/
    padding:20px;
}
.single-title a {
    margin-left:-60px;
}
.single-title .hero-title {
    position:relative;
    left:-50px;
}
.title-text {
    position:relative;
    z-index:2;
}
.slideshow-container {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:1;
}
.slideshow-container .slides-container {
    display: none;
}
.slideshow-container .scrollable {
    *zoom: 1;
    position: relative;
    top: 0;
    left: 0;
    overflow-y: auto;
    height: 100%;
}
.slideshow-container .scrollable:after {
    content: "";
    display: table;
    clear: both;
}
.slides-pagination {
    display:none;
}
/*------ page title -------------------------------------------------*/

.page-tile-holder {
    float:left;
    width:100%;
    background:#F6F6F6;
    padding-bottom:50px;
    position:relative;
    z-index:20;
    -webkit-transform: translateZ(0);
}
.page-tile {
    margin-top:130px;
    float:left;
    max-width:500px;
    position:relative;
}
.page-tile h3 {
    float:left;
    padding:50px 20px 20px 0;
    font-size:36px;
    text-transform:uppercase;
    text-align:left;
}
.video-header h4 {
    color:#fff ;
}
.page-title-bg {
    padding:250px 0;
    color:#fff;
    overflow:hidden;
} 
.video-header {
    padding:0 ;
    height:100%;
}
.page-title-bg  h2 {
    float:left;
}
.page-title-bg h4 {
    float:left;
    margin:20px 0;
    font-size:16px;
}
.page-title-bg-holder .btn{
    margin-right:10px;
}
.page-title-bg-holder h4 {
    text-align:left;
}
.hero-wrapper {
    padding-top:50px;
}
.hero-wrapper h2 , .hero-wrapper h4{
    text-align:center;
    float:none;
}
.hero-wrapper.align-text {
    text-align:left;
}
.hero-wrapper p {
    color:#fff;
    font-size:18px;
    max-width:600px;
    margin:20px auto;
    position:relative;
    opacity:0.8;
    font-family: 'Lato', sans-serif;
    padding-top:20px;
    line-height:30px;
}
.hero-wrapper p:before {
    content:'';
    position:absolute;
    top:0;
    left:50%;
    margin-left:-30px;
    width:60px;
    height:2px;
}
.hero-scroll-btn {
    width:50px;
    height:70px;
    position:absolute;
    bottom:0;
    left:50%;
    margin-left:-25px;
    z-index:20;
    color:#fff;
    line-height:70px;
    font-size:18px;
}
.hero-scroll-btn:before {
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:-1;
}
/*------  portfolio -------------------------------------------------*/
.box-holder {
    float:left;
    width:100%;
    position:relative;
}
.filter-button {
    width:200px;
    margin:0 auto;
    padding:15px 0;
    display:none;
    color:#fff;
    cursor:pointer;
    font-size:15px;
    position:relative;
}
.filter-button i {
    position:absolute;
    top:14px;
    font-size:18px;
    right:20px;
}
.masonry-filters {
    float:left;
    margin:20px 0 30px;
    border:1px solid rgba(0,0,0,.07);
    border-radius: 4px;
}
.inline-filters {
    float:none ;
    margin-top:20px;
    border:none;
}
.masonry-filters a {
    float:left;
    padding: 12px 18px;
    position:relative;
    font-size:11px;
    font-weight:700;
    color:#666;
    border-left:1px solid rgba(0,0,0,.07);
}
.inline-filters a {
    float:none;
    display:inline-block;
    border-radius:23px;
    font-family: 'Bebas Neue', sans-serif;
    font-size:12px;
    text-transform:uppercase;
    border:none;
}
.masonry-filters a.masonry-filter_active , .masonry-filters a.masonry-filter_active:hover {
    color:#fff;
}
.num-pr{
    width:60px;
    height: auto;
    line-height: 36px;
    border-radius:4px;
    font-size: 11px;
    color: #fff;
    text-align: center;
    text-indent: 0px;
    position: absolute;
    background:#292929;
    bottom:-100%;
    opacity: 0;
    left:50%;
    margin-left:-30px;
    pointer-events: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index:6;
}
.num-pr:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.num-pr:before {
    border-top-color: #292929;
    border-width: 4px;
    margin-left: -4px;
}
.masonry-filters a.masonry-filter_active:hover .num-pr {
    opacity:1;
    bottom:50px;
    display:block;
}
.load-more i {
    position:absolute;
    top:50%;
    left:10px;
    margin:-9px 0 0 0;
    width:18px;
    height:18px;
    font-size:18px;
    display:none;
}
.compload  i{
    display:block;
}
.load-more-holder {
    padding:50px 0;
    float:left;
    width:100%;
    position:relative;
}
.ms-grid-item  , .box{
    position:relative;
} 
.ms-grid-item,
.grid-sizer {
    width: 25%;
    overflow: hidden;
    float:left;
}
.no-align {
    text-align:center;
}
.margin-grid .box {
    padding:0 18px 18px 0;
}
.ms-grid-item img,
.grid-sizer img {
    width: 100%;
    height: auto;
}
.ms-grid-item-second,
.grid-sizer-second {
    width: 50%;
}
.column3-grid .ms-grid-item , .column3-grid .grid-sizer  {
    width: 33.3%;
}
.column3-grid  .ms-grid-item-second{
    width: 66.6%;	
}
.margin-grid  .grid-sizer-second  , .margin-grid .ms-grid-item-second  {
    padding:0 18px 22px 0 !important;
}
.column2-grid .ms-grid-item , .column2-grid .grid-sizer {
    width:50%;
}
.box  img{
    position:relative;
    z-index:1;
    -webkit-transform: translate3d(0,0,0);
}
.shuffle-button {
    width:40px;
    height:40px;
    float:right;
    line-height:40px;
    color:#fff;
    font-size:16px;
    margin:26px 16px 0 0;
    cursor:pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.shuffle-button:hover {
    color:#666;
}
.custom-slider-holder {
    float:left;
    width:100%;
    position:relative;
    background:#494949;	
}
.project-pagination  ul {
    max-width:600px;
    margin:0 auto;
}
.project-pagination li {
    float:left;
    width:33.3333333%;
    padding:20px 0;
}
.project-pagination li a {
    color:#fff;
    font-size:34px;
    position:relative;
    -webkit-transition: all 0.3s 0.2s ease-in-out;
    -moz-transition: all 0.3s 0.2s ease-in-out;
    -o-transition: all 0.3s 0.2s ease-in-out;
    -ms-transition: all 0.3s  0.2s ease-in-out;
    transition: all 0.3s 0.2s ease-in-out;
}
.project-pagination li a:hover {
    color:#666;
}
.tooltip{
    width:200px;
    height: auto;
    line-height: 20px;
    padding: 10px;
    font-size: 11px;
    color: #fff;
    text-align: center;
    text-indent: 0px;
    position: absolute;
    background:#414146;
    bottom:-100%;
    opacity: 0;
    visibility: visible;
    pointer-events: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index:6;
}
.right-nav .tooltip {
    left: -210px;
}
.left-nav .tooltip{
    right: -210px;
}
.tooltip h5 {
    font-size:14px;
    padding:6px 0;
}
.right-nav:hover .tooltip , .left-nav:hover .tooltip {
    visibility:visible;
    opacity:1;
    bottom:0;
}
.portfolo-section {
    padding-bottom:50px;
}
.box-item-holder {
    float:left;
    width:100%;

    position:relative;
    overflow:hidden;
}
.box-item-holder-short {
    height: 310px
}
.box-item{
    float:left;
    width:100%;
    position:relative;
    z-index:2;
    overflow:hidden;
}
.box-item .overlay {
    opacity:0;
    -webkit-transition: all 0.3s  ease-in-out;
    -moz-transition: all 0.3s  ease-in-out;
    -o-transition: all 0.3s  ease-in-out;
    -ms-transition: all  0.3s  ease-in-out;
    transition: all 0.3s  ease-in-out;
}
.box-item-med {
    float:left;
    width:100%;
    position:relative;
    z-index:1; 
    -webkit-transform: translate3d(0,0,0);
}
.box-item-holder  img {
    position:relative;
    top:0 !important;
    z-index:1;
}
.box-details {
    position:absolute;
    bottom:-100%;
    left:0;
    width:100%;
    background:#292929;
    padding:10px 10px;
    text-align:left;
    z-index:4;
    -webkit-transition: all 0.6s  ease-in-out;
    -moz-transition: all 0.6s  ease-in-out;
    -o-transition: all 0.6s  ease-in-out;
    -ms-transition: all  0.6s  ease-in-out;
    transition: all 0.6s  ease-in-out;
}
.box-details-short {
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    background: rgba(41,41,41,0.8);
    padding:10px 10px;
    text-align:left;
    z-index:4;
}
.box-details-short  a {
    font-size:12px;
    color: #ff7b00;
}
.box-details-short h4 {
    padding-top:6px;
    color:#fff;
    font-size:12px;
    text-transform:uppercase;
} 
.box-details-short h3 {
    padding-top:6px;
    color:#ff7b00;
    font-size:12px;
    text-transform:uppercase;
} 

.box-details  a {
    font-size:14px;
}
.box-details h4 {
    padding-top:6px;
    color:#fff;
    font-size:12px;
    text-transform:uppercase;
} 
.box-links {
    position:absolute;
    top:40%;
    left:0;
    text-align:center;
    width:100%;
    z-index:3;
}
.box-links-short {
    top:30%;

}
.box-links a {
    width:40px;
    height:40px;
    position:relative;
    font-size:14px;
    display:inline-block;
    line-height:40px;
    text-align:center !important;
    float:none !important;
    margin-left:10px;
    border-radius:4px;
    -webkit-transition: all 0.42s  ease-in-out;
    -moz-transition: all 0.42s  ease-in-out;
    -o-transition: all 0.42s  ease-in-out;
    -ms-transition: all  0.42s  ease-in-out;
    transition: all 0.42s  ease-in-out;
}
.bl-over .box-links a  {
    border:1px solid #fff;
    color:#fff;
}
.wt-over .box-links a {
    border:1px solid #666;
    color:#666;
}
.wt-over .overlay {
    background:rgba(255,255,255,0.8)
}
.cl-over .box-links a {
    border:none;
    background:#666;
    color:#fff;
} 
.lin-h {
    opacity:0;
    top:180px;
}
.lin-h-short {
    opacity:0;
    top:120px;
}
.box-item-holder:hover .overlay{
    opacity:0.8;
}
.box-item-holder:hover .box-details {
    bottom: 0
}
.box-item-holder:hover a.lin-h {
    top:0;
    opacity:1;
}
.box-item-holder:hover a.lin-h-short {
    top:0;
    opacity:1;
}
/*------ page widgets -------------------------------------------------*/

.page-widgets-holder {
    border-top:1px solid #ccc;
}
.page-widgets-holder h3  {
    font-size:14px;
    text-align:center;
    color:#666;
    font-family: 'Montserrat', sans-serif;
    text-transform:uppercase;
    margin-bottom:40px;
    position:relative;
}
.page-widgets-holder h3:before {
    content:'';
    position:absolute;
    width:40px;
    height:2px;
    background:#ccc;
    bottom:-10px;
    left:50%;
    margin-left:-20px;
}
.contact-info li {
    float:left;
    width:100%;
    margin-bottom:12px;
}
.contact-info li a {
    font-family: 'Montserrat', sans-serif;
}
.ci-adress {
    text-transform:uppercase;
    font-size:14px;
    text-align:left;
    color:#000;
    line-height:20px;
}
.ci-mail {
    font-size:14px;
    text-align:left;
}
.ci-phone {
    color:#666;
    line-height:20px;
}
.social-links  {
    padding-bottom:58px;
}
.social-links li {
    display:inline-block;
    margin:0 1px;
    box-sizing:border-box; 
}
.social-links li a {
    width:50px;
    height:50px;
    background:#eee;
    border-radius:100%;
    line-height:50px;
    float:left;
    color:#666;
    font-size:20px;
    box-shadow:0 0 0 20px transparent;
}
.social-links li a:hover {
    box-shadow:0 0 0 0 rgba(0,0,0,0.1);
}
.twitts {
    margin-top:20px;
    padding-left:30px;
}
.twitts li {
    font-size:12px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style:italic;
    letter-spacing:1px;
    font-weight:600;
    line-height:20px;
    color:#494949; 
    -webkit-transform: translate3d(0,0,0);
}
.twitts li span {
    color:#494949;
}
.twitter-holder .customNavigation    {
    margin-top:10px;
}
.twitter-holder .customNavigation a {
    cursor:pointer;
}
.flat-social-holder {
    float:left;
    width:100%;
    position:relative;
}
.flat-social li {
    padding:60px 0 50px;
    position:relative;
}
.flat-social li a {
    color:#fff;
    display:block;
    text-transform:uppercase;
    font-size:14px;
    position:relative;
    font-family: 'Montserrat', sans-serif;
    letter-spacing:2px;
    font-weight:800;
    overflow:hidden;
    padding:20px 0;
}
.flat-social li a span {
    position:absolute;
    top:0;
    width:100%;
    height:100%;
    left:0;	
}
.flat-social li a i {
    position:absolute;
    top:-100%;
    left:0;
    width:100%;
    font-size:24px;
}
.flat-social li a:hover span{
    top:100%;
}
.flat-social li a:hover i {
    top:0;
}
.flat-social li a i , .flat-social li a span {
    -webkit-transition: all 0.3s  ease-in-out;
    -moz-transition: all 0.3s  ease-in-out;
    -o-transition: all 0.3s  ease-in-out;
    -ms-transition: all  0.3s  ease-in-out;
    transition: all 0.3s  ease-in-out;
}
.flat-widgets .twitts ul {
    max-width:500px;
    margin:0 auto;
}
.flat-widgets .twitts ul li {
    font-size:16px;
}
.flat-widgets .twitts ul li span {
    color:#fff!important;
}
.flat-widgets .twitter-holder h3 {
    text-align:center;
    color:#fff;
    font-size:14px;
    position:relative;
    font-family: 'Montserrat', sans-serif;
    letter-spacing:2px;
    font-weight:800;
    text-transform:uppercase;
}
.flat-widgets .customNavigation a {
    float:none !important;
    display:inline-block;
    width:30px;
    height:30px;
    line-height:30px;
    font-size:10px;
}
/*------ skills -------------------------------------------------*/
.no-padding {
    padding:0 !important;
}
.sck-holder  h2 {
    color:#fff;
}
.piechart-holder {
    padding-top: 50px;
}
.piechart-holder h4 {
    font-size: 1.3em;
    text-transform: uppercase;
    color:#fff;
}
.chart {
    position: relative;
    display: inline-block;
    width: 150px;
    height: 150px;
    border-radius: 100%;
    margin-bottom: 26px;
    text-align: center;
}
.chart canvas {
    position: absolute;
    top: 0;
    left: 0;
}
.piechart {
    position: relative;
}
.percent {
    display: inline-block;
    font-size: 21px;
    color: #fff;
    line-height: 152px;
    z-index: 2;
}
.percent:after {
    content: '%';
    margin-left: 0.1em;
    font-size: .8em;
}
.drk-ch .percent{
    color:#666;
}
.angular {
    margin-top: 100px;
}
.angular .chart {
    margin-top: 0;
}
.skillbar-box {
    float:left;
    width:100%;
    position:relative;
    margin-bottom:50px;
}
.skillbar-bg {
    position:relative;
    display:block;
    float:left;
    width:100%;
    height:15px;
    overflow:hidden;
    background:#eee;
}
.custom-skillbar-title span {
    float:left;
    font-size:16px;
    margin-top:12px;
    padding-bottom:6px;
}
.custom-skillbar {
    height:15px;
    width:0px;
}
.skill-bar-percent {
    float:right;
    font-size:16px;
    margin-top:13px;
    padding-bottom:6px;
}  
/*------facts  -------------------------------------------------*/ 
.inline-facts-holder {
    padding:50px 0;
}
.flat-facts {
    padding:0;
}
.flat-facts .inline-facts {
    float:left;
    width:25%;
    padding:80px 0;
    position:relative;
}
.flat-facts .inline-facts:before , .flat-social li:before {
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:-1;
}
.clf-2 {
    opacity:0.9;
}
.clf-3 {
    opacity:0.8;
}
.clf-4 {
    opacity:0.7;
}
.flat-facts h6 {
    position:relative;
    color:#fff !important;
}
.flat-facts h6:before {
    content:'';
    position:absolute;
    top:10px;
    left:50%;
    margin-left:-25px;
    width:50px;
    height:2px;
    background:#fff;
    opacity:0.4;
}
.flat-facts i {
    position:absolute;
    top:10%;
    left:50%;
    margin-left:-35px;
    color:#fff;
    font-size:34px;
    width:70px;
    height:70px;
    opacity:0.4;
    line-height:70px;
}
.inline-facts:hover i {
    left:20%;
    color:#494949;
    -webkit-transform: scale(5.2)  rotate(45deg);
    -moz-transform:scale(5.2)  rotate(45deg);
    transform: scale(5.2)  rotate(45deg);
    opacity:0.2;
}
.flat-facts .inline-facts {
    overflow:hidden;
}
.inline-facts .num {
    font-size:44px;
    color:#fff;
}
.inline-facts h6 {
    font-size:18px;
    padding-top:20px;
}
.client-holder {
    width:150px;
    margin:0 auto;
}
/*------ services -------------------------------------------------*/
#services-carusel .item {
    padding:10px 20px 10px 0;
}
#services-carusel2 .item {
    padding:10px 20px 10px 0;
}
.services-image {
    float:left;
    margin-bottom:20px;
    width:100%;
}
.services-box {
    float:left;
    width:100%;
    background:#fff;
}
.services-box-info {
    padding:20px 10px; 
}
.services-box-info h4{
    font-size:14px;
    color:#000;
    text-transform:uppercase;
    font-family: 'Montserrat', sans-serif;
}
.services-box-info p {
    font-size:12px;
    padding:20px 0;
    border-bottom:1px dotted #ccc;
}
.services-box-info ul {
    margin:10px 0;
}
.services-box-info ul  li {
    padding:10px 0;
}
.price {
    padding:15px 20px;
    max-width:200px;
    margin:0 auto;
    font-size:14px;
    color:#fff;
    text-transform:uppercase;
    font-family: 'Montserrat', sans-serif;
}
.services-holder {
    position:relative;
    padding-bottom:50px;
}
.services-holder ul.services-item-holder {
    padding: 0px;
    border: 0 solid #eee;
    border-width: 0 0 1px 1px;
    display: table;
    width: 100%;
}
.services-holder li.services-item {
    width: 33.3333%;
    padding: 35px 15px 20px;
    float: left;
    border: 0 solid #eee;
    border-width: 1px 1px 0 0;
    height: 245px;
    cursor: pointer;
    position:relative;
    font-size:18px;
}
.services-holder li.services-item p {
    opacity:0;
    position:relative;
    top:50px;
    color:#fff;
    max-width:300px;
    margin:0 auto;
}
.services-holder li.services-item:hover p {
    top:0;
    opacity:1;
}
.services-holder li.services-item:before {
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:-1;
    opacity:0;
}
.services-holder li.services-item h5 {
    font-weight:800;
    display: table;
    margin: 20px auto;
    font-size:18px;
}
.services-holder li.services-item h5 span {
    position:relative;
    padding-top:10px;
}
.services-holder li.services-item h5 span::before {
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
    height:1px;
    content: '';
    opacity: 0;
    z-index:4;
    -webkit-transition: opacity 0.75s, -webkit-transform 0.75s;
    transition: opacity 0.75s, transform 0.75s;
}
.services-holder li.services-item h5 span::before {
    border-top: 1px solid #fff;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}
.services-holder li.services-item:hover h5 span::before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.services-holder li.services-item:hover{
    box-shadow: 0 0 10px rgba(0,0,0,.1);  
}
.services-holder li.services-item  i {
    font-size:44px;
    margin-top:26px;
}
.services-holder li.services-item a {
    width:100%;
    height:100%;
    float:left;
}
.services-holder li.services-item:hover i{
    color:#fff;
    margin-top:6px;
    opacity:0.8;
}  
.services-holder li.services-item:hover h5 {
    padding-top: 14px;
}
.services-holder  li.services-item:hover:before {
    opacity:1;
}
.ser-tooltip{
    width:150px;
    height: auto;
    line-height: 20px;
    padding: 10px;
    font-size: 11px;
    color: #fff;
    text-align: center;
    text-indent: 0px;
    position: absolute;
    background:#494949;
    bottom:-100%;
    left:50%;
    margin-left:-75px;
    opacity: 0;
    visibility: visible;
    pointer-events: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index:6;
}
.ser-tooltip:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
} 
.ser-tooltip:before {
    border-top-color: #494949;
    border-width: 10px;
    margin-left: -10px;
}
.services-holder li.services-item:hover .ser-tooltip {
    visibility:visible;
    opacity:1;
    bottom:100%;
}
/*------ carousel styles -------------------------------------------------*/
.carous-holder  {
    position:relative;
}
.fet-carousel .customNavigation a , .custom-slider-holder  .customNavigation a  , .testimonilas-holder  .customNavigation a {
    position:absolute;
    z-index:20;
    width:40px;
    height:40px;
    top:50%;
    margin-top:-20px;
    font-size:14px;
    color:#fff;
    line-height:40px;
    cursor:pointer;
    text-align:center !important;
    opacity:0;
}
.testimonilas-holder  .customNavigation a  {
    opacity:1;
}
.testimonilas-holder  .customNavigation a.prev-slide {
    left:0;
}
.testimonilas-holder  .customNavigation a.next-slide {
    right:0;
}
.fet-carousel .customNavigation a:before , .custom-slider-holder  .customNavigation a:before {
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    opacity:0.6;
}
.fet-carousel .customNavigation a:hover:before , .custom-slider-holder  .customNavigation a:hover:before {
    background:rgba(51,51,51,0.81)
}
.fet-carousel .customNavigation a.prev-slide ,  .custom-slider-holder  .customNavigation a.prev-slide  {
    left:-40px;
}
.fet-carousel .customNavigation a.next-slide , .custom-slider-holder  .customNavigation a.next-slide  {
    right:-40px;
}
.fet-carousel:hover .customNavigation a.prev-slide , .custom-slider-holder:hover .customNavigation a.prev-slide {
    left:0;
    opacity:1;
}
.fet-carousel:hover .customNavigation a.next-slide , .custom-slider-holder:hover .customNavigation a.next-slide {
    right:0;
    opacity:1;
} 
.services-holder li:before,  .services-holder li h5 , .services-holder li p  , .services-holder li  i , .carous-holder .customNavigation a , .fet-carousel .customNavigation a:before , .custom-slider-holder  .customNavigation a , .custom-slider-holder  .customNavigation a:before{
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.custom-slider-holder .owl-pagination  , .fullscreen-slider-holder .owl-pagination {
    position:absolute;
    bottom:40px;
    z-index:50;
    width:150px;
    left:50%;
    margin-left:-75px;
    height:20px;
}
.custom-slider-holder .owl-pagination div.owl-page  , .fullscreen-slider-holder .owl-pagination  div.owl-page {
    display:inline-block;
}
.nopagin .owl-pagination div.owl-page {
    display:none;
}
.ser-carous-holder  .customNavigation {
    position:absolute;
    top:-60px;
    right:20px;
    z-index:10;
}
.ser-carous-holder  .customNavigation a {
    position:relative;
    display: inline-block;
    width:40px;
    height:40px;
    cursor:pointer;
    line-height:40px;
    color:#fff;
    font-size:12px;
    border-radius:4px;
}
.ser-carous-holder  .customNavigation a:hover {
    border-radius:0;
    color:#000;
}
.ser-carous-holder2  .customNavigation {
    position:absolute;
    top:-60px;
    right:20px;
    z-index:10;
}
.ser-carous-holder2  .customNavigation a {
    position:relative;
    display: inline-block;
    width:40px;
    height:40px;
    cursor:pointer;
    line-height:40px;
    color:#fff;
    font-size:12px;
    border-radius:4px;
}
.ser-carous-holder2  .customNavigation a:hover {
    border-radius:0;
    color:#000;
}
.sync-carousel-image-holder , .sync-carousel-image {
    float:left;
    width:100%;
    position:relative;
    background:#494949;
}
.sync-carousel-image .item {
    position:relative;
}
.sync-info {
    margin:50px auto;
    max-width:500px;
} 
.sync-info h3 {
    font-weight:800;
}
.sync-info h4 {
    font-size:14px;
    padding-bottom:10px;
}
.sync-carousel-info-holder {
    position:relative;
}
.sync-carousel-info-holder .item {
    cursor:default;
}
.blc-nav {
    position:absolute;
    bottom:0;
    left:0;
    background: #494949;
    width:100%;
    height:50px;
    padding-left:50px;
    z-index:10;
}

/*------ footer -------------------------------------------------*/
.height-emulator {
    float: left;
    width: 100%;
    z-index: 1;
    position: relative;
}
footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 50px 0 ;
    background: #393939;
    z-index: 2;
}
footer a {color: #ff7b00}
footer img {
    float:left;
}
footer h4 {
    font-family: 'Montserrat', sans-serif;
    font-size:18px;
    text-transform:uppercase;
    color:#fff;
    float:left;
    margin:20px 0 0 0;
    width:100%;
    text-align:left;
}
footer h5 {
    font-family: 'Lato', sans-serif;
    font-size:13px;
    color:#fff;
    float:left;
    margin:5px 0 0 0;
    width:100%;
    text-align:left;
}
.policy-box {
    float:right;
    margin-top:110px;
    width:100%;
}
.policy-box p {
    font-family: 'Montserrat', sans-serif;
    font-size:13px;
    text-transform:uppercase;
    color:#fff;
    position:relative;
    float:right;
    margin-right:-14px;
}
.policy-box p:before {
    content:'';
    position:absolute;
    width:40px;
    height:2px;
    background:#ccc;
    top:-20px;
    right:0;
}
.to-top {
    position:fixed;
    bottom:100px;
    right:50px;
    width:60px;
    height:60px;
    color:#fff;
    line-height:60px;
    font-size:24px;
    background: rgba(51,51,51,0.5);
    z-index:100;
    cursor:pointer;
    display:none;
}
.to-top:hover {
    background: rgba(51,51,51,0.8);
}
/*------ video -------------------------------------------------*/
.bg-video {
    padding:200px 0;
}
.video-container {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.video-container video {
    position: absolute;
    bottom: 0px;
    right: 0px;
    min-width:100%;
    min-height:100%;
    max-height:4000%;
    max-width:1000%;
    width: auto;
    height: auto;
    z-index: -1000;
    overflow: hidden;
}
.resp-video {
    float:left;
    width:100%;
    position:relative;
}
.resp-video  video{
    width:100%;
    height:auto;
}
/*------ testimonilas - ------------------------------------------------*/
.test-carousel  p {
    font-family: 'Lato', sans-serif;
    font-size:15px;
    max-width:500px;
    letter-spacing:1px;
    margin:0 auto;
}
.test-carousel h4 {
    padding-top:20px;
}
.test-carousel a {
    color:#fff;
    padding-bottom:20px;
    display: inline-table;
}
.test1 .owl-pagination  {
    display:block;
    float:left;
    margin-top:20px;
}
.test-image {
    position:relative;
    width:90px;
    height:90px;
    border:4px solid #fff;
    margin:0 auto 20px;
    border-radius:100%;
    overflow:hidden;
}
.test-image img {
    border-radius:100%;
}
.content-testi  a{
    padding-top:10px;
    color:#494949;
}
.content-testi  .owl-pagination  {
    margin-top:10px;
    display:block;
    float:left;
}
/*------ featured works - ------------------------------------------------*/
.fetworks {
    padding-bottom:0;
}
#carousel-portfolio {
    margin-top:20px;
}
.align-cnt {
    margin-top:10%;
}
/*------ timeline - ------------------------------------------------*/ 
.timeline-holder {
    padding-top: 0;
}
.timeline-holder .content {
    padding-top: 90px;
}
.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}
.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #eee;
    left: 50%;
    margin-left: -1.5px;
}
.tldate {
    display: block;
    width: 200px;
    background: #414141;
    color: #fff;
    margin: 0 auto;
    padding: 13px 0;
    font-weight: bold;
    text-align: center;
}
.timeline li {
    margin-bottom: 25px;
    position: relative;
    text-align: left;
}
.tl-heading a {
    margin-bottom: 20px;
    display: block;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.tl-heading a:hover {
    opacity: 0.6;
}
.timeline li:before, .timeline li:after {
    content: " ";
    display: table;
}
.timeline li:after {
    clear: both;
}
.timeline li:before, .timeline li:after {
    content: " ";
    display: table;
}
.timeline li .timeline-panel {
    width: 46%;
    float: left;
    background: #fff;
    padding: 20px;
    position: relative;
}
.timeline li .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 15px solid transparent;
    content: " ";
}
.timeline li .timeline-panel.noarrow:before {
    top: 0;
    right: 0;
    display: none;
    border: 0;
}
.timeline li.timeline-inverted .timeline-panel {
    float: right;
}
.timeline li.timeline-inverted .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}
.timeline li.timeline-inverted .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}
.timeline li .tl-circ {
    position: absolute;
    top: 23px;
    left: 50%;
    text-align: center;
    color: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin-left: -16px;
    border: 3px solid #fff;
    border-radius: 100%;
    z-index: 99;
    box-shadow: 0 0 0 20px transparent;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.timeline li:hover .tl-circ {
    box-shadow: 0 0 0 0 rgba(0,0,0,0.1);
}
.tl-heading h4 {
    margin: 0;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-bottom: 10px;
    font-weight: bold;
    color: #444444;
}
.tl-date {
    color: #666;
    padding-bottom: 10px;
}
.tl-date i {
    margin-right: 10px;
}
.tl-body p, .tl-body ul {
    margin-bottom: 0;
}
.tl-body > p + p {
    margin-top: 5px;
}
/*------ accordion - ------------------------------------------------*/
.resume-alt {
    margin:0 auto;
    max-width:800px;
}
.accordion-title {
    display: block;
    position: relative;
    margin-bottom: 10px;
    text-align: center;
}
.accordion-title h5 {
    margin: 0;
}
.accordion-title a {
    display: block;
    color: #292929;
    padding: 15px 0px 15px 0;
    text-align:left;
    font-size:18px;
    border-bottom:1px solid #ccc;
    font-weight:500;
    font-family: 'Montserrat', sans-serif;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.accordion-title a:hover {
    background:rgba(255,255,255,0.41);
    border-bottom:1px solid #F4F4F4;
    padding-left:20px;
}
.accordion-title a span {
    color:#666;
    font-weight:300;
    font-family: 'Bebas Neue', sans-serif;
}
.accordion-title a i {
    font-size:24px;
    padding-right:20px;
}
.accordion-title:hover {
    background: rgba(255,255,255,0.2);
}
.accordion .accordion-inner {
    display: none;
    padding: 10px 0px 30px 0;
    line-height: 1.7em;
    font-size: 13px;
    text-align: left;
    padding: 6px;
}
.accordion .accordion-inner h4 {
    font-family: 'Montserrat', sans-serif;
    text-transform:uppercase;
    color:#666;
    font-size:14px;
    padding-bottom:10px;
}
.accordion .accordion-inner ul {
    float:left;
    width:100%;
    padding-left:13px;
    margin:10px 0;
}
.accordion .accordion-inner ul li {
    float:left;
    padding-right:30px;
    list-style: disc;
}
/*------ resume - ------------------------------------------------*/
.resume-container {
    float:left;
    position:relative;
    width:100%;
    padding:150px 50px;
    border-bottom:1px solid #fff;
    background:#f4f4f4;
}
.resume-container .overlay {
    background:#292929;
    opacity:0.4;
}
.resume-head {
    width:50%;
    float:left;
    position:relative;
    z-index:2;
    padding-right:50px;
}
.resume-bg {
    position:absolute;
    top:0;
    left:0;
    width:50%;
    height:100%;
    overflow:hidden;
}
.resume-bg .bg {
    background-size: cover !important; 
}
.resume-head h3 {
    float:left;
    width:100%;
    font-size: 20px;
    padding:60px 0 10px;
    text-align:center;
    font-family: 'Montserrat', sans-serif;
    text-transform:uppercase;
    color:#fff;
}
.resume-head h4 {
    text-align:center;
    font-weight:800;
    font-size:14px;
    margin-top:10px;
    position:relative;
    padding-top:10px;
    display:inline-table;
}
.resume-head h4:before {
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:2px;
    background:#fff;
}
.resume-box-holder{
    float:left;
    width:50%;
    position:relative;
    z-index:2;
}
.resume-box {
    float:left;
    width:100%;
    padding:20px;
    position:relative;
    margin-top:20px;
}
.resume-item {
    float:left;
    clear:both;
    font-size:24px;
    margin-bottom:10px;
    line-height:30px;
    font-weight:bold;
    color:#666;
}
.resume-box h6 {
    float:left;
    text-align:left;
    font-size:14px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom:10px;
    letter-spacing:2px;
    color:#666;
}
.resume-info {
    float:left;
    padding:10px 10px 10px 0;
    position:relative;
    z-index:2;
}
.resume-info h5 {
    float:left;
    font-size:24px;
    color:#666;
    text-align:left;
    padding:10px 20px;
}
.resume-btn {
    margin-top:60px;
}
/*------Subscribe ------------------------------------------*/ 
.subcribe-form{
    margin:30px auto;
    position:relative;
    max-width:450px;	
} 
.subcribe-form form {
    float:left;
    width:100%;
    position:relative;
} 
#subscribe input.enteremail{
    float:left;
    width:70%;
    height:50px;
    background:none;
    border:none;
    background:rgba(255,255,255,0.20);
    border:1px solid  rgba(255,255,255,0.60);
    border-right:none;
    padding-left:10px;
    outline:none;
    -webkit-appearance: none;
    border-radius:0; 
    color:#fff !important;
}
#subscribe input.enteremail::-webkit-input-placeholder{ 
    color:#fff !important;
}
#subscribe input.enteremail:-moz-placeholder{ 
    color:#fff !important;
}
#subscribe input.enteremail::-moz-placeholder{ 
    color:#fff !important;
}
#subscribe input.enteremail:-ms-input-placeholder{ 
    color:#fff !important;
} 
#subscribe  .subscribe-button{
    float:left;
    height:50px;
    background:none;
    border:none;
    width:30%;
    color:#fff;
    cursor:pointer;
    border-radius:none;
    -webkit-appearance: none;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px; 
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#subscribe  .subscribe-button:hover {
    opacity:0.8;
}
.subscribe-message {
    width:100%;
    float:left;
    margin-top:20px;
    text-align:left;
}
.subscribe-message i {
    font-size:18px;
    padding-right:10px;
}
.subscribe-message.error i {
    color:#e52f40
}  
/* Responsive iframe ------------------------------------------------------------ */
.resp-iframe {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
    margin-bottom:20px;
}
.resp-iframe iframe,
.resp-iframer object,
.resp-iframe embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*------ map -------------------------------------------------*/
.map-box {
    float:left;
    width:100%;
    height:400px;
    position:relative;
    margin-top:50px;
}
.map {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.full-height-map {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    margin-top:0;
    min-height:100% !important;
}
.bim {
    z-index:19;
}
.showmap {
    position:absolute;
    bottom:0;
    left:0;
    height:80px;
    width:100%;
    cursor:pointer;
    z-index:20;
    line-height:80px;
    font-size:14px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:2px;
}
.showmap:before {
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:-1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.showmap:hover:before {
    opacity:0.6;
}
/* Contact------------------------------------------------------------ */
.contact-container p {
    padding-bottom:20px;
}
.detailst-list {
    float:left;
    width:100%;
    margin:20px 0;	
}
.detailst-list li {
    width:100%;
    float:left;
    margin-bottom:10px;
    box-sizing:border-box;
    position:relative;
    line-height:30px;
}
.detailst-list li i{
    float:left;
    width:50px;
    height:50px;
    border-radius:100%;
    line-height:50px;
    color:#fff;
    font-size:24px;
    text-align:center;
    box-shadow:0 0 0 20px transparent;
    -webkit-transition: box-shadow .4s ease-in-out;
    -moz-transition: box-shadow .4s ease-in-out;
    -o-transition: box-shadow .4s ease-in-out;
    -ms-transition: box-shadow .4s ease-in-out;
    transition: box-shadow .4s ease-in-out
}
.detailst-list li:hover i{
    box-shadow:0 0 0 0 rgba(0,0,0,0.1);
}
.detailst-list li span , .detailst-list li a {
    float:left;
    font-size:14px;
    margin-left:20px;
    text-align:center;
    padding:10px 0;
}
.detailst-list li a strong  , .detailst-list li span strong{
    position:relative;
}
.detailst-list li a strong:before , .detailst-list li span strong:before {
    content:'';
    position:absolute;
    bottom:-4px;
    left:0;
    width:0;
    height:2px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all.4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}
.detailst-list li:hover strong:before  {
    width:100%;
}
#contact-form {
    text-align:center!important;
    max-width:600px;
    padding-top:30px;
    margin:30px  auto;
}	
#contact-form input[type="text"], #contact-form  textarea {
    color: #fff;
    font-size: 12px;
    padding: 15px 0;
    width: 100%;
    padding-left:10px;
    background:none;
    background:rgba(255,255,255,0.2);
    margin-bottom:20px;
    border:0;
    border:1px solid #fff;
    border-radius:4px;
    position:relative;
}	
#contact-form input[type=text]:focus, #contact-form textarea:focus, input[type=email]:focus {
    color:#fff;
}	
#contact-form textarea {
    height:170px;
    resize:none;
}	
#contact-form input[type="submit"]	{
    background:none;
    border:none;
    border-radius: 0;
    padding:14px 20px;
    line-height:14px;
    cursor:pointer;
    font-size:13px;
    color:#fff;
    border-radius:24px;
    -webkit-appearance: none;
}
#contact-form input[type="submit"]:hover {
    background:rgba(49,49,49,0.8);
}	
.error_message {		
    text-align:center;		
    margin-bottom:30px;
    font-size:13px;		
    color:#fff;				
}	
#success_page h3{		
    text-align:center;
    font-size:18px;	
}		
#success_page p {		
    color:#fff;		
    margin-top:20px;		
}
#message fieldset {		
    border:none;
    color:#fff;		
}
/*------ share------------------------------------------------*/
.share-container {
    padding:50px 0;
}
.share-icon {
    height:50px;
    width:50px;
    display: inline-block;
    margin:2px;
    position:relative;
    border-radius:100%;
    font-size:15px;
    line-height:50px;
    color: #fff;
    box-shadow:0 0 0 20px transparent;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}
.share-icon:hover {
    box-shadow:0 0 0 0 rgba(255,255,255,0.5);
}
.share-container.no-align-share {
    text-align:center !important;
    padding:10px 0;
}
.share-container.no-align-share a {
    float:left;
}
.share-container.no-align-share a:hover {
    box-shadow:0 0 0 0 rgba(0,0,0,0.1);
}
.share-icon:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
} 
.share-icon-digg:before {
    content: "\f1a6";
}
.share-icon-email:before  {
    content: "\f003";
}
.share-icon-flickr:before  {
    content: "\f16e";
}
.share-icon-foursquare:before  {
    content: "\f180";
}
.share-icon-rss:before {
    content: "\f09e";
}
.share-icon-facebook:before  {
    content: "\f09a";
}
.share-icon-twitter:before {
    content: "\f099";
}
.share-icon-tumblr:before {
    content: "\f173";
}
.share-icon-linkedin:before {
    content: "\f08c";
}
.share-icon-vimeo:before {
    content: "\f194";
}
.share-icon-instagram:before {
    content: "\f16d";
}
.share-icon-pinterest:before {
    content: "\f0d2";
}
.share-icon-googleplus:before {
    content: "\f0d5";
}
.share-icon-in1:before {
    content: "\f08c";
}
.share-icon-stumbleupon:before {
    content: "\f1a4";
}
.border-row{
    border-top:1px solid #eee;
    margin-top:50px;
} 
/* ------blog------------------------------------------------------------ */ 
article , .pagination {
    float:left;
    width:100%;
    position:relative;
}
.custom-slider .box-links {
    text-align:center !important;
}
article p {
    float:left;
    width:100%;
    padding-bottom:20px;
}
.display-posts p {
    line-height:25px;
}
article h4 {
    font-size: 24px;
    line-height: 36px;
    font-style: normal;
    font-weight: bold;
    font-weight: 700;
    color: #222222;
    padding-bottom:10px !important;
}
.mas-posts h4 {
    padding-bottom:0 !important;
}
.mas-posts .ms-grid-item {
    margin:0;
    padding:0;
}
.mas-posts article {
    padding:10px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.mas-posts article:hover {
    background:#f4f4f4;
}
article h4 a:hover {
    color:#666;
}
.mas-posts article h4 {
    font-size:18px;
}
.post-media {
    float:left;
    width:100%;
    position:relative;
    margin:20px 0;
}
.post-meta {
    margin:14px 0 14px 0;
}
.display-posts article {
    border-bottom:1px solid #eee;
    padding:0 0 30px 0;
    margin-bottom:30px;
}
.post-meta li {
    display:inline-block;
    margin-right:8px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style:italic;
    font-size:15px;
    color:#666;
}
.post-meta li a {
    font-size:15px;
}
.mas-posts article ul.post-meta li {
    margin-bottom:6px;
}
.post-link {
    text-transform:uppercase;
    font-size:12px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.post-tags {
    float:left;
    width:100%;
    margin-top:40px;
}
.post-tags li , .tagcloud li  {
    display:inline-block;
    margin-right:4px;
}
.post-tags li a , .tagcloud li a {
    float:left;
    font-size: 10px;
    text-transform: uppercase;
    padding: 8px 10px 8px;
    background: #f5f5f5;
    margin-bottom: 3px;
    color:#444;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.post-tags li a:hover , .tagcloud li a:hover {
    color:#fff;
}
.pagination {
    margin-top:20px;
    text-align:center;
    vertical-align: middle;	
    border:1px solid rgba(0,0,0,.07);
    border-radius: 4px;	
}
.pagination ul   {
    float:left;
    margin:20px 0 30px;
    border:1px solid rgba(0,0,0,.07);
    border-radius: 4px;
}
.pagination  a, .pagination span{
    float:left;
    padding: 12px 18px;
    position:relative;
    font-size:13px;
    color:#666;
    letter-spacing:1px;
    border-right:1px solid rgba(0,0,0,.07);
}
.pagination li.active span {
    float:left;
    padding: 12px 18px;
    position:relative;
    font-size:13px;
    color:#666;
    letter-spacing:1px;
    background: #ff7b00;
    color:#fff;
    border-right:1px solid rgba(0,0,0,.07);
}

.pagination a.current-page, .pagination a:hover {
    color:#fff;
}
.widget {
    float:left;
    width:100%;
    margin-bottom:50px; 
} 
.searh-holder {
    max-width:450px;
    margin-top:20px;
    position:relative;
}
.searh-inner {
    float:left;
    width:100%;
    position:relative;
}
.search {
    border:1px solid rgba(0,0,0,.07);
    float: left;
    background:none;
    border-radius:0;
    position:relative;
    outline: none;
    padding: 0px 0px 0px 10px;
    width: 100%;
    height: 40px;
    color: #000;
    -webkit-appearance: none;
}
.search-submit {
    border: none;
    outline: none;
    cursor: pointer;
    background:none;
    position:absolute;
    top:0;
    right:0;
    width: 28%;
    height: 40px;
}
.trnsp-search {
    border:1px solid #fff;
    border-radius:6px;
    color:#fff;
    background:rgba(255,255,255,0.21);
}
.trnsp_btn  {
    border-radius: 0 6px   6px 0;
}
.trnsp_btn i  {
    color:#fff !important;
}
.search-submit:hover i {
    opacity:0.5;
}
.tagcloud a {
    padding: 0
}
.tabs-menu {
    height: 30px;
    float: left;
    clear: both;
}
.tabs-menu li {
    height: 30px;
    line-height: 30px;
    float: left;
    margin-right: 10px;
    background: #f4f4f4;
    border:1px solid rgba(0,0,0,.07);
    border-bottom:none;
}
.tabs-menu li.current {
    position: relative;
    background: #fff;
    z-index: 5;
}
.tabs-menu li a {
    padding: 10px;
    color: #666;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.tabs-menu .current a {
    color: #fff;
}
.tab {
    border: 1px solid rgba(0,0,0,.07);
    float: left;
    margin-bottom: 20px;
    width: auto;
}
.tab-content {
    width: 100%;
    padding: 20px;
    display: none;
}
#tab-1 {
    display: block;   
}
.widget-posts li , .widget-comments li {
    padding: 12px 0;
}
.widget-posts-img , .widget-comments-img {
    float:left;
    width:30%;
}
.widget-comments-img  img{
    border-radius:100%;
}
.widget-posts-descr, .widget-comments-descr{
    float:left;
    width:70%;
    padding-left:10px;
}
.widget-comments-descr a {
    font-size:12px;
    letter-spacing:1px;
}
.widget-posts-date  , .widget-comments-date{
    float:left;
    width:100%;
    margin-top:10px;
    color:#666;
}
.cat-item{
    padding-bottom: 8px;
    margin-bottom: 15px;
}
.cat-item a{  
    font-weight: 400; 
    font-size: 12px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
#comments{ 
    text-align:left; 
    padding-top: 10px;
}
#comments-title , #reply-title{
    border-bottom: 1px solid #eee;
    padding-bottom: 30px; 
    margin-bottom: 5px;
    font-size:16px;
    text-transform:uppercase;
    font-weight:bold;
    color:#666;
}
.comment{ 
    float: left; 
}
.comment-body{ 
    position: relative; 
    margin-left: 70px; 
    padding-top: 30px; 
}
.comment-author{ 
    position: absolute; 
    top: 30px; 
    left: -66px;
}
.comment-author img{ 
    border-radius: 100%;
}
.comment .children{ 
    margin-left: 70px; 
}
.fn{
    display: block; 
    margin-bottom: 10px;
}
.comment-meta, .comment-meta a{
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style:italic;
    font-size:12px;
    letter-spacing:1px;
    color:#494949;
    padding-bottom:10px;
}
#respond{
    margin-top:40px;
}
#reply-title{
    padding-bottom:30px;
    margin-bottom:5px;
}
.comment-notes{ 
    margin-top: 10px; color: #a4a4a3; 
}
.control-group label, .control-group .controls{ 
    display: inline-block; 
}
.control-group label{ 
    margin-left: 10px; 
    font-weight: 200;
}
.control-group .controls input { 
    margin-top: 15px;
    border: none;
    outline: none;
    height: 35px;
    background: #fff;
    padding-left: 15px;
    color: #a4a4a3;
    text-decoration: none;
    border: 1px solid #eee;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.control-group .controls textarea {
    margin-top: 15px;
    border: none;
    outline: none;
    height: 180px;
    max-width:600px;
    background: #fff;
    padding-left: 15px;
    padding-top: 15px;
    color: #a4a4a3;
    resize: vertical;
    text-decoration: none;
    border: 1px solid #eee;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.controls button {
    border: none;
    outline: none;
    margin-top:20px;
    outline: none;
    padding:12px 20px;
    line-height:18px;
    cursor:pointer;
    font-size:12px;
    color:#fff;
    border-radius:24px;
    -webkit-appearance: none;
}
.controls button:hover{
    background:#666;
}
/*------  404 ------------------------------------------------------*/
.back-link {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:5;
    background:url(../images/bg/15.jpg) no-repeat center;
    background-size: cover;
    background-attachment: scroll;
    display:none;
}
.back-link:before {
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(51,51,51,0.51)
}
.erm {
    float:left;
    position:relative;
    margin-top:10%;
    width:100%;
    color: rgba(255,255,255,0.61);
    font-size:245px;
    font-weight: bold;
    text-shadow: 1px 1px 5px rgba(0,0,0,.4);
}
.erm span {
    float:left;
    width:100%;
    font-size:35px;
    color: rgba(255,255,255,1);
}
.abl {
    margin-top:50px;
    cursor:pointer;
}
/*------ css-animation - ------------------------------------------------*/

.transition{
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    transition: all 500ms linear;
}
.transition2{
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.transition3{
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

/*------  Responsive ------------------------------------------------------*/
@media only screen and  (max-width: 1036px) {
    .mob-bg {
        /*display:block;*/
    }
    .video-container video {
    object-fit:cover;position:absolute;top:0;left:0;display:block;width:100%;height:100%
    }
    .scroll-nav {
        display:none;
        position:absolute;
        top:54px;
        left:0;
        width:100%;
        background:#fff;
        box-shadow: 0 0 10px rgba(0,0,0,.1);
    }
    .scroll-nav-btn {
        position:absolute;
        bottom:-104px;
        width:30px;
        height:50px;
        line-height:50px;
        font-size:18px;
        color:#fff;
        right:0;
        cursor:pointer;
        display:block;
        display:none;
    }
    .scroll-nav-btn i , .filter-button i  {
        -webkit-transition: all 300ms linear;
        -moz-transition: all 300ms linear;
        -o-transition: all 300ms linear;
        -ms-transition: all 300ms linear;
        transition: all 300ms linear;
    }
    .rot-icon i , .rot-icon {
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
    .scroll-nav  li {
        display:block;
        float:left;
        width:100%;
    }
    .scroll-nav  li a {
        float: left;
        border-radius:0;
        padding: 10px 22px;
        width:100%;
        color: #777;
        border:none;
        text-align:left;
    }
    .scroll-nav  li a:hover  , .scroll-nav  li.actscroll a{
        border:none !important
    }
    .align-text  h3 {
        float:left;
        margin-top:50px !important;
    }
    .page-widgets-holder h3 {
        padding-top:20px;
    }
    .left-column  , .right-column {
        width:100%;
    } 
    footer {
        position:relative;
        float:left;
    }
    .height-emulator {
        display:none;
    }
    .policy-box {
        float:left;
        margin-top:50px;
    }
    .policy-box p {
        float:left;
        margin-right:0;
    }
    .policy-box p:before {
        left:0;
    }
    .flat-facts .inline-facts {
        width:50%;
    }	
    .portfolio-header {
        padding-left:0;
    }
    .portfolio-header h2 span {
        padding-left:20px;
        letter-spacing:2px;
        text-transform:uppercase;
    }
    .port-st2 , .st2  {
        padding-left:0;
    }
    .load-more-holder a {
        float:none !important
    }
    .ms-grid-item-second, .grid-sizer-second ,  .ms-grid-item , .column3-grid .ms-grid-item , .grid-sizer  , .column2-grid  .ms-grid-item {
        width: 50%;
    }
    .hero-title h3 {
        font-size: 43px;

    }
    .erm {
        font-size:145px;
    }
    .erm span {
        font-size:25px;
    }
    .timeline li .timeline-panel {
        width: 44%;
    }
    .sh-column{
        padding:150px 0;
        margin-top:90px;
    }
    .right-column {
        padding:30px 0;
    }
    .services-holder li.services-item {
        width: 50%;
    }
    .piechart {
        margin-bottom:20px;
    }
    .resume-title , .resume-head  , .resume-box-holder , .resume-bg {
        width:100%;
    }
    .resume-head {
        padding-right:0;
    }
    .resume-item , .resume-box h6 , .resume-box p  {
        color:#fff;
    }
    .resume-container .overlay {
        opacity:0.6;
    }
    .resume-box {
        padding:0;
    }
    .resume-head , .resume-head h3 {
        text-align:left;
    }
    .resume-head h4:before {
        display:none;
    }
    .align-cnt {
        margin-top:0;
    }
    .nav-footer {
        bottom:0;
        position:relative;
        float:left;
        padding:0;
    }
}

@media only screen and  (max-width: 740px) {
    .hero-title-holder {
        top:30%;
    }
    .fullscreen-slider-holder .customNavigation a  {
        top:70%;
    }
    ul.timeline:before {
        left: 40px;
    }
    .tldate { 
        width: 140px;
    }
    ul.timeline li .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }
    ul.timeline li .tl-circ {
        top: 22px;
        left: 22px;
        margin-left: 0;
    }
    ul.timeline > li > .tldate {
        margin: 0;
    }
    ul.timeline > li > .timeline-panel {
        float: right;
    }
    ul.timeline > li > .timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
    }
    ul.timeline > li > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
    }
    .services-holder li.services-item {
        width: 100%;
    }
    .filter-button {
        display:block;
    }
    .shuffle-button {
        display:none;
    }
    .masonry-filters , .inline-filters {
        display:none;
        width:200px;
        float:none;
        margin:20px auto;
    }
    .masonry-filters a {
        width:100%;
        border:none;
        border-radius:0px;
    }
    .vis-filter {
        display: inline-table;
    }
    .link-section h2 {
        font-size:24px;
    }
}
@media only screen and  (max-width: 540px) {

    .flat-facts .inline-facts , .ms-grid-item-second, .grid-sizer-second ,  .ms-grid-item , .column3-grid .ms-grid-item , .grid-sizer , .column2-grid  .ms-grid-item {
        width:100%;
    }

    .hero-title h3 {
        font-size: 30px;
    }
}
@media  screen and (max-height: 950px) {
    .nav-footer {
        bottom:0;
        position:relative;
        float:left;
        padding:0;
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .bg {
        background-attachment: scroll !important;
        -webkit-background-size:cover;
        background-position:center;
    }
}
.nav-social ul li a {color: #ff7b00; margin-top: 5px; display:inline-block; padding-top:0 }
.nav-header img {float: none; padding-left:0}
.nav-header h2 {text-align:center; font-size: 30px; color: #333; float: none;padding-left:0 }
 .nav-header h3 {clear:both}
 .nav-header-text span {margin-top:10px; border: 1px solid rgba(255,255,255,0.5); padding:10px; color: #ff7b00; display:none; width: fit-content}
.logo-holder a {display:flex; align-items:center}
.logo-holder span {margin-left: 15px; font-size: 40px; text-align:left; display: inline-flex; color:#fff; line-height:20px; font-family:Bebas Neue; text-transform: uppercase}
.sticky  .logo-holder span , .flat-header  .logo-holder span{color: #ff7b00}
.scroll-nav ul.dropdown-menu {display:none; -moz-box-shadow:0 6px 10px rgba(0,0,0,.15);-webkit-box-shadow:0 6px 10px rgba(0,0,0,.15);box-shadow:0 6px 10px rgba(0,0,0,.15)}
.scroll-nav>ul>li.onhover>a {border: 2px solid   #eee}
.scroll-nav>ul>li:hover>ul.dropdown-menu {display:block; border-radius: 10px; background: rgba(0,0,0,0.7)}
.scroll-nav>ul>li:hover>ul.dropdown-menu li:hover {background: rgba(0,0,0,0.8); border:0; border-radius: 10px}
.scroll-nav>ul>li:hover>ul.dropdown-menu li a {float:none; border:0;}
.scroll-nav>ul>li:hover>ul.dropdown-menu li a:hover {background:none; border:0}
.scroll-nav>ul>li{position: relative}
.scroll-nav ul.dropdown-menu {position: absolute; top:35px; width:250px;}
.scroll-nav ul.dropdown-menu li{display:block; float: none; padding: 12px 10px; width:100%;  text-align:left; clear:both; width:100%}
.sticky .scroll-nav>ul>li:hover>ul.dropdown-menu, .flat-header .scroll-nav>ul>li:hover>ul.dropdown-menu{background: rgba(255,255,255,1)}
.sticky .scroll-nav>ul>li:hover>ul.dropdown-menu li:hover, .flat-header  .scroll-nav>ul>li:hover>ul.dropdown-menu li:hover{background: #f7f7f7; border:0; border-radius: 10px}
.sticky .scroll-nav>ul>li:hover>ul.dropdown-menu li:hover a, .flat-header .scroll-nav>ul>li:hover>ul.dropdown-menu li:hover a{color: #000; }
 section.bg-video .media-container {-moz-box-shadow:0 6px 20px rgba(0,0,0,.75);-webkit-box-shadow:0 6px 20px rgba(0,0,0,.75);box-shadow:0 6px 20px rgba(0,0,0,.75)}
.box-links a {width:180px; height:60px; display:inline-flex; align-items:center; justify-content: center; flex-direction: column; line-height: 20px}
form.search {border: 0px; height: auto; text-align:left; padding: 0}
form.search input{padding: 5px}
form.search button{padding: 5px 10px;}
form.search button:hover {cursor:pointer}
.blog h4.title {line-height:20px; font-size: 15px; height:60px; float:left; text-align:center; width:100%}
.blog h4.title a { text-align:center}
.blog ul.post-meta {text-align:center}
.blog .category-2 {height: 160px; overflow: hidden}

@media(max-width: 500px){
    .blog .category-2 {height: auto; overflow: hidden} 
}
@media(max-width: 853px){
.yt-container {position: relative;padding-bottom: 56.25%;padding-top: 30px; height: 0; overflow: hidden;}
.yt-container iframe,.yt-container object,.yt-container embed {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
}
.box-item-med {
display: flex;
  justify-content: center;
}
.box-item-med img {max-height: 427px}
.gray-section h3 {font-size: 20px; margin-top: 80px}
/*.logo-vis, .nav-header img,footer img {filter: brightness(0) invert(1);}*/
.logo-holder {top: -11px}
.policy-box p {text-align:right}
.policy-box  {margin-top:60px}
.nav-header-image, .nav-header-text {width:100%; text-align: center;padding-left:0}
.text-center {text-align:center}
.titlemy {
    /* margin: 0 auto; */
    margin: 20px auto;
    display: block;
    float: none !important;
}
.owl-carousel .owl-item {
    cursor: default !important; 
}
.grabbing {
  cursor: default !important;
}
.mycontent ul,.mycontent ol {
    list-style:auto;
    margin-left:50px
}
.mycontent hr {width:100%; margin: 20px 0 ;
    border: 0;
    border-top: 1px solid #eee;
    opacity: .9;
} 
    .mycontent .button:hover {background: #eee}
.mycontent  h3 {margin: 25px 0 10px 0; font-size: 25px; padding:0; color: #ff7b00; text-transform: initial}  
.mycontent  p {float: none; font-size: 16px; color: #333; line-height: 1.5em; margin-bottom:20px}  
.mycontent a {color: #ff7b00}
.mycontent a:hover   {color: #ff4200}
.mycontent ul li, .mycontent ol li {
    font-size: 16px; 
    color: #333;
    line-height: 1.5em;
    margin-bottom: 10px;
}
.mycontent ul.post-meta {margin-left:0px; margin:0}
img.person {width: 90px; border: 1px solid #eee}
.box-item-med img {min-height: 318px}

.mycontent strong { font-weight: bold; }
.mycontent img { max-width: 100%; }
.mycontent img {padding:5px;}
.mycontent .red {color: #d00}
.mycontent .blue {color: #008bdd} 
.mycontent .green {color: #0e9e1f}
.mycontent .fleft {float: left; display:block; margin: 0 5px 5px 0}
.mycontent .fright {float: right; display:block; margin: 0 0 5px 5px}
.mycontent .fullwidth {clear:both; display:block; width: 100%; margin: 5px 0; height: auto}
.mycontent .btn {font-size: 12px; font-weight: normal; font-family: var(--font-family); border-radius: 3px; border: 1px solid  #eee; margin: 0; padding: 10px 30px}
.mycontent i.fa-caret-right {color: #333; padding-right:10px}
.mycontent a.button, .mycontent .button {border-radius: 3px; display: inline-block;  padding: 5px 22px;  background: #ff7b00;  color: var(--white);  font-style: italic;  text-decoration: none;    -moz-box-shadow: 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;    -webkit-box-shadow: 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;    box-shadow: 0 1px 25px 0 rgba(0,0,0,.05) inset, 0 -1px 25px 0 rgba(0,0,0,.05) inset;}
.mycontent a.button:hover, .mycontent button:hover {-moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;}
.mycontent .image-container {clear: both}
.media-container{position:relative;padding-bottom:56.25%;padding-top:30px;height:0;overflow:hidden}
.media-container iframe,.media-container object,.media-container embed{position:absolute;top:0;left:0;width:100%;height:100%;border:0}
.mycontent table td{padding:5px;border:1px solid #999}
.mycontent table{width:100%;border:1px solid #999;border-collapse:collapse}
.mycontent img{padding:5px;max-width:100%; height:auto}
.mycontent .imagebar img{padding:0; height:auto}
.mycontent table{border:0!important}
.mycontent table p{margin:0;padding:0}
.mycontent table>tbody>tr>td{font-size: 16px; border:0!important;border-top:1px solid #ccc!important;border-bottom:1px solid #ccc!important;padding:5px 10px}
/*.mycontent table>tbody>tr:nth-child(odd){background:#f9f9f9}*/
 
.box-item-med {overflow:hidden; max-height:220px; }
.box-item-med img {min-height:220px; object-fit:cover; width:100%}
.linki6 .box-links {top:30%}
.linki6 .box-item-med { border-bottom: 1px solid #eee}
.linki6 .box-item-med img {min-height: 148px; object-fit: fill}

.mycontent .gallery{display:flex; flex-wrap: wrap; justify-content:center}
.mycontent .gallery .thumbnail{position:relative; margin:5px;display:flex;justify-content:center; align-items:center;overflow:hidden; height:120px;width:120px;}
.mycontent .gallery .thumbnail img {object-fit:cover; max-width: unset; padding:0; min-width:100%; height: 100%}

.mycontent .mod-gallery .thumbnail img {object-fit:cover; max-width: unset; padding:0; min-width:100%; height:100%}
.mycontent .gallery .thumbnail:hover{opacity:.6;transition:opacity .2s ease-out;-moz-transition:opacity .2s ease-out;-webkit-transition:opacity .2s ease-out;-o-transition:opacity .2s ease-out}
.mycontent .gallery a.movies:after{background:rgba(0,0,0,0.5);position:absolute;line-height:120px;text-align:center;width:100%;height:100%;color:rgba(255,255,255,0.7);font-size:50px;font-family:"Font Awesome 5 Brands";font-weight:900;content:"\f167"}
.mycontent .gallery .thumbnails-withlabels{margin:5px;position:relative;display:inline-block;height:150px;width:200px;background-size:cover;background-position:center}
.mycontent .gallery .thumbnails-withlabels span{display:block;position:absolute;text-align:center;bottom:0;background:rgba(255,255,255,1);border:1px solid #eee;color:#000;padding:5px;font-size:13px;overflow:hidden;height:40px;width:100%;line-height:1.2em}
.mycontent .mod-gallery .div{padding:0 5px}
.mycontent .mod-gallery .thumbnail{background-size:cover; background-position:center; position:relative;display:flex;height:200px;width:100%;justify-content:center; align-items:center;overflow:hidden; margin:5px}
.mycontent .mod-gallery .thumbnail:hover{transform:scale(1.05)}
.mycontent .mod-gallery .thumbnail p{text-transform:uppercase;background:rgba(0,0,0,0.6);display:block;width:100%;position:absolute;bottom:0;left:0;color:#fff;margin:0;text-align:center;padding:7px 5px;overflow:hidden;height:50px;line-height:1.5em}
.mycontent .mod-gallery .thumbnail em{color:#fff;line-height:1em;padding:10px 5px;text-transform:uppercase;display:block;position:absolute;top:0;right:0;background:#ff7b00}
.news h2 {color: #ff7b00}

.mycontent h4 {color: #555; font-size: 30px; margin: 20px 0; font-family:'Bebas Neue'} 
.mycontent ul {list-style: initial}
.mycontent p {text-align: left}
.mycontent .row {padding:0 10px}
.pagination ul {list-style:none; border:0; margin:0; display:flex; justify-content:center}
.pagination {border:0}
.mycontent em {font-style:italic}
.client-holder a {background: #fff; display:flex; align-items:center; height:150px; padding: 10px; border-radius:10px}
.services-box-info p {text-align:left}
.content img {max-width:100%}

/*.btn{font-size:14px;font-weight:400; ;border-radius:3px;border:1px solid #eee}*/
.mycontent .btn{font-size:14px;font-weight:400; ;border-radius:3px;background: #ff7b00; color: #fff}
.mycontent .btn:hover{filter:brightness(90%); color: #fff}
a.button,.button{border-radius:3px;display:inline-block;padding:5px 22px;background:#ff7b00;color:#fff;font-style:italic;text-decoration:none;-moz-box-shadow:0 1px 25px 0 rgba(0,0,0,.05) inset,0 -1px 25px 0 rgba(0,0,0,.05) inset;-webkit-box-shadow:0 1px 25px 0 rgba(0,0,0,.05) inset,0 -1px 25px 0 rgba(0,0,0,.05) inset;box-shadow:0 1px 25px 0 rgba(0,0,0,.05) inset,0 -1px 25px 0 rgba(0,0,0,.05) inset}
a.button:hover,button:hover{-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}
a.button,.button{border-radius:3px;border:0px; display:inline-block;padding:5px 22px;background:#ff7b00;color:#fff;font-style:italic;text-decoration:none;-moz-box-shadow:0 1px 25px 0 rgba(0,0,0,.05) inset,0 -1px 25px 0 rgba(0,0,0,.05) inset;-webkit-box-shadow:0 1px 25px 0 rgba(0,0,0,.05) inset,0 -1px 25px 0 rgba(0,0,0,.05) inset;box-shadow:0 1px 25px 0 rgba(0,0,0,.05) inset,0 -1px 25px 0 rgba(0,0,0,.05) inset}
a.button:hover,button:hover{-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}
.media-container{position:relative;padding-bottom:56.25%;padding-top:30px;height:0;overflow:hidden}
.media-container iframe,.media-container object,.media-container embed{position:absolute;top:0;left:0;width:100%;height:100%;border:0}
.alert{padding:5px 0}
.ajax .alert-error {display:none}
.alert-error,.help-block{color:#d00;padding:5px 0;border:0}
.alert-success{background:#28a745;color:#fff;padding:10px;border:0}
.alert-error{background:#d00;color:#fff;padding:10px;border:0}
.text-right{text-align:right}
.page-link:focus{box-shadow:none}
.btn:hover{color:#212529;text-decoration:none}
.btn-zapisz{color:#fff;background-color:#480288;  padding: 10px; text-align:center; border-radius:5px;width:100%; display:block}
.btn-zapisz:hover{color:#fff;background-color:#188d33;}
.btn-success{color:#fff;background-color:#480288;border-color:#480288}
.btn-zapisz:hover,.btn-zapisz:focus{color:#fff;background-color:#188d33; border: 0}
.btn-success:focus,.btn-success.focus{color:#fff;background-color:#218838;border-color:#480288;box-shadow:0 0 0 .2em rgba(72,180,97,0.5)}
.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#480288;border-color:#480288}
.btn-success:not(:disabled):not(.disabled):active,.btn-success:not(:disabled):not(.disabled).active,.show > .btn-success.dropdown-toggle{color:#fff;background-color:#480288;border-color:#1c7430}
.btn-success:not(:disabled):not(.disabled):active:focus,.btn-success:not(:disabled):not(.disabled).active:focus,.show > .btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2em rgba(72,180,97,0.5)}
.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}
.btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}
.btn-danger:focus,.btn-danger.focus{color:#fff;background-color:#c82333;border-color:#bd2130;box-shadow:0 0 0 .2em rgba(225,83,97,0.5)}
.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}
.btn-danger:not(:disabled):not(.disabled):active,.btn-danger:not(:disabled):not(.disabled).active,.show > .btn-danger.dropdown-toggle{color:#fff;background-color:#bd2130;border-color:#b21f2d}
.btn-danger:not(:disabled):not(.disabled):active:focus,.btn-danger:not(:disabled):not(.disabled).active:focus,.show > .btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2em rgba(225,83,97,0.5)}
.showmobile,.onlymobile{display:none}
.hidemobile{display:inline-block}

.inline-facts h6 {padding-bottom:20px; font-weight:bold}
.resume-alt {max-width: unset}
/*.mycontent a i.fa-chevron-right {color:#333}*/
.accordion-inner p:first-child {margin-top:0}
.accordion .accordion-inner {padding: 5px 40px}
.button {cursor: pointer}
#cookie{display:block;z-index:99999;min-height:35px;width:100%;position:fixed;background:rgba(43,54,67,0.95);text-align:center;color:#fff;bottom:0;left:0}
#cookie p {color: #fff; line-height: 1.2em; margin-bottom:15px}
#cookie>div{padding:10px; margin: 15px; font-size:1em;font-weight:400; border: 1px solid rgba(255,255,255,0.3); color:#fff}
#cookie a {color: #fff}
#cookie i.fas {font-size: 40px; display:block; padding-bottom:5px}
/*#cookie a{color:#ccc;border:1px solid #ccc;padding:3px;border-radius:3px;margin:2px;display:inline-block}*/
#cookie button {margin:2px; font-style: normal; padding: 10px}
.accept-cookies {font-style:normal}
/* ----------------- ajax SKELETON  ----------------- */
.ajax-skeleton { position: relative; overflow: hidden; background: #eee; border-radius: 6px; }
.ajax-skeleton::after { content: ""; position: absolute; top: 0; left: -200px; width: 200px; height: 100%; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.7), transparent); animation: skeleton 1.4s infinite; }
@keyframes skeleton { 0% { left: -200px; } 100% { left: 100%; } }
.skeleton-tile { display: flex; align-items: center; padding: 10px; height: 150px; gap: 10px; }
.skeleton-tile .s-img { width: 80px; height: 80px; background: #ddd; border-radius: 4px; }
.skeleton-tile .s-text { flex: 1; }
.skeleton-tile .s-line { height: 15px; background: #ddd; margin-bottom: 6px; border-radius: 4px; }
.skeleton-home { padding: 15px; height: 250px; display: flex; flex-direction: column; gap: 10px; }
.skeleton-home .s-img { width: 100%; height: 120px; background: #ddd; border-radius: 6px; }
.skeleton-home .s-line { height: 18px; background: #ddd; margin-bottom: 6px; border-radius: 4px; }
.ajax-loaded { animation: ajaxFade .4s ease; }
@keyframes ajaxFade { from { opacity: 0; transform: translateY(15px); } to { opacity: 1; transform: translateY(0); } }



.mycontent .myt {background: #CC0000; color: #fff; font-style:normal}
.mycontent .mfb {background: #1877F2; color: #fff; font-style:normal}
.mycontent .mtik {background: #000; color: #fff; font-style:normal}
.mycontent .minst {background: #F70076; color: #fff; font-style:normal}
.mtik , .mfb, .myt,.minst {padding: 10px; margin: 5px; border-radius: 5px; display:inline-block; width: 150px; text-align:center}
.mycontent .mtik:hover , .mycontent .mfb:hover, .mycontent .myt:hover ,.mycontent .minst:hover{filter: brightness(120%); color: #fff}
.mycontent .text-center>p {text-align:center}


@media only screen and  (max-width: 1400px) { 
    .video-container video {
    object-fit:cover;position:absolute;top:0;left:0;display:block;width:100%;height:100%
    }
}
@media only screen and  (max-width: 1200px) { 
    .scroll-nav li a {padding:10px 5px}
}
@media only screen and  (max-width: 1050px) { 
    .hero-title h3 {font-size: 130px}
    
    .linki6 .box-item-med {min-height:initial; max-height:initial; overflow: initial; height:initial}
    .linki6 .box-item-med img {object-fit: initial; min-height: initial}
    .align-text .mycontent  h3 {float:none}
}
@media only screen and  (max-width: 920px) {
    footer .policy-box p,  footer div, footer h4, footer h5{text-align:center}
    footer img {float:none; }
       footer .policy-box p br {margin-top:10px}
    .policy-box p:before {display:none}
    .hero-title-holder {top:30%}
    .hero-title h3 {font-size: 90px}
    .hero-title h4 {font-size: 22px}
    .hero-title p {font-size: 22px}
     .bgvid {
        object-position: 90% center;
    }
    .page-widgets-holder .col-md-4  {clear: both}
    .page-widgets-holder h3 {padding-top:30px}
}
@media only screen and  (max-width: 640px) {
    .hero-title h3 {font-size: 60px}
    .hero-title-holder {top:30%}
    .logo-holder span {font-size: 30px}
    .hero-title h4 {font-size: 16px}
    .hero-title p {font-size: 16px}
    .bgvid {
        object-position: 87% center;
    }
    .showmobile, .onlymobile {display:block}
}  

@media only screen and  (max-width: 400px) {
     .bgvid {
        object-position: 87% center;
    }
}
.twitter-timeline {max-height: 300px; overflow-y:scroll}

.mycontent h5 {color: #ff7b00; font-size: 30px; text-align:left; font-family: 'Soira'; margin:10px}
.mycontent h3 {color: #ff7b00; font-size: 30px; text-align:left}
 .mycontent h3::after {
  content: "";
  display: block;
  width: 40px;
  height: 5px;
  background-color: #ff7b00;
  margin-top: 15px;
  margin-bottom:20px
}
ul.navbuttons {display:flex; justify-content:center; flex-wrap: wrap; list-style:none; margin:0; margin-bottom:20px}
ul.navbuttons a{border: 1px solid #eee; border-radius: 5px; color: #333; display:block; padding: 5px 30px; margin: 2px}
ul.navbuttons a.active,ul.navbuttons a:hover {background: #ff7b00; color: #fff}

.mycontent a.button, .mycontent a.button:hover {color: #fff; font-style:normal}
.mycontent a.button-green,.mycontent a.button-green:hover {background:#480288; color:#fff}
.mycontent a.button-light,.mycontent a.button-light:hover {background: #f9f9fb; color:#333;border: 1px solid #ddd}
.mycontent a.button-red,.mycontent a.button-red:hover{background: #a51111; color:#fff}
.mycontent a.button-grafit,.mycontent a.button-grafit:hover{background: #333; color:#fff}
p.cytat, span.cytat {font-size: 16px;font-family: 'Georgia';line-height: 1.5em; color: #333; font-style:italic; }
 
.mycontent blockquote {font-size: 16px;font-family: 'Georgia';line-height: 2em; color: #333; margin: 30px 10%; font-style:italic; border-left: 10px solid #ff7b00; padding-left:50px}
.mycontent .mybox {background: #fff; border-radius:10px; margin: 30px 10%; padding: 20px;  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); display:block}
.mycontent .mybox div {display: flex;flex-direction: column;justify-content: center;}

.mycontent .text-center {text-align:center}
.mycontent .parishgroups {display:flex; flex-wrap:wrap; justify-content: center}
.mycontent .parishgroups a {max-width: 320px; padding: 10px; border: 1px solid #eee; border-radius: 10px; margin: 5px} 
.mycontent .parishgroups a:hover {  border: 1px solid #ff7b00;  } 


.scroll-nav li:first-child a span {display:none}
.sliding-menu a i {display:none}
.counter-container{margin:10px auto;padding:10px;display:flex;justify-content:center}
.counter-container .counterimg{width:160px} 
.counter-container .clock{text-align:Center}
.counter-container-vertical {flex-direction: column;max-width:800px}
.counter-container-vertical  .counterimg {height: unset; float:unset; width:unset; text-align:center; }
.counter-container-vertical  .counterimg img {max-width:500px}
.counter-container-vertical  .rest {padding-left: 0   }
.counter-container-vertical  h2 {font-size: 30px; margin: 20px}
.counter-container-vertical  h2 small{font-size: 15px; margin: 20px}
.counter-container-vertical  h2 span{color: #ff7b00}
.counter-container-vertical  i.fa{font-size: 70px; color: #d9d8d7}
#clockdiv{font-family:sans-serif;color:#fff;display:flex; justify-content: center; text-align:center;font-size: 18px;   }
#clockdiv > div{padding:20px;border-radius:3px;background:#ff7b00; width: 25%; margin:2px; text-align:center}
#clockdiv div > span{padding:15px;border-radius:3px;background:#d56700;display: block; ; width: 100px; margin: 0 auto; font-size: 30px}
#clockdiv .smalltext{padding-top:5px; }
.page-widgets-holder h3 {font-size: 20px}
.policy-box p {float: unset; font-size: 11px; line-height: 1.4em}
.policy-box p:before {display:none}
.contact-info li a {font-size: 18px}
footer {background: #d56700; color: #fff; padding: 0}
.policy-box {margin-top:20px}
footer img {float:none; filter: brightness(0) invert(1); height: 100px}
footer a {color: #fff}
.policy-box p {margin-right:0}
.logo-holder  img {height: 60px; }
footer small {font-size: 9px}
footer hr {margin: 20px 0; border: 0; padding:0;  border-top: 1px solid rgba(255,255,255,0.3);    }
footer .logodol  {  text-align:center;  }
footer h4 {
    float:none; 
    font-size: 40px; 
    color: #fff; 
    font-family: Bebas Neue;
    text-transform: uppercase;
}
.inline-facts {border: 1px solid rgba(255,255,255,0.3); border-radius:10px; margin:5px; background: rgba(0,0,0,0.3)}
 div.full-height  {
     background: #000;
 }
 .video-container video {
   opacity: 0.7;
}
body{-webkit-font-smoothing:subpixel-antialiased;backface-visibility:hidden;}
.form-container {display:flex; flex-wrap: wrap; justify-content: space-between; align-items: center}
.form-group {margin:5px 0; width:48%; }
.form-group label {display:block; font-size:16px;margin: 5px 0}
.form-group input, .form-group select, .form-group textarea {padding: 8px; width:100%; font-size:16px; border-radius:5px; border: 1px solid #555}
 .form-group textarea {height:100px}
.form-check input, .form-check label, .form-checkbox input, .form-checkbox label {padding: 5px; display:inline; width:auto}
.form-group input[type="date"] {width: 150px}
.alert-error {background-color: #d00}
.alert-error p {margin:0; padding-bottom:0}
.mycontent button.step0, .mycontent  button.step1 {padding:10px; border-radius:10px; width: 300px; border:0; cursor:pointer}
.mycontent button[type="submit"] {padding:20px; border-radius:10px; width: 100%; border:0; cursor:pointer; font-size:16px !important; text-transform: uppercase}

.mycontent a.button3 {background: #444; color: #fff; border-radius: 5px; padding: 2px 5px; font-size: 9px; text-decoration: none}
.mycontent a.button3 i {font-style:normal}
.services-box-info p {border-bottom:0; text-align:center}
.warsztaty i {color: #ff7b00;  }
.ponizej_wieku {
    display: none;
}
.test-carousel h4 {font-size: 16px}
@media only screen and  (max-width: 640px) {
    .form-group {margin:5px; width:100%; }
    #clockdiv > div {padding: 5px}
    .counter-container-vertical h2 {font-size: 20px}
    #clockdiv div > span {width: 100%; font-size: 16px}
    #clockdiv .smalltext {font-size: 12px}
    .ser-carous-holder .customNavigation {top: -40px}
    .ser-carous-holder2 .customNavigation {top: -40px}
}  
.checkbox-group {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.checkbox-card {
    position: relative;
    cursor: pointer;
}

.checkbox-card input {
    position: absolute;
    opacity: 0;
}

.checkbox-content {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 8px;
    border: 1px solid #ddd;
    background: #f8f9fa;
    transition: 0.2s;
}

.icon-on {
    display: none;
    color: #fff; /* ikona na białym tle */
}

.icon-off {
    color: #c62828;
} 

/* Po zaznaczeniu checkboxa: pokaż ✔, ukryj ❌ i ustaw zielone tło */
.checkbox-card input:checked + .checkbox-content {
    background: #480288;
    color: #fff;
    border-color: #480288;
}

.checkbox-card input:checked + .checkbox-content .icon-off {
    display: none;
}

.checkbox-card input:checked + .checkbox-content .icon-on {
    display: inline-block;
}

/* Hover efekt */
.checkbox-card:hover .checkbox-content {
    background: #f1f3f5;
}

.koszulka-container {
    display: flex;
    flex-wrap: wrap; /* pozwala na mobile */
    margin-bottom: 20px;
    
    gap: 20px; /* odstęp między kolumnami */
}

.koszulka-image {
    border: 1px solid #ddd;}
.koszulka-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

.koszulka-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

.koszulka-form {
    flex: 0 0 50%; /* kolumna 50% */
    display: flex;
    
    flex-direction: column;
    gap: 15px; 
}

.koszulka-image,
.koszulka-form {
    flex: 0 0 calc(50% - 10px); /* 50% minus połowa gap, żeby się zmieściło */
}

/* Radio jako przyciski */
.radio-group {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.radio-card {
    position: relative;
    cursor: pointer;
}

.radio-card input {
    position: absolute;
    opacity: 0;
}

.radio-card span {
    display: inline-block;
    padding: 8px 14px;
    border-radius: 8px;
    border: 1px solid #ddd;
    background: #f8f9fa;
    transition: all 0.2s ease;
}

.radio-card input:checked + span {
    background: #480288;
    color: #fff;
    border-color: #480288;
}

.radio-card span:hover {
    background: #f1f3f5;
}

/* Mobile */
@media (max-width: 768px) {
    .koszulka-container {
        flex-direction: column;
    }
    .koszulka-image,
    .koszulka-form {
        flex: 1 1 100%;
    }
}


/* Mobile */
@media (max-width: 768px) {
    .koszulka-image,
    .koszulka-form {
        flex: 1 1 100%; /* jedna kolumna */
    }
}
     
.podsumowanie-tabela {
    width: 100%; 
    border-collapse: collapse;  
    overflow: hidden; 
    max-width:500px; 
}

.mycontent table.podsumowanie-tabela>tbody>tr>td {
    padding: 10px;
    font-size: 16px;
        
    border:1px solid #ddd !important;
}

.podsumowanie-tabela tr:last-child td {
    border-bottom: none;
}
.podsumowanie-tabela tr td:first-child {
    text-align: right; 
    width:60%;
}
.przekreslona {
    text-decoration: line-through;
    color: #888;
}

.mycontent table>tbody>tr.suma-row>td{
    font-size: 22px;  
    background: #f7f7f7 !important;
}
.suma-wartosc {
    font-weight: bold;
}
.error-input {
    border-color: red !important;
}

.error-msg {
    display: block;
    color: red;
    font-size: 0.875em;
    margin-top: 4px;
}
.patronaty a:hover {border: 1px solid #ff7b00}
.patronaty a {
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 5px;
  display: inline-flex;
  width: 220px;
  height: 220px;
  justify-content: center;
  align-items: center;
  vertical-align: top;   /* ważne */
  box-sizing: border-box;
}

.patronaty a img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
@media (max-width: 450px) {
   .patronaty a {width: 100%}
}