@import url(https://fonts.googleapis.com/css?family=Raleway:700,300);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,300);


@font-face {
  font-family: "untitled-font-1";
  src:url("fonts/untitled-font-1.eot");
  src:url("fonts/untitled-font-1.eot?#iefix") format("embedded-opentype"),
    url("fonts/untitled-font-1.woff") format("woff"),
    url("fonts/untitled-font-1.ttf") format("truetype"),
    url("fonts/untitled-font-1.svg#untitled-font-1") format("svg");
  font-weight: normal;
  font-style: normal;

}

/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,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,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}
/***************************************************************/



body{
   /* overflow: hidden;*/
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
    font-size: 12px;
}
#nav{
    position: fixed;
    top: 0;
    right: -240px;
    width: 240px;
    height: 100%;
    background: #fff;
    z-index: 999;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    box-shadow: 0px 0px 5px #121212;
    opacity: 1;
}
.navbar-toggle{
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
}
#nav.active{
    right: 0;
    width: 240px;
    height: 100%;
     z-index: 999;
    /*min-width: 360px;*/
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
}

.navbar-main{
    display: block;
}
#nav.active .navbar-main{
    display: block;
}
#nav ul{
    margin-top: 48px;
    border-top: 1px solid #ddd;
}

nav li a{
    color: #212121;
    display: block;
    line-height: 64px;
    width: 100%;
    text-decoration: none;
    text-align: left;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 1px;
    vertical-align: middle;
    text-transform: uppercase;
    -webkit-transition: 0.3s;
          transition: 0.3s;
    z-index: 10;
    height: auto;
    border-bottom: 1px solid #ddd;
}
nav li a:hover{
    color: #212121;
}
nav li a.active{
    background: #fff;
    color: #212121;
}


    a.nav_link::before{
        display:block;
        width: 64px;
        height: 64px;
        background-repeat: no-repeat;
        background-position: 0px 0px;
        content: "";
        background-image: url(images/nav_icons.png);
        -webkit-transition: 0.3s;
              transition: 0.3s;
        float: left;
    }

    #nav.active a.nav_link::before{
        margin: 0 auto;
        -webkit-transition: 0.3s;
              transition: 0.3s;
    }
    #nav li.nav_hom a::before{
        background-position: -64px 0px;
    }
    #nav li.nav_hom a:hover::before, #nav li.nav_hom a.active::before{
        background-position: 0px 0px;
    }
    #nav li.nav_abt a::before{
        background-position: -64px -64px;
    }
    #nav li.nav_abt a:hover::before, #nav li.nav_abt a.active::before{
        background-position: 0px -64px;
    }
    #nav li.nav_ser a::before{
        background-position: -64px -128px;
    }
    #nav li.nav_ser a:hover::before, #nav li.nav_ser a.active::before{
        background-position: 0px -128px;
    }
    #nav li.nav_por a::before{
       background-position: -64px -192px;
    }
    #nav li.nav_por a:hover::before, #nav li.nav_por a.active::before{
       background-position: 0px -192px;
    }
    #nav li.nav_con a::before{
       background-position: -64px -256px;
    }
    #nav li.nav_con a:hover::before, #nav li.nav_con a.active::before{
       background-position: 0px -256px;
    }
#nav.active li a{
    color: #212121;
    display: block;
    width: 100%;
    vertical-align: middle;
    -webkit-transition: 0.3s;
          transition: 0.3s;
    z-index: 10;
    /*border-bottom: 1px solid #ddd;*/
    height: auto;
}
#nav.active li a.active{
    color: #eb1c23;
}


#glass{
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    z-index: 900;
    display: none;
    -webkit-transition: 0.3s;
          transition: 0.3s;
}
#glass.active{
    opacity: 0.8;
    display: block;
    -webkit-transition: 0.3s;
          transition: 0.3s;
}

/************toggle switch****************/
.cmn-toggle-switch {
  display: block;
/*  position: relative;*/
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 48px;
  height: 48px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.3s;
          transition: background 0.3s;
    float: right;
}

.cmn-toggle-switch:focus {
  outline: none;
}
.cmn-toggle-switch span {
  display: block;
  position: absolute;
  top: 22px;
  left: 8px;
  right: 8px;
  height: 4px;
  background: white;
    border-radius: 2px;
}

.cmn-toggle-switch span::before,
.cmn-toggle-switch span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
  content: "";
    border-radius: 2px;
}

.cmn-toggle-switch span::before {
  top: -12px;
}

.cmn-toggle-switch span::after {
  bottom: -12px;
}

.cmn-toggle-switch__htra {
  background-color: #212121;
}

