@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=latin,cyrillic);
@import url(anim.css);
/* #######################  GENERAL SETTINGS ############################ */
/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote,  
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

ul,ol{list-style-type:none;}

body {
    font: 14px 'Open Sans', Tahoma, Verdana, sans-serif;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    background: url(../images/bg.jpg) no-repeat 50% 0 fixed;
    background-size: cover;
}

table{
    border-collapse: collapse;
}

table td{
    border: 1px solid #ddd;
}

h1,h2,h3,h4,h5,h6{

}

h1{

}

h2{

}

h3{
    font-size: 20px;
    font-weight: bold;
}

h4{

}

h5{

}

h6{

}

.clr{
    clear:both;
}

.hidden{
    display:none;
}

.wrap {
    width: 1060px;
    margin: 0 auto;
    position: relative; 
    max-width: 95%;
}

.wrapper {
    width: 1060px;
    margin: 0 auto;
    position: relative; 
    max-width: 95%;
}

.clearfix:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.main{
    height: 100%;
    overflow: hidden;
}

.main .logo{  
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; 

    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;

    -webkit-animation-name: opacity;
    animation-name: opacity; 
 
}

pre {
     white-space: pre-wrap;       
     white-space: -moz-pre-wrap;  
     white-space: -pre-wrap;       
     white-space: -o-pre-wrap;    
     word-wrap: break-word;       
} 

/* header
===================================*/
.wrapper{
    padding: 0;
    position: relative;
}

.logo{
    display: block;
    width: 233px;
    margin: 30px auto 0 auto;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 1px #000;
    text-align: center;
    position: relative; 
}

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

.logo span{
    position: absolute;
    bottom: -7px;
    right: 0;
    text-transform: uppercase;
    font-size: 10px;
}

/*
===================================*/
.menu-toggle{
    position: relative;
    text-align: center;
    display: block;
    width: 50px;
    height: 41px;
    padding-top: 9px;
    position: absolute;
    right: 5px;
    top: 0;
    z-index: 99;
}

@media (min-width: 992px) {
  .menu-toggle{
    right: -50px;
  }
}


.menu-toggle:before{
    content: " ";
    display: block;
    width: 50px;
    height: 50px;
    background: #b0120d; 
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; 
}

.menu-toggle span{
    display: block;
    height: 3px;
    width: 65%;
    background: #fff;
    margin: 6px auto;
    border-radius: 2px;
    vertical-align: top;
    position: relative;
    z-index: 2;
}

.active .menu-toggle:before{
    transform: rotate(45deg);
} 

.menu{
    background: rgba(0,0,0, .7);
    position: fixed;
    width: 350px;
    max-width: 100%;
    height: 100%;  
    right: -430px;
    top: 0;
    bottom: 0;
    z-index: 98;
    padding: 150px 0 0 80px;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    transition: all 0.8s; 
}

.active .menu{
    right: 0;
}

.menu a{
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    display: block;
    padding: 10px 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; 
}

.menu a:hover,
.menu .active a{
    padding-left: 20px;
}

.menu .active a{
    font-size: 22px;
}

.active .menu:before{
    content: " ";
    display: block;
    width: 1px;
    height: 100%;
    background: #fff; 
    position: absolute;
    top: 0;
    left: 30px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;

    -moz-animation-delay: .7s; 
    -webkit-animation-delay: .7s; 
    animation-delay: .7s; 

    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; 

    -webkit-animation-name: menu;
    animation-name: menu;   
}

@keyframes menu { 
  0% {
    transform: translate(0, -100%); 
  }

  100% {
    transform:  translate(0, 0); 
  }  
}

/*
===================================*/
.main .wrapper{
    min-height: 690px;
}

.tales{
    opacity: 1;
    position: absolute;
    max-width: 100%;
    left: 50%;
    top: 50%;
    width: 980px;
    height: 691px;
    margin: -345px 0 0 -450px;
    background-size: 100%;

    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s; 
}

.enable-contact  .tales,
.enable-contact  .middle{
    opacity: 0;
    z-index: -1;
}

/*
===================================*/
.tale{
    position: absolute;
    background: #fff;
    height: 2px; 

    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
}
/* tale 1
===================================*/
.tale1{
    width: 315px;
    top: 110px;
    left: 14px; 
    -webkit-animation-name: tale1;
    animation-name: tale1;   
}

