
/*-----------------------------------------------------------------------------------*/
/*	RESET
/*-----------------------------------------------------------------------------------*/
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:focus {
    outline: 0 !important
}
.row1{display:flex;}


.fit-vids-style {
    display: none
}

figure {
    margin: 0;
    padding: 0;
}

figure img {
    width: 100%
}

iframe {
    border: none
}

::selection {
    background: #fefac7; /* Safari */
    color: #555555;
}

::-moz-selection {
    background: #fefac7; /* Firefox */
    color: #555555;
}

/*-----------------------------------------------------------------------------------*/
/*	GENERAL
/*-----------------------------------------------------------------------------------*/
body {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
    background-color: #f9f9f9;
    color: #6c6c6c;
    font-size: 14px;
}

.dark-wrapper {
    background-color: #f3f3f3
}

.light-wrapper {
    background-color: #f9f9f9
}

body,
li,
address {
    line-height: 25px
}

input,
button,
select,
textarea {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

a {
    color: #1abb9c
}

a:hover,
a:focus {
    color: #2e2e2e;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto Slab', serif;
    margin-top: 0;
    color: #4e4e4e;
    margin-bottom: 10px;
}

h1 {
    font-size: 30px;
    line-height: 33px;
}

h2 {
    font-size: 24px;
    line-height: 26px;
}

h3 {
    font-size: 20px;
    line-height: 22px;
}

h4 {
    font-size: 18px;
    margin-bottom: 8px;
}

.details h4 span {
    font-size: 12px;
    color: #a8a8a8;
    font-weight: normal;
}

.details h4 span:before {
    display: inline-block;
    content: "-";
    padding-right: 5px;
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 12px
}

.section-title {
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-size: 19px;
    margin-bottom: 20px;
}

.post-title {
    font-size: 24px;
    line-height: 26px;
}

.post-title a {
    color: #4e4e4e
}

.post-title a:hover {
    color: #1abb9c
}

.showbiz .post-title {
    margin: 0 0 5px 0
}

h4.post-title {
    font-size: 18px;
    margin-bottom: 8px;
}

ul {
    list-style: circle;
    list-style-position: inside;
}

ul,
ol {
    padding: 0;
    margin: 0 0 10px 0;
}

ol {
    list-style-position: inside
}

ul.bullet {
    list-style: none
}

ul.bullet li:before {
    font-family: 'fontello';
    content: "\e762";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    font-size: 15px;
    padding-right: 8px;
    color: #1abb9c;
}

.lead {
    font-size: 22px;
    line-height: 32px;
    color: #a8a8a8;
    font-weight: 400;
    font-family: 'Roboto Slab', serif;
}

hr {
    border: 0;
    border-bottom: 2px solid #e7e7e7;
    margin: 60px 0;
}

.meta,
.more {
    font-family: 'Roboto Slab', serif;
    font-size: 12px;
    margin-bottom: 10px;
    color: #a8a8a8;
}

.more {
    margin-bottom: 0
}

.meta a,
.more {
    color: #a8a8a8
}

.meta a:hover,
.more:hover {
    color: #1abb9c
}

.meta.tags a:before {
    content: "#";
    display: inline-block;
}

.showbiz .meta a:after {
    display: inline-block;
    content: "/";
    padding: 0 3px 0 6px;
    color: #c5c5c5;
}

.showbiz .meta a:last-child:after {
    display: none
}

.media-wrapper {
    margin-bottom: 20px
}

blockquote {
    padding: 0 0 0 15px;
    margin: 0 0 20px;
    border-left: 2px solid #e7e7e7;
}

blockquote p {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    font-family: 'Roboto Slab', serif;
}

blockquote small {
    line-height: 33px;
    color: #1abb9c;
}

.alert .close {
    line-height: 25px
}

.media {
    margin-top: 0;
    margin-bottom: 20px;
}

.media > .pull-left {
    margin-right: 20px
}

i.large {
    color: #1abb9c;
    font-size: 40px;
    width: 40px;
    height: 40px;
}

/*-----------------------------------------------------------------------------------*/
/*	BUTTON
/*-----------------------------------------------------------------------------------*/
.btn,
.btn-group > .btn,
.parallax .btn {
    color: #fff;
    background: #1abb9c;
    margin-bottom: 10px;
    margin-right: 5px;
    padding: 9px 20px 11px 20px;
    font-weight: normal;
    font-size: 13px;
    text-shadow: none;
    border: none;
    text-transform: uppercase;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
}

.btn-large {
    padding: 12px 23px 13px 23px
}

.btn.btn-green {
    background: #1abb9c
}

.btn.btn-blue {
    background: #3f8dbf
}

.btn.btn-red {
    background: #e8554e
}

.btn.btn-orange {
    background: #e67e22
}

.btn.btn-purple {
    background: #9b59b6
}

.btn.btn-pink {
    background: #d487be
}

.btn.btn-navy {
    background: #34495e
}

.btn.btn-gray {
    background: #95a5a6
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active {
    background: #17a78b;
    color: #fff;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -webkit-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
}

.btn-green:hover,
.btn-green:focus,
.btn-green:active,
.btn-green.active {
    background: #17a78b !important
}

.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active,
.btn-blue.active {
    background: #387eaa !important
}

.btn-red:hover,
.btn-red:focus,
.btn-red:active,
.btn-red.active {
    background: #cf4c45 !important
}

.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active,
.btn-orange.active {
    background: #cd701e !important
}

.btn-purple:hover,
.btn-purple:focus,
.btn-purple:active,
.btn-purple.active {
    background: #8a4fa2 !important
}

.btn-pink:hover,
.btn-pink:focus,
.btn-pink:active,
.btn-pink.active {
    background: #bd78a9 !important
}

.btn-navy:hover,
.btn-navy:focus,
.btn-navy:active,
.btn-navy.active {
    background: #2c3e50 !important
}

.btn-gray:hover,
.btn-gray:focus,
.btn-gray:active,
.btn-gray.active {
    background: #859394 !important
}

.share .btn {
    padding: 6px 15px 8px 15px;
    font-size: 13px;
}

.btn.btn-facebook {
    background: #65779e
}

.btn.btn-facebook:hover {
    background: #5a6a8d !important
}

.btn.btn-twitter {
    background: #7fc0e1
}

.btn.btn-twitter:hover {
    background: #71abc8 !important
}

.btn.btn-googleplus {
    background: #626262
}

.btn.btn-googleplus:hover {
    background: #575757 !important
}

.btn.btn-pinterest {
    background: #c65044
}

.btn.btn-pinterest:hover {
    background: #b0473d !important
}

/*-----------------------------------------------------------------------------------*/
/*	DIVIDERS
/*-----------------------------------------------------------------------------------*/
.divide0 {
    width: 100%;
    height: 0px;
}

.divide2 {
    width: 100%;
    height: 2px;
}

.divide3 {
    width: 100%;
    height: 3px;
}

.divide5 {
    width: 100%;
    height: 5px;
}

.divide10 {
    width: 100%;
    height: 10px;
}

.divide15 {
    width: 100%;
    height: 15px;
}

.divide20 {
    width: 100%;
    height: 20px;
}

.divide25 {
    width: 100%;
    height: 25px;
}

.divide30 {
    width: 100%;
    height: 30px;
}

.divide35 {
    width: 100%;
    height: 35px;
}

.divide40 {
    width: 100%;
    height: 40px;
}

.divide45 {
    width: 100%;
    height: 40px;
}

.divide50 {
    width: 100%;
    height: 50px;
}

.divide55 {
    width: 100%;
    height: 55px;
}

.divide60 {
    width: 100%;
    height: 60px;
}

.divide65 {
    width: 100%;
    height: 65px;
}

.divide70 {
    width: 100%;
    height: 70px;
}

.divide75 {
    width: 100%;
    height: 75px;
}

.divide80 {
    width: 100%;
    height: 80px;
}

.divide85 {
    width: 100%;
    height: 85px;
}

.rm0 {
    margin-right: 0px
}

.rm1 {
    margin-right: 1px
}

.rm2 {
    margin-right: 2px
}

.rm5 {
    margin-right: 5px
}

.rm10 {
    margin-right: 10px
}

.rm15 {
    margin-right: 15px
}

.rm20 {
    margin-right: 20px
}

.rm25 {
    margin-right: 25px
}

.rm30 {
    margin-right: 30px
}

.rm40 {
    margin-right: 40px
}

.lm0 {
    margin-left: 0px
}

.lm1 {
    margin-left: 1px
}

.lm5 {
    margin-left: 5px
}

.lm7 {
    margin-left: 7px
}

.lm10 {
    margin-left: 10px
}

.lm15 {
    margin-left: 15px
}

.lm20 {
    margin-left: 20px
}

.lm25 {
    margin-left: 25px
}

.lm30 {
    margin-left: 25px
}

.lm40 {
    margin-left: 40px
}

.rp5 {
    padding-right: 5px
}

.rp10 {
    padding-right: 10px
}

.rp15 {
    padding-right: 15px
}

.rp20 {
    padding-right: 20px
}

.rp30 {
    padding-right: 30px
}

.lp10 {
    padding-left: 10px
}

.lp20 {
    padding-left: 20px
}

.lp30 {
    padding-left: 30px
}

.tp5 {
    padding-top: 5px
}

.tp10 {
    padding-top: 10px
}

.tp20 {
    padding-top: 20px
}

.tp30 {
    padding-top: 30px
}

.tm4 {
    margin-top: 4px
}

.tm5 {
    margin-top: 5px
}

.tm7 {
    margin-top: 7px
}

.tm10 {
    margin-top: 10px
}

.tm15 {
    margin-top: 15px
}

.tm20 {
    margin-top: 20px
}

.mbm1 {
    margin-bottom: -1px
}

.bm0 {
    margin-bottom: 0 !important
}

.bm5 {
    margin-bottom: 5px !important
}

.bm10 {
    margin-bottom: 10px !important
}

.bm15 {
    margin-bottom: 15px !important
}

.bm20 {
    margin-bottom: 20px !important
}

.nobottommargin {
    margin-bottom: 0px !important
}

.nobullets {
    list-style: none;
    margin-left: 0;
}

.body-wrapper {
    width: 100%
}

.inner {
    padding-top: 21px;
    padding-bottom: 10px;
}

footer .inner {
    padding-bottom: 10px
}

footer hr {
    border: 0;
    border-bottom: 2px solid #373737;
    border-bottom: 2px solid rgba(255, 255, 255, 0.09);
    margin: 40px 0;
}

.black-wrapper {
    background: transparent url(style/images/bg/footer-bg1.jpg) repeat;
    -webkit-box-shadow: inset 0 5px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 5px 0 rgba(0, 0, 0, 0.2);
    color: #cacaca;
}

.black-wrapper a {
    color: #cacaca
}

.black-wrapper a:hover {
    color: #1abb9c
}

.black-wrapper h1,
.black-wrapper h2,
.black-wrapper h3,
.black-wrapper h4,
.black-wrapper h5,
.black-wrapper h6 {
    color: #6c6c6c
}

footer .section-title {
    font-size: 18px
}

i.contact {
    color: #6c6c6c;
    margin-right: 5px;
    width: auto;
    height: auto;
    line-height: 18px;
}

.widget .post-list {
    list-style: none;
    margin: 0;
}

.widget .post-list li {
    margin-bottom: 19px
}

.widget .post-list li h6 {
    font-size: 14px;
    line-height: 25px;
    font-weight: normal;
    letter-spacing: normal;
    font-family: 'Roboto', sans-serif;
    margin: 0;
}

.widget .post-list li em {
    color: #6c6c6c;
    font-size: 12px;
    font-style: normal;
    font-family: 'Roboto Slab', serif;
}

.tagcloud {
    line-height: 25px
}

/*-----------------------------------------------------------------------------------*/
/*	HEADER NAVBAR
/*-----------------------------------------------------------------------------------*/
.offset {
    padding-top: 150px
}

#header.navbar {
    padding: 35px 0;
    background: transparent url(style/images/bg/header-bg2.jpg) repeat;
    -webkit-box-shadow: inset 0 -5px 0 rgba(0, 0, 0, 0.04);
    -moz-box-shadow: inset 0 -5px 0 rgba(0, 0, 0, 0.04);
    box-shadow: inset 0 -5px 0 rgba(0, 0, 0, 0.04);
    position: relative;
    z-index: 1001;
    width: 100%;
    display: block;
    position: fixed;
}

#header.navbar-fixed-top .navbar-inner {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: none;
    border: 0;
    padding: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

#header.navbar-fixed-top .nav-collapse {
    margin-top: 0px
}