.cmn-toggle-switch__htra span {
  -webkit-transition: -webkit-transform 0.3s;
          transition: transform 0.3s;
}

.cmn-toggle-switch__htra span::before {
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition: -webkit-transform 0.3s, width 0.3s, top 0.3s;
          transition: transform 0.3s, width 0.3s, top 0.3s;
}

.cmn-toggle-switch__htra span::after {
  -webkit-transform-origin: bottom left;
      -ms-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transition: -webkit-transform 0.3s, width 0.3s, bottom 0.3s;
          transition: transform 0.3s, width 0.3s, bottom 0.3s;
}

/* active state, i.e. menu open */
.cmn-toggle-switch__htra.active {
  background-color: #eb1c23;
}

.cmn-toggle-switch__htra.active span {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
    background-color: #eb1c23;
}

.cmn-toggle-switch__htra.active span::before,
.cmn-toggle-switch__htra.active span::after {
  width: 114%;
}

.cmn-toggle-switch__htra.active span::before {
  top: 0;
  -webkit-transform: translateX(0px) translateY(13px) rotate(-45deg);
      -ms-transform: translateX(0px) translateY(13px) rotate(-45deg);
          transform: translateX(0px) translateY(13px) rotate(-45deg);
}

.cmn-toggle-switch__htra.active span::after {
  bottom: 0;
  -webkit-transform: translateX(0px) translateY(-14px) rotate(45deg);
      -ms-transform: translateX(0px) translateY(-14px) rotate(45deg);
          transform: translateX(0px) translateY(-14px) rotate(45deg);
}
/*****************************************/
h1, h2{
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
}
h1{
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.5;
}
.hl-r{
    color: #eb1c23;
}
.hl-w{
    color: #fff;
}
.hl-b{
    color: #212121;
}
.hl-y{
    color: #FFD300;
}
.page{
    background: #fff;
    position: relative;
   /* position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;*/
}
/* wrapper */
.wrapper {
	max-width:1140px;
	width:90%;
    height: 100%;
	margin:0 auto;
	position:relative;
    display: table;
}
.half{
    display: inline-block;
    width: 49.5%;
    vertical-align: middle;
}
.quarter{
    display: inline-block;
    width: 24.5%;
    vertical-align: top;
}
.three-fourth{
    display: inline-block;
    width: 74.5%;
    vertical-align: top;
}
#home{
    /*background:url(images/sl-bg.png) top center repeat-y #c1171d;*/
    background: #212121;
}
#home_slider{

}
.hslideritem{
    /*position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background:url(images/sl-bg.png) top center repeat-y #c1171d;*/
    -webkit-perspective: 1500;
    height: 100%;
}
ul.bxslider.slide_list {
  height: 100%;
}
.sl_text{
    position: relative;
    transition:all 0.5s ease-in-out;
    transform-style: preserve-3d;
    -webkit-transform-origin: left center;
    transform:rotateX(-90deg);
    translateY(-100%);
    opacity: 0;
    z-index: 5;
    text-align: center;
}
li.active-slide .sl_text{
    transition:all 0.5s ease-in-out;
    transform:rotateX(0deg);
    translateY(0%);
    opacity: 1;
}
.sl_img{
    position: relative;
    top: 0;
    text-align: center;
    height: 100%;
    width: 100%;
    transition:all 0.5s ease-in-out;
    opacity: 0;
    z-index: 4;
    background: #c1171d;
}
li.active-slide .sl_img{
    opacity: 1;
}

.sl-imgc{
    margin: 0 auto;
}
.sl-imgc li{
    position: absolute;
    width: 100%;
    height: 100%;
    transition:all 0.8s ease-in-out;
}
.sl_img img, .sl-imgc img{
    height: auto;
    width: 100%;
}
.hslideritem h2{
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    font-size: 2.5em;
    color: #f0f0f0;
    text-transform: uppercase;
    background: rgba(21,21,21,0.9);
    padding: 25px;
    line-height: 1.5;
    letter-spacing: 2px;
    position: relative;
    top: 50%;
}