@keyframes tale1 { 
  0% {
    transform: rotate(135deg) translate(-200px, 0); 
  }

  100% {
    transform: rotate(135deg) translate(0, 0); 
  }  
}

/* tale 2
===================================*/
.tale2{
    width: 280px;
    top: 322px;
    left: -1px; 
    -webkit-animation-name: tale2;
    animation-name: tale2;   
}

@keyframes tale2 { 
  0% {
    transform: rotate(135deg) translate(200px, 0); 
  }

  100% {
    transform: rotate(135deg) translate(0, 0); 
  }  
}

/* tale 3
===================================*/
.tale3{
    width: 250px;
    top: 222px;
    left: 482px; 
    -webkit-animation-name: tale3;
    animation-name: tale3;  
    transform: rotate(-135deg); 
}

@keyframes tale3 { 
  0% {
    transform: rotate(-135deg) translate(200px, 0); 
  }

  100% {
    transform: rotate(-135deg) translate(0, 0); 
  }  
}

/* tale 4
===================================*/
.tale4{
    width: 250px;
    top: 401px;
    left: 479px; 
    -webkit-animation-name: tale2;
    animation-name: tale2;  
    transform: rotate(135deg); 
}

@keyframes tale4{ 
  0% {
    transform: rotate(135deg) translate(200px, 0); 
  }

  100% {
    transform: rotate(135deg) translate(0, 0); 
  }  
}

/* tale 5
===================================*/
.tale5{
    width: 250px;
    top: 291px;
    left: 598px; 
    -webkit-animation-name: tale5;
    animation-name: tale5;  
    transform: rotate(135deg); 
}

@keyframes tale5{ 
  0% {
    transform: rotate(135deg) translate(-200px, 0); 
  }

  100% {
    transform: rotate(135deg) translate(0, 0); 
  }  
}

/* tale 6
===================================*/
.tale6{
    width: 300px;
    top: 534px;
    left: 590px; 
    -webkit-animation-name: tale6;
    animation-name: tale6;  
    transform: rotate(-135deg); 
}

@keyframes tale6{ 
  0% {
    transform: rotate(-135deg) translate(-200px, 0); 
  }

  100% {
    transform: rotate(-135deg) translate(0, 0); 
  }  
}

/* tale 7
===================================*/
.tale7{
    width: 210px;
    top: 418px;
    left: 301px; 
    -webkit-animation-name: tale7;
    animation-name: tale7;  
    transform: rotate(135deg); 
}

@keyframes tale7{ 
  0% {
    transform: rotate(135deg) translate(-200px, 0); 
  }

  100% {
    transform: rotate(135deg) translate(0, 0); 
  }  
}

/* tale 8
===================================*/
.tale8{
    width: 170px;
    top: 559px;
    left: 123px; 
    -webkit-animation-name: tale8;
    animation-name: tale8;  
    transform: rotate(-135deg); 
}

@keyframes tale8{ 
  0% {
    transform: rotate(-135deg) translate(-100px, 0); 
  }

  100% {
    transform: rotate(-135deg) translate(0, 0); 
  }  
}

/* tale 9
===================================*/
.tale9{
    width: 220px;
    top: 578px;
    left: 323px; 
    -webkit-animation-name: tale9;
    animation-name: tale9;  
    transform: rotate(135deg); 
}

@keyframes tale9{ 
  0% {
    transform: rotate(135deg) translate(100px, 0); 
  }

  100% {
    transform: rotate(135deg) translate(0, 0); 
  }  
}

/* inverse
==============================================*/

/* tale 1
===================================*/
.enable-contact .tale1{ 
    -webkit-animation-name: tale1-in;
    animation-name: tale1-in;   
}

@keyframes tale1-in { 
  0% {
    transform: rotate(135deg) translate(0, 0); 
  }

  100% {
    transform: rotate(135deg) translate(-200px, 0); 
  }  
}

/* tale 2
===================================*/
.enable-contact .tale2{ 
    -webkit-animation-name: tale2-in;
    animation-name: tale2-in;   
}

@keyframes tale2-in { 
  0% { 
    transform: rotate(135deg) translate(0, 0); 
  }

  100% {
    transform: rotate(135deg) translate(200px, 0);
  }  
}

/* tale 3
===================================*/
.enable-contact .tale3{ 
    -webkit-animation-name: tale3-in;
    animation-name: tale3-in;   
}