#header.navbar .nav {
    margin: 0
}

#header.navbar .nav > li {
    margin-left: 10px
}

#header.navbar .nav > .active > a,
#header.navbar .nav > .active > a:hover,
#header.navbar .nav > .active > a:focus {
    color: #1abb9c;
    text-decoration: none;
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#header.navbar .nav > li > a {
    padding: 0;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1;
    font-weight: 900;
    color: #4e4e4e;
    font-family: 'Roboto Condensed', sans-serif;
    text-shadow: none;
    padding: 12px 15px;
}

#header.navbar .nav > li > a:hover {
    color: #1abb9c
}

#header.navbar .nav li.dropdown.open > .dropdown-toggle,
#header.navbar .nav li.dropdown.active > .dropdown-toggle,
#header.navbar .nav li.dropdown.open.active > .dropdown-toggle {
    background: #1abb9c;
    color: #fff;
}

#header.navbar .brand {
    padding: 0;
    margin: 2px 0 0 0;
}

#header .dropdown-menu {
    padding: 0;
    margin: 0;
    width: 185px;
    background-color: transparent;
    border: none;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#header .dropdown-menu li {
    background: #3d3d3d;
    border-top: none;
}

#header .dropdown-menu li:first-child {
    border-top: none
}

#header .dropdown-menu li a {
    padding: 0 15px 20px;
    line-height: 1;
    color: #d9d9d9;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 900;
}

#header .dropdown-menu li a:hover,
#header .dropdown-menu li a.active {
    padding: 0 15px 20px;
    filter: none;
    line-height: 1;
    background: #363636;
    color: #d9d9d9;
}

#header .dropdown-menu li:first-child a,
#header .dropdown-menu li:first-child li:first-child a {
    padding-top: 20px
}

#header .dropdown-menu li:first-child li a {
    padding-top: 0;
}

#header.navbar .nav > li > .dropdown-menu:after {
    display: none
}

#header.navbar .nav > li > .dropdown-menu:before {
    display: none
}

#header .dropdown-menu > li > a:hover,
#header .dropdown-menu > li > a:focus,
#header .dropdown-submenu:hover > a,
#header .dropdown-submenu:focus > a,
#header .dropdown-menu > .active > a,
#header .dropdown-menu > .active > a:hover,
#header .dropdown-menu > .active > a:focus {
    background: none;
    color: #1abb9c;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