.sl_hl{
    padding: 5px 10px;
    box-shadow: 0 0 0 5px #FFD300;
}
/*.sl_hl::before{
    content: "";
    width: 0;
    height: 0;
    border-top: 42px solid transparent;
    border-left: 30px solid rgb(33, 33, 33);
    border-bottom: 42px solid transparent;
    position: absolute;
    margin-left: -40px;
}
.sl_hl::after{
    content: "";
    width: 0;
	height: 0;
	border-top: 42px solid transparent;
	border-right: 30px solid rgb(33, 33, 33);
	border-bottom: 42px solid transparent;
    position: absolute;
    margin-left: 10px;
}
#hslide1{
    left: 0;
}
#hslide2{
    left: 100%;
}
#hslide3{
    left: 200%;
}
#hslide3.active{
    margin-left: -72px;
}*/
/*******************Slider*************************/
.sl1-1{top:100%}
.sl1-2{top:-100%}
.sl1-3{top:-100%}
.sl1-4{left:-100%}
.sl1-5{left:100%}
.sl1-6{top: -100%}
/*.sl1-7{opacity: 0}*/
li.active-slide .sl1-1{top: 0;
    -webkit-transition-delay: 0s; /* Safari */
    transition-delay: 0s;}
li.active-slide .sl1-2{top: 0;
    -webkit-transition-delay: 0.2s; /* Safari */
    transition-delay: 0.2s;}
li.active-slide .sl1-3{top: 0;
    -webkit-transition-delay: 0.6s; /* Safari */
    transition-delay: 0.6s;}
li.active-slide .sl1-4{left: 0;
    -webkit-transition-delay: 0.8s; /* Safari */
    transition-delay: 0.8s;}
li.active-slide .sl1-5{left: 0;
    -webkit-transition-delay: 1.2s; /* Safari */
    transition-delay: 1.2s;}
li.active-slide .sl1-6{top: 0;
    -webkit-transition-delay: 1.6s; /* Safari */
    transition-delay: 1.6s;}
/* li.active-slide .sl1-7{opacity: 1;
    -webkit-transition-delay: 2s;
    transition-delay: 2s;} */

/*********************/

.sl2-1{top:-100%}
.sl2-2{left:100%}
.sl2-3{left:-100%}
li.active-slide .sl2-1{top: 0;
    -webkit-transition-delay: 0s; /* Safari */
    transition-delay: 0s;}
li.active-slide .sl2-2{left: 0;
    -webkit-transition-delay: 0.4s; /* Safari */
    transition-delay: 0.4s;}
li.active-slide .sl2-3{left: 0;
    -webkit-transition-delay: 0.8s; /* Safari */
    transition-delay: 0.8s;}

/*********************/

.sl3-1{opacity:0}
.sl3-2{top:-100%}
.sl3-3{top:-100%}
.sl3-4{left:-100%}
.sl3-5{left:100%}

li.active-slide .sl3-1{opacity: 1;
    -webkit-transition-delay: 2s; /* Safari */
    transition-delay: 2s;}
li.active-slide .sl3-2{top: 0;
    -webkit-transition-delay: 0s; /* Safari */
    transition-delay: 0s;}
li.active-slide .sl3-3{top: 0;
    -webkit-transition-delay: 0.5s; /* Safari */
    transition-delay: 0.5s;}
li.active-slide .sl3-4{left: 0;
    -webkit-transition-delay: 1s; /* Safari */
    transition-delay: 1s;}
li.active-slide .sl3-5{left: 0;
    -webkit-transition-delay: 1.5s; /* Safari */
    transition-delay: 1.5s;}

/**************************************************/
#hslide1.active-slide .sl_text{
    -webkit-transition-delay: 0s; /* Safari */
    transition-delay: 0s;}
    #hslide2.active-slide .sl_text{
    -webkit-transition-delay: 0s; /* Safari */
    transition-delay: 0s;}
    #hslide3.active-slide .sl_text{
    -webkit-transition-delay: 0s; /* Safari */
    transition-delay: 0s;}
/**************************************************/
a.nav_prev, a.nav_next{
    background: #121212;
    color: #eee;
    text-decoration: none;
    width: 64px;
    height: 64px;
    line-height: 64px;
    text-transform: uppercase;
    display: block;
    text-align: center;
}
#about{
    /*background: #fff;*/
    top:100%;
    background: url(images/about_bg.jpg) #fff;
    /*background-image: radial-gradient(#A1A1A1 15%, transparent 16%), radial-gradient(#C7C4C4 15%, transparent 16%);
    background-size: 12px 12px;
    background-position: 0 0, 6px 6px;*/
    padding: 80px 0;
}
#about.active{
}
/*
-webkit-animation: about-bg 0.5s infinite;
  -moz-animation:    about-bg 0.5s infinite;
  -o-animation:      about-bg 0.5s infinite;
  animation:         about-bg 0.5s infinite; */
