/**
  * Name: Avent
  * Version: 1.0
  * Author: ROLLTHEMES
  * Author URI: http://www.rollthemes.com
*/

@font-face {
  font-family: 'fontello';
  src: url('/font/fontello.eot?3557651');
  src: url('/font/fontello.eot?3557651#iefix') format('embedded-opentype'),
       url('/font/fontello.woff?3557651') format('woff'),
       url('/font/fontello.ttf?3557651') format('truetype'),
       url('/font/fontello.svg?3557651#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}


/* Repeatable Patterns
-------------------------------------------------------------- */
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
            box-sizing: border-box;
}

body {
    font: 13px/22px "Arial","NanumGothic", "돋움",sans-serif;
    background: #fff;
    color: #333333;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

::-moz-selection { 
    color: #fff; 
    text-shadow: none; 
    background: #000; 
}

::-webkit-selection { 
    color: #fff; 
    text-shadow: none; 
    background: #000; 
}

::selection { 
    color: #fff; 
    text-shadow: none; 
    background: #000; 
}

a,
a:focus {
    color: #000;
    outline: 0;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover {
    color: #737373;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

img.img-left {
    margin: 7px 30px 25px 0 !important;
    float: left;
}

img.img-right {
    margin: 7px 0 25px 30px !important;
    float: right;
}

strong, b {
    font-weight: 700;
}

p {
    margin: 0;
    margin-bottom: 20px;
}

.margint1 { margin-top: 10px; }
.margint2 { margin-top: 20px; }
.margint3 { margin-top: 30px; }
.margint4 { margin-top: 40px; }
.margint5 { margin-top: 48px; }
.margint6 { margin-top: 59px; }
.marginb1 { margin-bottom: 10px; }
.marginb2 { margin-bottom: 20px; }
.marginb3 { margin-bottom: 30px; }
.marginb4 { margin-bottom: 40px; }
.marginb5 { margin-bottom: 58px; }
.marginb6 { margin-bottom: 60px; }

h1, h2, h3, h4, h5, h6 {
    color: #000;
    margin: 0;
}

h1 { font: 52px/56px "Raleway", sans-serif; font-weight: 700;}
h2 { font: 30px/46px "Raleway", sans-serif; font-weight: 700;}
h3 { font: 28px/36px "Raleway", sans-serif; font-weight: 700;}
h4 { font: 26px/34px "Raleway", sans-serif; font-weight: 700;}
h5 { font: 16px/21px "Raleway", sans-serif; font-weight: 700;}
h6 { font: 13px/30px "Raleway", sans-serif; font-weight: 700;}

.text-white { color: #fff !important; }
.text-dark { color: #322d2d !important;}

input[type="checkbox"] { display: inline; }

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    color: #676767;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    color: #000;
    border-color: #bbb;
    -webkit-box-shadow: none;
        -moz-box-shadow: none;
            box-shadow: none;
}

input:-moz-placeholder,
textarea:-moz-placeholder,
input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #000;
    opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #000;
    opacity: 1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #000;
    opacity: 1;
}

.roll-animation {
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
}

.roll-animation.animated {
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}

.efList h2.title {
    letter-spacing: 1px;
    word-spacing: 0;font-size:14px;
	margin-top: 36px !important;
    margin-bottom: 36px !important;
}
.efitem h4{padding:80px 0 30px;text-align:center;}


/* bootstrap resetting elements */
.btn {
    background-image: none;
}

textarea, 
input[type="text"],
input[type="submit"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], 
.uneditable-input,
.dropdown-menu,
.navbar .nav > .active > a, 
.navbar .nav > .active > a:hover, 
.navbar .nav > .active > a:focus {
    -webkit-appearance: none;
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

/* Top
-------------------------------------------------------------- */
.roll-top {
    background-color:#f8f8f8;border-bottom: 1px solid #e5e5e5;
}

.roll-top ul {
    margin: 0;
    padding: 6px 0;
    display: inline-block;
}

.roll-top ul li {
    display: inline-block;
    position: relative;
    font-size: 10px;
    margin-left: 0px;
	margin-right:12px;
    padding-left: 0px;
    color: #010101;
}

.roll-top ul li.qna {
    width: auto;
}

.roll-top ul li.review {
    width: auto;
}

.roll-top ul.top-right li {
    margin-left: 19px;
    padding-left: 30px;
}

.roll-top ul li:first-child {
    margin-left: 0;
}

.roll-top ul li a {
    color: #010101;
    font-weight: 500;
    letter-spacing: 0.4px;
}

.roll-top ul.top-left {
    float: left;
}

.roll-top ul.top-right {
    float: right;
}

.roll-top ul.top-right li {
    padding-left: 27px;
    margin-left: 18px;
}
.roll-top ul.top-right li.nopadd {
    padding-left: 0px;
    margin-left: 2px;
}

.roll-top ul li:before {
    top: -1px;
    left: 0;
    position: absolute;
}

.roll-top ul.top-left li:before {
    font-size: 16px;
}

.roll-top ul.top-right li:before {
    font-size: 15px;
}

.roll-top ul.top-right li.support {
    width: 75px;
}

.roll-top ul.top-right li.login {
    width: 61px;
}

.roll-top ul.top-right li.cart {
    width:auto;
}


/* Header
-------------------------------------------------------------- */
.header {
    width: 100%;
    position: relative;
    background-color: #fff;
    z-index: 9999;
	border-bottom:1px solid #ededed;
    /*box-shadow: 0px 3px 5px rgba(0,0,0,0.05);*/
}

.logo {
    height: 19px;
    padding-top: 36px;
    margin-left: 2px;
}

.header.head-shadow {
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.25);
    margin-bottom: 3px;
    position: relative;
}

.header.sticky .logo,
.header.sticky #mainnav {
    padding: 0;
    margin:0;
}

.header.sticky .logo {
    padding-top: 20px;
}

.single-page .header {
    position: relative;
    background-color: transparent;
}

.single-page .header .overlay {
    opacity: 0.4;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
}

.header.small .logo {
    padding: 0;
    padding-top: 20px;
}

.header.small #mainnav {
    margin: 0;
}

.header.small #mainnav > ul > li {
    margin: 0 14px;
}

.header.small #mainnav > ul > li > a {
    padding: 18px 1px 18px 1px;
}

.header.center {
    text-align: center;
}

.header.center #mainnav {
    float: none;
    margin: 0;
}

.header.center .logo {
    padding: 0;
    padding-top: 30px;
    padding-bottom: 30px;
}

.header.center .spacing {
    width: 40px;
    display: inline-block;
}

.header.center #mainnav > ul > li > a {
    margin: 0 14px;
    padding: 22px 1px 29px 1px;
}

#mainnav .sub-menu {
    text-align: left;
}

.header.left {
    text-align: left;
}

.header.left #mainnav {
    float: none;
    margin: 0;
}

.header.left .logo {
    padding: 0;
    padding-top: 35px;
    padding-bottom: 58px;
	text-align:center;
}

.header.left #mainnav > ul > li > a {
    padding: 10px 2px 17px 2px;
}

.header.left #mainnav > ul > li:first-child {
    margin-left: 0;
}

.header.left #mainnav > ul > li.fright {float:right;margin-right:-4px;}
.header.left #mainnav > ul > li.fright a {font-size:12px;}
.header.left #mainnav > ul > li.frlinebg {float:right;background:url(/SkinImg/mBar.png) 0px 0px no-repeat;padding:0 0 0 16px;}

.header.left .spacing {
    width: 100%;
    position: absolute;
    left: 0;
}

.header.right {
    text-align: right;
}

.header.right #mainnav {
    float: none;
    margin: 0;
    position: relative;
    right: -10px;
}

.header.right .logo {
    padding: 0;
    padding-top: 35px;
    padding-bottom: 58px;
}

.header.right #mainnav > ul > li > a {
    padding: 10px 2px 17px 2px;
}

.header.right #mainnav > ul > li {
    margin: 0 13px;
}

.header.right#mainnav > ul > li:first-child > a {
    padding-left: 4px !important;
}

.header.right .spacing {
    width: 100%;
    position: absolute;
    left: 0;
}

#header.fixed { 
    position: fixed; 
    top: 0; 
}

/* Navigation
-------------------------------------------------------------- */
#mainnav {
    float: right;
}

#mainnav ul {
    padding: 0; 
    margin: 0;
}

#mainnav > ul > li {
    display: inline-block;
    margin-right: -3px;
    margin: 0 13px;
}

#mainnav > ul > li > a {
    display: block; 
    background: transparent; 
    letter-spacing: 1px;
    font-weight: 500;
    padding: 36px 5px 23px 5px;
}

#mainnav ul a {
    font-size: 12px;
    line-height: 24px;
}

#mainnav ul li.social a {
    font-size: 20px;
}



#mainnav ul li.social a i:before {
    top: 2px;
    position: relative;
}

#mainnav ul li.social.twitter {
    margin-right: 4px;
}

#mainnav ul li.social.twitter a {
    padding-left: 8px;
}

#mainnav ul li.social.facebook a {
    padding-left: 0;
    padding-right: 8px;
}

#mainnav ul li.social.basket a {
    margin-left: 13px;
}

#mainnav ul li.social.basket {
    position: relative;
}

#mainnav ul li.social.twitter a:after,
#mainnav ul li.social.facebook a:after,
#mainnav ul li.social.basket a:after {
    opacity: 0;
}

#mainnav ul li {
    position: relative;
}

#mainnav > ul > li > a:after {
    width: 0;
    height: 1px;
    position: absolute;
    content: "";
    bottom: 20px;
    left: 0;
    background-color: #fff;
    -webkit-transition: all 0.3s;
       -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
         -o-transition: all 0.3s;
            transition: all 0.3s;

    -webkit-transform: translateX(150%) translateY(0);
    -moz-transform: translateX(150%) translateY(0);
    -ms-transform: translateX(150%) translateY(0);
    transform: translateX(150%) translateY(0);
}

#mainnav > ul > li:hover a:after {
    width: 100%;
    transform: translateX(0%) translateY(0%);
    -webkit-transform: translateX(0%) translateY(0%);
    -moz-transform: translateX(0%) translateY(0%);
    -ms-transform: translateX(0%) translateY(0%);
	color:#999;
}

.sub-menu > li a {
    position: relative;
    display: inline-block;
}

.sub-menu > li a:after {
    width: 100%;
    height: 2px;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: 0;
    -webkit-transition: all 0.3s;
       -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
         -o-transition: all 0.3s;
            transition: all 0.3s;
}

.sub-menu > li:hover > a:after {
    opacity: 1;
}

#mainnav ul li ul {
    position: absolute; 
    padding: 15px 0 7px 0;
    top: 100%; 
    left: 0; 
    opacity: 0; 
    visibility: hidden;
    background-color: #fff;
    list-style: none;
}

#mainnav ul li ul li ul {
    left: 100%; 
    top: 0px;
}

#mainnav li:hover > ul {
    opacity: 1;
    visibility: visible;
    z-index: 999;
    margin-top: 0px;
    -webkit-transform: translate(0, 0);
       -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
         -o-transform: translate(0, 0);
            transform: translate(0, 0);
}

#mainnav .sub-menu {
    width: 170px;

    -webkit-transition: all 0.4s ease;
       -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
         -o-transition: all 0.4s ease;
            transition: all 0.4s ease;
    -webkit-transform: translate(0px, 10px);
       -moz-transform: translate(0px, 10px);
        -ms-transform: translate(0px, 10px);
         -o-transform: translate(0px, 10px);
            transform: translate(0px, 10px);

    border: 1px solid #eaeaec;
}

#mainnav .sub-menu li a {
    margin-bottom: 9px;

}
#mainnav .sub-menu li a:after {
    width: 100%;
    height: 0px;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    background-color: #fff;
    opacity: 0;
	color:#999;

}


#mainnav li:hover > .sub-menu > li {
    padding: 1px 23px;
}

#mainnav li:hover > .sub-menu > li > a { 
  letter-spacing: 1px;
    color: #000;
}

#mainnav .sub-menu .sub-menu:before {
    left: -8px;
}