#header .dropdown-submenu > a:after {
    display: none
}

#header .dropdown-submenu > .dropdown-menu {
    margin-top: 0
}

#header .navbar .btn {
    margin: 0
}

#header .responsive-menu {
    display: none;
    font-size: 15px;
    margin: 0;
}

#header .responsive-menu i {
    width: auto;
    height: auto;
}

#header .btn {
    padding: 8px 13px
}

/*-----------------------------------------------------------------------------------*/
/*	SOCIAL ICONS
/*-----------------------------------------------------------------------------------*/
.social {
    margin: 0;
    padding: 0;
    font-size: 0;
}

.social li {
    display: inline-block;
    font-family: 'fontello-social';
    margin: 0 15px 0 0;
}

footer .social li {
    margin: 0 0 0 15px
}

.social li a {
    display: table;
    -webkit-transform: translateZ() !important;
    -webkit-backface-visibility: hidden !important;
    -webkit-perspective: 1000 !important;
}

.social li a i {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    font-size: 18px;
    width: auto;
    height: auto;
    color: #6c6c6c;
    display: inline-block;
    text-align: center;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
}

.social .icon-s-pinterest:hover {
    color: #c53942
}

.social .icon-s-rss:hover {
    color: #e86f04
}

.social .icon-s-facebook:hover {
    color: #4470cf
}

.social .icon-s-twitter:hover {
    color: #5daed5
}

.social .icon-s-flickr:hover {
    color: #ff0088
}

.social .icon-s-dribbble:hover {
    color: #d07ead
}

.social .icon-s-behance:hover {
    color: #098ffa
}

.social .icon-s-linkedin:hover {
    color: #3393c1
}

.social .icon-s-vimeo:hover {
    color: #099fc7
}

.social .icon-s-youtube:hover {
    color: #c8312b
}

.social .icon-s-skype:hover {
    color: #2ebbf0
}

.social .icon-s-tumblr:hover {
    color: #5d82a4
}

.social .icon-s-delicious:hover {
    color: #3274d1
}

.social .icon-s-500px:hover {
    color: #00a6df
}

.social .icon-s-grooveshark:hover {
    color: #f66c00
}

.social .icon-s-forrst:hover {
    color: #2f7935
}

.social .icon-s-digg:hover {
    color: #1b5891
}

.social .icon-s-blogger:hover {
    color: #fc6605
}

.social .icon-s-klout:hover {
    color: #d8390f
}

.social .icon-s-dropbox:hover {
    color: #016aab
}

.social .icon-s-github:hover {
    color: #4073a6
}

.social .icon-s-songkick:hover {
    color: #ff0030
}

.social .icon-s-posterous:hover {
    color: #eac954
}

.social .icon-s-appnet:hover {
    color: #0291c9
}

.social .icon-s-gplus:hover {
    color: #a84539
}

.social .icon-s-stumbleupon:hover {
    color: #eb4923
}

.social .icon-s-lastfm:hover {
    color: #be0c02
}

.social .icon-s-spotify:hover {
    color: #7cc011
}

.social .icon-s-instagram:hover {
    color: #a4765c
}

.social .icon-s-evernote:hover {
    color: #82d15c
}

.social .icon-s-paypal:hover {
    color: #2a608e
}

.social .icon-s-picasa:hover {
    color: #9864ae
}

.social .icon-s-soundcloud:hover {
    color: #ff680d
}