/*
@-webkit-keyframes about-bg {

  0%   { background-position: 0 0, 6px 6px; }
  100% { background-position: 6px 6px, 12px 12px; }
}
@-moz-keyframes about-bg {
  0%   { background-position: 0 0, 6px 6px; }
  100% { background-position: 6px 6px, 12px 12px; }
}
@-o-keyframes about-bg {
  0%   { background-position: 0 0, 6px 6px; }
  100% { background-position: 6px 6px, 12px 12px; }
}
@keyframes about-bg {
  0%   { background-position: 0 0, 6px 6px; }
  100% { background-position: 24px 24px, 30px 30px; }
}*/
#about h1{
    position: relative;
    color: #212121;
    display: block;
    font-size: 48px;
    top: -100px;
    font-weight: 700;
    opacity: 0;
    transition:all 0.5s ease-in-out;
    padding: 0;
    line-height: 1;
}
.h-hl{
    color: #EB1C23;
    padding: 0px;
}
#about .wrapper{
    max-width: 960px;
    padding:0;
}
quote{
    font-size: 48px;
    color: #eb1c23;
    display: block;
    line-height: 64px;
    word-spacing: 4px;
}
#about section{
    display: table-cell;
    vertical-align: middle;
}
#about article{
    margin-top: 40px;
}
#about .logo{
    position: relative;
    width: 45%;
    left: -200px;
    opacity: 0;
    transition:all 0.5s ease-in-out;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}
#about .logo img{
    width: 100%;
}
#about .content{
    position: relative;
    display: block;
    width: 90%;
    margin: 0 auto;
    vertical-align: middle;
    top: 200px;
    opacity: 0;
    transition:all 0.5s ease-in-out;
}
#about p{
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 2.2;
    color:  #212121;
    padding:0;
    background-color: #fff;
    display: inline;
    box-shadow: -10px 0 0 5px #fff,10px 0 0 5px #fff;
}
#about.active h1{
    top: 0;
    opacity: 1;
    transition:all 1s ease-in-out;
}
#about.active .logo{
    left: 0;
    opacity: 1;
    transition:all 1s ease-in-out;
}
#about.active .content{
    top: 0;
    opacity: 1;
    transition:all 1s ease-in-out;
}
#services{
    background:#212121;
    top: 200%;
    padding: 100px 0;
}
#services.active{
}
#services h1{
    position: relative;
    font-size: 48px;
    color: #212121;
    background: #212121;
    margin-top: 0px;
    padding: 30px 0;
    text-align: center;
    bottom: 0px;
    font-weight: 700;
    opacity: 1;
    z-index: 99;
}
#services.active h1{

    color: #fff;
    transition:all 0.8s ease-in;
    opacity: 1;
}
#services section{
    display: table-cell;
    vertical-align: middle;
}

.serv-block{
    position: relative;
    display: block;
    width: 80%;
    max-width: 320px;
    margin:20px auto;
    background: #fff;
    color: #212121;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    top: 0;
    cursor: pointer;
    padding-top: 10px;
    z-index: 1;
    margin-top: 0;
}
#services article{
    position: relative;
    top: 0;
    opacity: 1;
    transition:all 0.8s ease-in;
    /*height: 440px;*/
    width: 100%;
}

#services .serv-block:hover,#services .serv-block.active{
    background: #e41b22;
    background-size: 100% 100%;
    /*box-shadow: 0px 0px 0px 5px #fff,
                5px 5px 5px rgba(0,0,0,0.8);*/
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#services .serv-block:hover .serv-title,#services .serv-block.active .serv-title{
    color: #fff;
}
.serv-img{
    display: block;
    width: 150px;
    height: 150px;
    line-height: 150px;
    margin: 15px auto;
    font-family: "untitled-font-1";
    font-size: 48px;
    border: 5px solid #fff;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.serv-block:hover .serv-img, .serv-block.active .serv-img{
    color: #fff;
    font-size: 72px;

    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
/*.serv-web {

}
.serv-web .serv-img{
    background: url('images/webdesign_b.png') no-repeat center center;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.serv-vid{

}
.serv-vid .serv-img{
    background: url('images/video_b.png') no-repeat center center;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;

}
.serv-brand{

}
.serv-brand .serv-img{
    background: url('images/brand_b.png') no-repeat center center;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.serv-print{

}
.serv-print .serv-img{
    background: url('images/print_b.png') no-repeat center center;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.serv-web.active .serv-img, .serv-web:hover .serv-img{
    background: url('images/webdesign.png') no-repeat center;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.serv-vid.active .serv-img, .serv-vid:hover .serv-img{
    background: url('images/video.png') no-repeat center;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.serv-brand.active .serv-img, .serv-brand:hover .serv-img{
    background: url('images/brand.png') no-repeat center;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.serv-print.active .serv-img, .serv-print:hover .serv-img{
    background: url('images/print.png') no-repeat center;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
*/
.serv-desc{
    position: absolute;
    width: 100%;
    top: 0px;
    opacity: 0;
    font-size: 18px;
    padding: 20px 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 99;
}
.serv-desc.active{

    opacity: 1;
    height: auto;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.serv-title{
    font-size: 18px;
    color: #212121;
    font-weight: 800;
    text-align: center;
    display: block;
    text-transform: uppercase;
    padding: 20px 0;
}
ul.serv-desc {
    list-style: square;
    transition: all 0.2s ease-in-out;
    top: 40px;
}
ul.serv-desc.active {
    opacity: 1;
    transition: all 0.5s ease-in-out;
}
.serv-desc li{
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    display: block;
    font-size: 14px;
    line-height: 1.9;
    text-transform: uppercase;
    display: inline-block;
    background-color: #fff;
    color: #222;
    padding: 2px 1%;
    width: 18%;
    text-align: center;
    margin: 0 2%;
}
#serv-desc{
    position: relative;
    display: none;
    margin-top: 0px;
    color: #fff;
    background: #e41b22;
    box-shadow: 0 0 0 2px #e41b22, 0 0 8px #000;
    height: 4px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: 100;
}
#serv-desc.active{
    height: 160px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#portfolio{
    background: #fff;
    top:300%;
    padding-bottom: 40px;
}
#portfolio.active{
}
#port_tab{
    position: relative;
    height: 20%;
    width: 100%;
    background: #fff;
    z-index: 21;
    top:0px;
    padding: 60px 0;
}