/* Mobile navigation
---------------------------------------- */
.btn-menu {
   font-size: 28px;
   font-family: "fontello";
   color: #000;
   float: right !important;
   text-align:center;
   width: 28px;
   height: 28px;
   margin-top: 41px;
   cursor: pointer;
   -webkit-transition: all .2s ease-out;
      -moz-transition: all .2s ease-out;
       -ms-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
           transition: all .2s ease-out;
}

.btn-menu:before{
    content: "\e815";
}

.btn-menu {
    display: none 
}

#mainnav-mobi {
   display: block;
   margin: 0 auto;
   width: 100%;
   position: absolute;
   background-color: #000;
   z-index: 1000;
   left: 0;top:0;
}

#mainnav-mobi ul {
   display: block;
   list-style: none;
   margin: 0;
   padding: 0;
}

#mainnav-mobi ul li {
   margin:0;
   position: relative;
   text-align: left;
   border-top: 1px solid rgba(255, 255, 255, 0.4);
   cursor: pointer
}

#mainnav-mobi ul li:before {
  border: 0;
}

#mainnav-mobi ul > li > a {
   text-decoration: none;
   height: 50px;
   line-height: 50px;
   padding: 0 30px;
   color: #fff;
}

#mainnav-mobi ul.sub-menu {
   top: 100%;
   left: 0;
   z-index: 2000;
   position: relative;
   background-color: #121212;
}

#mainnav-mobi > ul > li > ul > li,
#mainnav-mobi > ul > li > ul > li > ul > li {
   position: relative;
   border-top: 1px solid rgba(236, 236, 236, 0.21)
}

#mainnav-mobi > ul > li > ul > li > ul > li a {
   padding-left: 70px !important
}

#mainnav-mobi ul.sub-menu > li > a {
   display: block;
   text-decoration: none;
   padding: 0 60px;
   border-top-color: rgba(255,255,255,.1);
   -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
           transition: all 0.2s ease-out;
}

#mainnav-mobi > ul > li > ul > li:first-child a {
   border-top: none;
}

#mainnav-mobi ul.sub-menu > li > a:hover,
#mainnav-mobi > ul > li > ul > li.active > a {
   color: #fff;
}

.btn-submenu:before {
   content: "\e877";
   color: #fff;
   font-family: "fontello";
   font-size: 20px;
   position: absolute;
   right: 40px;
   top: 15px;
}

.btn-submenu.active:before {
   content: "\e87a";
}

/* Parallax
-------------------------------------------------------------- */
.parallax {
    width: 100%;
    background-attachment: fixed;
    background-position: 50% 0;
}

.parallax-bg1 {
    background-image: url(/images/parallax-bg1.jpg);
}

/* Page Title
-------------------------------------------------------------- */
.roll-row.page-title {
    padding: 0 ;
}