/*-----------------------------------------------------------------------------------*/
/*	ICONS
/*-----------------------------------------------------------------------------------*/
.icon-wrapper {
    display: table;
    position: relative;
    width: 90px;
    height: 90px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.icon-wrapper .icon {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.icon-wrapper.purple {
    background-color: #9D9ABF
}

.icon-wrapper.red {
    background-color: #D2514B
}

.icon-wrapper.yellow {
    background-color: #E8C04F
}

.icon-wrapper.blue {
    background-color: #66A3C6
}

.icon-wrapper.green {
    background-color: #a4bf60
}

.services .icon-wrapper {
    margin: 0 auto 25px
}

.services {
    text-align: center
}

/*-----------------------------------------------------------------------------------*/
/*	REVOLUTION SLIDER
/*-----------------------------------------------------------------------------------*/
.fullwidthbanner-container {
    width: 100% !important;
    position: relative;
    padding: 0;
    max-height: 400px !important;
    overflow: hidden !important;
}

.portfolio-wide-container {
    width: 100% !important;
    position: relative;
    padding: 0;
    max-height: 400px !important;
    overflow: hidden !important;
    margin-bottom: 50px;
}

.revolution ul {
    visibility: hidden;
    margin: 0;
    list-style: none;
}

.tp-caption.bold {
    font-family: 'Roboto Slab', serif;
    font-size: 40px;
    line-height: 1;
    font-weight: 900;
    color: #f3f3f3;
}

.tp-caption.lite {
    font-size: 32px;
    line-height: 1;
    color: #a8a8a8;
    font-weight: 400;
    font-family: 'Roboto Slab', serif;
}

.tp-caption a.btn {
    color: #fff
}

.tp-caption .color {
    color: #1abb9c
}

.tp-leftarrow.default,
.tp-rightarrow.default {
    z-index: 100;
    cursor: pointer;
    position: relative;
    top: 50% !important;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    background: rgba(0, 0, 0, 0.3);
    color: #f7f7f7;
    line-height: 1;
    font-size: 20px;
    padding: 12px 19px;
    width: auto;
    height: auto;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.tparrows:before {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
}

.tp-leftarrow.default:before {
    content: '\e75d'
}

.tp-rightarrow.default:before {
    content: '\e75e'
}

.tparrows:hover {
    background: rgba(0, 0, 0, 0.5)
}

.tp-bullets.simplebullets.round .bullet {
    width: 12px;
    height: 12px;
    margin-left: 4px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    background: rgba(0, 0, 0, 0.3);
}

.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.round .bullet:hover {
    background: rgba(0, 0, 0, 0.5)
}

.tp-bullets.hidebullets {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.tp-loader {
    background: url(style/images/loading.gif) no-repeat;
    background-color: #fff;
    margin: -15px -15px;
    top: 50%;
    left: 50%;
    z-index: 10000;
    position: absolute;
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
}

@media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
    .tp-loader {
        background-image: url(style/images/loading%402x.gif)
    }
}

.tp-bannertimer {
    width: 100%;
    height: 10px;
    background: url(style/images/timer.png);
    position: absolute;
    z-index: 200;
}

/*-----------------------------------------------------------------------------------*/
/*	SHOWBIZ
/*-----------------------------------------------------------------------------------*/
.showbiz {
    position: relative
}

.showbiz-container {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
}

.showbiz-navigation {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    position: absolute;
    top: -45px;
    right: 0;
}

.sb-navigation-left,
.sb-navigation-right {
    cursor: pointer;
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 0 0 0 2px;
}

.sb-navigation-left:before,
.sb-navigation-right:before {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-size: 16px;
    line-height: 16px;
}

.sb-navigation-left,
.sb-navigation-right {
    z-index: 100;
    cursor: pointer;
    position: relative;
    top: 50% !important;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    padding: 5px 12px;
}

.sb-navigation-left:before {
    content: '\e75d'
}

.sb-navigation-right:before {
    content: '\e75e'
}

/* Firefox Fix */
@-moz-document url-prefix() {
    .sb-navigation-left:before {
        padding-right: 1px
    }
    .sb-navigation-right:before {
        padding-left: 2px
    }
}

.sb-hidden {
    display: none
}

.showbiz ul,
.showbiz li {
    list-style: none;
    margin: 0 0 -10px 0;
    padding: 0;
}

.showbiz ul li {
    position: relative;
    -webkit-transform: translateZ(10);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    margin-right: 20px;
}

.showbiz .overflowholder {
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 2;
}

.showbiz .overflowholder ul {
    width: 100000px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.showbiz .overflowholder ul li {
    float: left !important;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    position: relative;
}

.showbiz .mediaholder {
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: transparent;
    padding: 0px;
    border: none;
    margin-bottom: 15px;
}

.showbiz .mediaholder_innerwrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.showbiz .mediaholder img {
    width: 100%;
    position: relative;
}

.clients .showbiz-navigation {
    display: none
}

.clients img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

.clients img:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

/*-----------------------------------------------------------------------------------*/
/*	BLOG
/*-----------------------------------------------------------------------------------*/
.blog .post {
    margin-bottom: 50px
}

.blog .post .post-title {
    margin: 0 0 10px 0
}

.blog .meta {
    margin-bottom: 25px
}

.blog.no-sidebar .post,
.blog.no-sidebar .pagination,
.blog.no-sidebar #comments,
.blog.no-sidebar .comment-form-wrapper {
    width: 770px;
    margin: 0px auto;
}

.blog.no-sidebar .pagination {
    text-align: center
}

.blog.no-sidebar .post-title,
.blog.no-sidebar .meta {
    text-align: center
}

.meta .sep {
    padding: 0 3px
}

/*-----------------------------------------------------------------------------------*/
/*	POST FORMATS
/*-----------------------------------------------------------------------------------*/
.format-gallery .media-wrapper {
    margin: 0
}

.no-sidebar .format-gallery .gallery-wrapper {
    width: 620px;
    margin: 0 auto;
}

.format-gallery .gallery figure img {
    width: 100%
}

.format-gallery .gallery {
    list-style: none;
    width: 110%;
    margin-right: -6px;
    margin-bottom: 5px;
}

.format-gallery .gallery:before,
.format-gallery .gallery:after {
    display: table;
    content: "";
    line-height: 0;
}

.format-gallery .gallery:after {
    clear: both
}

.format-gallery .gallery .item {
    width: 307px
}

.format-gallery .gallery {
    margin-left: -6px;
    margin-bottom: 8px;
    *zoom: 1;
}

.format-gallery .gallery .item {
    float: left;
    min-height: 1px;
    margin-left: 6px;
    margin-bottom: 6px;
    position: relative;
}

.format-chat ul {
    list-style: none
}

.format-chat ul li {
    margin-bottom: 5px
}

.format-chat ul li strong {
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    color: #4e4e4e;
}

.format-link .post-title a:after {
    display: inline-block;
    content: "→";
    padding-left: 10px;
}

.item-details li span {
    font-size: 15px;
    padding-right: 2px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    color: #4e4e4e;
}

.item-details li a {
    color: #6c6c6c
}

.item-details li a:hover {
    color: #1abb9c
}

.media-wrapper.portfolio {
    margin-bottom: 20px
}

.media-wrapper.portfolio.player {
    margin-bottom: 50px
}

/*-----------------------------------------------------------------------------------*/
/*	SIDEBAR
/*-----------------------------------------------------------------------------------*/
.sidebox {
    margin-top: 50px;
    display: block;
}

.sidebox h3 {
    font-size: 16px;
    margin-bottom: 15px;
}

.sidebox:first-child {
    margin: 0
}

.sidebox .post-list {
    padding: 0;
    margin: 0;
}

.sidebox .post-list:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.sidebox .post-list li {
    clear: both;
    margin-bottom: 15px;
    display: block;
    overflow: hidden;
}

.sidebox .post-list h6 {
    font-size: 14px;
    line-height: 25px;
    margin: 0;
    font-weight: normal;
    text-transform: none;
    letter-spacing: normal;
    font-family: 'Roboto', sans-serif;
}

.sidebox a {
    color: #6c6c6c
}

.sidebox a:hover {
    color: #1abb9c
}

.sidebox .post-list .overlay {
    float: left;
    width: 70px;
    height: 70px;
}

.sidebox .post-list .meta {
    margin-left: 85px;
    overflow: hidden;
    margin-bottom: 0;
}

.sidebox .post-list .meta em {
    font-size: 12px;
    color: #a8a8a8;
    font-style: normal;
}

.sidebox .post-list .meta em:before {
    display: none
}

.sidebox.widget form {
    margin: 0
}

.sidebox.widget .searchform input {
    margin: 0
}

.widget .list {
    list-style: none;
    margin: 0;
}

/*-----------------------------------------------------------------------------------*/
/*	PAGINATION
/*-----------------------------------------------------------------------------------*/
.pagination {
    margin: 0
}

.pagination ul {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.pagination ul > li {
    display: inline-block;
    margin-bottom: 2px;
}

.pagination ul > li > a,
.pagination ul > li > span {
    float: left;
    border: none;
    color: #fff;
    background: #1abb9c;
    padding: 6px 15px 8px 15px;
    font-weight: normal;
    margin-right: 5px;
    font-size: 13px;
    text-shadow: none;
    border: none;
    text-transform: uppercase;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.15);
}

.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
    background: #17a78b;
    color: #fff;
}

.pagination ul > li:first-child > a,
.pagination ul > li:last-child > a {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
}

/*-----------------------------------------------------------------------------------*/
/*	COMMENTS
/*-----------------------------------------------------------------------------------*/
#comments {
    margin: 0;
    position: relative;
}

#comments ol.commentlist {
    list-style: none;
    margin: 0;
}

#comments ol.commentlist li {
    padding: 30px 0 0 0;
    background: none;
    border-top: 2px solid #e7e7e7;
    margin-top: 20px;
}

#comments ol.commentlist li:first-child {
    border: none;
    margin: 0;
}

#comments .user {
    float: left;
    width: 70px;
    height: 70px;
    position: relative;
}

#comments .message {
    overflow: hidden
}

#comments .arrow-box {
    margin-left: 20px;
    position: relative;
}

#comments ul.children {
    margin: 0;
    overflow: inherit;
    padding: 0 0 0 55px;
    list-style: none;
}

#comments ol.commentlist ul.children li {
    padding-right: 0;
    border: none;
}

#comments .info h2 {
    font-size: 18px;
    margin: 0;
    display: inline;
    margin-right: 5px;
}

#comments .info {
    margin-bottom: 12px
}

#comments .info h2 a {
    color: #616161
}

#comments .info h2 a:hover {
    color: #1abb9c
}

#comments .info .meta {
    display: block;
    margin: 0;
}

#comments .info .meta .date {
    display: inline;
}

#comments a.reply-link {
    display: inline;
}

#comments a.reply-link:hover {
    color: #1abb9c
}

.comment-form-wrapper p {
    padding-bottom: 20px
}

.blog.no-sidebar #comments .meta {
    text-align: left;
}

/*-----------------------------------------------------------------------------------*/
/*	FORMS
/*-----------------------------------------------------------------------------------*/
.forms {
    position: relative;
    padding: 0;
    width: 100%;
}

.form-container .response {
    display: none
}

.forms ol {
    margin: 0;
    padding: 0;
}

.forms ol li {
    line-height: auto;
    list-style: none;
}

.forms li.hidden-row {
    display: none
}

input,
textarea,
.uneditable-input {
    width: 100%
}

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 {
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    height: 40px;
    padding: 0 10px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 25px;
    color: #5c5c5c;
    resize: none;
    vertical-align: middle;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    background: #ededed;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
}

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 {
    background: #e5e5e5;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
}