#port_tab h1{
    font-size: 48px;
    margin: 20px;
    font-weight: 700;
    text-align: center;
}
#filters {
   text-align: center;
}
#filters button{
    display: inline-block;
    padding: 5px 10px;
    background: #fff;
    box-shadow: 0px 0px 0px 1px #EB1C23;
    font-weight: 400;
    font-size: 0.8em;
    color: #212121;
    border: 0;
    letter-spacing: 1px;
    margin: 10px;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    cursor: pointer;
}
#filters button.active{
    color: #fff;
    background: #EB1C23;
}
#filters button:focus, #filters button:focus:hover{
    outline: none;
    border: 0;
}
#port_gall{
    position: relative;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    margin-top: 40px;
    top: 100%;
    opacity: 0;
    transition:all 0.8s ease-in-out;
}
#portfolio.active #port_gall{
    top: 20%;
    opacity: 1;
    transition:all 0.8s ease-in-out;
}
#port_cont{
    margin: 0 5%;
}
.port_thmb{
    display: inline-block;
    width: 100%;
    padding: 0;
    overflow: hidden;
    background: #000;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");

}
.port_thmb.active, .port_thmb:hover{
    -webkit-filter: none;
    filter: none;
}
#port_full{
    position: fixed;
    opacity: 0;
    top: -100px;
    width: 100%;
    height: 0;
    left: 0;
    z-index: -1;
     -webkit-transition: 0.3s;
          transition: 0.3s;

}
#port_full.active{
    opacity: 1;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(21,21,21,0.8);
    top: 0px;
    z-index: 10000;
    -webkit-transition: 0.5s;
          transition: 0.5s;
    padding-top: 10px;
}
@-webkit-keyframes display-none-transition {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
  }
  100% {
    opacity: 1;
  }
}
div#myPortfolio {
    color: #fff;
    background-color: #EB1C23;
    display: block;
    height: 40px;
    padding: 10px 20px;
    font-size: 2em;
    line-height: 40px;
}
#myPortfolio h4{
    font-size: 1em;
    display: inline-block;
}
.porturl{
    display: block;
    background: url(images/ext_link.png) center center no-repeat #212121;
    width: 80%;
    margin: 0 auto;

}
.porturl img{
    opacity: 1;
    -webkit-transition: 0.3s;
          transition: 0.3s;
}
.porturl:hover img{
    opacity: 0.5;
    -webkit-transition: 0.3s;
          transition: 0.3s;
}
.mod_close{
    color: #fff;
    background: url(images/close.png) center center no-repeat #EB1C23;
    border: none;
    float: right;
    padding: 8px 20px;
    font-size: 28px;
    font-family: 'Raleway', sans-serif;
    cursor: pointer;
    height: 60px;
    width: 60px;
    border-left: 2px solid #fff;
    outline: none;
}
.mod_close:focus{
    outline: none;
}
.modal-content{
    width: 90%;
    height: 90%;
    margin: 0 auto;
}
#loading{
    background: #eee;
    padding:20px;
    overflow-y: auto;
    max-height: 90%;
}
#loading img{
    width: 100%;
    display: block;
    margin: 0 auto;
}
.ofhide{
    overflow: hidden;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#loading .videoWrapper{
    margin: 0 auto;
    display: block;
}
.port_thmb img{
    width: 100%;
    /*box-shadow: 0 0 4px #888;*/
   /* box-shadow: -4px -4px 0 0 #ccc, -8px -8px 0 0 #ddd;*/
    -webkit-transition: 0.5s;
          transition: 0.5s;
    -webkit-transition: 0.5s;
          transition: 0.5s;
    -webkit-transform:scale(1.05); /* Safari and Chrome */
    -moz-transform:scale(1.05); /* Firefox */
    -ms-transform:scale(1.05); /* IE 9 */
    -o-transform:scale(1.05); /* Opera */
     transform:scale(1.05);
    opacity: 0.8;
}
.port_thmb:hover img{
    /*box-shadow: 2px 2px 0 #666, 4px 4px 0 0 #aaa, 6px 6px 0 0 #ddd;
    margin-top: -4px;
    margin-right: -4px;*/
    -webkit-transition: 0.5s;
          transition: 0.5s;
    -webkit-transform:scale(1.1); /* Safari and Chrome */
    -moz-transform:scale(1.1); /* Firefox */
    -ms-transform:scale(1.1); /* IE 9 */
    -o-transform:scale(1.1); /* Opera */
     transform:scale(1.1);
    opacity: 1;
}
#loading .ploader{
    width: 32px;
    margin: 0 auto;
}
#contact{
    background: #fff;
    top:400%;
    font-family: 'Raleway', sans-serif;
    padding: 60px 0;
}
#contact h1{
    text-align: center;
    font-weight: 700;
    font-size: 48px;
    margin-bottom: 60px;
}
#cont_add {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
    padding: 20px 0;
    left: 0;
    background: #fff;
    color: #212121;
    text-align: left;
}
.cont-block{
    padding: 3%;
    margin-bottom: 40px;
}
.cont-block p{
    display: block;
    vertical-align: top;
    background-color: #fff;
    color: #212121;
    padding: 10px 20px;
    font-weight: 700;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    box-shadow: 0 -10px 0px 0px #fff, 0 -12px 0 0px #EB1C23;
}
#cont_map{
    height: 300px;
    border-top: 15px solid #EB1C23;
}
#cont_map iframe{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
    z-index: 1;

}
.map-lock{

    text-decoration: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(21,21,21,0.9);
    color: #fff;
    text-align: center;
    font-size: 16px;
    top: 0;
    right: 0;
    line-height: 250px;
    -webkit-transition: 0.3s;
          transition: 0.3s;
    z-index: 10;
}
.map-icon{
    font-family: "untitled-font-1";
    font-size: 48px;
    -webkit-transition: 0.3s;
          transition: 0.3s;
    cursor: pointer;
}
.map-icon span{
    position: absolute;
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    top: 48px;
    opacity: 0;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 100px;
    height: 40px;
    color: #EB1C23;
    margin-left: -68px;
}
.map-icon:hover span{
    opacity: 1;
    -webkit-transition: 0.3s;
          transition: 0.3s;
}
.map-lock.open {
    width: 64px;
    height: 64px;
    top: 0px;
    right: 5%;
    line-height: 64px;
    background: #EB1C23;
    -webkit-transition: 0.3s;
          transition: 0.3s;
}
.map-lock.open .map-icon{
    font-size: 32px;
    color: #fff;
    -webkit-transition: 0.3s;
          transition: 0.3s;
}
.map-lock.open span{
    display: none;
}
.social{
    font-family: "untitled-font-1";
    text-decoration: none;
    color: #212121;
    width: 50px;
    display: inline-block;
    height: 50px;
    background: #fff;
    font-size: 28px;
    text-align: center;
    line-height: 50px;
    margin-right: 10px;
    -webkit-transition: 0.3s;
          transition: 0.3s;
}
.social:hover{
    background-color: #EB1C23;
    color: #fff;
    -webkit-transition: 0.3s;
          transition: 0.3s;
}
div.social-icon{
    width: 80%;
    margin: 0 auto;
    text-align: center;
    box-shadow:0 -10px 0px 0px #fff, 0 -12px 0 0px #EB1C23;
}
#cont_form{
    font-weight: 200;
    padding: 20px 0;
    top:0;
    right: 0px;
    /*background: #EB1C23;*/
    background: #fff;
    line-height: 1.8;
}
.contain{
    padding: 0 25px;
}
#cont_add h2{
    text-transform: uppercase;
    color: #212121;
    font-size: 1.5em;
    letter-spacing: 2px;
    padding: 5px 2%;
    line-height: 1.5;
    display: block;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 300;
}
#cont_form h2{
    font-weight: 300;
    text-transform: uppercase;
    font-size: 32px;
    text-align: center;
    letter-spacing: 2px;
    padding: 0;
    margin: 0;
    margin-bottom: 40px;
    line-height: 1.5;
    box-shadow: 0 0 0 4px #fff, 0 6px 0 0 #EB1C23;
}
#cont_form .error{
    font-size: 24px;
    font-weight: 700;
    color: #EB1C23;
    background: #212121;
    padding: 0 20px;
}
#cont_form .success{
    color: #48C30A;
    font-size: 24px;
    font-weight: 700;
    background: #212121;
    padding: 0 20px;
}
#cont_form label{
    width: 15%;
    min-width: 120px;
    max-width: 150px;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
}
#cont_form span{
    width: 80%;
    min-width: 200px;
    margin: 20px auto;
    display: block;
}
label, input[type="text"],
input[type="email"],
input[type="tel"],
textarea{
    display: block;
    max-width: 90%;
    padding: 5px;
}
#cont_form input[type="text"],
#cont_form input[type="email"],
#cont_form input[type="tel"],
#cont_form textarea{
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    border: none;
    color: #212121;
    border-bottom: 2px solid #212121;
    width: 100%;
    background: rgba(21,21,21, 0.0);
}
#cont_form input[type="text"]:focus, #cont_form input[type="email"]:focus,
#cont_form input[type="tel"]:focus, #cont_form textarea:focus{
    outline: none;
    border: none;
    background: rgba(21,21,21, 0.1);
    border-bottom: 2px solid #212121;
}
input[type="text"]:hover,
#cont_form input[type="email"]:hover,
#cont_form input[type="tel"]:hover,{
    outline: none;
    border: none;
    border-bottom: 2px solid #212121;
}