.roll-row.page-title .main-title {
    position: relative;
    background-image: url(../images/blog/bg1.jpg);
    position: relative;
    min-height: 393px;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.roll-row.page-about {
    margin-top: -1px;
}

.roll-row.page-about .main-title {
    background-image: url(../images/about/bg.jpg);
    min-height: 134px;
}

.roll-row.page-about .main-title {
    background-image: url(../images/about/bg.jpg);
    min-height: 134px;
}

.roll-row.page-services .main-title {
    background-image: url(../images/services/bg.jpg);
    min-height: 203px;
}

.roll-row.roll-help {
    background-image: url(../images/help/bg.jpg);
    min-height: 583px;
    position: relative;
}

.roll-row.page-services-alt .main-title {
    background-image: url(../images/services/bg1.jpg);
    min-height: 207px;
    position: relative;
}

.roll-row.page-about-alt .main-title {
  min-height: 240px;
}

.roll-row.page-title .main-title .page-overlay {
    position: absolute;
    background-color: #000;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    top: 0;
}

.roll-row.page-title.page-faq .main-title {
    min-height: 318px;
}

.roll-row.page-title .main-title {
    width: 100%;
}

.roll-row.page-title .main-title .title {
    position: relative;
    margin-top: 89px;
    color: #fff;
    margin-bottom: 37px;
    z-index: 10;
}

.roll-row.page-about .main-title .title {
    color: #222;
    margin: 0;
    margin-top: 42px;
}

.roll-row.page-services .main-title title {
    color: #222;
    margin: 0;
    margin-top: 86px;
}

.roll-row.page-services-alt .main-title title {
    color: #fff;
    margin: 0;
    margin-top: 81px;
}

.roll-row.page-about-alt .main-title h1.title {
    font-size: 48px;
    line-height: 46px;
    font-weight: 300;
    z-index: 1;
    position: relative;
    color: #fff;
    margin-top: 101px;
}

.roll-row.page-title.page-faq .main-title h2.title {
    letter-spacing: 0.2px;
    font-size: 48px;
    margin-top: 76px;
    margin-bottom: 42px;
    font-weight: 200;
}

.roll-row.page-title .main-title p.content {
    width: 415px;
    float: left;
    margin-right: 47px;
    position: relative;
    color: #fff;
    z-index: 1;
}

.roll-row.page-title .page-nav {
    border-bottom: 1px solid #f3f3f3;
    color: #000;background-image:url(/SkinImg/page-nav_bg.png);background-repeat:repeat;
    font-size: 12px;
    line-height: 24px;
    font-weight: 500;
}

.roll-row.page-title .page-nav .nav-left {
    float: left;
}

.roll-row.page-title .page-nav .nav-right {
    float: right;position:relative;
}

.roll-row.page-title .page-nav .nav-right a {
    color: #a3a3a3;
    letter-spacing: 1px;
}

.roll-row.page-title .page-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.roll-row.page-title .page-nav ul li {
    float: left;font-size:11px;line-height:16px;
}


.roll-row.page-title .page-nav .nav-prev a {
    color: #737373;
}

.roll-row.page-title .page-nav .nav-split {
    letter-spacing: 0px;
}

.roll-row.page-title .page-nav a {
    margin-right: 13px;
    letter-spacing: 1px;
    padding: 12px 0 10px 0;
    display: inline-block;
}

.roll-row.page-title .page-nav a:hover {
    color: #737373;
}

.roll-row.page-title .page-nav .nav-right a {
    margin-right: 0;
    margin-left: 26px;
}

/* Collection
-------------------------------------------------------------- */
.portfolio .collectionSub {padding-right:0;}
.collectionSub {padding-right: 35px;}
.collectionSub-title {
    color: #8d8d8d;
    font-size: 12px;
    line-height: 34px;
    font-weight: 600;
}
/* Blog
-------------------------------------------------------------- */

/* Main Page */
.roll-row.main-page {
    padding: 66px 0 90px 0;
}
.mainBannerBoxBig {}
.mainBannerBox01 {float:left;min-height:55px;line-height:55px;width:50%;border-top:0;border-left:0;padding:0px;}
.mainBannerBox01 .sEBox1 {margin:0 15px 0 0;padding:0;}
.mainBannerBox01 .sEBox2 {margin:0 0 0 15px;padding:0;}
.mainBannerBox01 img {max-width:100%;}
.left1 {border-left:1px solid #ededed;}
.mainBannerBox {border:0px solid #ededed;padding:0px;margin-bottom:1px;}
.mainBannerBoxNo {border:0px solid #ededed;padding:0px;margin-bottom:0px;}



@media (max-width: 767px) {
.mainBannerBox01 {float:left;min-height:55px;line-height:55px;width:50%;border-top:0;border-left:0;padding:0px;}
.mainBannerBox01 .sEBox1 {margin:0 0px 0 0;padding:0;}
.mainBannerBox01 .sEBox2 {margin:0 0 0 0px;padding:0;}
}

.footer {position:relative;border-top:1px solid #e5e5e5;font-size: 11px;margin-top:90px;}

.footer .gototop {position:absolute;top:-25px;left:50%;margin-left:-30px;z-index:99;width:60px;height:30px;}
.footer .gototop a {display:block;width:60px;height:30px;background:#fff;line-height:30px;color:#000;font-size:10px;text-align:center;border-radius:4px;}

.footer .footer-top {
    margin:0px 0 0;padding: 40px 0 0;
    color: #000;
    background-color: #fff;
}

.footer h5.footertitle {
    font-size: 14px;
    line-height: 34px;
    color: #000;
    margin-bottom: 16px;
    font-weight: 400;
    letter-spacing: 0.8px;
}

.footer p {
    margin-top: 2px;
    color: #000;
}

.footer-bottom {
    color: #000;
    font-size: 11px;
    line-height: 24px;
}

.footer-bottom .copyright,
.footer-bottom .link,
.footer-bottom .link a,
.footer-bottom .social,
.footer-bottom .social a {
    display: inline-block;
}

.footer-bottom .copyright {
    margin-right: 26px;
}

.footer-bottom .link a {
    margin-left: 26px;
    padding-top: 14px;
    padding-bottom: 8px;
}

.footer-bottom .social {
    float: right;
}

.footer-bottom .social a i:before {
    font-size: 19px;
}

.footer-bottom .social a {
    margin-left: 14px;
    padding: 9px 0 15px 0;
}

.footer-bottom .social a:first-child,
.footer-bottom .link a:first-child {
    margin-left: 0;
}

/* Widget
-------------------------------------------------------------- */
.widget {
    margin-bottom: 24px
}

.widget h6.title {
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 9px;
}

/* Widget Search */
.widget-search {
    display: inline-block;
    width: 100%;
    color: #fff;
    font-size: 0;
    position: relative;
    margin-bottom: 47px;
}

.widget-search .text-search {
    height: 50px;
    width: 100%;
    border-radius: 3px;
    display: inline-block;
    padding: 8px 20px 6px;
    margin: 0;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 600;
    border: 2px solid #dedede;
}

.widget-search .button-search {
    position: absolute;
    width: 50px;
    height: 50px;
    right: 0;
    top: 0;
    border: none;
    background-color: transparent;
    display: inline-block;
}

.widget-search .button-search:before {
    position: absolute;
    content: "\e807";
    top: 4px;
    left: 0;
    font-family: "fontello";
    font-size: 21px;
    color: #000;
    padding-top: 10px;
    padding-left: 12px;
    padding-bottom: 10px;
    padding-right: 8px;
}

/* Widget Popular Post */
.widget-popular-post {
    display: inline-block;
}

.widget-popular-post ul {
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100%;
}

.widget-popular-post ul li {
    display: inline-block;
    margin-top: 14px;
}

.widget-popular-post ul li a {
    font-size: 16px;
    line-height: 21px;
    font-weight: 700;
    margin-top: 3px;
}

.widget-popular-post p.content {
    color: #a3a3a3;
    margin-top: 5px;
    line-height: 18px;
    padding-right: 40px;
    margin-bottom: 0;
}

.widget-popular-post span {
    font-size: 11px;
    line-height: 18px;
    font-weight: 700;
    display: block;
}

/* Widget Popular Post Image */
.widget-popular-post-img {
    display: inline-block;
}

.widget-popular-post-img ul {
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100%;
    margin-top: 13px;
}

.widget-popular-post-img ul li {
    display: inline-block;
    margin-top: 14px;
    margin-bottom: 26px;
    position: relative;
}

.widget-popular-post-img ul li img {
    position: absolute;
    top: 32px;
    left: 2px;
    width: 70px;
}

.widget-popular-post-img ul li a {
    font-size: 14px;
    line-height: 21px;
    font-weight: 700;
    margin-top: 3px;
}

.widget-popular-post-img p.content {
    color: #a3a3a3;
    margin-top: 8px;
    line-height: 18px;
    padding-right: 40px;
    margin-bottom: 0;
    padding-left: 85px;
}

.widget-popular-post-img span {
    font-size: 11px;
    line-height: 18px;
    font-weight: 700;
    display: block;
    position: absolute;
    top: 110px;
    left: 0;
}

/* Widget Comment */
.widget-comment ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    margin-top: 19px;
}

.widget-comment ul li {
    display: inline-block;
    margin-right: -3px;
    list-style: none;
    position: relative;
}

.widget-comment ul li i {
    margin: 0;
    padding: 0;
}

.widget-comment ul li i:before {
    position: absolute;
    top: 0;
    left: -5px;
    content: "\e840";
    font-size: 18px;
    color: #e5e5e5;
    font-family: "fontello";
}

.widget-comment ul li a {
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    padding-left: 8px;
}

.widget-comment ul li p {
    line-height: 20px;
    font-weight: 500;
    padding-left: 24px;
    margin-bottom: 12px;
}

/* Widget Archives */
.widget-archives {
    display: inline-block;
}

.widget-archives ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    margin-top: 11px;
}

.widget-archives ul li {
    margin-right: -3px;
    list-style: none;
    width: 100%;

}

.widget-archives ul li a span {
    color: #b1b1b1;
    padding-left: 3px; 
}

.widget-archives ul li a {
    line-height: 31px;
    font-weight: 600;
    margin-right: 3px;
}

/* Widget About */
.widget.widget-about {
    display: inline-block;color: #888;
}

/* Widget Recent Post */
.widget.widget-recent-post {
    display: inline-block;
}
.widget.widget-recent-post .callnumber{margin:0;padding:0 0 30px !important;font-size:16px;}

.widget-recent-post ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.widget-recent-post ul li {
    display: inline-block;
    margin-right: -3px;
    margin-top: 15px;
}

.widget-recent-post ul li:first-child {
    margin-top: 0;
}

.widget-recent-post ul li a img {
    width: 25.8%;
    margin-right: 5.555%;
    float: left;
}

.widget-recent-post ul li a p,
.widget-recent-post ul li a span {
    width: 68.64%;
    float: left;
}

.widget-recent-post ul li a span {
    color: #888;
    font-weight: normal;
    font-size: 11px;
    line-height: 16px;
}

.widget-recent-post ul li a p {
    margin-top: -6px;
    margin-bottom: 5px;
}

/* Widget Newsletter */
.widget-newsletter h4.title {
    font-size: 24px;
    font-weight: 300;
}

.widget-newsletter .notification_ok {
    color: #959595;
}

.widget-newsletter .notification_error {
    color: #d11212;
}

.widget-newsletter .input {
    display: inline-block;
    width: 253px;
    float: left;
    color: #000;
    margin-bottom: 9px;
}

.widget-newsletter .input input {
    width: 100%;
    height: 50px;
    border-radius: 0;
    border: 2px solid #fff;
    background-color: transparent;
    padding-left: 10px;
    color: #fff;
    border-radius: 3px;
    padding-top: 17px;
    padding-bottom: 15px;
    padding-left: 26px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


.widget-newsletter .input input:focus {
    color: #959595;
    border-color: #0f1521;
}

.footer .widget-newsletter .input input:focus {
    border-color: rgba(255,255,255,0.5);
}

.widget-newsletter button.btn-colores {
    width: 100%;
}

.widget-newsletter .read-more {
    background-color: #fff;
    border-color: #fff;
    cursor: pointer;
    font-weight: 500;
    padding: 7px 52px 5px 27px;
    letter-spacing: 1.2px
}

.widget-newsletter .read-more:after {
    right: 24px;
}
.widget-newsletter p {padding:0;margin:0;}
.widget-newsletter a {
    line-height:160%;font-size:11px;color:#888;display:block;

}

.widget-newsletter input:-moz-placeholder,
.widget-newsletter input::-moz-placeholder {
    color: #858585;
    opacity: 1;
}

.widget-newsletter input:-ms-input-placeholder {
    color: #858585;
    opacity: 1;
}

.widget-newsletter input::-webkit-input-placeholder {
    color: #858585;
    opacity: 1;
}

/* Widget Recent Project */
.widget.widget-recent-project {
    display: inline-block;
}

.widget.widget-recent-project ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.widget.widget-recent-project ul li {
    display: inline-block;
    width: 70px;height:90px;
	float:left;list-style:none;
    margin-right: 11px;
    margin-bottom: 15px;
}

.widget.widget-recent-project ul li a.rpname{
color:#888;line-height:18px;display:block;
}

.widget.widget-recent-project ul li img {

}

.widget.widget-recent-project ul li:hover img {

}




/* Widget RSS */

/* Widget Recent Posts Text*/
.widget-recent-post-text a {
    line-height: 36px;
}

.widget-recent-post-text h6.title {
    margin-bottom: 11px;
}

/* Widget Meta*/
.widget-meta a {
    line-height: 36px;
}

.widget-meta h6.title {
    margin-bottom: 11px;
}

/* Widget Categories*/
.widget-categories a {
    line-height: 36px;
}

.widget-categories h6.title {
    margin-bottom: 11px;
}

/* Widget Text */
.widget-text .comment-form .input-wrap {
    width: 100%;
}

.widget-text .comment-form .input-wrap.name {
    margin: 0;
    float: none;
}

.widget-text .comment-form .input-wrap.email {
    margin: 0;
    float: none;
}

.widget-text .comment-form .input-wrap input {
    margin-bottom: 11px;
}

.widget-text .comment-form .textarea-wrap textarea {
    height: 50px;
    margin-bottom: 10px;
}

.widget-text p {
    line-height: 20px;
    margin-top: 11px;
    display: inline-block;
    margin-bottom: 28px;
}

/* Widget Feature */
.widget-feature img {
    width: 81.48%;
    margin-top: 18px;
    margin-bottom: 14px;
}

.widget-feature a {
    font-size: 14px;
    line-height: 21px;
    font-weight: 800;
}

.widget-feature p {
    font-size: 15px;
    line-height: 24px;
    opacity: 0.7;
    margin-top: 4px;
}

/* Widget Menu */
.widget-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    width: 100%;
}

.widget-menu > ul {
    margin-top: 2px;
}

.widget-menu ul li ul {
    margin-top: -3px;
}

.widget-menu > ul > li > a {
    line-height: 36px !important;
    font-weight: 700 !important;
}

.widget-menu ul li a {
    line-height: 30px;
    font-weight: 600;
}

.widget-menu ul li a:hover {
    font-weight: 800;
}

.widget-menu ul li ul li {
    padding-left: 13px;
}

/* Widget Calendar */
.widget-calendar #datepicker {
    margin-top: 30px;
}

.widget-calendar .ui-datepicker .ui-datepicker-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: -0.2px;
    margin: 0;
    padding: 0 15px;
    display: inline-block;
}

.widget-calendar .ui-datepicker .ui-datepicker-prev, 
.widget-calendar .ui-datepicker .ui-datepicker-next {
    position: relative;
    display: inline-block;
}

.widget-calendar .ui-datepicker-header {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.widget-calendar .ui-widget-header a {
    color: #000;
}

.widget-calendar .ui-icon, 
.widget-calendar .ui-widget-content .ui-icon {
    background-color: transparent;
}

.widget-calendar .ui-datepicker-prev:before,
.widget-calendar .ui-datepicker-next:before {
    font-size: 15px;
    top: -3px;
    position: relative;
}

.widget-calendar .ui-datepicker .ui-datepicker-header {
    padding: 0;
    padding-top: 13px;
    margin-bottom: 9px;
}

.widget-calendar .ui-datepicker th {
    opacity: 0.5;
    padding: 0 0 4px 0;
    line-height: 24px;
    text-align: right;
}

.widget-calendar .ui-datepicker {
    width: auto;
    padding: 3px 21px 18px 3px;
}

.widget-calendar .ui-datepicker table {
    margin: 0;
    padding: 0;
    font-size: 13px;
}

.widget-calendar .ui-datepicker td span, 
.widget-calendar .ui-datepicker td a {
    line-height: 22px;
    letter-spacing: 0.2px;
    padding: 0;
}

.widget-calendar .ui-state-highlight, 
.widget-calendar .ui-widget-content .ui-state-highlight, 
.widget-calendar .ui-widget-header .ui-state-highlight {
    color: #000;
    font-weight: 700;
}

/* Portfolio */
.portfolio .blog-post {
    padding-right: 0;
    margin-bottom: 1px;
}

.portfolio .items {
    margin-top: 30px;
    position: relative;
}

.portfolio .items .image {
    position: relative;font-size:0;
}

.portfolio .items .image .overlay {
    background-color: #fff;
    opacity: 0;

    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
         -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
              transition: all 0.3s ease-in-out;
}

.portfolio .items:hover .image .overlay {
    opacity: 0.95;
    border: 2px solid #e2e2e2;
}

.portfolio .items h5.title {
    width:100%;
    font-size: 24px;
    line-height: 100%;
    letter-spacing:0px;
    padding-left: 48px;
    position: absolute;
    z-index: 10;
    top: 50px;
    opacity: 0;
    
    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
         -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
              transition: all 0.3s ease-in-out;
}



.portfolio .items:hover h5.title {
    opacity: 1;
    top: 39px;
}

.portfolio .items h6.sub-title {
    font-size: 11px;
    line-height: 34px;
    letter-spacing: 0px;
    font-family: "arial";
    padding-left: 48px;
    position: absolute;
    z-index: 10;
    top: 50px;
    opacity: 0;
    width: 100%;
    
    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
         -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
              transition: all 0.3s ease-in-out;
}

.portfolio .items:hover h6.sub-title {
    opacity: 0.5;
    top: 62px;
}
.portfolio .items .elinn {
    padding-left: 0px;
    position: absolute;
    z-index: 10;
    top: 102px;
    padding-right: 50px;
    opacity: 0;
    
    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
         -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
              transition: all 0.3s ease-in-out;
}

.portfolio .items:hover .elinn {
    opacity: 1;
    padding-left: 48px;
}


.portfolio .items span {
    padding-left: 0px;
    position: absolute;
    z-index: 10;
    top: 102px;
    padding-right: 50px;
    opacity: 0;
    
    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
         -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
              transition: all 0.3s ease-in-out;
}

.portfolio .items:hover span {
    opacity: 1;
    padding-left: 48px;
}

.portfolio .items a.read-more {
    border-color: #e2e2e2;
    right: 30px;
    bottom: 30px;

    letter-spacing: 1.4px;
    padding-right: 44px;
}


.portfolio .items a {
    position: absolute;
    z-index: 10;
    opacity: 0;
    
    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
         -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
              transition: all 0.3s ease-in-out;
}

.portfolio .items:hover a {
    opacity: 1;
}


.portfolio.two-col h5.title {
    top: 138px;
}

.portfolio.two-col h6.sub-title {
    top: 161px;
}

.portfolio.two-col .items span {
    top: 200px;
}

.portfolio.two-col .items a.resize-full {
    top: 300px;
}

.portfolio.two-col .items a.read-more {
    top: 261px;
}

.portfolio.two-col .items:hover a.resize-full {
    top: 280px;
}

.portfolio.two-col .items:hover a.read-more {
    top: 281px;
}

.portfolio.two-col .items .image {
    max-height: 370px;
}

.portfolio.third-text h5.title,
.portfolio.third-text h6.sub-title,
.portfolio.third-text .items span {
    position: relative;
    top: auto;
    padding-left: 0;
    opacity: 1;
}

.portfolio.third-text h5.title a,
.portfolio.third-text h6.sub-title a {
    position: relative;
    top: auto;
    padding-left: 0;
    opacity: 1;
}

.portfolio.third-text h6.sub-title a {
    opacity: 0.5;
}

.portfolio.third-text .items:hover h5.title,
.portfolio.third-text .items:hover h6.sub-title {
    top: auto;
}

.portfolio.third-text h5.title {
    margin-top: 23px;
}

.portfolio.third-text h6.sub-title {
    margin-top: -11px;
}

.portfolio.third-text .items a {
    opacity: 0;
}

.portfolio.third-text .items a.resize-full {
    left: 69px;
    top: 140px;
}

.portfolio.third-text .items:hover a.resize-full {
    top: 119px;
}

.portfolio.third-text .items a.read-more {
    left: 126px;
    top: 100px;
}

.portfolio.third-text .items:hover a.read-more {
    top: 121px;
}

.portfolio.third-text .items:hover a {
    opacity: 1;
}


.portfolio.light {
    background-color: #f4f4f4;
}

.portfolio.light .items-3 .items {
    background-color: #000;
}

.portfolio.light .items-3 .items .image img {
    opacity: 0.6;
}

.portfolio.light .pheader {
    text-align: center;
    margin-bottom: 103px;
}

.portfolio.light .pheader h2.title {
    line-height: 30px;
    letter-spacing: 3px;
    font-weight: 300;
    word-spacing: 4px;
    margin-bottom: 23px;
}

.portfolio.light .pheader p {
    font-size: 14px;
    line-height: 22px;
    color: #333;
    opacity: 0.8;
}

.portfolio .items-3 .items:hover .image .overlay {
    border: 0;
}

.portfolio .items-3 .items h5.title {
    top: 22px;
}

.portfolio .items-3 .items:hover h5.title {
    top: 42px;
}

.portfolio .items-3 .items h6.sub-title {
    top: 85px;
}

.portfolio .items-3 .items:hover h6.sub-title {
    top: 65px;
}

.portfolio .items-3 .items span {
    top: 124px;
}

.portfolio .items-3 .items:hover span {
    top: 104px;
}

.portfolio .items-3 .items a.resize-full {
    top: 164px;
}

.portfolio .items-3 .items:hover a.resize-full {
    top: 184px;
}

.portfolio .items-3 .items a.read-more {
    top: 165px;
    -webkit-transition-delay: 0.09s; /* Safari */
    transition-delay: 0.09s;
}

.portfolio .items-3 .items:hover a.read-more {
    top: 185px;
}

.portfolio.full .blog-post {
    margin-bottom: 31px;
}

/* Slider
-------------------------------------------------------------- */
.head-slider {
    overflow: hidden;
}

.head-slider .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.75;
}

.head-slider.default {
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
}

.head-slider.slide-product {
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    text-align: center;
    
}

.head-slider.slide-landing {
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    text-align: center;
    margin-top: -1px;
}

.head-slider.slide-landing-left {
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    text-align: center;
    margin-top: -1px;
}

.head-slider.slide-landing-right {
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    text-align: center;
    margin-top: -1px;
}

.head-slider.slide-landing-right .overlay {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
    background-color: #000;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.head-slider.video-bg {
    background-color: rgba(0,0,0,0.5);
    position: relative;
}

.head-slider.video-bg .content h2.title,
.head-slider.video-bg .content p.sub-title,
.head-slider.video-bg .content .read-more,
.head-slider.video-bg .content .read-more:after {
    color: #fff !important;
}

.head-slider.video-bg .content .read-more {
    border-color: #fff;
}

.head-slider .load-video {
    position: absolute;
    background: url('../images/loader.gif');
    width: 32px;
    height: 32px;
    top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: -16px;
}

.head-slider.default ul.image-bg {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.head-slider.slide-product ul.image-bg {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.head-slider ul.image-bg li {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
}

.head-slider.slide-landing-right ul.image-bg li {
    left: -100%;

    -webkit-transition: all 1.5s;
       -moz-transition: all 1.5s;
         -ms-transition: all 1.5s;
          -o-transition: all 1.5s;
              transition: all 1.5s;
}

.head-slider ul.image-bg li.sleft {
    transform: translateX(3%); 
    -o-transform: translateX(3%); 
    -ms-transform: translateX(3%); 
    -webkit-transform: translateX(3%); 
}

.head-slider ul.image-bg li.sright {
    transform: translateX(-3%); 
    -o-transform: translateX(-3%); 
    -ms-transform: translateX(-3%); 
    -webkit-transform: translateX(-3%); 
}

.head-slider ul.image-bg li.stop {
    transform: translateY(3%); 
    -o-transform: translateY(3%); 
    -ms-transform: translateY(3%); 
    -webkit-transform: translateY(3%); 
}

.head-slider ul.image-bg li.sbottom {
    transform: translateY(-3%); 
    -o-transform: translateY(-3%); 
    -ms-transform: translateY(-3%); 
    -webkit-transform: translateY(-3%); 
}

.head-slider ul.image-bg li.active {
    opacity: 1;
}

.head-slider.slide-landing-right ul.image-bg li.active {
    left: 0;
}

.head-slider ul.image-bg li.sleft.active,
.head-slider ul.image-bg li.sright.active {
    transform: translateX(0); 
    -o-transform: translateX(0); 
    -ms-transform: translateX(0); 
    -webkit-transform: translateX(0);
}

.head-slider ul.image-bg li.stop.active,
.head-slider ul.image-bg li.sbottom.active {
    transform: translateY(0); 
    -o-transform: translateY(0); 
    -ms-transform: translateY(0); 
    -webkit-transform: translateY(0);
}

.video-bg .buttonBar {
    opacity: 0;
}

.head-slider .content {
    text-align: center;
    z-index: 15;
    position: relative;
    width: 100%;
    display: inline-block;
}



.head-slider .content h2.title {
    font-size: 65px;
    line-height: 80px;
    letter-spacing: 4px;
    text-align: center;
    width: 100%;
    z-index: 9;
}

.head-slider .content p.sub-title {
    text-align: center;
    width: 100%;
    font-size: 20px;
    line-height: 30px;
}

.head-slider .content .read-more {
    color: #000;
    display: inline-block;
    border-radius: 0;
    border: 1px solid #000;
    padding: 7px 58px 5px 31px;
}

.head-slider .content .read-more.white {
    background: #fff;
    border-color: #fff;
    margin-right: 12px;
}

.head-slider .content .read-more:after {
    color: #000;
    right: 23px;
}

.head-slider.slide-2 {
    position: relative;
}

.head-slider.slide-2 .content {
    margin: 0;
    margin-top: 0;
    text-align: right;
}

.head-slider.slide-2 .content .head-title {
    margin-right: 129px;
    margin-bottom: 2px;
    display: inline-block;
}

.head-slider.slide-2 .content .head-subtitle {
    margin-right: 129px;
    display: inline-block;
}

.head-slider.slide-2 .content .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #000;
    opacity: 0.5;
    height: 100%;
}

.head-slider.slide-2 h2.title {
    position: relative;
    font-size: 32px;
    line-height: 21px;
    font-weight: 700;
    padding: 22px 20px 23px 37px;
    opacity: 1;
    color: #fff;
}

.head-slider.slide-2 p.sub-title {
    position: relative;
    top: 0;
    padding: 8px 25px 14px 55px;
    margin: 0;
    color: #fff;
}

.head-slider.slide-2 .flexslider .flex-direction-nav a:before,
.head-slider.slide-product .flexslider .flex-direction-nav a:before,
.head-slider.video-bg .flexslider .flex-direction-nav a:before,
.head-mask .flexslider .flex-direction-nav a:before,
.head-slider.slide-landing-right .flexslider .flex-direction-nav a:before,
.head-slider.slide-landing .flexslider .flex-direction-nav a:before,
.head-slider.slide-landing-left .flexslider .flex-direction-nav a:before {
    border-color: #fff;
    opacity: 0.4;
}

.head-slider.slide-2 .flexslider .flex-direction-nav a:hover:before,
.head-slider.slide-product .flexslider .flex-direction-nav a:hover:before,
.head-slider.video-bg .flexslider .flex-direction-nav a:hover:before,
.head-mask .flexslider .flex-direction-nav a:hover:before,
.head-slider.slide-landing-right .flexslider .flex-direction-nav a:hover:before,
.head-slider.slide-landing .flexslider .flex-direction-nav a:hover:before,
.head-slider.slide-landing-left .flexslider .flex-direction-nav a:hover:before {
    opacity: 1;
}

.head-slider.slide-2 .flexslider .flex-direction-nav a i,
.head-slider.slide-product .flexslider .flex-direction-nav a i,
.head-slider.video-bg .flexslider .flex-direction-nav a i,
.head-mask .flexslider .flex-direction-nav a i,
.head-slider.slide-landing-right .flexslider .flex-direction-nav a i,
.head-slider.slide-landing .flexslider .flex-direction-nav a i,
.head-slider.slide-landing-left .flexslider .flex-direction-nav a i {
    color: #fff;
    opacity: 0.4;
}

.head-slider.slide-2 .flexslider .flex-direction-nav a:hover i,
.head-slider.slide-product .flexslider .flex-direction-nav a:hover i,
.head-slider.video-bg .flexslider .flex-direction-nav a:hover i,
.head-mask .flexslider .flex-direction-nav a:hover i,
.head-slider.slide-landing-right .flexslider .flex-direction-nav a:hover i,
.head-slider.slide-landing .flexslider .flex-direction-nav a:hover i,
.head-slider.slide-landing-left .flexslider .flex-direction-nav a:hover i {
    opacity: 1;
}

.head-slider.slide-2 .flexslider .flex-direction-nav .flex-prev {
    top: 50%;
    margin-top: -25px;
    left: 33px;
}

.head-slider.slide-2 .flexslider .flex-direction-nav .flex-next {
    top: 50%;
    margin-top: -25px;
    right: 33px;
}

.head-slider.slide-2 .flexslider .flex-direction-nav a:before {
    opacity: 0.7;
}

.head-slider.slide-product .content {
    position: relative;
    width: 770px;
}

.head-slider.slide-product li > img {
    position: absolute;

}

.head-slider.slide-product .flexslider .flex-direction-nav .flex-prev,
.head-slider.slide-product .flexslider .flex-direction-nav .flex-next {
    top: 50%;
    margin-top: -25px;
}

.head-slider.slide-landing-left {
    text-align: left;
}

.head-slider.slide-landing-left .content {
    width: 490px;
    margin-top: 155px;
    text-align: left;
    margin-left: 24px !important;
}

.head-slider.slide-landing-left p {
    color: #fff;
    text-align: left;
}

.head-slider.slide-landing-left h2.title {
    font-size: 32px;
    line-height: 35px;
    text-align: left;
    top: 0;
    color: #fff;
    margin-bottom: 15px;
}

.head-slider.slide-landing-left a.read-more {
    left: 0;
    color: #fff;
}

.head-slider.slide-landing-left a.read-more:after {
    color: #fff;
}

.head-slider.slide-landing-right {
    text-align: right;
}

.head-slider.slide-landing-right .content {
    width: 490px;
    margin-top: 155px;
    text-align: left;
    margin-right: 50px !important;
}

.head-slider.slide-landing-right p {
    color: #fff;
    text-align: left;
    left: 0;
}

.head-slider.slide-landing-right h2.title {
    font-size: 32px;
    line-height: 35px;
    text-align: left;
    color: #fff;
    margin-bottom: 10px;
}

.head-slider.slide-landing-right a.read-more {
    left: 0;
    opacity: 1;
    color: #fff;
}

.head-slider.slide-landing-right a.read-more:after {
    color: #fff;
}

.content-procleft {
    width: 40.91%;
    float: left;
}

.content-procright {
    width: 59.091%;
    float: left;
    color: #fff;
    text-align: left;
    padding-left: 3.5%;
}

.content-procright .items-name {
    margin-bottom: 21px;
}

.content-procright h2.name {
    display: inline-block;
    color: #fff;
    font-size: 40px;
    line-height: 30px;
    font-weight: 400;
    margin-right: 17px;
    margin-top: 0;
}

.content-procright span.price-dist {
    font-weight: 700;
    font-size: 26px;
    line-height: 20px;
    margin-bottom: 0;
    display: inline-block;
}

.content-procright p {
    font-size: 14px;
    margin-bottom: 23px;
}

.content-procright a.head-addcart {
    background-color: #fff;
    color: #000;
    font-size: 11px;
    line-height: 28px;
    border-radius: 3px;
    padding: 10px 68px 8px 29px;
    position: relative;
    margin-right: 10px;
    left: 0;
    display: inline-block;
}

.content-procright a.head-goproc {
    color: #fff;
    font-size: 11px;
    line-height: 28px;
    border-radius: 3px;
    padding: 10px 24px 8px 20px;
    position: relative;
    right: 0;
    display: inline-block;
    border: 2px solid rgba(255,255,255,0.13);
    border-radius: 3px;
}

.content-procright a.head-addcart:before {
    position: absolute;
    content: "\e840";
    top: 11px;
    right: 31px;
    font-family: "fontello";
    font-size: 20px;
    color: #000;
}

.head-slider.slide-landing h1.title {
    font-size: 72px;
    line-height: 75px;
    color: #fff;
    width: 100%;
}

.head-slider.slide-landing .content {
    margin: 0;
    min-height: 217px;
    text-align: center;
    margin-top: 174px;
}

.head-slider.slide-landing p {
    color: #fff;
    width: 100%;
}

.head-slider.slide-landing .comment-form {
    width: 784px;
    display: inline-block;
}

.head-slider.slide-landing .comment-form .input-wrap.name {
    margin: 0;
}

.head-slider.slide-landing .comment-form .input-wrap {
    width: 34%;
    display: inline-block;
    float: none;
    position: relative;
    height: 50px;
    border-radius: 3px;
}

.head-slider.slide-landing .submit-wrap {
    display: inline-block;
    top: 2px;
    position: relative;
}

.head-slider.slide-landing .btn-submit {
    padding: 13px 55px 12px 30px;
    display: inline-block;
}

.head-slider.slide-landing .comment-form .input-wrap input {
    margin: 0;
    border: 2px solid transparent;
    position: relative;
    width: 265px;
    height: 46px;
    margin-top: 2px;
}

.head-slider.slide-landing .comment-form .input-wrap .overlay {
    background-color: #000;
    opacity: 0.13;
    width: 100%;
    height: 100%;
    position: absolute;
}

.flexslider .flex-direction-nav a {
    width: 50px;
    height: 50px;
    left: 0;
    background-color: transparent;
    position: relative;
}

.flexslider .flex-direction-nav a:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    border: 1px solid #000;
    left: 0;
    top: 0;
    opacity: 0.2;
    -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
       -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
           transition: all 0.3s ease-in-out;
}

.flexslider .flex-direction-nav a i {
    opacity: 0.2;
}

.flexslider .flex-direction-nav .flex-prev {
    left: 0;
    bottom: auto;
    top: 50%;
    margin-top: -25px;
}

.flexslider .flex-direction-nav .flex-next {
    left: auto;
    right: 0;
    bottom: auto;
    top: 50%;
    margin-top: -25px;
}

.flexslider .flex-direction-nav a i {
    font-size: 20px;
    color: #000;
    position: relative;
    top: 13px;
    left: -7px;
}

.flexslider .flex-direction-nav a:hover i {
    opacity: 1;
}

.flexslider .flex-direction-nav .flex-prev:hover {
    background-color: transparent;
}

.flexslider .flex-direction-nav a:hover:before {
    width: 50px;
    height: 50px;
    opacity: 1;
}

.flexslider .flex-direction-nav .flex-next:hover {
    background-color: transparent;
    opacity: 1;
}

.services-home .items {
    width: 30.834%;
    padding-right: 3%;
    float: left;
    overflow: hidden;
}

.services-home .items img {
    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
         -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
              transition: all 0.3s ease-in-out;
}

.services-home .items:hover img {
    -webkit-filter: brightness(85%);
        -moz-filter: brightness(85%);
            -webmskit-filter: brightness(85%);
                -o-filter: brightness(85%);
                    filter: brightness(85%);
                    transform: scale(0.99);
                -o-transform: scale(0.99);
            -webmskit-transform: scale(0.99);
        -moz-transform: scale(0.99);
    -webkit-transform: scale(0.99);
}

.services-home .items:nth-child(2) {
    margin-right: 2.56%;
    margin-left: 2.56%;
}

.services-home .items h5.title {
    font-size: 15px;
    line-height: 34px;
    letter-spacing: 1.5px;
    word-spacing: 2px;
    margin-top: 15px;
    margin-bottom: 14px;
}

.home-latestnews {
    display: inline-block;
    width: 100%;
    margin-bottom: 16px;
}

.home-latestprojects {
    display: inline-block;
    width: 100%;
    margin-top: 51px;
}

.home-lsleft {
    float: left;
    width: 31.625%;
    padding-right: 10%;
}

.home-lsright {
    float: left;
    width: 68.377%;
}

.home-lsright .blog-container .post {
    margin: 0;
}

.home-lsright .blog-container .post img {
    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
         -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
              transition: all 0.3s ease-in-out;
}

.home-lsright .blog-container .post:hover img {
    -webkit-filter: brightness(85%);
        -moz-filter: brightness(85%);
            -webmskit-filter: brightness(85%);
                -o-filter: brightness(85%);
                    filter: brightness(85%);
                    transform: scale(0.99);
                -o-transform: scale(0.99);
            -webmskit-transform: scale(0.99);
        -moz-transform: scale(0.99);
    -webkit-transform: scale(0.99);
}

.home-latestprojects article.post h4.title-post {
    font-size: 15px;
}

.home-lsleft h5.title {
    font-size: 22px;
    line-height: 72px;
    letter-spacing: 2px;
    font-weight: 500;
    word-spacing: 1px;
    margin-bottom: 14px;
    margin-top: -27px;
}

.home-lsleft p {
    margin-bottom: 22px;
}

/* Single Page
-------------------------------------------------------------- */

/* Head Smask */
.head-mask {
    position: relative;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.head-mask > .image-bg {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.head-mask > .image-bg li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.head-mask > .image-bg li img {
    width: 100%;
}

.head-mask > ul.image-bg li {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: all 1s ease-in-out; 
    -webkit-transition: all 1s ease-in-out;
}

.head-mask > ul.image-bg li.sleft {
    transform: translateX(3%); 
    -o-transform: translateX(3%); 
    -ms-transform: translateX(3%); 
    -webkit-transform: translateX(3%); 
}

.head-mask > ul.image-bg li.sright {
    transform: translateX(-3%); 
    -o-transform: translateX(-3%); 
    -ms-transform: translateX(-3%); 
    -webkit-transform: translateX(-3%); 
}

.head-mask > ul.image-bg li.stop {
    transform: translateY(3%); 
    -o-transform: translateY(3%); 
    -ms-transform: translateY(3%); 
    -webkit-transform: translateY(3%); 
}

.head-mask > ul.image-bg li.sbottom {
    transform: translateY(-3%); 
    -o-transform: translateY(-3%); 
    -ms-transform: translateY(-3%); 
    -webkit-transform: translateY(-3%); 
}

.head-mask > ul.image-bg li.active {
    opacity: 1;
}

.head-mask > ul.image-bg li.sleft.active,
.head-mask > ul.image-bg li.sright.active {
    transform: translateX(0); 
    -o-transform: translateX(0); 
    -ms-transform: translateX(0); 
    -webkit-transform: translateX(0);
}

.head-mask > ul.image-bg li.stop.active,
.head-mask > ul.image-bg li.sbottom.active {
    transform: translateY(0); 
    -o-transform: translateY(0); 
    -ms-transform: translateY(0); 
    -webkit-transform: translateY(0);
}

.head-mask > ul.image-bg li img {
    width: 100%;
}

.head-mask .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: url('/images/icons/pattern.png');
    background-position: center;
}

.head-mask .header {
    background: rgba(0,0,0,0.4);
    position: absolute;
    top: 0;
}

.head-mask .logo {
    position: relative;
}

.head-mask #mainnav > ul > li > a {
    color: #fff;
}

.head-mask #mainnav > ul > li > a:after {
    background-color: #fff;
}

.head-mask #mainnav .sub-menu {
    background: #fff;
}