textarea {
    height: 100%;
    padding: 5px 10px;
    margin-bottom: 15px;
    min-height: 150px;
    resize: vertical;
}

.btn-submit {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}

.forms li.error input,
.forms li.error textarea {
    border: 1px solid #d18282
}

.forms span.error {
    display: none
}

.forms .button-row span.error {
    padding: 0;
    display: none;
}

.forms label {
    display: block;
    float: left;
    width: 95px;
    padding-top: 7px;
    font-size: 13px;
    clear: both;
}

.comment-form div label {
    position: absolute;
    top: 0;
    left: 0;
}

.form-container:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/*-----------------------------------------------------------------------------------*/
/*	TESTIMONIALS
/*-----------------------------------------------------------------------------------*/
.tab {
    margin: 0;
    padding: 0;
    display: inline-block;
    zoom: 1;
    *display: inline;
    background: #f9f9f9;
    border: 1px solid #e7e7e7;
    border-bottom: none;
    top: 1px;
    position: relative;
    z-index: 1;
    margin-right: 1px;
}

.tab:before {
    display: none
}

.tab a {
    display: block;
    padding: 7px 17px;
    font-size: 13px;
    font-weight: 700;
    color: #616161;
}

.tab a.active,
.tab a:hover {
    color: #1abb9c
}

.tab.active {
    background: #fff;
    position: relative;
    z-index: 3;
}

.tab-container .panel-container {
    border-top: 1px solid #e7e7e7;
    position: relative;
    z-index: 1;
}

.tab-container .panel-container div.tab-block {
    padding: 20px 0 0 0
}

#testimonials {
    text-align: center;
    width: 80%;
    margin: 0 auto;
}

#testimonials .author {
    font-style: normal;
    font-size: 14px;
    color: #1abb9c;
    display: block;
}

#testimonials div {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 30px;
    font-weight: 300;
    position: relative;
    font-family: 'Roboto Slab', serif;
}

#testimonials .tab {
    border: none;
    margin: 0;
}

#testimonials .tab a {
    padding: 0;
    background-color: #d0d0d0;
    text-indent: -99999px;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

#testimonials .tab a.active,
#testimonials .tab a:hover {
    background: #1abb9c;
    position: relative;
    z-index: 3;
}

#testimonials .panel-container {
    border: none
}

#testimonials:before {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: block;
    text-decoration: inherit;
    content: '\275e';
    font-size: 33px;
    color: #d0d0d0;
    margin-bottom: 10px;
    text-align: center;
}

#testimonials.tab-container .panel-container div {
    padding-top: 15px
}

/*-----------------------------------------------------------------------------------*/
/*	TABS
/*-----------------------------------------------------------------------------------*/
.nav-tabs {
    border: none
}

.nav-tabs > li {
    margin-bottom: 0
}