input[type="text"]:focus:hover, input[type="textbox"]:focus:hover, #cont_form textarea:focus:hover{
    outline: none;
    border: none;
    border-bottom: 2px solid #212121;
    background: rgba(21,21,21, 0.1);
}
#cont_form input[type="submit"]{
    display: block;
    margin: 0 auto;
    width: 140px;
    background-color: #212121;
    color: #F0F0F0;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
    border: none;
    padding: 10px 15px;
    box-shadow: 2px 2px #000;
    text-transform: uppercase;
}
#cont_form input[type="submit"]:focus{
    box-shadow: 1px 1px 0 #EB1C23;
    outline: none;
    border: none;
    margin-top: 2px;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #212121;
    opacity:  0.8;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #212121;
   opacity:  0.8;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #212121;
   opacity:  0.8;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #212121;
    opacity:  0.8;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    border-radius: 5px;
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.5);
    background: #EB1C23;
}


.a_link,.m_link, .p_link{
    text-decoration: none;
    color: #212121;
}
/********PACE Page Loader*********************************/
.hide{
	display:none;
}
.pace {
    background: #fff;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 999999;
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    top: 0;
    left: 0;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
	background-color: #fff;
	position: relative;
	z-index: 2000;
	width: 72px;
	margin:200px auto;
	overflow: hidden;
}