@keyframes tale3-in { 
  0% {
    transform: rotate(-135deg) translate(0, 0); 
  }

  100% {
    transform: rotate(-135deg) translate(200px, 0); 
  }  
}

/* tale 4
===================================*/
.enable-contact .tale4{ 
    -webkit-animation-name: tale4-in;
    animation-name: tale4-in;   
}

@keyframes tale4-in{ 
  0% {
    transform: rotate(135deg) translate(0, 0); 
  }

  100% {
    transform: rotate(135deg) translate(200px, 0); 
  }  
}

/* tale 5
===================================*/
.enable-contact .tale5{ 
    -webkit-animation-name: tale5-in;
    animation-name: tale5-in;   
}

@keyframes tale5-in{ 
  0% {
    transform: rotate(135deg) translate(0, 0); 
  }

  100% {
    transform: rotate(135deg) translate(-200px, 0); 
  }  
}

/* tale 6
===================================*/
.enable-contact .tale6{ 
    -webkit-animation-name: tale6-in;
    animation-name: tale6-in;   
}

@keyframes tale6-in{ 
  0% {
    transform: rotate(-135deg) translate(0, 0); 
  }

  100% {
    transform: rotate(-135deg) translate(-200px, 0); 
  }  
}

/* tale 7
===================================*/
.enable-contact .tale7{ 
    -webkit-animation-name: tale7-in;
    animation-name: tale7-in;   
}

@keyframes tale7-in{ 
  0% {
    transform: rotate(135deg) translate(0, 0); 
  }

  100% {
    transform: rotate(135deg) translate(-200px, 0); 
  }  
}

/* tale 8
===================================*/
.enable-contact .tale8{ 
    -webkit-animation-name: tale8-in;
    animation-name: tale8-in;   
}

@keyframes tale8-in{ 
  0% {
    transform: rotate(-135deg) translate(0, 0); 
  }

  100% {
    transform: rotate(-135deg) translate(-100px, 0); 
  }  
}

/* tale 9
===================================*/
.enable-contact .tale9{ 
    -webkit-animation-name: tale9-in;
    animation-name: tale9-in;  
}

@keyframes tale9-in{ 
  0% {
    transform: rotate(135deg) translate(0, 0); 
  }

  100% {
    transform: rotate(135deg) translate(100px, 0); 
  }  
}



/*
=========================================================*/
.cube{ 
    position: absolute; 
    width: 122px; 
    height: 122px;
    border: 4px solid #fff; 
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
}

.cube:hover{
    background: rgba(255,255,255, .2);
}

/* cube1
===================================*/
.cube1{ 
    top: 159px;
    left: 82px;   
    -webkit-animation-name: cube1;
    animation-name: cube1;    
}

@keyframes cube1 { 
  0% {
    transform: rotate(45deg) translate(-200px, 0); 
  }

  100% {
    transform: rotate(45deg) translate(0, 0); 
  }  
}

/* cube2
===================================*/
.cube2{ 
    top: 159px;
    left: 265px;   
    -webkit-animation-name: cube2;
    animation-name: cube2;      
}

@keyframes cube2 { 
  0% {
    transform: rotate(45deg) translate(200px, 0); 
  }

  100% {
    transform: rotate(45deg) translate(0, 0); 
  }  
}

/* cube3
===================================*/
.cube3{ 
    top: 246px;
    left: 540px;
    -webkit-animation-name: cube3;
    animation-name: cube3;      
}

@keyframes cube3 { 
  0% {
    transform: rotate(45deg) translate(0, 200px); 
  }

  100% {
    transform: rotate(45deg) translate(0, 0); 
  }  
}

/* cube4
===================================*/
.cube4{ 
    top: 434px;
    left: 172px;  
     transform: rotate(45deg)  ;  
      -webkit-animation-name: cube4;
    animation-name: cube4;      
}

@keyframes cube4 { 
  0% {
    transform: rotate(45deg) translate(0, -200px); 
  }

  100% {
    transform: rotate(45deg) translate(0, 0); 
  }  
}

/* cube5
===================================*/
.cube5{ 
    top: 434px;
    left: 358px;  
     transform: rotate(45deg)  ;  
      -webkit-animation-name: cube5;
    animation-name: cube5;      
}

@keyframes cube5 { 
  0% {
    transform: rotate(45deg) translate(-200px, 0); 
  }

  100% {
    transform: rotate(45deg) translate(0, 0); 
  }  
}