.nav-tabs > li > a {
    padding: 14px 17px;
    margin-right: 6px;
    line-height: 16px;
    color: #4e4e4e;
    background: #ededed;
    font-weight: 900;
    font-size: 12px;
    border: none;
    text-transform: uppercase;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.nav-tabs > .active > a {
    color: #FFF;
    background: #1abb9c;
    border: none;
}

.nav-tabs > .active > a:hover {

}

.nav.nav-tabs > li > a:hover,
.nav.nav-tabs > li > a:focus {
    color: #FFF;
    background: #1abb9c;
    border: none;
}

.nav.nav-tabs > .active > a,
.nav.nav-tabs > .active > a:hover,
.nav.nav-tabs > .active > a:focus {
    color: #FFF;
    background: #1abb9c;
}

.tab-content.box {
    padding-top: 15px
}

/*-----------------------------------------------------------------------------------*/
/*	ACCORDION / TOGGLE
/*-----------------------------------------------------------------------------------*/
.accordion-group {
    margin-bottom: 10px;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.accordion-heading .accordion-toggle {
    padding: 11px 15px;
    color: #4e4e4e;
    background: #ededed;
    font-weight: 900;
    font-size: 12px;
    text-transform: uppercase;
}

.accordion-heading .accordion-toggle.active,
.accordion-heading .accordion-toggle:hover {
    color: #FFF;
    background: #1abb9c;
}

.accordion-inner {
    padding: 10px 0 10px 0;
    border-top: none;
}

.accordion-body {
    background: none
}

/*-----------------------------------------------------------------------------------*/
/*	PROGRESS BAR
/*-----------------------------------------------------------------------------------*/
.progress-list {
    margin: 0;
    list-style: none;
}

.progress-list p {
    margin-bottom: 5px
}

.progress-list li {
    margin-bottom: 20px
}

.progress-list li em {
    padding-left: 8px;
    color: #1abb9c;
    font-style: normal;
}

.progress-list li em:before {
    content: "-";
    padding-right: 10px;
    display: inline-block;
}

.progress.plain {
    height: 15px;
    margin-bottom: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background: #ededed;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.progress.plain .bar {
    float: left;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    width: 0;
    height: 100%;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    text-shadow: none;
    background: #1abb9c;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/*-----------------------------------------------------------------------------------*/
/*	ISOTOPE PORTFOLIO GRID
/*-----------------------------------------------------------------------------------*/
.full-portfolio {
    overflow: hidden
}

.full-portfolio .filter {
    display: none
}

.full-portfolio .items {
    width: 100%;
    clear: both;
    margin: 0;
    list-style: none;
}

.full-portfolio .items li {
    float: left;
    position: relative;
    background: none;
    padding: 0;
    width: 16.666666667%;
}

.full-portfolio .items li img {
    display: block;
    /*position: relative;*/
    width: 100%;
    height: auto;
    margin-bottom: -1px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

.full-portfolio .items:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.fix-portfolio .filter {
    list-style: none;
    margin: 0 0 20px 0;
}

.fix-portfolio .filter li {
    display: inline;
    font-weight: 900;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 1;
    color: #c5c5c5;
}

.fix-portfolio .filter li:after {
    display: inline-block;
    content: "/";
    padding: 0 13px 0 16px;
}

.fix-portfolio .filter li a {
    color: #4e4e4e
}

.fix-portfolio .filter li a.active,
.fix-portfolio .filter li a:hover {
    color: #1abb9c
}

.fix-portfolio .filter li:last-child:after {
    display: none
}

.fix-portfolio {
    overflow: hidden;
}

.fix-portfolio .thumbs {
    list-style: none;
    width: 110%;
    margin-right: -5px;
}

.fix-portfolio .thumbs:before,
.fix-portfolio .thumbs:after {
    display: table;
    content: "";
    line-height: 0;
}

.fix-portfolio .thumbs:after {
    clear: both
}

.fix-portfolio .thumbs li {
    width: 310px
}

.fix-portfolio .thumbs {
    margin-left: -5px;
    margin-bottom: -5px;
    *zoom: 1;
}

.fix-portfolio .thumbs li {
    float: left;
    min-height: 1px;
    margin-left: 5px;
    margin-bottom: 5px;
    position: relative;
}

.isotope-item {
    z-index: 2;
    display: block !important;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -ms-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: top, left, opacity;
    transition-property: transform, opacity;
}

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

/*-----------------------------------------------------------------------------------*/
/*	NAVIGATION
/*-----------------------------------------------------------------------------------*/
.navigation {
    padding-bottom: 30px;
    margin-bottom: 32px;
    border-bottom: 2px solid #e7e7e7;
}

.navigation:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.navigation .nav-next-item {
    margin-right: 0
}

.navigation .btn {
    margin-bottom: 0
}

/*-----------------------------------------------------------------------------------*/
/*	DIRECTION AWARE HOVER ON FRAME
/*-----------------------------------------------------------------------------------*/
.overlay a,
.overlay a img {
    display: block;
    position: relative;
}

.overlay a {
    overflow: hidden
}

.overlay a div {
    position: absolute;
    background: #222;
    background: rgba(0, 0, 0, 0.8) url(style/images/image-hover.html) repeat;
    width: 100%;
    height: 100%;
}

.overlay a div h5 {
    display: block;
    padding: 10px 0;
    /*     margin: 63px 20px 20px 20px; */
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    color: #e9e9e9;
    font-size: 16px;
    text-align: center;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.75);
}

.overlay a div h5 span {
    font-size: 12px;
    display: block;
    color: #ababab;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0.2px;
    margin-top: 5px;
    font-family: 'Roboto Slab', serif;
}

.overlay div.da-animate {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.overlay.cap-icon a div:before {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    position: absolute;
    width: 20px;
    height: 20px;
    line-height: 1;
    text-align: center;
    content: '\f517';
    font-size: 20px;
    color: #FFF;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -10px;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.75);
}

.overlay.cap-icon.more a div:before {
    content: '\f517'
}

.overlay.cap-icon.enlarge a div:before {
    content: '\f50d'
}

.sidebox .overlay.cap-icon.more a div:before {
    width: 16px;
    height: 16px;
    font-size: 16px;
    margin: -8px 0 0 -8px;
}

.da-slideFromTop {
    left: 0px;
    top: -100%;
}

.da-slideFromBottom {
    left: 0px;
    top: 100%;
}

.da-slideFromLeft {
    top: 0px;
    left: -100%;
}

.da-slideFromRight {
    top: 0px;
    left: 100%;
}

.da-slideTop {
    top: 0px
}

.da-slideLeft {
    left: 0px
}

/*-----------------------------------------------------------------------------------*/
/*	DETAILVIEW
/*-----------------------------------------------------------------------------------*/
.navfake {
    z-index: 1005;
    position: fixed;
    width: 100%;
    top: 0px;
    left: 100%;
    background: #f9f9f9;
}

.navcoverpage {
    z-index: 1000;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #f9f9f9;
    left: 100%;
}

/* SOME HELPER CLASS FOR ANIMATING */
.fullcontent-slider-getaway-wrapper {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: visible;
}

.fullcontent-slider-getaway-slide {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.fullcontent-content-wrapper-new {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.preparedtostart.fullcontent-content-wrapper-new {
    z-index: 1002
}

.preparedtoleave.fullcontent-content-wrapper-new {
    z-index: 1001
}

.fullcontent-content-wrapper-new.right {
    left: 100%
}

.fullcontent-content-wrapper-new.left {
    left: -100%
}

.fullcontent-content-wrapper-new.right.fader,
.fullcontent-content-wrapper-new.left.fader {
    left: 0px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* IE 5-7 */
    filter: alpha(opacity=0); /* Netscape */
    -moz-opacity: 0;
    /* Safari 1.x */
    -khtml-opacity: 0;
    /* Good browsers */
    opacity: 0;
}

.novisibility {
    visibility: hidden
}

.navfake .navigation {
    margin: 0
}

.navfake .inner {
    padding-bottom: 0
}

/*-----------------------------------------------------------------------------------*/
/*	VIEWER
/*-----------------------------------------------------------------------------------*/
.viewer {
    background: rgba(31, 31, 30, 0.97)
}

.viewer li {
    background: none;
    padding: 0;
}

.viewer li > div {
    left: 20px;
    top: 20px;
    bottom: 20px;
    right: 20px;
}

.viewer li.loading > div {
    background: url(style/images/view-loading.html) center center no-repeat
}

.multiplebgs .viewer li.loading > div {
    background: url(style/images/view-loading.html) center center no-repeat
}

.viewer li.loading.previous,
.viewer li.loading.next {
    background: 0
}

.viewer img {
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
}

.viewer .close {
    top: 30px !important;
    right: 20px !important;
    font-weight: 500 !important;
    filter: alpha(opacity=80);
    -khtml-opacity: .4;
    -moz-opacity: .4;
    opacity: .4;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #fff;
    font-size: 32px;
    line-height: 0;
    text-align: center;
    z-index: 3;
}

.viewer .close:hover {
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.viewer .caption {
    visibility: hidden;
    opacity: 0;
    color: #cfcfcf;
    font-size: 18px;
    line-height: 50px;
    -webkit-transition: opacity 1.5s ease-in-out;
    -moz-transition: opacity 1.5s ease-in-out;
    transition: opacity 1.5s ease-in-out;
}

.viewer .current .caption {
    opacity: 100;
    visibility: visible;
}

/*-----------------------------------------------------------------------------------*/
/*	PRICING TABLE
/*-----------------------------------------------------------------------------------*/
.pricing {
    width: 100%;
    overflow: hidden;
    text-align: center;
    padding-bottom: 10px;
    display: block;
}

.pricing .btn {
    margin: 0
}

.pricing .plan {
    border: 1px solid #dedede
}

.pricing .plan h3 {
    font-size: 18px;
    line-height: 45px;
    margin: 0;
    padding: 5px 0;
    background: #fff;
    color: #5c5c5c;
}

.pricing .plan h4 {
    padding: 20px 0;
    margin: 0;
    background: #f5f5f5;
}

.pricing .plan h4 span {
    color: #1abb9c
}

.pricing .plan h4 .amount {
    display: block;
    text-align: center;
}

.pricing .plan h4 .amount {
    font-size: 45px;
    padding-bottom: 10px;
}

.pricing .plan h4 .amount span {
    vertical-align: super;
    font-size: 20px;
    font-weight: 300;
}

.pricing .plan li:nth-child(2n) {
    background: #f5f5f5
}

.pricing .plan ul {
    margin: 0;
    list-style: none;
}

.pricing .plan ul li {
    background: #fff;
    padding: 15px 0;
}

.pricing .plan h3 {
    text-transform: uppercase
}

.pricing .select {
    background: #f5f5f5;
    padding: 18px 0;
}

/*-----------------------------------------------------------------------------------*/
/*	FEATURES
/*-----------------------------------------------------------------------------------*/
.flats {
    margin-bottom: -50px
}

.flats .span2 {
    height: 160px
}

.font-icons {
    list-style: none;
    margin: 0;
}

.font-icons li {
    display: inline-block;
    font-size: 25px;
    margin-bottom: 10px;
    padding: 0 10px;
}

.alert .close {
    line-height: 28px
}

.retina-icons-code i {
    font-size: 18px
}

.retina-icons-code tr td:first-child,
.retina-icons-code tr th:first-child {
    text-align: center
}

.retina-icons-code code {
    color: #717171
}

.table-bordered {
    border: 1px solid #dedede;
    border-left: none;
    background: #fff;
}

.table-bordered th,
.table-bordered td {
    border-left: 1px solid #dedede
}

.table th,
.table td {
    border-top: 1px solid #dedede
}

/*-----------------------------------------------------------------------------------*/
/*	RESPONSIVE
/*-----------------------------------------------------------------------------------*/
@media (min-width: 1200px) {
    .fix-portfolio .thumbs {
        margin-right: -6px
    }

    .fix-portfolio .thumbs li {
        width: 288px
    }

    .fix-portfolio .thumbs {
        margin-left: -6px;
        margin-bottom: -6px;
    }

    .fix-portfolio .thumbs li {
        margin-left: 6px;
        margin-bottom: 6px;
    }

    .no-sidebar .format-gallery .gallery-wrapper {
        width: 770px;
    }

    .format-gallery .gallery .item {
        width: 382px
    }

    .format-gallery .gallery {
        margin-left: -6px;
        margin-bottom: 13px;
    }

    .format-gallery .gallery .item {
        margin-left: 6px;
        margin-bottom: 6px;
    }

    #testimonials {
        width: 70%
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .navbar .container {
        width: 724px
    }

    #header.navbar-fixed-top .nav-collapse {
        margin: 0;
        width: 100%;
    }

    #header .responsive-menu {
        display: block
    }

    #header .nav-collapse .dropdown-menu {
        display: block
    }

    #header .dropdown-menu {
        padding: 0;
        margin: 0;
        width: auto;
    }

    #header .dropdown-menu li {
        background: none;
        border-top: none;
    }

    #header.navbar .nav > li {
        margin: 15px 0 0 0;
    }

    #header .dropdown-menu li a {
        padding: 0;
        line-height: 1;
        color: #b0b0b0;
        font-size: 14px;
    }

    #header.navbar .nav > li > .dropdown-menu:after {
        display: none
    }

    #header .dropdown-menu > li > a:hover,
    #header .dropdown-menu > li > a:focus,
    #header .dropdown-submenu:hover > a,
    #header .dropdown-submenu:focus > a,
    #header .dropdown-menu > .active > a,
    #header .dropdown-menu > .active > a:hover,
    #header .dropdown-menu > .active > a:focus,
    #header .nav-collapse .nav > li > a:hover,
    #header .nav-collapse .nav > li > a:focus,
    #header .nav-collapse .dropdown-menu a:hover,
    #header .nav-collapse .dropdown-menu a:focus {
        background: none;
        color: #1abb9c;
    }

    #header .dropdown-submenu > a:after {
        display: none
    }

    #header .dropdown-submenu > .dropdown-menu {
        margin-top: 0
    }

    #header .dropdown-menu li,
    #header .nav-collapse .nav > li > a,
    #header .nav-collapse .dropdown-menu li + li a {
        margin-bottom: 5px
    }

    #header.navbar .nav > li > a {
        padding: 0;
    }

    #header .dropdown-menu li a:hover,
    #header .dropdown-menu li a.active,
    #header .dropdown-menu li:first-child a {
        padding: 0;
    }

    .span4.lp30 {
        padding-left: 20px
    }

    .fix-portfolio .thumbs {
        margin-right: -5px
    }

    .fix-portfolio .thumbs li {
        width: 238px
    }

    .fix-portfolio .thumbs {
        margin-left: -5px;
        margin-bottom: -5px;
    }

    .fix-portfolio .thumbs li {
        margin-left: 5px;
        margin-bottom: 5px;
    }

    .no-sidebar .format-gallery .gallery-wrapper {
        width: 476px;
    }

    .format-gallery .gallery .item {
        width: 236px
    }

    .format-gallery .gallery {
        margin-left: -5px;
        margin-bottom: 10px;
    }

    .format-gallery .gallery .item {
        margin-left: 5px;
        margin-bottom: 5px;
    }

    .blog.no-sidebar .post,
    .blog.no-sidebar .pagination,
    .blog.no-sidebar #comments,
    .blog.no-sidebar .comment-form-wrapper {
        width: 600px;
        margin: 0px auto;
    }

    #testimonials {
        width: 90%
    }
}