.head-mask #mainnav ul li ul li a {
    background: rgba(0,0,0,0);
}

.head-mask #mainnav .sub-menu:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
}

.head-mask #mainnav .sub-menu:before {
    border-color: transparent transparent #fff transparent;
}

.head-slider.slide-mask {
    -webkit-transition: all 0.8s ease-in-out;
       -moz-transition: all 0.8s ease-in-out;
         -ms-transition: all 0.8s ease-in-out;
          -o-transition: all 0.8s ease-in-out;
              transition: all 0.8s ease-in-out;
}

.head-mask .head-slider .content {
    text-align: left;
}

.head-mask .head-slider .content h2.title {
    text-align: left;
    font-size: 32px;
    line-height: 50px;
    font-weight: 200;
    background-color: rgba(0,0,0,0.5);
    display: inline-block;
    width: auto;
    padding: 0 22px 0 13px;
    color: #fff;
}

.head-mask .head-slider .content h2 {
    margin-bottom: 2px;
    z-index: 9;
    margin-right: 30%;
}

.head-mask .head-slider .content .read-more {
    background-color: #fff;
    color: #000;
    display: inline-block;
    left: 0;
    border-color: transparent;
}

.head-mask .head-slider .content .read-more:after {
    color: #000;
}

/* Shop Product
-------------------------------------------------------------- */