.pace .pace-progress-inner {
    display: block;
    width: 64px;
    height: 64px;
    margin: 0 auto;
    background: url(images/load.gif) center center no-repeat;
}

/********PACE Page Loader*********************************/
@media (min-width: 480px) {
    h1{
        font-size: 24px;
    }
    .port_thmb{
        display: inline-block;
        width: 45%;
        margin: 10px 2%;
    }

    #about h1,#services.active h1, #port_tab h1, #contact h1{
        font-size: 64px;
    }
}

@media (min-width: 768px) {
    h1{
        font-size: 32px;
    }
    #nav{
        width: 240px;
        height: 100%;
        opacity: 1;
        z-index: 999;
        right: -168px;
    }
    #nav.active{
        right: 0;
    }
    #nav ul{
        margin-top: 72px;
    }
    .navbar-main{
        display: block;
    }
    .cmn-toggle-switch {
        width: 72px;
        height: 72px;
    }
    .cmn-toggle-switch span {
        top: 33px;
        left: 12px;
        right: 12px;
        height: 6px;
    }
    .cmn-toggle-switch span::before,
    .cmn-toggle-switch span::after {
      height: 6px;
    }
    .cmn-toggle-switch span::before {
      top: -18px;
    }
    .cmn-toggle-switch span::after {
      bottom: -18px;
    }
    .cmn-toggle-switch__htra.active span::before {
  top: 0;
  -webkit-transform: translateX(0px) translateY(20px) rotate(-45deg);
      -ms-transform: translateX(0px) translateY(20px) rotate(-45deg);
          transform: translateX(0px) translateY(20px) rotate(-45deg);
}