/*
=====================================================*/
.cube-full{ 
    position: absolute; 
    width: 122px; 
    height: 122px;
    background: #fff;
    border: 4px solid #fff; 
    transform: rotate(45deg)  ; 

    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;

    -webkit-animation-name: cube-full;
    animation-name: cube-full;      
}

@keyframes cube-full { 
  0% {
    opacity: 0;
    transform: rotate(0) scale(.5) ; 
  }

  100% {
    opacity: 1; 
    transform: rotate(45deg)  scale(1); 
  }  
}

/* cube-full1
===================================*/
.cube-full1{ 
    top: 340px;
    left: 265px;         
}

/* cube full 2
===================================*/
.cube-full2{ 
    top: 340px;
    left: 635px;        
}

/* cube full 3
===================================*/
.cube-full3{ 
    top: 434px;
    left: 542px;        
}

/* menu main
===================================*/
.menu-main{
    position: absolute;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    text-shadow: 0 1px #000;
    width: 120px;
    text-align: center; 

    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;

    -webkit-animation-name: opacity;
    animation-name: opacity;  
}
 
.menu-main img{
    display: block;
    margin: 5px auto;
}

.menu-main1{
    top: 180px;
    left: 87px;
}

.menu-main2{
    top: 175px;
    left: 270px;
}

.menu-main3{
    top: 270px;
    left: 544px;
}

.menu-main4{
    top: 470px;
    left: 175px;
}

.menu-main5{
    top: 470px;
    left: 364px;
}

.menu-main:hover{
    color: #890E09;
}

/*
===================================*/
.portfolio-main li{
    position: absolute;
    width: 130px;
    height: 130px;
    overflow: hidden;
    transform: rotate(45deg);  

    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;

    -webkit-animation-name: portfolio-main;
    animation-name: portfolio-main;      
}

@keyframes portfolio-main { 
  0% {
    opacity: 0;
    transform: rotate(0) scale(.5) ; 
  }

  100% {
    opacity: 1; 
    transform: rotate(45deg)  scale(1); 
  }  
}

.portfolio-main img{    
    width: 128px;
    height: 128px;

    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    transition: all 0.8s; 
}

.portfolio-main img:hover{
    transform: scale(1.1);     
}

.portfolio-main li:first-child{    
    top: 341px;
    left: 265px;
}

.portfolio-main li:nth-child(2){    
    top: 341px;
    left: 635px;
}

.portfolio-main li:last-child{    
    top: 435px;
    left: 542px;
}

/*
===================================*/
.main-icons a{
    display: block;
    position: absolute;
    width: 34px;
    height: 34px;
    border: 2px solid #fff;
    transform: rotate(45deg); 
    position: absolute;
}

.main-icons a:hover{
    background: rgba(0,0,0, .4);
}

.main-icons img{  
    transform: rotate(-45deg);
    position: relative;
}

.main-icon1{
    top: 150px;
    right: 310px;
}

.main-icon2{
    top: 200px;
    right: 310px;
}

.main-icon3{
    top: 200px;
    right: 258px;
}

.main-icon1 img{
    width: 10px;
    top: 6px;
    left: 12px;
}

.main-icon2 img{
    top: 9px;
    left: 10px;    
}

.main-icon3 img{
    top: 6px;
    left: 8px;   
    width: 18px; 
}

/*
===================================*/
.contact-modal{
    opacity: 0;
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1000px;
    height: 500px;
    margin: -240px 0 0 -500px;
    color: #fff; 
    z-index: -1;

    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s; 
}

.enable-contact .contact-modal{
    opacity: 1;
    display: block;
    z-index: 3;
}

.ct-line{
    position: absolute;
    background: #fff;
    width: 2px;
 
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;

}

.ct-line1{
    width: 210px;
    height: 2px;
    top: 61px;
    left: 130px;
}

.ct-line2{
    width: 2px;
    height: 90px;
    left: 150px;
    top: 18px; 
}

.ct-line3{
    width: 2px;
    height: 100px;
    left: 150px;
    top: 220px;
}

.ct-line4{
    width: 281px;
    height: 2px;
    left: 91px;
    top: 241px;
}

.ct-line5{
    width: 250px;
    height: 2px;
    left: -30px;
    top: 296px; 
}

.ct-line6{
    width: 145px;
    height: 2px;
    left: 725px;
    top: 61px; 
}

