﻿/*
Theme Name: Longwave - Responsive HTML Template
Theme URI: http://themes.iki-bir.com/longwave/box
Author: elemis
Author URI: http://iki-bir.com
Version: 1.3
*/

/*-----------------------------------------------------------------------------------*/
/*	RESET
/*-----------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent
}
body {
	line-height:1
}
ol, ul {
	list-style:none
}
blockquote, q {
	quotes:none
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none
}
:focus {
	outline:0
}
ins {
	text-decoration:none
}
del {
	text-decoration:line-through
}
table {
	border-collapse:collapse;
	border-spacing:0
}
.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0
}
th, td {
	margin:0;
	padding:0
}
table {
	border-collapse:collapse;
	border-spacing:0
}
.clear {
	clear: both;
}
br {
	line-height: 10px;
}
input[type=submit]::-moz-focus-inner, input[type=button]::-moz-focus-inner {
 border : 0px;
}
input[type=submit]:focus, input[type=button]:focus {
	outline : none;
}

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

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
input, textarea {
  -webkit-appearance: none;
  border-radius: 0;
}
/*-----------------------------------------------------------------------------------*/
/*	GENERAL
/*-----------------------------------------------------------------------------------*/
body {
    background: #FFF;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #797979;
    letter-spacing: 0.2px;
}
input,
textarea,
select {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    width: 100%;
    letter-spacing: 0.2px;
}
p {
    padding-bottom: 20px
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 900;
    color: #707070;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    word-spacing: 1px;
    margin-bottom: 10px;
}
h1 {
    font-size: 24px
}
h2 {
    font-size: 20px
}
h3 {
    font-size: 18px
}
h4 {
    font-size: 16px
}
h5 {
    font-size: 14px
}
h6 {
    font-size: 12px
}
.colored {
    color: #88d5c2;
    margin-bottom: 25px;
}
.colored:after {
    content: "--";
    display: inline-block;
    padding-left: 25px;
}
h3.widget-title {
    margin-bottom: 15px;
    font-size: 16px;
}
h3.widget-title.colored:after {
    padding-left: 15px
}
.post h2 {
    font-size: 18px;
    margin-bottom: 3px;
}
h5 span {
    font-weight: 400;
    text-transform: none;
    font-size: 11px;
    color: #999999;
    padding-left: 5px;
    letter-spacing: 0.5px;
}
.line {
    padding-bottom: 13px;
    background: transparent url(style/images/line.png) repeat-x center bottom;
}
hr {
    border: none;
    background: transparent url(style/images/line.png) repeat-x top left;
    height: 3px;
    margin-top: 30px;
    margin-bottom: 50px;
}
a {
    text-decoration: none;
    color: #88d5c2;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
}
a:hover {
    color: #cd5465
}
a.button,
.forms fieldset .btn-submit,
.comment-form .btn-submit {
    font-weight: 900;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #616161;
    display: inline-block;
    background-color: #ebebeb;
    padding: 7px 20px;
    margin: 0;
    display: inline-block;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    cursor: pointer;
    margin-bottom: 20px;
    width: auto;
    border: none;
}
a.button:hover,
.forms fieldset .btn-submit:hover,
.comment-form .btn-submit:hover {
    background-color: #88d5c2;
    color: #FFF;
}
a.button.green:hover {
    background-color: #88d5c2
}
a.button.blue:hover {
    background-color: #88b7d5
}
a.button.purple:hover {
    background-color: #aa95d6
}
a.button.red:hover {
    background-color: #d58888
}
a.button.black:hover {
    background-color: #555
}
a.button.pink:hover {
    background-color: #e0abd7
}
a.button.yellow:hover {
    background-color: #d5cd88
}
a.button.brown:hover {
    background-color: #c09b7c
}
a.button.orange:hover {
    background-color: #f4a85e
}
img {
    max-width: 100%;
    display: block;
}
img.margin {
    margin-bottom: 20px
}
.alignleft {
    float: left
}
.alignright {
    float: right
}
.aligncenter {
    text-align: center;
    display: block;
    margin: 0 auto;
}
.center {
    text-align: center
}
ul.unordered {
    padding-bottom: 20px
}
ul.unordered li:before {
    font-family: 'fontello';
    content: "\e78b";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    font-size: 13px;
    padding-right: 8px;
}
ol {
    list-style: decimal;
    list-style-position: inside;
    padding-bottom: 20px;
}
ol li {
    padding: 0;
    margin: 0;
}
.dropcap {
    font-weight: 900;
    display: block;
    float: left;
    font-size: 45px;
    padding: 0;
    margin: 0;
    margin: 10px 8px 0 0;
    text-transform: uppercase;
}
.lite1 {
    color: #88d5c2;
    border-bottom: 1px dotted #88d5c2;
}
.lite2 {
    background: #fefac7
}
.download-box,
.warning-box,
.info-box,
.note-box {
    clear: both;
    margin: 10px 0px;
    padding: 13px 15px;
}
.info-box {
    background: #c2ddf9;
    border: 1px solid #80bbef;
    color: #4783b7;
}
.warning-box {
    background: #ffcccc;
    border: 1px solid #ff9999;
    color: #c31b00;
}
.download-box {
    background: #d1f7b6;
    border: 1px solid #8bca61;
    color: #5e9537;
}
.note-box {
    background: #fdebae;
    border: 1px solid #e6c555;
    color: #9e660d;
}
pre {
    margin: 0 0px 20px 0px;
    padding: 5px 10px;
    display: block;
    clear: both;
    background: #f9f9f9;
    border: 1px solid #e7e7e7;
}
/*-----------------------------------------------------------------------------------*/
/*	STUCTURE
/*-----------------------------------------------------------------------------------*/
.header-wrapper {
    background: #FFF
}
.light-wrapper {
    background: #FFF
}
.dark-wrapper {
    background: #f9f9f9;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}
.footer-wrapper {
    background: #444
}
.subfooter-wrapper {
    background: #3d3d3d
}
.inner {
    width: 1040px;
    margin: 0 auto;
    padding: 50px 0;
}
.header-wrapper .inner {
    padding: 40px 0
}
.intro .inner {
    padding: 38px 0 40px
}
.page-title .inner {
    padding: 23px 0 25px
}
.subfooter-wrapper .inner {
    padding: 25px 0
}
.header-wrapper .inner .logo {
    float: left
}
.header-wrapper .inner img {
    display: block
}
.header-wrapper .inner .menu {
    float: right
}
/*-----------------------------------------------------------------------------------*/
/*	COLUMNS
/*-----------------------------------------------------------------------------------*/
.one-half {
    width: 48%
}
.one-third {
    width: 30.66%
}
.two-third {
    width: 65.33%
}
.one-fourth {
    width: 22%
}
.three-fourth {
    width: 74%
}
.one-fifth {
    width: 16.8%
}
.two-fifth {
    width: 37.6%
}
.three-fifth {
    width: 58.4%
}
.four-fifth {
    width: 67.2%
}
.one-sixth {
    width: 13.33%
}
.five-sixth {
    width: 82.67%
}
.one-half,
.one-third,
.two-third,
.three-fourth,
.one-fourth,
.one-fifth,
.two-fifth,
.three-fifth,
.four-fifth,
.one-sixth,
.five-sixth {
    position: relative;
    margin-right: 4%;
    float: left;
}
.last {
    margin-right: 0 !important;
    clear: right;
}
.column-wrapper {
    overflow: hidden;
    width: 100%;
}
/*-----------------------------------------------------------------------------------*/
/*	SLIDER
/*-----------------------------------------------------------------------------------*/
.slider-wrapper {
    margin-bottom: 75px
}
.portfolio-content .slider-wrapper {
    margin-bottom: 35px
}
.bannercontainer {
    width: 1040px;
    margin-bottom: 30px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.banner {
    width: 1040px;
    height: 500px;
    position: relative;
    overflow: hidden;
}
.small-bannercontainer {
    width: 730px;
    margin-bottom: 30px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.small-banner {
    width: 730px;
    height: 500px;
    position: relative;
    overflow: hidden;
}
.tp-simpleresponsive .caption {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    position: absolute;
    visibility: hidden;
}
.tp-simpleresponsive img {
    max-width: none
}
.noFilterClass {
    filter: none !important
}
.tp-bannershadow {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}
.caption.fullscreenvideo {
    left: 0px;
    top: 0px;
    position: absolute;
    width: 100%;
    height: 100%;
}
.caption.fullscreenvideo iframe {
    width: 100% !important;
    height: 100% !important;
}
.caption.big {
    font-size: 32px
}
.caption {
    font-size: 28px
}
.caption.white {
    color: #FFF;
    font-weight: 300;
}
.caption.bold {
    font-weight: bold
}
.caption.list {
    font-size: 24px
}
.caption.icon {
    color: #FFF;
    font-size: 100px;
    text-shadow: 4px 4px 0 rgba(0,0,0,0.11);
}
.caption.shadow {
    color: #c1a588;
    text-shadow: 0px 1px 0 rgba(255,255,255,0.8);
    font-size: 38px;
}
.tp-bullets {
    z-index: 100;
    position: absolute;
    bottom: 10px;
    opacity: 1 !important;
    -moz-opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
.tp-bullets.simplebullets {
    bottom: 10px
}
.tp-bullets.simplebullets.navbar {
    bottom: -20px;
    height: 35px;
    padding: 0px 0px;
    margin-top: -17px;
}
.tp-bullets.simplebullets .bullet {
    cursor: pointer;
    position: relative;
    background: #FFF;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 0 3px #e0e0e0;
    -moz-box-shadow: 0 0 0 3px #e0e0e0;
    box-shadow: 0 0 0 3px #e0e0e0;
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-right: 10px;
    margin-top: -12px;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
}
.tp-bullets.simplebullets .bullet.last {
    margin-right: 0px
}
.tp-bullets.simplebullets .bullet:hover,
.tp-bullets.simplebullets .bullet.selected {
    -webkit-box-shadow: 0 0 0 3px #88d5c2;
    -moz-box-shadow: 0 0 0 3px #88d5c2;
    box-shadow: 0 0 0 3px #88d5c2;
}
.tparrows:before {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    margin-right: 0;
    margin-top: 6px;
    text-align: center;
    width: 37px;
    font-size: 15px;
}
/* FIREFOX FIX */
@-moz-document url-prefix() { 
	.tparrows:before {
	    margin-top: 7px
	}
}
.tparrows {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: #FFF;
    color: #8e8e8e;
    width: 37px;
    height: 37px;
    top: 50% !important;
}
.tp-leftarrow.large:before {
    content: '\e84b'
}
.tp-rightarrow.large:before {
    content: '\e84a'
}
.tp-leftarrow.large {
    margin-left: 20px;
    margin-top: -18px !important;
}
.tp-rightarrow.large {
    margin-left: -20px;
    margin-top: -18px !important;
}
.tparrows.tp-rightarrow:before {
    margin-left: 1px
}
/* FIREFOX FIX */
@-moz-document url-prefix() { 
	.tparrows.tp-rightarrow:before {
	    margin-left: 2px
	}
}
.tparrows:hover {
    background-color: #88d5c2;
    color: #FFF;
}
/* WEBKIT FIX */
@media screen and (-webkit-min-device-pixel-ratio:0) { 
	.tparrows {
	    padding-top: 1px
	}
	.tparrows.tp-leftarrow:before {
	    padding-right: 1px
	}
}
.tp-bannertimer {
    width: 100%;
    height: 10px;
    background: url(style/images/timer.png);
    position: absolute;
    z-index: 200;
}
.tp-bannertimer.tp-bottom {
    bottom: 0px !important;
    height: 5px;
}
.tp-simpleresponsive img {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}
.tp-simpleresponsive a {
    text-decoration: none
}
.tp-simpleresponsive ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.tp-simpleresponsive >ul >li {
    list-stye: none;
    position: absolute;
    visibility: hidden;
}
.caption.slidelink a div {
    width: 10000px;
    height: 10000px;
}
.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@2x.gif)
	}
}
/*-----------------------------------------------------------------------------------*/
/*	SERVICES
/*-----------------------------------------------------------------------------------*/
.services {
    text-align: center
}
.services h5 {
    margin-bottom: 10px
}
i.special {
    background-color: #88d5c2;
    color: #FFF;
    font-size: 41px;
    padding-top: 28px;
    width: 100px;
    height: 100px;
    display: inline-block;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    line-height: 1;
    letter-spacing: normal;
    margin-bottom: 20px;
}
i.special.blue {
    background-color: #86b7d1
}
i.special.red {
    background-color: #cd5465
}
i.special.green {
    background-color: #88d5c2
}
i.special.purple {
    background-color: #a188d5
}
/*-----------------------------------------------------------------------------------*/
/*	RETINA ICONS
/*-----------------------------------------------------------------------------------*/
ul.retina-icons {
    width: 110%;
    overflow: hidden;
    margin-right: -3%;
}
ul.retina-icons li {
    width: 22%;
    display: block;
    padding-left: 1px;
    margin-right: 3%;
    float: left;
    line-height: 30px;
}
ul.retina-icons li span {
    margin-left: 10px
}
/*-----------------------------------------------------------------------------------*/
/*	MENU
/*-----------------------------------------------------------------------------------*/
.menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: relative;
    overflow: inherit;
    z-index: 1000;
    font-weight: 900;
    letter-spacing: 1.5px;
    margin-top: 12px;
}
.menu ul li {
    position: relative;
    display: inline-block;
    padding: 0;
    margin-left: 40px;
}
.menu ul li a {
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    color: #c0c0c0;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
}
.menu ul li.active a,
.menu ul li a:hover,
.menu ul li a.selected {
    color: #88d5c2
}
.menu ul li.active ul li a {
    color: #88d5c2
}
.menu ul li.active ul li a:hover {
    color: #88d5c2
}
.menu ul li ul {
    position: absolute;
    left: 0;
    display: none;
    visibility: hidden;
    width: 168px;
    margin-top: 10px;
    padding: 0;
}
.menu ul li ul li {
    display: list-item;
    margin: 0;
    border-top: 1px solid #3b3b3b;
    background: #454545;
}
.menu ul li ul li:first-child {
    border-top: none;
}
.menu ul li ul li ul {
    top: 0
}
.menu ul li ul li a {
    margin: 0;
    border: none;
    padding: 13px;
    line-height: 1;
    font-size: 11px;
    color: #dfdfdf;
}
.menu ul li ul li a:hover {
    background-color: #88d5c2;
    color: #FFF;
}
* html .menu {
    height: 1%
}
.selectnav {
    display: none;
    width: 280px;
    margin: 0 auto;
    background: transparent url(style/images/dropdown-arrow.png) no-repeat right center;
    border-radius: 0;
    border: 0;
    background-color: #ebebeb;
    max-width: 100%;
    padding: 7px 10px;
    line-height: 20px;
    background-size: 30px 28px;
    -webkit-appearance: none;
}
@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) { 
	.selectnav {
	    background-image: url(style/images/dropdown-arrow@2x.png)
	}
}
/*-----------------------------------------------------------------------------------*/
/*	INTRO
/*-----------------------------------------------------------------------------------*/
.intro p {
    font-weight: 300;
    font-size: 33px;
    line-height: 45px;
    padding: 0;
}
blockquote {
    font-weight: 300;
    font-size: 22px;
    line-height: 32px;
    padding-bottom: 20px;
}
.intro h1.title,
.page-title h1.title {
    font-weight: 300;
    font-size: 33px;
    line-height: 45px;
    padding: 0;
    text-transform: none;
    letter-spacing: 0.2px;
    margin: 0;
}
/*-----------------------------------------------------------------------------------*/
/*	ISOTOPE PORTFOLIO GRID
/*-----------------------------------------------------------------------------------*/
#portfolio {
    overflow: hidden;
    margin-bottom: 5px;
}
.items {
    width: 110%;
    clear: both;
}
.items li {
    float: left;
    position: relative;
    background: none;
    padding: 0;
}
.items.col4 {
    margin-right: -4px
}
.items.col4 li {
    margin: 0 4px 4px 0;
    width: 257px;
}
.items li img {
    display: block
}
.items:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.items li a,
.items li a img {
    display: block;
    position: relative;
}
.items li a {
    overflow: hidden
}
.items li a div {
    position: absolute;
    background: rgba(0,0,0,0.8) url(style/images/image-hover.png) repeat;
    width: 100%;
    height: 100%;
}
.items li a div h5 {
    display: block;
    padding: 10px 0;
    margin: 63px 20px 20px 20px;
    text-transform: uppercase;
    font-weight: normal;
    color: #e9e9e9;
    font-weight: 400;
    text-align: center;
    text-shadow: 0px 1px 0px rgba(0,0,0,0.75);
}
.items li a div h5 span {
    font-size: 12px;
    display: block;
    color: #ababab;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0.2px;
    margin-top: 5px;
}
#portfolio {
    padding-top: 4px
}
.filter {
    padding: 0;
    margin-bottom: 30px;
    margin-top: -4px;
}
.filter li {
    margin: 0;
    background: none;
    display: inline;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    color: #616161;
    margin-left: 4px;
}
.filter li a:hover,
.filter li a.active {
    background-color: #88d5c2;
    color: #FFF;
}
.filter li a {
    color: #616161;
    display: inline-block;
    background-color: #ebebeb;
    padding: 6px 20px 5px;
    margin-bottom: 4px;
}
/* FIREFOX FIX */
@-moz-document url-prefix() { 
	.filter li a {
	    padding: 5px 20px 6px
	}
}
.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;
}
/*-----------------------------------------------------------------------------------*/
/*	POST LIST
/*-----------------------------------------------------------------------------------*/
.grid-wrapper {
    overflow: hidden
}
.grid {
    width: 110%;
    margin-right: -50px;
    margin-bottom: -40px;
}
.grid .post {
    float: left;
    width: 495px;
    margin-right: 50px;
    margin-bottom: 40px;
    padding: 1px;
}
.grid .post .post-content {
    margin-left: 172px
}
.post h5 {
    margin: 0
}
.post h5 a,
.post h2 a {
    color: #707070
}
.post h5 a:hover,
.post h2 a:hover {
    color: #88d5c2
}
.dark-wrapper .post .frame {
    background: #FFF;
    padding: 4px;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.08);
}
.post .frame img {
    display: block
}
.grid .post .post-content p {
    padding-bottom: 10px
}
.post .post-content .meta,
.post .post-content .meta a {
    font-size: 12px;
    color: #a6a6a6;
}
.post .post-content .meta a:hover {
    color: #88d5c2
}
.post .post-content .meta {
    margin-bottom: 10px
}
.post .post-content .meta .sep {
    margin: 0 3px
}
.share {
    margin-top: -5px;
    margin-bottom: -4px;
}
.share li {
    display: inline;
    margin-left: 1px;
}
.share li a {
    width: 80px;
    display: inline-block;
    padding: 5px 10px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 12px;
    color: #FFF;
    margin-bottom: 4px;
}
.share li a.like {
    background-color: #65779e
}
.share li a.tweet {
    background-color: #7fc0e1
}
.share li a.google {
    background-color: #626262
}
.share li a.pinterest {
    background-color: #e6e5e5;
    color: #c65044;
}
/*-----------------------------------------------------------------------------------*/
/*	CLIENTS
/*-----------------------------------------------------------------------------------*/
.client-list {
    padding: 1px;
    width: 110%;
    margin-right: -17px;
    margin-bottom: -17px;
}
.client-list .frame {
    background: #FFF;
    padding: 4px;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.08);
    width: 194px;
    margin-right: 17px;
    margin-bottom: 17px;
    display: block;
    float: left;
}
.client-list .frame img {
    background: #f9f9f9
}
/*-----------------------------------------------------------------------------------*/
/*	BLOG
/*-----------------------------------------------------------------------------------*/
.content {
    width: 730px;
    float: left;
}
.content .post {
    clear: both;
    background: transparent url(style/images/line.png) left bottom repeat-x;
    padding-bottom: 50px;
    margin-bottom: 50px;
}
.content .post .post-content {
    margin-left: 280px;
    overflow: hidden;
}
.content.full .post .post-content {
    margin-left: 0
}
.content.full .post .frame,
.content.full .post .video {
	overflow: hidden;
    margin-bottom: 25px;
}
.content .post img {
    width: 250px;
}
.content.full .post img {
    width: auto
}
/*-----------------------------------------------------------------------------------*/
/*	RELATED
/*-----------------------------------------------------------------------------------*/
.grid-wrapper {
    overflow: hidden
}
.content .related:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.content .related {
    width: 110%;
    margin-right: -29px;
    overflow: hidden;
    background: transparent url(style/images/line.png) left bottom repeat-x;
    padding-bottom: 50px;
    margin-bottom: 50px;
}
.content .related .post {
    width: 224px;
    float: left;
    clear: none;
    background: none;
    padding: 0;
    margin: 0 29px 0 0;
}
.content .related h2 {
    font-size: 14px
}
/*-----------------------------------------------------------------------------------*/
/*	SIDEBAR
/*-----------------------------------------------------------------------------------*/
.sidebar {
    width: 260px;
    float: right;
}
.sidebox {
    background: transparent url(style/images/line.png) left top repeat-x;
    padding-top: 50px;
    margin-top: 30px;
    overflow: hidden;
}
.sidebox h3 {
    font-size: 14px;
    margin-bottom: 15px;
}
.sidebox:first-child {
    background: none;
    margin: 0;
    padding: 0;
}
/*-----------------------------------------------------------------------------------*/
/*	POPULAR POSTS
/*-----------------------------------------------------------------------------------*/
.post-list {
    padding: 0
}
.post-list li {
    clear: both;
    margin-bottom: 15px;
    display: block;
    overflow: hidden;
}
.post-list h6 {
    font-size: 13px;
    line-height: 22px;
    margin: 0;
    font-weight: normal;
    text-transform: none;
    letter-spacing: 0.2px;
}
.post-list h6 a {
    color: #797979
}
.post-list h6 a:hover {
    color: #88d5c2
}
.post-list .frame {
    float: left;
    width: 70px;
    height: 70px;
}
.post-list .meta {
    margin-left: 80px;
    overflow: hidden;
}
.post-list .meta em {
    font-size: 12px;
    color: #a6a6a6;
    font-style: normal;
}
/*-----------------------------------------------------------------------------------*/
/*	PAGE NAVIGATION
/*-----------------------------------------------------------------------------------*/
.page-navi ul {
    list-style: none
}
.page-navi ul li {
    display: inline;
    background: none;
    padding: 0;
}
.page-navi ul li a {
    color: #616161;
    display: inline-block;
    background-color: #ebebeb;
    padding: 5px 15px;
    text-align: center;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
.page-navi ul li a:hover,
.page-navi ul li a.current {
    background-color: #88d5c2;
    color: #FFF;
}
/*-----------------------------------------------------------------------------------*/
/*	COMMENTS
/*-----------------------------------------------------------------------------------*/
#comments {
    margin: 0
}
#comments ol.commentlist {
    list-style: none;
    margin: -5px 0 0 0;
}
#comments ol.commentlist li {
    padding: 20px 0 0 0;
    background: none;
}
#comments .user {
    float: left;
    width: 70px;
    height: 70px;
    margin-right: 20px;
}
#comments .message {
    overflow: hidden;
    padding: 15px 20px 0 20px;
    background-color: #f9f9f9;
    border: 1px solid #e7e7e7;
    position: relative;
}
#comments ul.children {
    margin: 0;
    overflow: inherit;
    padding: 0 0 0 55px;
}
#comments ol.commentlist ul.children li {
    padding-right: 0;
    border: none;
}
#comments .info h2 {
    font-size: 12px;
    margin: 0;
    display: inline;
    margin-right: 5px;
}
#comments .info {
    margin-bottom: 12px
}
#comments .info h2 a {
    color: #505050
}
#comments .info h2 a:hover {
    color: #88d5c2
}
#comments .info .meta {
    font-size: 11px;
    color: #999999;
    display: inline;
}
#comments .info .meta:before {
    content: "-";
    display: inline-block;
    margin-right: 10px;
}
#comments a.reply-link {
    position: absolute;
    right: 20px;
    top: 20px;
    line-height: 1;
    font-size: 9px;
    color: #707070;
    text-transform: uppercase;
}
#comments a.reply-link:hover {
    color: #88d5c2
}
.comment-form-wrapper {
    margin-top: 50px
}
/*-----------------------------------------------------------------------------------*/
/*	DIRECTION AWARE HOVER ON FRAME
/*-----------------------------------------------------------------------------------*/
.frame a,
.frame a img {
    display: block;
    position: relative;
}
.frame a {
    overflow: hidden
}
.frame a div {
    position: absolute;
    background: rgba(0,0,0,0.8) url(style/images/image-hover.png) repeat;
    width: 100%;
    height: 100%;
}
.frame a div:before {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    position: absolute;
    width: 30px;
    height: 30px;
    text-align: center;
    content: '\f517';
    padding-top: 3px;
    font-size: 16px;
    color: #FFF;
    top: 50%;
    left: 50%;
    margin: -15px 0 0 -15px;
    text-shadow: 0px 1px 0px rgba(0,0,0,0.75);
}
.content.full .frame a div:before {
    font-size: 21px
}
.content.full .related .frame a div:before {
    font-size: 16px
}
.items li div.da-animate,
.frame a 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;
}
.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;
}
/*-----------------------------------------------------------------------------------*/
/*	PORTFOLIO POST
/*-----------------------------------------------------------------------------------*/
.portfolio-content.two-col .image {
    width: 730px
}
.portfolio-content.two-col .details {
    width: 260px
}
.portfolio-content .item {
    margin-bottom: 80px;
    clear: both;
    display: block;
    overflow: hidden;
}
.portfolio-content .item:last-child {
    margin: 0px
}
.portfolio-content .details ul li strong {
    margin-right: 3px
}
/*-----------------------------------------------------------------------------------*/
/*	PORTFOLIO NAVIGATION
/*-----------------------------------------------------------------------------------*/
.navigation {
    margin-top: 6px
}
.navigation a i {
    background: #ebebeb;
    width: 34px;
    height: 34px;
    display: block;
    text-align: center;
    color: #8e8e8e;
    float: left;
    margin-left: 4px;
    font-size: 15px;
    padding-top: 4px;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
}
.navigation a:hover i {
    background-color: #88d5c2;
    color: #FFF;
}
.navigation a .icon-left-open-1 {
    padding-right: 1px
}
.navigation a .icon-right-open-1 {
    padding-left: 1px
}
.navigation a .icon-th {
    font-size: 20px;
    padding-top: 4px;
    width: 35px;
    padding-left: 1px;
}
/* FIREFOX FIX */
@-moz-document url-prefix() { 
	.navigation a .icon-right-open-1 {
	    padding-left: 2px
	}
}
/*-----------------------------------------------------------------------------------*/
/*	FOOTER
/*-----------------------------------------------------------------------------------*/
i.contact {
    margin-right: 8px;
    color: #88d5c2;
}
.footer-wrapper,
.footer-wrapper a {
    color: #d9d9d9
}
.footer-wrapper a:hover {
    color: #88d5c2
}
.widget .tagcloud {
    line-height: 28px
}
/*-----------------------------------------------------------------------------------*/
/*	TWITTER
/*-----------------------------------------------------------------------------------*/
#twitter em {
    font-style: normal;
    font-size: 11px;
}
#twitter em a {
    color: #999
}
#twitter em a:hover {
    color: #88d5c2
}
#twitter ul {
    padding: 0;
    margin-bottom: -20px;
}
#twitter ul li {
    position: relative;
    margin-bottom: 20px;
}
#twitter ul li .twitterStatus,
#twitter ul li .twitterTime {
    margin-left: 20px;
    display: block;
}
#twitter ul li:before {
    font-family: 'fontello-social';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: block;
    text-decoration: inherit;
    content: '\f309';
    font-size: 12px;
    color: #88d5c2;
    position: absolute;
    top: 0;
    left: 0;
}
/*-----------------------------------------------------------------------------------*/
/*	DRIBBBLE
/*-----------------------------------------------------------------------------------*/
ul.dribbble.feed {
    width: 110%;
    margin-right: -6px;
    margin-bottom: -6px;
}
ul.dribbble.feed li {
    width: 75px;
    margin-right: 6px;
    margin-bottom: 6px;
    padding: 4px;
    background: #303030;
    float: left;
}
/*-----------------------------------------------------------------------------------*/
/*	SUBFOOTER
/*-----------------------------------------------------------------------------------*/
.subfooter-wrapper,
.subfooter-wrapper a {
    color: #d9d9d9
}
.subfooter-wrapper a:hover {
    color: #88d5c2
}
.subfooter-wrapper a:hover {
    color: #88d5c2
}
.subfooter-wrapper p {
    float: left;
    padding: 5px 0 0 0;
}
/*-----------------------------------------------------------------------------------*/
/*	SOCIAL ICONS
/*-----------------------------------------------------------------------------------*/
.social {
    float: right;
    padding: 0;
    font-size: 15px;
}
.social.team {
    float: none;
    margin-bottom: 20px;
}
.social li {
    display: inline;
    font-family: 'fontello-social';
    margin-left: 3px;
}
.social.team li {
    margin: 0 3px 0 0
}
.social a i {
    color: #4c4c4c;
    background-color: #FFF;
    width: 31px;
    height: 31px;
    -webkit-border-radius: 31px;
    border-radius: 31px;
    padding-top: 4px;
    padding-left: 1px;
    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.team a i {
    background-color: #ededed
}
/* WEBKIT FIX */
@media screen and (-webkit-min-device-pixel-ratio:0) { 
	.social a i {
	    padding-left: 0
	}
}
.social .icon-s-rss {
    padding-top: 3px
}
.social a:hover .icon-s-pinterest {
    color: #c53942
}
.social a:hover .icon-s-rss {
    color: #e86f04
}
.social a:hover .icon-s-facebook {
    color: #4470cf
}
.social a:hover .icon-s-twitter {
    color: #5daed5
}
.social a:hover .icon-s-flickr {
    color: #ff0088
}
.social a:hover .icon-s-dribbble {
    color: #d07ead
}
.social a:hover .icon-s-behance {
    color: #098ffa
}
.social a:hover .icon-s-linkedin {
    color: #3393c1
}
.social a:hover .icon-s-vimeo {
    color: #099fc7
}
.social a:hover .icon-s-youtube {
    color: #c8312b
}
.social a:hover .icon-s-skype {
    color: #2ebbf0
}
.social a:hover .icon-s-tumblr {
    color: #5d82a4
}
.social a:hover .icon-s-delicious {
    color: #3274d1
}
.social a:hover .icon-s-500px {
    color: #00a6df
}
.social a:hover .icon-s-grooveshark {
    color: #f66c00
}
.social a:hover .icon-s-forrst {
    color: #2f7935
}
.social a:hover .icon-s-digg {
    color: #1b5891
}
.social a:hover .icon-s-blogger {
    color: #fc6605
}
.social a:hover .icon-s-klout {
    color: #d8390f
}
.social a:hover .icon-s-dropbox {
    color: #016aab
}
.social a:hover .icon-s-github {
    color: #4073a6
}
.social a:hover .icon-s-songkick {
    color: #ff0030
}
.social a:hover .icon-s-posterous {
    color: #eac954
}
.social a:hover .icon-s-appnet {
    color: #0291c9
}
.social a:hover .icon-s-gplus {
    color: #a84539
}
.social a:hover .icon-s-stumbleupon {
    color: #eb4923
}
.social a:hover .icon-s-lastfm {
    color: #be0c02
}
.social a:hover .icon-s-spotify {
    color: #7cc011
}
.social a:hover .icon-s-instagram {
    color: #a4765c
}
.social a:hover .icon-s-evernote {
    color: #82d15c
}
.social a:hover .icon-s-paypal {
    color: #2a608e
}
.social a:hover .icon-s-picasa {
    color: #9864ae
}
.social a:hover .icon-s-soundcloud {
    color: #ff680d
}
/*-----------------------------------------------------------------------------------*/
/*	FORMS
/*-----------------------------------------------------------------------------------*/
.forms {
    position: relative;
    padding: 0;
    width: 100%;
}
.form-container .response {
    display: none;
    margin: 0 0 15px 0;
    background: #d1f7b6;
    border: 1px solid #8bca61;
    color: #5e9537;
    padding: 10px 15px;
}
.forms ol {
    margin: 0;
    padding: 0;
}
.forms ol li {
    line-height: auto;
    list-style: none;
}
.forms li.form-row {
    margin-bottom: 15px
}
.forms li.hidden-row {
    display: none
}
.forms fieldset .text-input,
.forms fieldset .text-area,
.searchform input,
.comment-form input,
.comment-form textarea {
    background-color: #f9f9f9;
    margin: 0;
    border: 1px solid #e7e7e7;
    height: 35px;
    line-height: 1;
    padding: 3px 10px 5px;
    color: #797979;
    resize: none;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
}
.forms fieldset .text-input:focus,
.forms fieldset .text-area:focus,
.searchform input:focus,
.comment-form input:focus,
.comment-form textarea:focus {
    border: 1px solid #d4d4d4
}
.forms fieldset .text-area,
.comment-form textarea {
    min-height: 200px;
    padding: 10px;
    resize: vertical;
}
.searchform input {
    margin-bottom: 20px
}
.forms li.error input,
.forms li.error textarea {
    border: 1px solid #d18282
}
.forms input.btn-submit {
    height: 35px;
    margin-top: -5px;
}
.comment-form input.btn-submit {
    padding-bottom: 5px
}
.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;
}
.forms fieldset .text-input-row,
.comment-form div.name-field,
.comment-form div.email-field,
.comment-form div.website-field {
    position: relative;
    width: 32%;
    float: left;
    margin-right: 2%;
    margin-bottom: 15px;
}
.forms fieldset .text-input-row.subject-field,
.comment-form div.website-field {
    margin-right: 0
}
.comment-form div.message-field {
    margin-bottom: 10px
}
.comment-form div label {
    position: absolute;
    top: 0;
    left: 0;
}
.form-container:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/*-----------------------------------------------------------------------------------*/
/*	TABS
/*-----------------------------------------------------------------------------------*/
.etabs {
    margin: 0;
    padding: 0;
    overflow: inherit;
}
.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 a {
    display: block;
    padding: 7px 17px;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #616161;
}
.tab a.active,
.tab a:hover {
    color: #88d5c2
}
.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 {
    padding: 20px 0 0 0
}
/*-----------------------------------------------------------------------------------*/
/*	TOGGLE
/*-----------------------------------------------------------------------------------*/
.toggle {
    width: 100%;
    padding-bottom: 15px;
    clear: both;
}
.toggle h4.title {
    cursor: pointer;
    color: #616161;
    background-color: #f5f5f5;
    margin: 0;
    padding: 10px 15px;
    font-size: 12px;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
}
.toggle h4.title:hover,
.toggle h4.title.active {
    background-color: #88d5c2;
    color: #FFF;
}
.togglebox {
    height: auto;
    overflow: hidden;
    margin: 0;
    background-color: #f5f5f5;
}
.togglebox div {
    padding: 15px 15px 0 15px
}
/*-----------------------------------------------------------------------------------*/
/*	TESTIMONIALS
/*-----------------------------------------------------------------------------------*/
ul.testimonials li {
    position: relative;
    clear: both;
    margin-bottom: 55px;
}
ul.testimonials li .quote {
    background-color: #f5f5f5;
    padding: 20px 20px 0 20px;
    margin-bottom: 20px;
}
ul.testimonials li .author {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 11px;
}
ul.testimonials li.odd .author {
    float: right
}
ul.testimonials li.even .author {
    float: left
}
ul.testimonials li.odd .quote:after {
    border-color: #ebebeb transparent;
    border-style: solid;
    border-width: 20px 0 0 20px;
    bottom: -20px;
    content: "";
    display: block;
    position: absolute;
    width: 0;
    right: 30px;
}
ul.testimonials li.even .quote:after {
    border-color: #ebebeb transparent;
    border-style: solid;
    border-width: 20px 20px 0 0;
    bottom: -20px;
    content: "";
    display: block;
    position: absolute;
    width: 0;
    left: 30px;
}
/*-----------------------------------------------------------------------------------*/
/*	DETAILVIEW
/*-----------------------------------------------------------------------------------*/
.navfake {
    z-index: 1005;
    position: fixed;
    width: 100%;
    top: 0px;
    left: 100%;
    background: #fff;
}
.navcoverpage {
    z-index: 1000;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    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
}
/*-----------------------------------------------------------------------------------*/
/*	BOX LAYOUT
/*-----------------------------------------------------------------------------------*/
.box-layout {
	padding: 50px 0;
	background: transparent url(bg8.jpg) repeat fixed;
}
.box-layout .body-wrapper {
	width: 1140px;
	margin: 0 auto;
	-webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.17);
	-moz-box-shadow: 0 0 3px 0 rgba(0,0,0,0.17);
	box-shadow: 0 0 3px 0 rgba(0,0,0,0.17);
}
.box-layout .fullcontent-slider-getaway-wrapper { 
	max-width:1140px; 
	width:100%;
	top:auto;
	left:auto;
}