/* Product Details
-------------------------------------------------------------- */

/* Products Tab
-------------------------------------------------------------- */

/* Shop Cart
-------------------------------------------------------------- */


/* Checkout
-------------------------------------------------------------- */


/* Contact 
-------------------------------------------------------------- */
/* Contact Map */
.roll-row.contact-map {
    position: relative;
}

.roll-row.contact-map .map-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
}

/* Contact Info */
.contact-title .title {
    margin-bottom: 37px;
}

.contact-page .comment-respond {
    margin-top: 28px;
}

.contact-page .contact-info h4.title {
    font-size: 19px;
    line-height: 19px;
    margin-top: 28px;
    margin-bottom: 19px;
}

.contact-page .contact-info span {
    margin-top: 22px;
    display: inline-block;
    width: 100%;
}

.contact-page .contact-info .social a {
    width: 50px;
    height: 50px;
    border: 2px solid #dedede;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    margin-right: 7px;
    margin-top: 16px;
}

.contact-page .contact-info .social a i:before {
    font-size: 20px;
    position: relative;
    top: 9px;
    left: 9px;
}

/* 404
-------------------------------------------------------------- */


/* Parallax Image
-------------------------------------------------------------- */
.roll-parallax-image {
    background-image: url(../images/landing/1.jpg);
    position: relative;
    min-height: 300px;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.roll-parallax-image .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    background-color: #000;
}

/* Parallax Work */
.roll-work {
    background-image: url(../images/team/5.jpg);
    position: relative;
    min-height: 346px;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    text-align: center;
    color: #fff;
}

.roll-work .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    background-color: #000;
}

.roll-work h4.title {
    z-index: 10;
    position: relative;
    color: #fff;
    letter-spacing: 1.9px;
    line-height: 30px;
    margin-top: 63px;
    margin-bottom: 15px;
}

.roll-work span {
    z-index: 10;
    position: relative;
    color: #fff;
}

/* Search Results
-------------------------------------------------------------- */


/* Page Side Vavigation*/

/* Help
-------------------------------------------------------------- */
.roll-row.roll-help {
    background-position: center;
    background-size: cover;
    position: relative;
    text-align: center;
}

.roll-row.roll-help .overlay {
    opacity: 0.66;
}

.roll-help h5.title {
    position: relative;
    z-index: 10;
    color: #fff;
    font-size: 22px;
    line-height: 72px;
    letter-spacing: 2px;
    word-spacing: 1px;
    font-weight: 500;
    margin-bottom: 1px;
}

.roll-help p {
    position: relative;
    z-index: 10;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    margin-bottom: 60px;
}

.roll-help .roll-iconbox {
    z-index: 10;
}

.roll-help .box-rectangle h5.title {
    font-size: 15px;
    line-height: 34px;
    letter-spacing: 1.9px;
    margin-bottom: 20px;
    word-spacing: normal;
    font-weight: 700;
}

.roll-help .box-rectangle h5.title a {
    color: #fff;
}

/* Services Help
-------------------------------------------------------------- */
.roll-withoutbox.no-font h6.title:before {
    content: "";
}

.roll-withoutbox.no-font > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
}

.roll-withoutbox.services-help {
    padding-left: 70px;
    margin-top: 55px;
}

.roll-withoutbox.services-help h6.title,
.roll-withoutbox.services-help p {
    padding-left: 0;
}

.roll-withoutbox.services-help h6.title {
    margin-bottom: 9px;
    margin-top: -2px;
}

/* Answer
-------------------------------------------------------------- */
.roll-answer {
    background-color: #f4f4f4;
}

.roll-answer h5.title {
    font-size: 22px;
    line-height: 72px;
    letter-spacing: 2px;
    word-spacing: 1px;
    font-weight: 500;
}

.roll-answer .answer {
    margin-top: 32px;
    display: inline-block;
}