.ct-line7{
    width: 2px;
    height: 262px;
    left: 852px;
    top: 40px; 
}

.ct-line8{
    width: 100px;
    height: 2px;
    left: 830px;
    top: 241px;
}

.ct-line9{
    width: 261px;
    height: 2px;
    bottom: 0;
    right: -30px;
}

.ct-line10{
    width: 2px;
    height: 50px;
    bottom: -40px;
    right: 146px;
}

/*
===================================*/
.contact-modal-data{ 
    width: 700px;
    height: 200px;
    position: absolute;
    bottom: 200px;
    left: 50%;
    margin: 0 0 0 -350px; 
    padding: 0 20px;   
    font-size: 15px;
}

.contact-mail{
    padding: 10px 0 10px 45px;
    background: url(../images/contact-mail.png) no-repeat 0 50%;
    margin-bottom: 20px;
    margin-top: 10px;
}

.contact-phone{
    padding: 10px 0 10px 45px;
    background: url(../images/contact-phone.png) no-repeat 0 50%;
}

.contact-fb{
    padding: 10px 0 10px 45px;
    background: url(../images/contact-fb.png) no-repeat 0 50%;
    position: absolute;
    left: 450px;
    top: 12px;
}

.contact-skype{
    padding: 10px 0 10px 45px;
    background: url(../images/contact-skype.png) no-repeat 0 50%;
    position: absolute;
    left: 450px;
    top: 70px;
}

.contact-modal-data a{
  color: #fff;
  text-decoration: none;
}

.contact-modal-data a:hover{
  text-decoration: underline;
}

/*
=================================*/
.contact-modal-title{
    position: absolute;
    bottom: 220px;
    left: 170px;
    font-size: 16px;
}

.contact-modal-area{
    border: 2px solid #fff;
    background: rgba(255,255,255,.2);
    width: 660px;
    height: 160px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0 0 0 -350px;
    padding: 20px; 
}

.contact-form form{
    position: relative;
}

.contact-form input,
.contact-form textarea {
    background: #e6f1f7;
    padding: 10px 0 10px 15px;
    border: 1px solid #e6f1f7;
    display: inline-block;
    width: 200px;
    margin: 0 -4px 0 0;
    position: relative;
    outline: none;
    font: 14px  'Open Sans';
}

.contact-form textarea{
    width: 418px;
    height: 80px;
    margin: 20px 0 0 0;
    float: left;

}

.contact-sep{ 
    position: absolute;
    left: 210px;
    top: 2px;
    height: 37px;
    width: 1px;
    background: #664e48;
    z-index: 2;
}

/*
===================================*/
.btn{
    display: block;
    cursor: pointer;
    outline: none;
    font-size: 13px;
    border: none;
}

.contact-form .btn{
    width: 90px;
    height: 45px;
    float: left;
    margin-top: 77px;

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; 
}

.contact-form .btn:hover{
    background: #a50c07;
    color: #fff;
}

.btn-reset{
    background: #e7e7e7;
    margin-left: 40px;
}

.btn-send{
    background: #890e0a;
    color: #fff;
}

/* enable animation
===================================*/
.enable-contact .ct-line1{
    -webkit-animation-name: ct-to-left;
    animation-name:  ct-to-left;  
}

.enable-contact .ct-line2{
    -webkit-animation-name: ct-to-bottom;
    animation-name:  ct-to-bottom; 
}

.enable-contact .ct-line3{
    -webkit-animation-name: ct-to-top;
    animation-name:  ct-to-top; 
}

.enable-contact .ct-line4{
    -webkit-animation-name: ct-to-right;
    animation-name:  ct-to-right; 
}

.enable-contact .ct-line5{
    -webkit-animation-name: ct-to-left;
    animation-name:  ct-to-left; 
}

.enable-contact .ct-line6{
    -webkit-animation-name: ct-to-right;
    animation-name:  ct-to-right; 
}

.enable-contact .ct-line7{
    -webkit-animation-name: ct-to-top;
    animation-name:  ct-to-top; 
}

.enable-contact .ct-line8{
    -webkit-animation-name: ct-to-left;
    animation-name:  ct-to-left; 
}

.enable-contact .ct-line9{
    -webkit-animation-name: ct-to-right;
    animation-name:  ct-to-right; 
}