.cmn-toggle-switch__htra.active span::after {
  bottom: 0;
  -webkit-transform: translateX(0px) translateY(-20px) rotate(45deg);
      -ms-transform: translateX(0px) translateY(-20px) rotate(45deg);
          transform: translateX(0px) translateY(-20px) rotate(45deg);
}
    nav li a{
        height: 72px;
        line-height: 72px;
        /*text-indent: 100px;*/
    }
    #nav.active li a{
        text-indent: 0px;
    }
     a.nav_link::before{
        display:block;
        width: 72px;
        height: 72px;
}
    .page{
        margin-right: 72px;
    }

    .sl_text{
        position: absolute;
        height: 100%;
        width: 100%;
        transform-style: preserve-3d;
        -webkit-transform-origin: left center;
        transform: rotateX(-90deg);
    }
    .hslideritem h2{
        transform: translateY(-50%);
        font-size: 4em;
    }
    .sl_img img, .sl-imgc img{
        display: block;
        /* width: auto; */
        height: 100%;
    }
    #about .wrapper{
        padding: 0px;
    }
    #about .logo{
        float: left;
        width: 20%;
        padding: 20px 2%;
        text-align: center;
     }
    #about .logo img{
        width: auto;
        max-height: 360px;
        max-width: 100%;
    }
    #about p{
        font-size: 24px;
    }
    #about .quote{
        display: inline-block;
    }
    #about .content{
        width: 71.5%;
        float: right;
    }
    .h-hl{
        padding: 0px;
    }

    #hslide1.active-slide .sl_text{
    -webkit-transition-delay: 3s; /* Safari */
    transition-delay: 3s;}
#hslide2.active-slide .sl_text{
    -webkit-transition-delay: 2s; /* Safari */
    transition-delay: 2s;}
#hslide3.active-slide .sl_text{
    -webkit-transition-delay: 2.5s; /* Safari */
    transition-delay: 2.5s;}


    #services .serv-block{
        display: inline-block;
        width: 40%;
        margin:10px 4.45%;
    }
    #port_tab h1{
        margin: 20px 40px;
    }
    #filters button{
        font-size: 1em;
    }
    #port_cont{
        margin: 0 auto;
    }
    .port_thmb{
        display: inline-block;
        width: 25%;
        margin:0;
    }
    #myPortfolio h4{
        font-size: 1.5em;
    }
    .videoWrapper {
        position: relative;
        padding-bottom: 40%; /* 16:9 */
        padding-top: 25px;
        height: 0;
        width: 70%;
    }
    #contact{

    }
    #cont_form{
        display: block;
        vertical-align: top;
        width: 80%;
        max-width: 640px;
        margin: 0 auto;
        /*box-shadow: 0px 0px 5px 0 #000, 8px 6px 0 0 #888;
         margin-bottom: 60px;*/

    }
    #cont_form input[type="text"],
    #cont_form input[type="textbox"],
    #cont_form input[type="email"],
    #cont_form input[type="tel"],
    #cont_form textarea{
        /*font-size: 28px;*/
    }
    #cont_add{
        /*display: inline-block;
        width: 49%;*/
    }
    #cont_add h2{
        margin: 0;
        margin-bottom: 20px;
        display: inline-block;
        width: 44%;
        text-align: right;
        font-weight: 300;
    }
    .cont-block p{
        display: inline-block;
        width: 40%;
        box-shadow: -10px 0px 0px 0px #fff, -12px 0px 0 0px #EB1C23;
        margin: 0;
        margin-left: 2%;
        text-align: left;
    }
    div.social-icon{
        display: inline-block;
        width: 40%;
        margin: 0;
        margin-left: 2%;
        padding: 0 20px;
        box-shadow: -10px 0px 0px 0px #fff, -12px 0px 0 0px #EB1C23;
        text-align: left;
    }
    #services.active h1, #port_tab h1, #contact h1{
        font-size: 96px;
    }
}
@media (min-width: 960px) {
    #services.active article{
        height: 275px;
    }
    #services .serv-block{
        display: inline-block;
        width: 22%;
        margin:0 1.3%;
        margin-top: 300px;
    }
    #services.active .serv-block{
        margin-top: 0px;
    }
    #services .serv-block:hover,#services .serv-block.active{
        margin-top: 20px;
    }
    #services .serv-block.active{
        z-index: 10;
    }
    #serv-desc{
        display: block;
    }
    #about h1{
        font-size: 96px;
    }
    #services.active h1, #port_tab h1, #contact h1{
        font-size: 120px;
    }
}