.roll-answer .answer p {
    margin-bottom: 12px;
}

.roll-answer h5.question {
    font-size: 18px;
    line-height: 36px;
    letter-spacing: -0.2px;
}

/* Go Top Button
-------------------------------------------------------------- */


.notification_error {
  color: #ff0000;
}

.head-slide.contact .note {
  text-align: left;
  margin-bottom: 15px;
}

.head-slide.contact .notification_error {
  color: #1DD329;
}

.head-slide.contact .notification_ok {
  color: #00f5ff;
}



/* Switcher
-------------------------------------------------------------- */


/* Media Queries
-------------------------------------------------------------- */
@media only screen and (min-width: 1930px) {
    .parallax {
        background-size: cover;
    }
}

/* Smaller than standard 1200 */
@media only screen and (max-width: 1199px) {
    .roll-container {
        width: 970px;
    }
    
    /* Slider */
    .head-slider.slide-2 h2.title {
        padding: 15px 20px 15px 37px;
        font-size: 30px;
    }

    .head-slider.slide-2 {
        min-height: 360px;
    }

    .head-slider.slide-landing-right .flexslider .flex-direction-nav .flex-prev {
        left: 0;
    }

    .head-slider.slide-landing-right .flexslider .flex-direction-nav .flex-next {
        right: 0;
    }
    
    .head-slider .content p.sub-title {
        font-size: 19px;
    }

    .head-slider.slide-2 .content .head-subtitle {
        top: 32%;
        right: 100px;
    }

    .head-slider.slide-2 .content .head-title {
        right: 100px;
    }

    .head-slider.slide-2 .flexslider .flex-direction-nav .flex-next {
        right: 0;
    }

    .head-slider.slide-2 .flexslider .flex-direction-nav .flex-prev {
        left: 0;
    }

    .head-slider.slide-mask .content {
        margin-top: 100px;
    }

    .head-slider.slide-landing-left .content {
        width: 100%;
    }

    .head-slider.slide-landing-left .content h2.title{
        font-size: 40px;
        line-height: 50px;
    }

    .head-mask .flexslider .flex-direction-nav .flex-next {
        right: 0;
    }

    .head-mask .flexslider .flex-direction-nav .flex-prev {
        left: -85px;
    }
    
    .flexslider .flex-direction-nav a {
        bottom: -100px;
    }

    .head-mask .head-slider .content h2 {
        margin-right: 15%;
    }
    
    /* Portfolio */
    .portfolio .items h5.title {
        top: 29px;
    }

    .portfolio .items h6.sub-title {
        top: 52px;
    }

    .portfolio .items span {
        top: 92px;
    }
    .portfolio .items a.read-more {

    }

    .portfolio.two-col .items h5.title {
        top: 100px;
    }

    .portfolio.two-col .items h6.sub-title {
        top: 121px;
    }

    .portfolio.two-col .items span {
        top: 160px;
    }

    .portfolio.two-col .items a.resize-full {
        top: 220px;
    }

    .portfolio.two-col .items a.read-more {
        top: 221px;
    }

    .portfolio.third-text .items a.resize-full {
        left: 15px;
        top: 90px;
    }

    .portfolio.third-text .items a.read-more {
        left: 75px;
        top: 90px;
    }

    .portfolio.third-text h5.title {
        margin-top: 0;
    }

    .portfolio.third-text .items h5.title,
    .portfolio.third-text .items h6.sub-title {
        top: 0;
    }

    .portfolio.full .items h5.title {
        padding-left: 10px;
    }

    .portfolio.full h6.sub-title {
        padding-left: 10px;
    }

    .portfolio.full .items span {
        padding: 0 10px;
    }

    .portfolio.full .items a.resize-full {
        left: 10px;
    }

    .portfolio.full .items a.read-more {
        left: 65px;
    }
    
    /* Menu */

    .header.small #mainnav > ul > li > a {
        padding: 21px 9px;
    }

    .single-page #mainnav > ul > li > a {
        padding: 21px 2px !important;
    }

    .single-page #mainnav > ul > li {
        margin: 0 5px;
    }
    
    #mainnav > ul > li {
        margin: 0;
    }

    .header.left #mainnav > ul > li {
        margin: 0 8px;
    }
    
    .header.small #mainnav > ul > li {
        margin: 0;
    }
    
    /* Header */
    .header.small .logo {
        padding-top: 26px;
    }
    
    /* Purchase Box */
    .purchase-box .detail {
        text-align: center;
    }

    .purchase-box a.read-more {
        float: none;
    }
    
    .roll-row.purchase-box {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Purchase */
    .roll-row.purchase {
        text-align: center;
        padding-bottom: 30px;
    }

    .roll-row.purchase h3 {
        padding-bottom: 17px;
    }
    
    /* My Account */
    .page-myaccount .person-order table tr .tbl-col-1 {
        width: 100px;
    }

    .page-myaccount .person-order table tr .tbl-col-2 {
        width: 150px;
    }

    .page-myaccount .person-order table tr .tbl-col-3 {
        width: 120px;
    }

    .page-myaccount .person-order table tr .tbl-col-4 {
        width: 210px;
    }

    .page-myaccount .person-order table tr .tbl-col-5 {
        width: 220px;
    }
    
    /* Blog */
    .blog-post.shop .blog-filter {
        margin-left: 20px;
    }

    .blog-post.shop .blog-filter ul {
        margin-right: 10px;
    }
    
    article.post .meta-post span.date {
        margin-right: 25px;
    }

    article.post .meta-post span.like {
        margin-left: 0;
    }
    
    /* Widget */

    
    /* Shop */
    .shop-items .items .item-detail {
        top: 160px;
    }
    
    .shop-items {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    /* Product */
    .product-details .item-name h2.name {
        margin-bottom: 15px;
    }
    
    h4.proc-title {
        padding-left: 15px;
    }
    
    /* shortcodes */
    .roll-aboutus .main-box span.content {
        margin-bottom: 10px;
    }
    
    .roll-feature .feature-left .image ul li {
        width: 134px;
        float: left;
        display: block;
    }

    .roll-feature .feature-right h4.title, 
    .roll-feature .feature-left h4.title {
        margin-top: -25px
    }
    
    .roll-feature .feature-right {
        width: 48%;
    }
    
    .roll-iconbox {
        width: 98%;
        margin-left: 1%;
    }
    
    /* Main Page */
    .home-lsleft {
        padding-right: 5%;
    }

    .main-404 h1.info {
        padding-left: 0;
        font-size: 35px;
        line-height: 29px;
        top: -7px;
        position: relative;
        text-align: left;
        width: 100%;
    }

    .main-404 span {
        font-size: 110px;
    }
    
    .main-404 h1.number {
        padding-left: 0;
    }
    
    .box {
        width: 970px;
    }
    
    .image-small .picture {
        width: 30.7249%;
    }
}

/* Smaller than standard 980 */
@media only screen and (max-width: 979px) {
    /* Header */
    .header.small .btn-menu {
        margin-top: 13px;
    }

    .header.small .logo {
        padding-top: 10px;
    }
    
    .header.center .logo {
        float: left;
        padding-top: 10px;
    }

    .header.center .btn-menu {
        margin-top: 12px;
    }

    .header.center .spacing {
        display: none;
    }

    .header.left .logo {
        float: left;
    }

    .header.left .spacing {
        display: none;
    }

    .header.left .btn-menu,
    .header.right .btn-menu {
        margin-top: 35px;
    }

    .header.left .btn-menu.close-menu,
    .header.right .btn-menu.close-menu {
        margin-top: 0;
    }

    .header.right .logo {
        float: left;
    }

    .header.right .spacing {
        display: none;
    }
    
    /* Slider */
    .head-mask .btn-menu {
        color: #fff;
    }
    
    .head-slider.slide-2 .content {
        margin: 148px 0 !important;
    }
    
    .head-slider .content h2.title {
        font-size: 55px;
        line-height: 65px;
    }

    .head-slider .content p.sub-title {
        font-size: 17px;
    }

    .head-slider.slide-mask {
        min-height: 350px;
    }

    .head-slider.slide-mask .content {
        margin-top: 50px;
    }

    .head-slider.slide-landing-right .content {
        width: 100%;
        margin-right: 0 !important;
        margin-left: 15px !important;
    }

    .head-slider.slide-landing-right h2.title {
        font-size: 35px !important;
        line-height: 40px !important;
    }

    .head-slider.single {
        min-height: 0;
    }

    .head-slider.single .content h2.title {
        font-size: 47px;
        line-height: 57px;
    }

    .head-slider.single .content {
        margin-top: 200px;
    }

    .head-slider.slide-2 .content .head-title {
        right: 0;
    }

    .head-slider.slide-2 .content h2.title {
        font-size: 35px;
        line-height: 45px;
        text-align: right;
        padding-top: 0;
        top: 5px;
    }

    .head-slider.slide-2 .content p.sub-title {
        top: 0;
    }

    .head-slider.slide-2 .content .head-subtitle {
        top: 55%;
        right: 0;
    }

    .head-slider.slide-2 h2.title {
        font-size: 25px;
        padding: 10px 20px 10px 37px;
    }
    
    .head-slider.slide-product .flexslider .flex-direction-nav .flex-prev {
        left: -50px;
        display: none;
    }

    .head-slider.slide-product .flexslider .flex-direction-nav .flex-next {
        right: -50px;
        display: none;
    }

    .head-slider.slide-product .content {
        width: auto;
    }

    .head-slider.slide-product .flex-prev,
    .head-slider.slide-product .flex-next {
        opacity: 0;
    }
    
    .flexslider .flex-direction-nav a {
        opacity: 0;
    }

    .head-slider.slide-2 .content .head-title {
        margin-right: 0;
        margin-bottom: 2px;
    }

    .head-slider.slide-2 .content .head-subtitle {
        margin-right: 0;
    }

    .head-mask .head-slider .content h2 {
        margin-right: 0;
    }
    
    /* Shop */
    .shop-items .items .item-detail {
        top: 140px;
    }
    
    .blog-post.shop .blog-sort {
        margin-right: 50px;
        margin-bottom: 10px;
    }

    .blog-post.shop .blog-filter {
        margin-left: 0;
    }
    
    /* Page */
    .page-title-account {
        text-align: center;
    }

    .page-title-account .person-nav {
        float: none;
        display: inline-block;
        margin-top: 30px;
    }

    .page-title-account .person-info {
        display: inline-block;
        float: none;
    }

    .page-myaccount .person-order tr.process td a.read-more.dark {
        padding: 0 5px;
    }
    
    .page-myaccount .person-order {
        overflow-x: scroll;
    }

    .person-address .address {
        margin-right: 30px !important;
    }

    .page-title-account .person-nav ul li a {
        padding: 11px;
    }
    
    .roll-row.page-title .main-title p.content {
        width: 43%;
    }

    .page-checkout .checkout-left {
        padding-right: 3%;
    }

    .page-checkout .checkout-right {
        padding-left: 3%;
    }
    
    .single-page .btn-menu {
        color: #fff;
    }
    
    .single-page .logo {
        padding-top: 12px !important;
    }

    .single-page .btn-menu {
        margin-top: 15px;
    }
    
    .main-404 h1.number {
        margin-top: 150px;
        font-size: 180px;
    }

    .main-404 span {
        font-size: 90px;
    }
    
    /* Product */
    .product-details .detail-item .item-name {
        margin-right: 0;
        width: 30%;
    }

    .product-details .introduce {
        padding-left: 10px;
        width: 27.27468%;
    }
    
    /* Portfolio */
    .portfolio .items h5.title {
        top: 9px;
        padding-left: 10px;
    }

    .portfolio .items h6.sub-title {
        top: 32px;
        padding-left: 10px;
    }

    .portfolio .items span {
        top: 62px;
        padding: 0 10px;
    }

    .portfolio.two-col .items h5.title {
        top: 60px;
    }

    .portfolio.two-col .items h6.sub-title {
        top: 81px;
    }

    .portfolio.two-col .items span {
        top: 120px;
    }

    .portfolio.two-col .items a.resize-full {
        top: 180px;
    }

    .portfolio.two-col .items a.read-more {
        top: 181px;
    }

    .portfolio.third-text .items a.read-more { 
        left: 52px;
    }

    .portfolio.details.small-image .detail-left {
        width: 60%;
    }

    .portfolio.details.small-image .detail-right {
        width: 40%;
    }
    
    /* Shortcodes */
    .roll-container {
        width: 754px;
    }

    .btn-menu {
        display: block;
        margin-top: 29px;

        z-index: 9991;position: absolute;right: 5px;top:0;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    
    .btn-menu.close-menu {
        margin-top: 9px;
        right: 5px;top:0;
        position: absolute;
         z-index: 9992;
        color: #cc0000;
    }

    .btn-menu.close-menu:before {
        content: "\e817";
    }

    .logo {
        display: inline-block;
        padding: 29px 0 48px 0;
    }

    .home-lsright .span4 {
        width: 100%;
    }

    .roll-top ul.top-right {
        margin-right: 5px;
    }
    
    .roll-top ul li.phone {
        width: 75px;
    }

    .content-procleft {
        width: 40%;
    }

    .content-procright {
        width: 55%;
    }
    
    .services-home .items {
        padding-right: 0;
    }
    
    .blog-title {
        margin-bottom: 15px;
    }
    
    .roll-feature .feature-left .image ul li {
        width: 99px;
    }
    
    .roll-feature .feature-right h4.title, 
    .roll-feature .feature-left h4.title {
        margin-top: -25px
    }

    .roll-testimonial ul li {
        padding-left: 0;
        position: relative;
    }
    
    .image-small .picture {
        width: 30%;
    }
    
    .roll-feature .feature-left {
        width: 30%;
    }
    
    .roll-aboutus .roll-iconbox .main-box {
        padding: 10px;
    }

    .roll-aboutus .main-box .icon .line {
        margin-top: 15px;
        margin-bottom: 5px;
    }

    .roll-aboutus .main-box h5.title {
        margin-bottom: 5px;
    }

    .roll-aboutus .main-box .icon {
        width: 45px;
        height: 45px;
    }

    .roll-aboutus .main-box span.content {
        font-size: 13px;
    }

    .roll-testimonial ul li img {
        left: 0;
    }

    .roll-row.roll-client .logos li img {
        height: auto;
    }

    .box {
        width: 754px;
    }
    
    .roll-feature.light .feature-left img {
        padding-left: 0;
     }

    .roll-feature .feature-right {
        width: 60%;
    }

    .roll-aboutus.landing.light .about-right {
        padding: 0;
    }

    .widget-popular-post-img ul li a {
        font-size: 11px;
    }

    .widget-popular-post-img ul li img {
        width: 50px;
    }

    .widget-popular-post-img p.content {
        padding-left: 55px;
        padding-right: 0;
        font-size: 10px;
    }

    .widget-calendar .ui-datepicker .ui-datepicker-title {
        padding: 0 5px;
    }

    

    .roll-testiquote .items:after {
        bottom: -13px;
        right: -30px;
    }

    .roll-testiquote .items:before {
        left: -35px;
    }
}

/* Tablet Landscape */
 @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    .parallax {
        background-size: cover;
        background-attachment: scroll;
        background-position: top center!important;
    }
}

/* Tablet Portrait Size */
@media only screen and (min-width: 768px) and (max-width: 959px) {

}

/* All Mobile Sizes */
@media only screen and (max-width: 767px) {
    /* Header */
    .header .span2,
    .header .span10 {
        width: auto;
        float: left;
    }

    .header .span10 {
        float: right;
    }
    
    .home-lsleft {
        padding-right: 0;
    }
    
    /* Slider */
    .head-slider.slide-2 .content .head-title {
        right: 0;
    }

    .head-slider.slide-2 h2.title {
        font-size: 20px;
        padding: 8px 20px 8px 35px;
    }

    .head-slider.slide-2 p.sub-title {
        padding: 8px 25px 10px 55px;
    }

    .head-slider.slide-2 .content .head-subtitle {
        right: 0;
    }

    .head-slider.slide-2 .flexslider .flex-direction-nav a {
        opacity: 0;
    }

    .head-slider.slide-2 {
        min-height: 275px;
    }
    
    .head-slider.video-bg .flex-next,
    .head-slider.video-bg .flex-prev {
        opacity: 0;
    }

    .head-mask .head-slider .content {
        margin-left: 15px !important;
    }

    .head-mask .head-slider .content h2.title {
        font-size: 23px;
        line-height: 40px;
        margin-right: 15%;
    }
    
    .head-slider.slide-landing .comment-form {
        width: 100%;
        margin-left: 0;
        display: block;
    }

    .head-slider.slide-landing .comment-form .input-wrap input {
        width: 100%;
    }

    .head-slider.slide-landing .comment-form .input-wrap {
        width: 49%;
    }
    
    .head-slider.slide-landing-right .flexslider .flex-direction-nav .flex-prev {
        opacity: 0;
    }

    .head-slider.slide-landing-right .flexslider .flex-direction-nav .flex-next {
        opacity: 0;
    }
    
    .head-slider.single .flexslider .flex-direction-nav .flex-next,
    .head-slider.single .flexslider .flex-direction-nav .flex-prev {
        display: none;
    }

    .roll-testiquote .items:before {
        left: -25px;
    }

    .head-slider .content h2.title {
        font-size: 30px;
        line-height: 40px;
    }

    .head-slider .content p.sub-title {
        font-size: 14px;
        line-height: 25px;
    }

    .flexslider .flex-direction-nav a {
        display: none;
    }

    .head-slider.single .content h2.title {
        font-size: 42px;
        line-height: 57px;
    }

    .head-slider.slide-landing h1.title {
        font-size: 50px;
    }

    .head-slider.slide-landing-left .content h2.title {
        font-size: 30px;
        line-height: 40px;
    }
    
    .slide-mask .flex-prev,
    .slide-mask .flex-next {
        display: none !important;
    }
    
    /* Shop */
    .shop-items .items:nth-child(2n+1) {
        margin-left: 0;
    }

    .shop-items .items {
        width: 48.7212%;
    }

    .shop-items .widget h5.title {
        margin-top: -26px;
    }

    .shop-items .items .item-detail {
        top: 270px;
    }
    
    .blog-post.shop .blog-sort {
        margin-right: 100px;
        margin-bottom: 10px;
    }

    .blog-post.shop .blog-filter {
        margin-left: 0;
    }

    .blog-post.shop .shop-toppaging {
        margin-right: 0;
    }
    
    /* Portfolio */
    .portfolio .blog-container .span4 {
        width: 33%;
        margin-right: 2px;
    }

    .portfolio .items {
        margin-top: 15px;
    }

    .portfolio .blog-container .span6 {
        width: 49%;
        margin-right: 5px;
    }
    
    /* Product */
    .product-details .detail-item .item-image,
    .product-details .detail-item .item-name {
        width: 48.7215%;
    }

    .product-details .introduce {
        width: 100%;
        margin-top: 15px;
    }

    .proc-detail-center {
        width: 65%;
        margin: 0;
    }

    .proc-detail-right {
        width: 100%;
        margin-top: 17px;
    }

    .proc-detail-col2 {
        width: 100%;
    }

    .proc-youlike .proc-detail-right {
        width: 39%;
    }

    .proc-detail-right .drop-wrap {
        width: 98%;
    }

    .proc-youlike {
        margin-top: 30px;
    }
    
    /* Blog */
    .blog-post {
        padding-right: 0;
    }

    .blog-details .blog-paging li a.prev-submit {
        margin-right: 5px;
    }

    .blog-details .blog-paging li a.next-submit {
        margin-left: 5px;
    }

    .blog-nav {
        float: left;
        margin-top: 15px;
    }

    .blog-nav button.blog-prev {
        margin-left: 0;
    }
    
    .blog-container .items-4 {
        width: 33.33%;
    }
    
    /* Widget */
    .widget-newsletter .input {
        width: 95%;
    }
    
    .roll-withoutbox,
    .comment-respond.home-getin,
    footer .widget,
    .footer-bottom {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .widget-comment ul li {
        width: 100%;
    }

    .widget-popular-post-img ul li a {
        font-size: 14px;
    }

    .widget-popular-post-img ul li img {
        width: 70px;
    }

    .widget-popular-post-img p.content {
        padding-left: 85px;
        font-size: 13px;
    }

    .widget-popular-post-img ul li {
        min-height: 95px;
    }

    .widget-feature img {
        width: 100%;
    }
    
    /* Page */
    .roll-row.page-title .main-title p.content {
        width: 100%;
    }
    
    .page-checkout .checkout-left {
        width: 100%;
        padding-right: 0;
    }

    .page-checkout .checkout-right {
        width: 100%;
        padding-left: 0;
    }
    
    .page-sidenavigation .page-right {
        padding-left: 3%;
    }
    
    /* Footer */
    .footer-bottom .social {
        margin-right: 13px;
    }
    
    /* Shortcodes */
    .roll-iconbox {
        margin-bottom: 10px;
    }

    .services-home .items {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .services-home .items:nth-child(2) {
        margin: 0;
    }
    
    .roll-aboutus .span4 {
        width: 33%;
        float: left;
        margin-right: 1px;
        margin-bottom: 1px;
    }

    .roll-ourteam .team span.social {
        float: left;
        margin-top: 5px;
        margin-bottom: 7px;
    }

    .roll-row.roll-stats {
        padding-bottom: 50px !important;
    }

    .roll-testimonial ul li img {
        width: 40px;
    }

    .aboutus .about-left {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .aboutus .about-right {
        width: 100%;
    }

    .box {
        width: 100%;
    }
    
    .person-address .address {
        margin-right: 5px !important;
    }
    
    .person-order-items table tr td.order-empty {
        width: 0;
    }

    .person-order-items .per-order-items {
        overflow-x: scroll;
    }
    
    .roll-feature .feature-left div {
        padding-left: 0;
    }

    .roll-feature .feature-left .image ul li {
        width: 110px;
    }

    .roll-feature .feature-right {
        width: 48%;
    }
    
    .roll-member span.social {
        margin-right: 5px;
    }
    
    .roll-keyservices .key-details {
        position: relative;
    }

    .roll-teamskill .skill-bar {
        width: 100%;
    }

    .serclient.control-nav .owl-nav i.icon-right-open {
        display: none;
    }

    .tabs.left {
        margin-top: 5px;
    }

    .roll-lists .list-icons li {
        width: 100%;
    }

    .roll-pricing-trans {
        margin-bottom: 15px;
    }

    .roll-lightbox .items {
        width: 31.5%;
        margin-bottom: 15px;
    }
    
    .roll-feature.light .feature-right {
        width: 60%;
    }

    .team-mobile .team span.social {
        margin-top: 25px;
        float: right;
        margin-right: 5px;
    }
}

/* Mobile Landscape Size */
@media only screen and (min-width: 480px) and (max-width: 767px) {
}

/* Mobile Portrait Size */
@media only screen and (max-width: 479px) {
    /* Head */
    .head-addcart:hover:before {
        right: 15px !important;
    }

.roll-aboutus.landing .about-title h2.title {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 2.5px;
    word-spacing: 5px;
    margin-bottom: 14px;
}
.roll-feature-project .project-title .name {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 2.4px;
    font-weight: 500;
    margin-top: -45px;
    margin-bottom: 13px;
}


.roll-top ul.top-left {
    display:none;
}
    /* Slider */
    .head-slider.slide-2 p.sub-title {
        padding: 2px;
    }

    .head-slider.slide-2 h2.title {
        font-size: 13px !important;
        line-height: 17px !important;
        padding: 5px;
        padding-bottom: 10px;
    }

    .head-slider.slide-2 .content .head-title {
        top: 0;
    }

    .head-slider.slide-2 .content .head-subtitle {
        top: 45px;
    }

    .head-slider.slide-2 {
        min-height: 0;
    }
    
    .flexslider .flex-direction-nav a {
        opacity: 0;
    }
    
    .head-slider.slide-product .content {
        width: auto;
        margin: 28px 0 !important;
    }
    
    .head-mask .head-slider .content h2.title {
        font-size: 15px;
        line-height: 20px;
    }
    
    .head-slider.slide-landing h1.title {
        font-size: 49px;
        line-height: 45px;
    }
    
    .head-slider.slide-landing-left .content {
        margin-left: 0;
        width: 100%;
        margin-top: 150px;
    }

    .head-slider.slide-landing-left h2.title {
        font-size: 27px;
    }
    
    .head-slider.slide-landing-right .content {
        width: 100%;
    }

    .head-slider.slide-landing-right h2.title {
        font-size: 22px;
    }

    .head-slider.single .content {
        margin-top: 90px;
    }

    .head-slider .content h2.title {
        font-size: 15px;
        line-height: 20px;
    }

    .head-slider .content p.sub-title {
        font-size: 8px;
        line-height: 13px;
    }

    .head-slider .content .read-more {
        padding: 10px 40px 10px 10px;
        font-size: 8px;
    }

    .head-slider.default .content {
        margin: 95px 0 !important;
        font-size: 7px;
    }

    .head-slider .content .read-more:after {
        top: 1px;
        right: 20px;
        font-size: 10px;
    }
    
    .head-slider.slide-mask {
        min-height: 230px;
    }

    .head-slider.slide-mask .content {
        margin: 100px 0 !important;
    }

    .head-slider.slide-landing-right h2.title {
        font-size: 15px !important;
        line-height: 25px !important;
    }

    .head-slider.slide-landing-right .content {
        margin-left: 0;
        margin: 62px 0 !important;
    }

    .head-slider .content .read-more:after {
        top: 26px;
    }

    .head-slider.single .content h2.title {
        font-size: 30px;
        line-height: 35px;
    }

    .head-slider.single .content {
        margin: 125px 0 !important;
    }

    .head-slider.single .content p.sub-title {
        font-size: 13px;
        line-height: 17px;
    }

    .head-slider.slide-landing-left .content {
        margin: 35px 0 !important;
    }

    .head-slider.slide-landing-left .content h2.title {
        font-size: 17px;
        line-height: 25px;
    }

    .head-mask > ul.image-bg li img {
        height: 100%;
    }

    .head-slider.video-bg .content {
        margin: 130px 0 !important;
    }

    .head-mask .header {
        background-color:#000;
        position: relative;
    }

    .head-slider.slide-landing .content {
        margin-top: 10px !important;
    }
    
    /* Page */
    .home-lsleft,
    .home-lsright {
        width: 100%;
    }

    .home-lsleft {
        margin-bottom: 15px;
    }
    
    /* Product */
    .content-procleft {
        width: 40%;
        padding-top: 35px;
    }
	/*topseller*/
	.content-procleft img {max-width:90%;}
	.captionDelay2 {line-height:120%;}

    .content-procright {
        width: 60%;
        padding: 0;
        display: inline-block;
        float: none;
    }

    .content-procright h2.name {
        font-size: 15px;
        margin-right: 5px;
    }

    .content-procright span.price-dist {
        font-size: 16px;
    }

    .content-procright p {
        font-size: 8px;
        margin-bottom: 10px;
    }
    
    .content-procright a.head-addcart {
        padding: 0 32px 0 8px;
        margin-bottom: 2px;
        font-size: 8px;
    }

    .content-procright a.head-addcart:before {
        font-size: 8px;
        top: 0;
        right: 10px;
    }
    
    .content-procright a.head-goproc {
        padding: 1px 5px;
        font-size: 8px;
    }
    
    .product-search {
        float: left;
    }

    .product-details .detail-nav {
        margin-bottom: 15px;
    }

    .product-details .detail-item .item-image, 
    .product-details .detail-item .item-name {
        width: 100%;
    } 

    .product-details .detail-item .item-name {
        margin-top: 15px;
    }
    
    .products-tab .tabs .content-tab {
        padding-right: 10px;
    }
    
    .proc-detail-left {
        width: 100%;
    }

    .proc-detail-center {
        width: 100%;
    }

    .proc-youlike .proc-detail-left {
        width: 100%;
    }

    .proc-youlike .proc-detail-center {
        width: 100%;
        margin: 0;
    }

    .proc-youlike .proc-detail-right {
        width: 100%;
        padding: 0;
    }
    
    .content-procright .items-name {
        margin-bottom: 5px;
    }
    
    /* Portfolio */
    .portfolio .blog-container .span4 {
        width: 100%;
        margin: 0;
    }

    .portfolio .items h5.title {
        top: 39px;
    }

    .portfolio .items h6.sub-title {
        top: 62px;
    }

    .portfolio .items span {
        top: 102px;
    }

    .portfolio .items a.read-more {
        bottom: 20px;
        right: 20px;
        padding-top: 7px;
        padding-bottom: 5px;
        padding-left: 26px;
        padding-right: 63px;
        font-size: 12px;
        line-height: 34px;
    }

    .portfolio .blog-container .span6 {
        width: 100%;
        margin-right: 0;
    }

    .portfolio.two-col .items h5.title {
        top: 10px;
    }

    .portfolio.two-col .items h6.sub-title {
        top: 30px;
    }

    .portfolio.two-col .items span {
        top: 70px;
    }

    .portfolio.two-col .items a.resize-full {
        top: 125px;
    }

    .portfolio.two-col .items a.read-more {
        top: 126px;
    }

    .portfolio.third-text .items a.read-more { 
        left: 82px;
    }
    
    .portfolio.details .blog-nav button {
        width: 40px;
        height: 40px;
    }
    
    .portfolio.details .detail-left,
    .portfolio.details .detail-right {
        width: 100%;
    }

    .portfolio.details .detail-related ul li {
        width: 100%;
        margin-left: 0;
        margin-bottom: 5px;
    }

    .portfolio.details.small-image .detail-left {
        width: 100%;
    }

    .portfolio.details.small-image .detail-right {
        width: 100%;
    }
    
    .portfolio .items .read-more:after {
        bottom: 30px;
    }
    
    /* Shortcodes */
    .roll-top ul {
        width: 100%;
        text-align: center;
    }
    
    .services-home .items {
        width: 100%;
    }

    .purchase-box a.read-more {
        margin-right: 0;
        padding-left: 25px;
        padding-right: 60px;
    }
    
    .footer-bottom {
        text-align: center;
    }

    .services-home .items {
        padding: 0;
    }

    .services-home .items:nth-child(2) {
        margin: 0;
    }
    
    .roll-row.purchase h3 {
        padding-left: 0;
    }

    .roll-row.purchase a.read-more {
        margin-left: 0;
    }

    .roll-aboutus .span4 {
        width: 100%;
        float: left;
        margin-right: 0;
    }

    .roll-aboutus .main-box .icon {
        width: 65px;
        height: 65px;
    }

    .roll-aboutus .roll-iconbox .main-box {
        padding: 15.5% 32px 67px 32px;
    }

    .roll-ourteam .team {
        width: 100%;
        margin-left: 0;
    }

    .roll-ourteam .team span.social {
        float: right;
        margin-right: 5px;
        margin-top: 25px;
    }

    .person-address .address {
        margin-right: 0 !important;
    }

    .person-order-items .shop-continue {
        padding: 5px;
    }

    .person-order-items .shop-order {
        padding: 5px 25px 5px 10px;
    }

    .person-order-items .shop-order:after {
        right: 5px;
        top: 5px;
    }
    
    .roll-feature .feature-left {
        width: 100%;
    }

    .roll-feature .feature-right {
        width: 100%;
    }

    .roll-feature .feature-left .image ul li {
        width: 85px;
    }

    .roll-aboutus.landing .about-left,
    .roll-aboutus.landing .about-right {
        width: 100%;
        text-align: left;
    }

    .roll-feature .feature-right,
    .roll-feature .feature-left {
        margin-bottom: 15px;
        text-align: left;
    }

    .roll-feature .feature-right h4.title, 
    .roll-feature .feature-left h4.title {
        text-align: center;
    }

    .roll-testimonial ul li {
        width: 100%;
    }
    
    .roll-member .member-left, 
    .roll-member .member-right {
        width: 100%;
    }

    .roll-getin .contact-form {
        margin: 0;
        width: 100%;
    }
    
    .roll-searh-results .form-search {
        width: 98%;
    }

    .roll-keyservices .key-details .items {
        width: 100%;
    }

    .roll-row.roll-serabout .details {
        padding-left: 0;
    }

    .roll-teamskill .skill-user {
        left: 50%;
        margin-left: -51px;
    }

    .roll-serwork .servies-items {
        width: 55%;
    }

    .roll-lightbox .items {
        width: 31.3%;
        margin-bottom: 5px;
    }
    
    .roll-feature.light .feature-right,
    .roll-feature.light .feature-left {
        width: 100%;
    }

    .roll-competen .cpprocess-left,
    .roll-competen .cpprocess-right {
        width: 100%;
        padding: 0;
    }
    
    .roll-row {
      padding: auto 5px;
    }
    
    .roll-testiquote .items:after {
        bottom: 5px;
        right: 0;
    }

    .roll-testiquote .items:before {
        left: -5px;
    }
    
    .roll-withoutbox {
        padding: 0 !important;
    }
    
    .roll-feature.light .feature-right h4.title, 
    .roll-feature.light .feature-left h4.title {
        line-height: 40px;
        margin-top: 15px;
    }
    
    .roll-pricing {
        margin-bottom: 5px;
    }
    
    .tabs.left .menu-tab {
        position: relative;
    }

    .tabs.left.margin,
    .tabs.left {
        padding-left: 0;
    }

    .accordion {
        margin-bottom: 15px;
    }
    
    /* Blog */
    .blog-container .items-4 {
        width: 100%;
    }
    
    .blog-nav button.blog-prev:before {
        top: 7px;
        left: 15px;
    }

    .blog-nav button.blog-next:before {
        top: 7px;
        right: 15px;
    }
    
    .blog-post.shop .blog-sort {
        margin-right: 0;
    }

    .blog-post.shop .blog-filter ul + ul {
        margin-left: 85px;
        margin-top: 5px;
    }

    .blog-post.shop .shop-toppaging {
        float: none;
        width: 100%;
        text-align: center;
        margin-top: 15px;
    }

    .blog-post.shop .shop-toppaging button,
    .blog-post.shop .shop-toppaging ul {
        float: none;
    }

    .blog-post.shop .blog-filter {
        margin-right: 0;
    }
    
    /* Post */
    article.post .meta-post span.date {
        margin-right: 45px;
    }
    
    /* Page */
    .shop-items .items {
        width: 100%;
        margin: 0;
    }

    .shop-items .items .item-detail {
        top: 220px;
    }
    
    .details-list li {
        font-size: 7px;
    }
    .roll-row.page-title .page-nav .nav-left {display:none;} 
    .roll-row.page-title .page-nav .nav-right {float:none;padding: 10px 0 8px 0;
       
    }

    .roll-row.page-title .page-nav .nav-right a:first-child {
        margin-left: 0;
    }

    
    .page-sidenavigation .page-left,
    .page-sidenavigation .page-right .content-left, 
    .page-sidenavigation .page-right .content-right,
    .page-sidenavigation .page-right .member-left, 
    .page-sidenavigation .page-right .member-right {
        width: 100%;
    }

    .page-sidenavigation .page-right {
        width: 100%;
        padding-left: 0;
    }
    
    .page-sidenavigation .page-right .content-right {
        margin-left: 0;
    }
    
    .container {
        padding: 0 10px;
    }
    
    .details-list {
        margin-bottom: 10px;
    }
    
    .project-items .item {
        width: 100%;
        margin-left: 0;
    }
    
    .image-small .picture:before {
        background-size: 50px 55px;
        width: 50px;
        height: 55px;
        margin-left: -25px;
        margin-top: -27px;
    }
    
    /* Widget */
    .widget-recent-post ul li {
        width: 100%;
    }
    
    .widget.widget-recent-project ul li {
        margin-right: 10px;
    }
    
    /* Footer */
    .footer-bottom .link {
        text-align: center;
    }

    .footer-bottom .social {
        float: none;
        display: inline-block;
    }
    
    .footer-bottom .copyright {
        margin: 0;
    }
}

/* Retina Devices */
@media only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {

}