.enable-contact .ct-line10{
    -webkit-animation-name: ct-to-bottom;
    animation-name:  ct-to-bottom; 
}

/* middle
===================================*/
.middle{
    padding: 40px 0;
}

.middle .wrap{
    padding: 40px 0;
    width: 960px;
    max-width: 90%;
  /*   border: 2px solid #fff;
  background: rgba(0,0,0, .4); */
}

.blog-link{
    text-align: center;
    margin: -10px 0 15px;
}

.blog-link a{
    color: #fff;
    text-decoration: none;
    font-size: 12px;
}

.blog-link a:hover{
    text-decoration: underline;
}

.pagetitle{
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 40px;
    font-size: 26px;
    font-weight: normal;
    color: #fff;
    text-shadow: 0 1px #000;
    position: relative;
    padding-bottom: 10px;
}

.pagetitle:after{
    display: block;
    content: " ";
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 2px;
    width: 100px;
    background: #fff;
    margin: 0 0 0 -50px;
}

.longtitle{
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.content{
    color: #fff;
    font-size: 15px;
    line-height: 22px;
    text-shadow: 0 1px #000; 
}

.content p{
    margin-bottom: 15px;
}

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

.content a{
  color: #ff0000;
}

.content a:hover{
  text-decoration: none;
}

/*
===================================*/
.article{
    padding: 20px;
    background: rgba(0,0,0, .6);
    width: 40%;
    margin: 0 20px 20px 0;
    float: left;
    height: 80px;
    overflow: hidden;
}

.article:nth-child(even){
    float: right;
}

.article-img{
    width: 80px;
    height: 80px;
    float: left;
    margin-right: 20px;
    background: #fff;
}

.article-img img{
    width: 70px;
    height: 70px;
    display: block;
    padding: 5px;
}

.article-link{
    color: #fff !important;
    font-weight: bold;
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
}

.article-link:hover{
  text-decoration: underline  !important;
}

.article-intro{
    font-size: 13px;
    line-height: 17px;
}

/*
===================================*/
.content .prettyprinted,
.content pre{
    margin: 20px 0; 
    padding: 15px 20px !important;
    border-left: 4px solid #B0120D;
    border-radius: 0 ;
    background: #000;
}

/*
===================================*/
.about-list{
    margin: 20px auto;
    color: #fff;
    width: 400px;
}

.about-list li{ 
    padding: 10px 0;
    border-bottom: 1px solid rgba(255,255,255, .4);
}

.about-list span{
    display: inline-block;
    width: 200px;
}

/*
===================================*/
.share{
  float: right;
}

/*
===================================*/
.portfolio-list{
    text-align: center;
    width: 100%;
}

.portfolio-item{
    width: 25%;
    display: inline-block;
    margin: 0 20px 40px 20px;
    height: 200px;
    overflow: hidden;
}

.portfolio-item a{
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    position: relative;
}
 
.portfolio-item img{
    border-radius: 50%;
    border: 1px solid #fff;
    background: #fff;
}

.portfolio-item a:hover img{
    opacity: .9;  
}

.portfolio-item a:hover .portfolio-title{
    text-decoration: underline;
}

.portfolio-item span{
    display: block;
}

.portfolio-item .intro{
    font-weight: normal;
    font-size: 12px;
}

.portfolio-item .portfolio-cms{
  position: absolute;
  font-size: 11px ;
  line-height: 14px;
  font-weight: normal;
  display: inline-block;
  color: #fff;
  padding: 1px 10px 5px 10px;
  background: #b0120d;
  z-index: 2;
  top: 0;
  right: 0;
}

/*
===================================*/
.portfolio-images{
    text-align: center;
    margin: 20px 0;
}

.portfolio-images img{
    margin-bottom: 20px;
    max-width: 100%;
}

/*
===================================*/
.comments{
    background: #fff;
    padding: 20px;
    margin-top: 20px;
}

/*
===================================*/
.loginLogin{
  width: 450px;
  margin: 50px auto;
  max-width: 95%;
}

.loginLogin label{
  display: block;
}

.loginLogin input{
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 10px;
  border: 1px solid #ddd;
  background: #fff;
  margin-bottom: 25px;
}

.loginLogin input[type="submit"]{
  width: 130px;
  margin: 15px auto 0;
}

/*
===================================*/
/*
===================================*/
/*
===================================*/
/*
===================================*/
/*
===================================*/
/*
===================================*/
/*
===================================*/

/*
===================================*/
/*
===================================*/
/*
===================================*/
/*
===================================*/
/*
===================================*/
/*
===================================*/
/*
===================================*/
/*
===================================*/
/*
===================================*/
/*
===================================*/

/*
===================================*/
/*
===================================*/
/*
===================================*/
/*
===================================*/
/*
===================================*/
/*
===================================*/
/*
===================================*/
/*
===================================*/
/*
===================================*/
/*
===================================*/
/*
===================================*/
/*
===================================*/
/*
===================================*/
/*
===================================*/
/*
===================================*/
/*
===================================*/
/*
===================================*/
/*
===================================*/
 
/* CAROUSEL
===================================*/
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel{
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper{
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer{
    overflow: hidden;
    position: relative;
    width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight{
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}
    
.owl-carousel .owl-item{
    float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div{
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility:    hidden;
    -ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

/* MODAL bootstrap
==================================*/
.modal-dialog{
    background: #fff;
    width: 300px;
    padding: 30px;
    margin: 100px auto;
    position: relative;
}

.form-close{
    position: absolute;
    top: -40px;
    right: -40px;
    color: #fff;
    font-size: 40px;
    cursor: pointer;
    border: none;
    background: none;
    outline: none;
}

.form-close:hover{
    color: #ff0000;
}

.form-title{
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 15px ;
}

.form input[type="text"],
.form input[type="email"]{
    display: block;
    width: 90%;
    margin: 10px auto;
    border: 1px solid #ddd;
    padding: 10px 5px;
}

.form input[type="submit"]{
    background: #333;
    color: #fff;
    border: 1px solid #000;
    cursor: pointer;
    display: block;
    width: 150px;
    height: 35px;
    margin: 10px auto;
}

.form input[type="submit"]:hover{
    background: #000;
}

.form-success{
    text-align: center;
    font-size: 18px;
    padding: 20px 0;
    display: none;
}

/*
=====================================*/
:focus::-webkit-input-placeholder { color: transparent; }
:focus:-moz-placeholder { color: transparent; }
:focus::-moz-placeholder { color: transparent; }
:focus:-ms-input-placeholder { color: transparent; }

::-webkit-input-placeholder { color: #333; opacity: 1; }
:-moz-placeholder { color: #333; opacity: 1; }
::-moz-placeholder { color: #333; opacity: 1; }
:-ms-input-placeholder { color: #333; opacity: 1; }

/*
===================================*/
.modal-open {
    overflow: hidden;
    position: relative;
    left: -8px;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: scroll;
} 

.modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -webkit-background-clip: padding-box;
          background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}

.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

.clearfix:before,
.clearfix:after,
.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table;
}

.clearfix:after,
.modal-footer:after {
    clear: both;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.affix {
    position: fixed;
}

/*pagination
===================================*/
.pagination {
    margin: 20px auto;
    text-align: center;
    clear: both;
    font-size: 13px;
}

.pagination li {
    display: inline-block;
}

.pagination span {
    padding: 5px 8px; 
    color: #fff;
}

.pagination a {
    text-decoration: none;
    color: #959595; 
    padding: 5px 8px;
}

.pagination a:hover,
.pagination .active a{
    color: #fff;
}

/*  counter
==============================*/
.dash {
    width: 63px;
    height: 70px;
    background: #000;
    float: left;
    position: relative; 
    padding: 0 0 0 7px; 
}

.count-dot{
    color: #333;
    width: 40px;
    font-size:  70px;
    line-height: 60px;
    float: left;
    text-align: center;
}

.dash .digit {   
    float: left;
    width: 28px; 
    text-align: center;
    font-size: 40px ;
    font-weight: bold;
    color: #fff;
    position: relative;
    top: 12px; 
    height: 70px; 
} 

.dash .tt {
    text-align: center;
    color: #333;
    font-size: 18px;
    margin: 75px 0 0 -7px;
}

.dash .digit .top, 
.dash .digit .bottom {
    height: 63px;
}

.dash_title {
    display: none;
}
 
/* footer
===================================*/
.footer{

}

/*
==========================*/
#editButton{
    color: #fff; 
    text-decoration: none;
    padding: 7px 10px;
    background: #428BCA;
    position: fixed;
    bottom: 15px;
    right: 15px;
    border-radius: 3px;
}

#editButton:hover{
    background: #999;
}