@media (max-width: 767px) {
    body {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .container {
        width: auto;
        padding-right: 25px !important;
        padding-left: 25px !important;
    }

    #header.navbar-fixed-top,
    #header.navbar-fixed-bottom,
    #header.navbar-static-top {
        margin: 0;
    }

    #header.navbar-fixed-top .nav-collapse {
        margin: 0;
        width: 100%;
    }

    #header .responsive-menu {
        display: block
    }

    #header .nav-collapse .dropdown-menu {
        display: block
    }

    #header .dropdown-menu {
        padding: 0;
        margin: 0;
        width: auto;
    }

    #header .dropdown-menu li {
        background: none;
        border-top: none;
    }

    #header.navbar .nav > li {
        margin: 15px 0 0 0;
    }

    #header .dropdown-menu li a {
        padding: 0;
        line-height: 1;
        color: #b0b0b0;
        font-size: 14px;
    }

    #header.navbar .nav > li > .dropdown-menu:after {
        display: none
    }

    #header .dropdown-menu > li > a:hover,
    #header .dropdown-menu > li > a:focus,
    #header .dropdown-submenu:hover > a,
    #header .dropdown-submenu:focus > a,
    #header .dropdown-menu > .active > a,
    #header .dropdown-menu > .active > a:hover,
    #header .dropdown-menu > .active > a:focus,
    #header .nav-collapse .nav > li > a:hover,
    #header .nav-collapse .nav > li > a:focus,
    #header .nav-collapse .dropdown-menu a:hover,
    #header .nav-collapse .dropdown-menu a:focus {
        background: none;
        color: #1abb9c;
    }

    #header .dropdown-submenu > a:after {
        display: none
    }

    #header .dropdown-submenu > .dropdown-menu {
        margin-top: 0
    }

    #header .dropdown-menu li,
    #header .nav-collapse .nav > li > a,
    #header .nav-collapse .dropdown-menu li + li a {
        margin-bottom: 5px
    }

    #header.navbar .nav > li > a {
        padding: 0;
    }

    #header .dropdown-menu li a:hover,
    #header .dropdown-menu li a.active,
    #header .dropdown-menu li:first-child a {
        padding: 0;
    }

    [class*="span"],
    .uneditable-input[class*="span"],
    .row-fluid [class*="span"] {
        margin-bottom: 30px
    }

    .thumbs li {
        width: 100%
    }

    .thumbs {
        margin-left: 0;
        margin-bottom: 0;
    }

    .thumbs li {
        margin-left: 0px;
        margin-bottom: 0px;
    }

    .fix-portfolio .thumbs {
        margin-right: 0;
        width: 100%;
    }

    .fix-portfolio .thumbs li {
        width: 100%;
    }

    .fix-portfolio .thumbs {
        margin-left: 0;
        margin-bottom: 0;
    }

    .fix-portfolio .thumbs li {
        margin: 0;
        margin-bottom: 20px;
    }

    .fix-portfolio .thumbs li img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    aside {
        margin-top: 80px
    }

    #comments .user {
        display: none
    }

    #comments ul.children {
        padding: 0 0 0 20px
    }

    #comments .arrow-box {
        margin-left: 0
    }

    .span4.lp20 {
        padding-left: 0
    }

    #testimonials {
        width: 100%
    }

    .tp-bullets {
        bottom: 20px !important;
    }

    .blog.no-sidebar .post,
    .blog.no-sidebar .pagination,
    .blog.no-sidebar #comments,
    .blog.no-sidebar .comment-form-wrapper {
        width: 100%;
        margin: 0 auto;
    }

    .no-sidebar .format-gallery .gallery-wrapper {
        width: 100%;
    }

    .format-gallery .gallery .item {
        width: 100%;
        max-width: 100%;
    }

    .format-gallery .gallery {
        margin-left: 0;
        margin-bottom: 0;
        width: 100%;
        max-width: 100%;
    }

    .format-gallery .gallery .item {
        margin-left: 0;
        margin-bottom: 20px;
    }

    footer p.pull-left,
    footer .social {
        float: none !important;
    }

    footer p.pull-left {
        margin-bottom: 20px;
    }

    footer .social li {
        margin: 0 15px 0 0
    }

    .flats .span2 {
        height: auto;
    }

    .flats .icon-wrapper {
        margin: 0 auto;
    }

    .tp-bullets.hidebullets {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
    }

    .btn-large {
        padding: 6px 14px 8px 14px !important;
        font-size: 11px;
    }
}

/*-----------------------------------------------------------------------------------*/
/*	DEMO ONLY
/*-----------------------------------------------------------------------------------*/
a.changecolor,
a.changeheader,
a.changefooter {
    cursor: pointer;
}

/* Pre Cut Prepping page */

.product-img-section {

    vertical-align: top;
    display: inline-table;
    float: none;
    position: sticky;
    top: 140px;

}
.product-sideimg{ position:relative;}
.example-image-link {

    display: inline-block;
		
}

.layer {

    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
		opacity:0;
		transition:all 0.5s ease;
		cursor: pointer;
}

.image-link {

    display: inline-block;
    width: 50px;
    height: 50px;
    background: 

    #f1f1f1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -30%);
		border-radius: 5px;
}

.image-link i {
	display: block;

	text-align: center;

	font-size: 20px;

	line-height: 50px;

	color: #000;

}
	
.product-sideimg:hover .layer {opacity:1;}
	
	
.inq-btn {

    display: table;
    width: 250px;
    height: 40px;
    background:#3780af;
    text-align: center;
    line-height: 40px;
    margin: 15px auto;
		transition:all 0.5s ease;
		border: 1px solid #dfdfdf;
}
.inq-btn a{display:block; text-align:center; line-height:40px; font-size:16px; color:#fff;}

.inq-btn:hover{background:#222; }
.inq-btn:hover .inq-btn a{color:#fff;}

.product-detail-section {

    display: block;
    background: 

    #ebebeb;
    padding: 20px 0px;

}

.product-title {

    padding: 30px 0px 10px;

}


.details-title {

    padding-left: 8px;
    display: block;
    height: 40px;
    line-height: 40px;
    background: 

#3780af;

color:

    #fff;

}
.table {background:#fff;}
.table th{padding:15px 10px; font-size:16px;}
.table td{padding:15px 10px; font-size:14px; font-weight:normal;}


/* Accordion*/
#accordion .panel {
  border-radius: 0;
  border: 0;
  margin-top: 0px;
	
}
#accordion a {
  display: block;
  padding:0px 15px;
  border-bottom: 1px solid #1f3c69;
  text-decoration: none;
	height:50px;
	line-height:50px;
	background:#3780af;
	color:#fff;
}
#accordion .panel-heading a.collapsed:hover,
#accordion .panel-heading a.collapsed:focus {
  background:#3780af;
  color: white;
  transition: all 0.2s ease-in;
}
#accordion .panel-heading a.collapsed:hover::before,
#accordion .panel-heading a.collapsed:focus::before {
  color: white;
}
#accordion .panel-heading {
  padding: 0;
  border-radius: 0px;
  text-align: left;
}
#accordion .panel-heading a:not(.collapsed) {
  color: white;
 background:#3780af;
  transition: all 0.2s ease-in;
	text-align:left;
}

/* Add Indicator fontawesome icon to the left */
#accordion .panel-heading .accordion-toggle::before {
  font-family: 'FontAwesome';
  content: '\f00d';
  float: right;
  color: white;
  font-weight: lighter;
  transform: rotate(0deg);
  transition: all 0.2s ease-in;
	display:none;
}
#accordion .panel-heading .accordion-toggle.collapsed::before {
  color: #fff;
  transform: rotate(-135deg);
  transition: all 0.2s ease-in;
}

.product-feature-box {width:33.33%; position:relative; text-align:center; padding:20px; transition:all 0.5s ease;}

.product-feature-icon {display:block; margin:15px auto;}
.product-feature-icon img{width:50px;}

.product-featuredetail-box h4{font-size:16px; font-weight:normal; margin-top:10px;}

.panel-body {
    background: 
    #fff;
}
.product-feature-box:hover{background:#f3f3f3;}

.additional-info{display:inline-block;width:100%;}
.additional-info ul li{display:block;width:100%; background:#f2f2f2; margin:10px 0px;}
.additional-info ul li .info:before{content: "";

position: absolute;

top: 0px;

left: -100%;

display: block;

width: 100%;

height: 100%;

background:
#3780af;

 transition:all 0.5s ease;   
z-index: -1;

}


.additional-info ul li .info{position:relative;display:inline-block;  color:#fff; background:#232323; padding: 10px 25px; margin: 0px 0px; margin-right: 15px; transition:all 0.5s ease;  z-index:1;
}


.additional-info ul li:hover .info:before{left:0px;}

.req-btn a{
    display: block;
    width: 200px;
    height: 40px;
    background: 
    #3780af;
    margin-top: 25px;
		color:#fff;
		font-size:16px;
		line-height:40px;
		transition:all 0.5s ease;
		text-align:center;
}

.req-btn a:hover{background:#232323;}

.details-box h4{
	background: #505050;
	display: block;
	padding: 0px 15px;
	border-left: 5px solid #3780af;
	height: 45px;
	line-height: 45px;
	color:#fff;
	font-size: 16px;
}
.product-box {
    margin-bottom: 100px;
}

.ppg-product-title h2 {
    margin-bottom: 15px;
    border-bottom: 2px solid 
#044670;
padding: 15px 10px;
background: linear-gradient(
#3780af, #4b9ed4,
#3780af);
color:
#fff;
text-transform: uppercase;
border-top: 2px solid
    #044670;
		
	box-shadow: 0px 5px 5px #7b7b7b;
}

.table th {
    font-weight: 500;
		vertical-align: middle;
		padding: 5px 10px;
		font-size:14px;
}

.map-main .offset{padding-top:110px;}


@media only screen and (min-width:1440px) and (max-width:1920px){ 



}

@media only screen and (min-width:1201px) and (max-width:1440px){
	
	
}


@media only screen and (min-width:993px) and (max-width:1200px){
	
	
}



@media only screen and (min-width: 768px) and (max-width:992px) {
	
	
}



@media only screen and (min-width: 100px) and (max-width:767px) {
	.brand h1{font-size:25px;}
	.product-title{text-align:center;}
	
	.row1 {
    display: flex;
    flex-wrap: wrap;
	}
	
	.product-feature-box {width:100%;}
	.table td {word-wrap:anywhere;}
	
	
	.product-img-section {
    vertical-align: top;
    display: block;
    float: none;
    position: static;
    top: auto;
	}
	.responsive-table {
	width: 100%;
	margin-bottom: 15px;
	overflow-y: hidden;
	}
	.ppg .responsive-table th {padding: 15px 5px;
	font-size: 12px;}


	.ppg .responsive-table td{padding: 10px 5px;
	font-size: 10px;}

	.ppg .req-btn a {margin:0px auto;}
	
	.brand p {line-height:30px !important; font-size:20px !important; margin: 0px !important;}
	
	.product-box {
    margin-bottom: 50px;
	}
	footer p.pull-left {text-align:center;}
	
	.social.pull-right{text-align:center;}
	
	.offset {
    padding-top: 120px;
	}
}





.m-b-0{margin-bottom:0px;}
.m-b-10{margin-bottom:10px;}
.m-t-10{margin-bottom:10px;}
.m-b-15{margin-bottom:15px;}
.m-t-15{margin-bottom:15px;}
.m-b-25{margin-bottom:25px;}
.m-t-25{margin-top:25px;}
.m-b-20{margin-bottom:20px;}









