/*
Theme Name: Evermore
Theme URI: http://pexetothemes.com
Author: Pexeto
Author URI: http://pexetothemes.com/
Description: Premium Responsive Wordpress Theme by Pexeto.
Version: 1.0.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:light, white, one-column, two-columns, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
*/

/*-----------------------------------------------------------------------------------
1.CSS Reset
2.Basic Typography

3.Basic Document Structure and Styling
  3.1.Tables, Forms / Inputs and Text Area
  3.2.Content Elements
  3.3.Navigation Menu
  3.4.Basic Structure And Containers (Containers, Sidebars, Footer etc.)
  3.5.WordPress Default Elements 
  3.6.Comments 

4.Theme Colors & Stylings
  4.1.Navigation
  4.2.Sidebars
  4.3.Footer
  4.5.Blog 
  4.6.Services Boxes
  4.7.Sliders (Content Slider, Thumbnails Slider, Nivo Slider)
  4.8.Quick Gallery

5.Widgets and Page Templates
6.Others
7.Responsive And Media Queries
8.Updates
-----------------------------------------------------------------------------------*/


/* ###################  LESS ###################### */

// LESS


// #Variables

@font-size: 13px;
@color: #4a4e51;
@line-height: 1.6;
@font-family: 'Open Sans', Helvetica, Arial, sans-serif;

@color-lines: #383838;
@color-sec: #F1F1ED; 
@color-sec2:#f9f9f7; 
@color-light: #cccccc;
@color-dark: #555;
@color-midle: #777777;

@padding: 10px;
@color-link: #639f5c; 
@color-link-hover:  #87bf47;

@heading-color: #444;
@heading-font: Helvetica, Arial, sans-serif;
@heading-size:30px;

@site-width: 980px;
@site-padding:3.06%;
@site-padding-v:30px;
@content-width:590px;
@sidebar-width:300px;

@selection-bgcolor: #fbf6d6;
@selection-color: #555;

@logo-width:134px;
@logo-height:27px;

@nav-margin: 30px;
@drop-down-width:170px;

@inputs-bg:#fcfcfc;
@inputs-border:#E4E4E2;
@inputs-focus:#ddd;
@border-color:#ddd;
@borders-color2:#777;

// #END Variables 



// #Mixins Patterns

.border-radius (@radius: 3px) {
	-webkit-border-radius: @radius;
	-moz-border-radius: @radius;
	border-radius: @radius;
}
.border-radiuses (@topright: 0, @bottomright: 0, @bottomleft: 0, @topleft: 0) {
	-webkit-border-top-right-radius:    @topright;
	-webkit-border-bottom-right-radius: @bottomright;
	-webkit-border-bottom-left-radius:  @bottomleft;
	-webkit-border-top-left-radius:     @topleft;

	-moz-border-radius-topright:        @topright;
	-moz-border-radius-bottomright:     @bottomright;
	-moz-border-radius-bottomleft:      @bottomleft;
	-moz-border-radius-topleft:         @topleft;

	border-top-right-radius:            @topright;
	border-bottom-right-radius:         @bottomright;
	border-bottom-left-radius:          @bottomleft;
	border-top-left-radius:             @topleft;

	-moz-background-clip:    padding; 
	-webkit-background-clip: padding-box; 
	background-clip:         padding-box; 
}
.gradient(@color: #F5F5F5, @start: #EEE, @stop: #FFF) {
	background: @color;
	background: -webkit-gradient(linear,left bottom,left top, color-stop(0, @start),color-stop(1, @stop));
	background-image: -webkit-linear-gradient(top, @stop, @start); 
	background-image: -ms-linear-gradient(bottom, @start, @stop);
	background-image: -moz-linear-gradient(center bottom, @start 0%, @stop 100%);
	background-image: -o-linear-gradient(top, @start, @stop);
}
.box-shadow(@x-axis: 0, @y-axis: 1px, @blur: 2px, @alpha: 0.1) {
	-webkit-box-shadow: @x-axis @y-axis @blur rgba(0, 0, 0, @alpha);
	-moz-box-shadow: @x-axis @y-axis @blur rgba(0, 0, 0, @alpha);
	box-shadow: @x-axis @y-axis @blur rgba(0, 0, 0, @alpha);
}
.drop-shadow (@x: 0, @y: 1px, @blur: 2px, @spread: 0, @alpha: 0.25) {
	-webkit-box-shadow:	@x @y @blur @spread rgba(0, 0, 0, @alpha);
	-moz-box-shadow:	@x @y @blur @spread rgba(0, 0, 0, @alpha);
	box-shadow:		@x @y @blur @spread rgba(0, 0, 0, @alpha);
}
.inner-shadow(@horizontal:0, @vertical:1px, @blur:2px, @alpha: 0.4) {
	-webkit-box-shadow: inset @horizontal @vertical @blur rgba(0, 0, 0, @alpha);
	-moz-box-shadow: inset @horizontal @vertical @blur rgba(0, 0, 0, @alpha);
	box-shadow: inset @horizontal @vertical @blur rgba(0, 0, 0, @alpha);
}
.opacity(@opacity: 0.5) {
	-moz-opacity: @opacity;
	-khtml-opacity: @opacity;
	-webkit-opacity: @opacity;
	opacity: @opacity;
}
.opacity(@opacity: 1) {
	@ieOpacity: @opacity * 100;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@{ieOpacity})";
	filter: ~"alpha(opacity=@{ieOpacity})";	
	opacity: @opacity;
}
.separator-line(@border-w:5px, @border-col:#383838){
	border-top: @border-w solid @border-col;
}

.box-sizing(){
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
// #END Mixins


/* ------------------------------- 1. CSS Reset ------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td 
{
	font-weight: normal;
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	line-height: 1;
}
a:focus {
	outline: thin dotted;
}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section {
	display: block;
}
audio,canvas,video {

	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: @color-light;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
/* ---------- END CSS Reset ---------- */




/*------------------------------- 2. Basic Typography ------------------------------- */

body {
	color: @color;
	font-size: @font-size;
	font-family: @font-family;
	line-height: @line-height;
}
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

a {
	color: @color-lines;
	text-decoration: none;
}
a:focus{
	outline: none;
	outline-color: transparent;
	outline-style: none;
	outline-width: 0;
}
a:hover {
	color:@color-link-hover;
}

hr {
  background-color: @color-light;
  border: 0;
  height: 1px;
  margin: 5px 0;
}
h1, h2, h3, h4, h5, h6 {
	color: @heading-color;
	line-height: @line-height;
	padding: 10px 0;
	font-weight: 100;
	font-family: @heading-font;
}

h1 {font-size: @heading-size;}

h2 {font-size: @heading-size - 5% }

h3 {font-size: @heading-size - 8%}

h4 {font-size: @heading-size - 11%}

h5 {font-size: @heading-size - 13%}

h6 {font-size: @heading-size - 15%}

p {margin: 5px 0; padding: 0; }

ol {margin-left: 20px; list-style-type: decimal;}

ul {margin-left: 20px;}

small { font-size: 85%;}

strong {font-weight: bold;}

em {font-style: italic;}

cite {font-style: normal; font-size: 110%;}

/* Blockquote */

blockquote {
  font: italic 120%/170% Georgia, "Times New Roman", Times, serif;
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}

blockquote p { font-weight: 300;}

blockquote small {
	font-family: @font-family;
	font-style: normal;
	font-size: 12px;
 	display: block;
 	line-height: 1.8em;
}
blockquote small:before { content: '\2014 \00A0'; }
blockquote cite { font-weight: bold; }

/* ------------------------------- END Basic Typography ------------------------------- */


/* ------------------------------- 3. Basic Document Structure and Stylings ------------------------------- */


/* ----------- 3.1 Tables, Forms / Inputs and Text Area --------------- */

input, textarea, select, input[type=search], button {
	font-size: 100%;
	max-width: 100%;
}
input[type=text], input[type=password], textarea, input[type=search] {
	background: @inputs-bg;
	border: solid 1px @inputs-border;
	padding: 8px;
	.border-radius(2px);
	font-size: 12px;
}
textarea { 
	line-height: 1.5em;
	padding: 3%;
	max-width: 92%; 


}

/* --- form focus --- */
textarea:focus, input[type=password]:focus, input[type=text]:focus, input[type=search]:focus {
	outline: none;
	background: #fff;
	.inner-shadow(1px, 1px, 5px, 0.1) ;
}


/* ------ Tables -------- */


table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
table th,
table td {
  border-bottom: 1px solid @border-color;
  padding: 1em;
  vertical-align: top;
  text-align: left;
}
table thead{
	border-bottom: 2px solid @border-color;
}
table th {
  font-weight: bold;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}

.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid @border-color;
}

.table-bordered {
  border: 1px solid @border-color;
  border-collapse: separate;
  border-left: 0;
 .border-radius;
}

.table-bordered th,
.table-bordered td {
  border-left: 1px solid @border-color;
}


/* -------------------- 3.2 Content Elements -------------------- */

/* Buttons */

@btn-txt-col: #fff;


button, .button , input[type="submit"], input[type="button"] {
  display: inline-block;
  padding: 7px 15px 7px 15px;
  line-height: 20px;
  color: @btn-txt-col;
  font-size: 13px;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  .gradient(@color: #fff, @start: rgba(0,0,0,0.1), @stop: rgba(0,0,0,0));
  background-repeat: repeat-x;
  background-color: @color-link; /* button color */
  .border-radius(4px);
}

button:hover, .button:hover{
	.opacity(0.9);
	 color: @btn-txt-col;
} 
button:active, .button:active{
	position: relative;
	bottom: -1px;
} 
a.btn-alt{
	background-color: @color-lines;
}
input[type="submit"], input[type="button"] {
	font-size: 11px;
	text-transform: none;
	line-height: 20px;
	margin-top: -1px;
	letter-spacing: 0;
	border-style: none;
}
/* Image Frame */
.img-frame{
  padding: 4px;
  background-color: #fff;
  border: 1px solid @color-light;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          
}

/* ------ Info Boxes ------ */

.info-box,.note-box,.tip-box,.error-box {
	padding: 10px;
	margin: 20px 0;
	.border-radius;
	background: #eee;
	color: #555;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.2);

}
.info-box .box-icon, .note-box .box-icon,.tip-box .box-icon, .error-box .box-icon{
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url(images/px_sprites.png);
	background-size: 528px 16px;
	background-repeat: no-repeat;
	margin-left: 0;
	margin-right: 10px;
	position: relative;
	top: 3px;
	.opacity(0.5);
	border-right: 1px dotted #575757;
	padding-right: 10px;
}
.info-box {
 	.gradient(@color: #b8dbfe, @start: #94c8fd, @stop: #b8dbfe);
	border: 1px solid #94c8fd;
}
.info-box .box-icon{
	background-position: -160px 0;
}

.note-box {
	.gradient(@color: #faf1a9, @start: #f4e273, @stop: #faf1a9);
	border: 1px solid #f4e273;
}
.note-box .box-icon{
	background-position: -224px 0;
}


.error-box {
	.gradient(@color: #fcb4ad, @start: #FDA59D, @stop: #fcb4ad);
	border: 1px solid #fc958c;
}
.error-box .box-icon{
	background-position: -352px 0;
}


.tip-box {
	.gradient(@color: #dceaa9, @start: #cfe287, @stop: #dceaa9);
	border: 1px solid #cfe287;
}
.tip-box .box-icon{
	background-position: -319px 0;
}
/* --------------------- BULLETS --------------------- */

.imglist li:before{
	content: "";
	height: 16px;
	width: 16px;
	list-style: none;
	padding: 0;
	margin: 7px;
	line-height: 18px;
	padding-left: 15px;
	background: url(images/list-sprites.png);
	background-size: 10px;
	background-position: left center;
	background-repeat: no-repeat;
}

.bullet_star li:before{
		background-position: 0 5px;
}

.bullet_check li:before {
	background-position: 0 -15px;
}
.bullet_plus li:before {
		background-position: 0 -36px;
}
.bullet_arrow li:before {
		background-position: 0 -55px;
}

.bullet_arrow2 li:before {
		background-position: 0 -76px;
}

.bullet_arrow4 li:before {
		background-position: 0 -96px;
}




.bullet_numeric li {
	list-style: none;
	list-style: decimal;
	padding-left: 20px;
}


/* --- Tabs and Panes*/

.tabs-container {
	margin-bottom: @site-padding-v;
}
.tabs-container a{
	outline-width: 0;
	outline-style: none;
}

.tabs-container > ul{
	margin-left: 0;
	border-bottom: 1px solid @border-color;

	li {
		display: inline-block;
		margin-bottom: -1px;
		 a{
			border-radius: 5px 5px 0 0;
			border: 1px solid #ddd;	
			border-bottom: 0;	
			box-shadow: 0 -1px 0 0 #ddd inset;
			display: block;
			padding: 8px 15px;
			font-size: 12px;
			background: @color-sec2;
			margin-right: 3px;

		}
	}
}
.tabs .current a{
	border: 1px solid @border-color;
	box-shadow: none;
	border-bottom: 0;	
	background: #fff;
	font-weight: bold;
	color: @color-link;
}
.tabs > ul a:hover{
	background-color: @inputs-focus;
}
.tabs-container .panes{
	border: 1px solid @border-color;
	border-top: 0;
	padding: 12px;
}
.accordion-container{
	border-bottom: 1px dotted @border-color;
	margin-bottom: 15px;
}

.accordion-title{
	border-top: 1px dotted @border-color;

	padding: 7px;
	cursor: pointer;
}

.accordion-title.current{
	border-bottom: 3px solid @color-lines;
	font-weight: bold;
}
.accordion-container .pane{
	display: none;
}
.pane{
	padding: 7px;
}
.panes>div{
	display: none;
}
.ac-indicator{
	float: right;
	background-image: url(images/ac_ind2x.png);
	background-size: 10px 20px;
	width: 10px;
	height: 10px;
	margin-top: 6px;
}

.current .ac-indicator {
	background-position: left bottom;
}

/* Alighns */

.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.relative {
	position: relative;
}

/* Clearing floats */

.clear {
	clear: both;
}
.clear:after {
	clear: both;
}
.clear:before,
.clear:after {
	display: table;
	content: "";
}

.divider-line {
	width: 100%;
	height: 5px;
	display: block;
	background-color: #000;
}

/* Selecton Color */
::selection {
	background: @selection-bgcolor; /* Safari */
    color: @selection-color;
}

::-moz-selection {
	background: @selection-bgcolor; /* Firefox */
	color: @selection-color;
}
.no-caps {
	text-transform: lowercase;
	letter-spacing: normal;
	font-size: 11px;
	color: @color-light;
}
.highlight1 {background-color:#FBF6D6;}
.highlight2 {background-color:#FECBC6;}
.post-info {
	color: @color-link;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.post-info a{ 
		color: @color-link;
	}
.post-autor a{
	text-transform: uppercase;
	font-style: normal;
	font-family: @font-family;
	letter-spacing: 1px;
	font-size: 11px;
}
.img-loading {
	background: url(images/ajax-loader-small.gif) no-repeat center;
	background-size: 15px 15px;
	padding: 0;
}
.drop-caps{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 300%;
	line-height: 0.8em;
	margin-right: 0.2em;
	padding-bottom: 0.1em;
	text-transform: uppercase;
	float: left;
	position: relative;
	top: 6px;
}
.read-more{
	color: @color-link;
}

.more-arrow {
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 24px;
	position: relative;
	top: 2px;
}

.left-arrow,.right-arrow, .ps-left-arrow, .ps-right-arrow, .cs-arrows{
	display: block;
	background: url(images/preview_arrows2x.png) no-repeat scroll top right;
	background-size: 34px 27px; 
	width: 17px;
	height: 27px;
	position: absolute;
	top: 50%;
	margin-top: -15px;
	right: 10px;
	z-index: 100;
	cursor: pointer;

}

.left-arrow, .ps-left-arrow  {
	background-position: left top ;
	left: 10px;

}



/*----------------------------- 3.3 Navigation Menu --------------------------------*/

#navigation-container {
	float: left;
}

#menu{

	ul{
		margin-left: 0;


		li {
			display: inline;
			float: left;
			position: relative;
	
			a {
				display: block;
				padding: 2px 14px;
			}
		}
	}
}



#menu ul ul {
	width: @drop-down-width;
	position: absolute;
	top: 18px;
	padding-top: 25px;
	z-index: 20000;
	display: none;
	margin-top: 1px;

	ul {
		top: 0;
		left: @drop-down-width;
	}
	li{
		display: block;
		width: 100%;
		float: left;
		padding: 6px 0 5px 0;
		background-color: #fff;
		a{
			line-height: 1.8em;
			letter-spacing: 0;
		}

	}
}

#menu ul ul li a:active {
	
}
#menu ul li.current-menu-item ul li a,#menu ul li.current-menu-ancestor ul li a {
	/*.opacity;*/
}
#menu ul ul li:hover, #menu ul ul .current-menu-item  {
	background-color: @color-sec2;
}
.mob-nav-menu{
	display: none;
}
/*----------------------------- END Navigation Menu --------------------------------*/

/*-------------------- 3.4 Basic Structure And Containers -------------------------- */

#main-container {
/*	width: 100%;*/
}
.center{
	margin-left: auto;
	margin-right: auto;
}
.page-wrapper {
	width: @site-width;
	max-width: 100%;
	margin: 0 auto;
}

.mobile-nav, .mob-nav-menu{
	display: none ;
}

/* ---------------- Logo ---------------- */

#logo-container {
	float: left;
	margin: @site-padding;
	margin-left: 0;
}
#logo-container a {
	width: @logo-width;
	height: @logo-height;
	display: block;
	background: url(images/logo.png) no-repeat;
	float: left;
}
#header {
	padding-left: @site-padding;
	padding-right: @site-padding;
}
.header-separator{
	border-top: 5px solid @color-lines;
	width: 100%;
	overflow: hidden;
}

/* ---------------- Content ---------------- */

#content-container {
	padding:@site-padding-v  @site-padding ;
	max-width: 100%;
	min-height: 250px;
}

#content {
	float: left;
	width: @content-width;
	max-width: 65%;
}
#sidebar {
	float: right;
	width: @sidebar-width;
	max-width: 32%;
}

.sidebar-box ul {
	margin-left: 0;
}

.sidebar-box h4 {
	border-bottom: 1px solid @color-light;
}

.sidebar-box input[type="text"], .sidebar-box input[type="password"], .sidebar-box textarea, .sidebar-box input[type="search"]{
	padding: 8px 0;
	text-indent: 8px;
	width: 100%;
}

#full-width {
	width: @site-width - 2 * @site-padding;
	max-width: 100%;
	position: relative;
}

.layout-left #content {
	float: right;
	padding-right: 0;
	padding-left: @site-padding;
}

.layout-left #sidebar {
	float: left;

}
#footer {
	width: @site-width;
	max-width: 95%;
	height: auto;
	display: block;
	margin-top: 20px;
}
/*-------------- 3.5 Grid And Columns -------------------*/

.cols-wrapper {
overflow: hidden;
}

/* single column */
.col {
	float: left;
	margin-right: 3.2%;
	margin-bottom: 30px;
}

/* 4 columns */
.cols-4 .col {
	width: 22.6%;
}

/* 3 columns */
.cols-3 .col {
	width: 31.2%;
}

/* 2 columns */
.cols-2 .col {
	width: 48.4%;
}
/* 1 column - for footer*/
.cols-1 .col {
	width: 100%;
}
.cols-5 .col{
	width: 17.44%;
}
.cols-5 .col:nth-of-type(5n),
.cols-4 .col:nth-of-type(4n),
.cols-3 .col:nth-of-type(3n),
.cols-2 .col:nth-of-type(2n) {
	margin-right: 0;
	clear: right;
}




/* -------------- 3.5 WordPress Default Elements -----------------*/

/* Wordpress Widgets */

.widget_categories li a,
.widget_nav_menu li a,
.widget_archive li a,
.widget_links li a,
.widget_recent_entries li a,
.widget_links li a,
.widget_pages li a,
.widget_recent_entries li a,
.recentcomments
{
	padding:5px 0;
}
.wp-caption {
	max-width: 100%;
	.img-frame;
	padding: 0;
}
.wp-caption a{ 
	display: block; 
	padding: 5px; 
	padding-bottom: 0px;
}

.wp-caption-text{
	padding-left: 7px; 
	margin-bottom: 7px; 
	text-align: center;
	font-size: 13px;
}

.wp-caption-text, .gallery-caption,
.entry-caption {
	line-height: 1.5em;
}
img.wp-smiley,
.rsswidget img {
    .border-radius(0);
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* WP Quick Gallery*/
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery dl {
	display: inline-block;
	vertical-align: top;
	width: auto;
	float: none;
	text-align: center;
}
.gallery dt {
	.img-frame;
}
.gallery-item a {
	display: block;
	width: 90%;
}
.gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-icon img {
	padding: 3%;
}
.sticky{ position: static;}
.bypostauthor{position: static;}
/*----------------------- 3.6 Comments ---------------------------*/
#comments{
	margin-top: 20px;
}
.commentlist{
	margin-left: 0;
}

.commentlist .children {
	padding-left: 3%;
	margin-left: 0;
}

.coment-box {
	padding-bottom: 20px;
	clear: both;
}

.avatar{
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
    .border-radius(4px);
	display: block;
	margin: 0 0 10px;
	padding: 4px;
}

.comment-autor {
	float: left;
	margin-right: 20px;
	text-align: center;
}
.comment-autor img{
	width: 40px;
	height: auto;
}
.coment-autor-name{
	font-weight: bold;
	text-transform: capitalize;
	margin-right: 10px;
}
.coment-autor-name cite{
	font-size: 12px;
}
.comment-date{
	color: @color-light;
	font-size: 12px;
}
.comment-info .reply{
	float: right;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 2.2em;
	letter-spacing: 1px;
	background-color: @color-sec;
	.border-radius(2px);
	padding: 0 9px 2px 9px;
}
.comment-info .reply a{
	position: relative;
	top: 1px;
}
.comment-info{
	border-bottom: 1px dotted @color-light;
	border-top: 2px solid #E4E4E2;
	float: right;
	width: 100%;
	margin-bottom: 10px;
	padding: 7px 0;
}
#reply-title, .comments-title{
	font-size: 17px;
	border-bottom: 3px solid #E4E4E2;
	margin-bottom: 15px;
	padding-bottom: 5px;

}
#commentform label, .pexeto-contact-form label{ 
	display: block;
}
.comments-titile{
	font-size: 15px;
	font-weight: bold;
}
/*Contact Form*/
.pexeto-contact-form .error-box,.pexeto-contact-form  .info-box {
	display: none;
} 
.pexeto-contact-form input[type="text"], .pexeto-contact-form input[type="password"], .pexeto-contact-form textarea, .pexeto-contact-form input[type="search"]{
	padding: 8px 0;
	text-indent: 8px;
	width: 440px;
	max-width: 100%;
	margin-bottom: 8px;
}
#content .pexeto-contact-form textarea{
	min-height: 170px;
}
/*reCaptcha*/
#recaptcha_image{
	max-width: 100%;
}
.contact-captcha-container{
	width: 440px;
	max-width: 100%;
	margin-bottom: 15px;
	border: 1px solid @color-light;
    .border-radius(5px);
	position: relative;
}
.contact-captcha-container h6, #recaptcha_image{
	padding: 5px 15px;
}
.recaptcha-input-wrap{
	background-color: @color-sec;
	border-top: 1px solid #F0EFEA;
	padding: 10px;
    .border-radiuses(0 0 5px 5px);
}
#recaptcha_response_field{
	margin: 0;
}

.recaptcha-reload{
	position: absolute;
	right: 20px;
	top: 22px;
}
.recaptcha-reload a{
	background-image: url(images/reload.png);
	width: 20px;
	height: 20px;
	background-size: 20px 20px;
	display: block;
	.opacity(0.5);
}
.recaptcha-link{
	margin-top: 14px;
	font-size: 11px;
}
.recaptcha-link a{
	.opacity(0.3);
}
.invalid input, .invalid textarea, #recaptcha_response_field.invalid, input.invalid , textarea.invalid{
	border:1px solid #D3B5BA  !important;
	background-color: #F2DEDE !important;
}
.contact-loader{
	background: url("images/ajax-loader-small2.gif") no-repeat;
	width: 16px;
	height: 16px;
	position: relative;
	left:10px;
	top:3px;
	display: inline-block;
	visibility: hidden;
}
/*-----------------------  END COMMENTS ---------------------------*/





/*----------------------- 4. Theme Colors & Stylings -----------------------*/


body{
	background-color: @color-sec;
}
.page-wrapper{
	background-color: #fff;
	margin-top: @site-padding-v;
	.box-shadow(0, 0, 3px);
}
/* ----------------- 4.1 Navigation -----------------  */
#navigation-container{
	width: 100%;
	border-bottom: 1px dotted @color-light;
	margin-top: 0;
}



#menu ul li {
	padding:15px 0;
		a{
			border-right: 1px dotted @color-light;
			line-height: 0.5em;
			color: @color;
			text-transform: uppercase;
			font-size: 12px;
			letter-spacing: 1px;
		}

}
#menu ul ul li .drop-arrow{
	width: 10px;
	height: 10px;
	display: inline-block;
	background-image: url(images/drop-nav-arrow.png);
	background-repeat: no-repeat;
	background-size: 5px;
	position: absolute;
	top: 35%;
	right: 5px;
}
#menu ul .current-menu-item, #menu li:hover,#menu  .current-menu-parent,#menu  .current-menu-ancestor{
	border-top: 5px solid @color-link;
	margin-top: -5px;
}
#menu ul ul .current-menu-item, #menu ul ul li:hover, #menu ul ul .current-menu-parent,#menu ul ul  .current-menu-ancestor {
	border-top: 0;
	margin-top: 0;
}
#menu ul ul li a {
	border-right: 0;
	font-size: 11px;
}
#menu ul ul{
	.box-shadow;
}

#menu ul li:last-child a{border-right: 0;}

/* ----------------- 4.2 Sidebars ----------------*/
.sidebar-box {
	margin-bottom:@site-padding-v;
	font-size: 13px;
	h4{
		border-bottom: 1px dotted @color-light;
		/*.separator-line(3px);*/
		border-top: 3px solid #e4e4e2;
		font-size: 14px;
		text-indent: 2px;
		font-weight: bold;
		padding: 7px 0;
		margin-bottom: 7px;
	}
}

/* Sidebar Widgets */

.widget_categories ul,
.widget_nav_menu ul,
.widget_archive ul,
.widget_links ul,
.widget_recent_entries ul,
.widget_pages ul,
.sidebar-latest-posts,
#recentcomments{
	margin-top: -7px; /*Same as li top paddings*/
}
.widget_categories li ,
.widget_nav_menu li ,
.widget_archive li ,
.widget_links li ,
.widget_recent_entries li,
.widget_pages li,
#recentcomments li {
	border-bottom: 1px dotted @color-light;
	padding:7px 0;
	padding-left: 2px;
}
.widget_categories ul ul li ,
.widget_nav_menu ul ul li ,
.widget_archive ul ul li ,
.widget_links ul ul li ,
.widget_recent_entries ul ul li,
.widget_pages ul ul li,
#recentcomments ul ul li {
	border-bottom: 0;
	padding-left: 10px;
}
.widget-contact-form{
	margin-top: 15px;
}
#wp-calendar caption{
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	padding: 2px 0 7px 0;
	border-bottom: 3px solid #383838;
}
#wp-calendar tbody td a{
	color: @color-link;
}
.widget_nav_menu ul ul, .widget_categories ul ul{
	margin-top: 7px;
	border-top: 1px dotted @color-light;
}
.widget_nav_menu ul ul li, .widget_categories ul ul li {
	border-bottom: 1px dotted @color-light;
	margin-left: 5px;
	padding-left: 0;
}
.widget_nav_menu ul ul li:last-child, .widget_categories ul ul li:last-child{
	border-bottom: 0;
	padding-bottom: 0;
}
.widget_nav_menu li.current-menu-item a{
	color: @color-link;
	padding-left: 5px;
}
#SGM{
	margin-top: 15px;
}
/* ------------------ 4.3 Footer -------------------*/

.footer-cta-first{
	float: left;
	width: 22.6%;
	margin-right: 3.2%;
	text-align: right;

	h5 {
		color: @color-link;
		padding: 0;
		border-right: 1px dotted @color-light;
		padding-right: 14%;
		font-size: 19px;
		line-height: 1.5em;
		margin-left: 14%;
	}
}

.footer-cta-disc{
	float: left;
	width: 45.2%;
	margin-right: 3.2%;
	color: @color-midle;
	p{
		font-size: 15px;
		padding:0;
		margin: 0;
		margin-bottom: 0;
		padding-top: 5px;
		font-family: georgia;
		font-style: italic;
	}
}
.footer-cta-button{
	float: left;
	width: 22.6%;
	a{ padding: 11px 0 10px 0;
	   width: 100%;
	   margin-top: 7px;
	   text-transform: uppercase;
	}
}

.footer-widgets{
	overflow: hidden;
	margin-top: 20px;
}
.footer-widgets .col{
	margin-bottom: 0;
}
.footer-box{
	margin-bottom: 10px;
}
.footer-box ul{
		margin-left: 0;
	}

.footer-box .title{
	border-bottom: 1px dotted @color-light;
	border-top:5px solid @color-lines;
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 10px;
	text-indent: 2px;
	padding-top: 11px;
}
.footer-box:first-child .title{
	margin-right: -15%;
}

.footer-bottom{
	border-top: 1px solid @color-light;
	width: 100%;
	height: auto;
	float: left;
	padding: 10px 0 ;
	margin-top: 20px;
}

.footer-nav, .copyrights {
	float: right;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 2px;
}
.footer-nav li{
	display: inline;
	letter-spacing: 1px;

}
.footer-nav li a{
	margin-left: 3px;
	margin-right: 3px;
	color: @color-midle;
}
.footer-nav li:after{
	content: "/";
}
.footer-nav li:last-child:after{
	content: "";
}
.copyrights{
	float: left;
	color: @color-dark;
}
/*Header Social Icons*/

#social-profiles{
	float: right;
	margin:  @site-padding-v + 1 @site-padding;
	margin-right: 0;
}
.social-icons {
	margin-left: 0;
	li{
		float: left;
		.opacity;
		width: 25px;
		height: 25px;
		background: @color-sec;
		border-radius: 2px;
		margin-left: 3px;
	}
	li:hover{
		.opacity(0.6);
	}
}
.social-icons img{
	.opacity(0.6);
}
.footer-bottom #social-profiles{
		margin: 0 @site-padding;
		display: none;
}

/* ------------------------ 4.5 Blog ------------------ */
.blog-non-single-post{
	margin-bottom: 30px;
	.box-shadow(0, 1px, 2px, 0.2);
}
.post-content{
	padding: 15px 0;

}
.blog-non-single-post .post-content{
	padding: 15px;
	background: @color-sec2;
}

.post-title{  
	padding-top: 0;
	font-size: @heading-size - 8%;
	font-weight: bold;	
	color: @color;
	margin-bottom: 10px;
	a{color: @color;}
	border-bottom: 1px dotted @color-light;

}
.post-title a:hover{
	color: @color-link;
}
.post-info{
	border-top: 1px solid #ececec;
	padding: 12px;
	line-height: 17px;
}
.small-title {
	padding: 7px 0;
	margin: 15px 0;
	padding-left: 2px;
	border-bottom:  1px dotted @color-light;
	border-top: 3px solid @color-lines;
	font-weight: bold;
	font-size: 15px;
	min-height: 25px;
	span{
		padding-left: 10px;
		margin-left: 10px;
		display: inline-block;
		border-left: 1px dotted @color-light;
		font: italic normal 12px/1em Georgia;
		color: @color-light;

	}

}

.page-heading{
	padding: 6px;
	padding-left: 0;
	margin-bottom: 20px;
	font-size: @heading-size - 14%;
	font-weight: bold;	
	color: @color;
	border-bottom: 3px solid #E4E4E2;
}

.blog-single-post .post-info{
	border-bottom: 3px solid @color-lines;
	margin: 10px 0;
	padding-left: 3px;
}

.blog-single-post .social-share{
	float: left;
	width: 50%;
}

.blog-single-post .post-tags{
	float: right;
	width: 50%;
	text-align: right;
}
.post-tags a{
	background-color: @color-sec;
	padding:1px 5px;
    .border-radius(3px);
	margin-left: 5px;
	display: inline-block;
	font-size: 12px;
}

/* Blog Columns */

.blog-twocolumn .post{
	width:443px;
	float:left;
    margin-left: 0;
}

.blog-threecolumn .qg-title, .blog-twocolumn .qg-title{
	display: none;
}

.blog-threecolumn  .post{
	width:280px;
	float:left;
}


.blog-post-img img{
	.opacity(0);
	width: 100%;
	height: auto;
}

#blog-pagination{
	overflow: hidden;
}

/* Blog Post Types */


/* Blog Post Type Icons */
.post-type-icon-wrap{
	display: inline-block;
	float: left;
	margin-right: 10px;
}

.format-standard .post-type-icon {
	background-position: -192px 0;
}
.format-quote .post-type-icon {
	background-position: -255px 0;
	margin-left: 5px;
	width: 18px;
    height: 18px;
}

.format-aside .post-type-icon {
	background-position: -384px 0;
}

.format-gallery .post-type-icon {
	background-position: -32px 0;
}

.format-video .post-type-icon {
	background-position: -128px 0;
}
.format-quote, .format-aside{
	background-color: @color-sec2;	
}
.format-quote .post-type-icon-wrap, .format-aside .post-type-icon-wrap{
	margin-left: 6px;
	margin-top: 4px;
}
.format-quote blockquote {
	padding: 15px;
	margin: 0;
}

.format-aside{
	border-top: 3px solid @color-lines;
}
.format-aside aside{
	padding: 15px;
}

/*Blog Masonry*/

.page-masonry .post , .pg-item{
	margin-bottom: 30px;
}

.page-masonry .post-title{
	font-size: 15px;
	margin-bottom: 10px;
}
.page-masonry  .post-content{
	padding: 15px;
	background: @color-sec2;
}
.page-masonry .post-info{
	padding: 10px 15px;
}

.page-masonry .post-autor, .page-masonry .comments-number{
	display: none;
}

.page-masonry  .post-date{
	float: right;
}
.post-gallery{
	position: relative;
}

/* -------------------- 4.6 Services Boxes ---------------------*/
.services-wrapper{
	width: 100%;
}
.services-box, .services-title-box{
	float: none;
	display: inline-block;
	vertical-align: top;

}
.services-box{
	text-align: center;
	color: @color-dark;
	padding: 10px;
	.box-sizing;
	h3{
		font-size: 15px;
		font-weight: bold;
		color: @color-dark;
		padding-bottom: 5px;
	}

}

.services-box:hover{
	background-color: @color-sec;
	.border-radius(5px);
}
.services-title-box{
	color: @color-dark;
	h1{
		font-weight: bold;
		color: @color-link;
		padding-top: 0;
		line-height: 1.5em;
		margin-top: 30px;
	}
}


/* temporary */
.columns-wrapper {
margin-bottom: @site-padding-v;
}

/* --------------- 4.7 Sliders ----------------*/
#slider-container{
	position: relative;
	margin-top: @site-padding-v;
}

/* Content Slider */
.content-slider{
	padding: 0 @site-padding @site-padding-v  @site-padding;
	position: relative;
	border-bottom: 1px solid #f6f6f6;
	.gradient( #fff, #fcfbfa,#FFF);
}
.cs-title{
	font-weight: bold;
	color: @color-link;
	padding-top: 0;
	padding-bottom: 15px;
	font-size: 35px;
	line-height: 1.3em;
}

.cs-loading{
	background:url(images/ajax-loader-small.gif) no-repeat center;
	background-size: 20px 20px;
}

.cs-small-title{
	margin-bottom: 0;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 3px;

}
.content-slider .button{
	margin-right: 3%;
	margin-top: 10px;
	padding-left: 30px;
	padding-right: 30px;
	width: auto;
	text-transform: uppercase;
}

.content-slider .arrows{
	position: absolute;
	top: 50%;
	margin-top: -10px;
}
.content-slider .arrow-prev{
	left: 10px;
}
.content-slider .arrow-next{
	right: 10px;
}
.content-slider .col{
	margin-bottom: 0;
}

/*----------------------------- CONTENT SLIDER ---------------------------*/

.content-slider{
	overflow:hidden;
	padding-left:0;
	padding-right:0;
}
ul#cs-slider-ul {
	width: 100%;
	list-style: none;
	overflow: hidden;
	min-height:320px;
	margin-left:0;
}

#cs-slider-ul li {
	position: absolute;
	padding-left:30px;
	padding-right:30px;
	max-width: 100%;
	width: 100%;
	-moz-box-sizing: border-box;
	box-sizing:border-box;
}
#cs-slider-ul .two-columns{
	display: none;
}
#cs-navigation {
	list-style: none;
	text-align: center;
	position: absolute;
	width: 100%;
	bottom: 5px;
	padding-left: 0;
	margin: 0;
	display: none;
}

#cs-navigation li {
	display: inline;
	cursor: pointer;
	margin: 0 2px;
	width: 15px;
	height: 15px;
}

.cs-content-left, .cs-content-right{
	.opacity(0); 
	position:relative;
}

ul#cs-navigation li span {
	width: 10px;
	height: 10px;
	display: inline-block;
	background-color: @color-lines;
	.opacity(0.3);
	.border-radius(1px);
}

#cs-navigation li.selected span {
	background-color: @color-lines;
	.opacity(1);
}
.cs-arrows{
	background-size: 24px 19px; 
	width: 12px;
	height: 19px;
	margin-top: -30px;
	.opacity(0.5);
}

.cs-arrows:hover{
	.opacity(1);
}

.cs-prev-arrow {
	left: 7px;
	background-position:left top;
}

/*Thumbnails Slider */
.ts-thumbnail-wrapper {
	width: 140px;
	float: left;
	background-color: @color-sec2;
	max-width: 15%;
	ul{	padding: 41px 20px;
		margin-left: 0;
		li{
			margin-bottom: 10px;
			img{
				width: 89px;
			}
		}
	}
}



.zt-image-container{
	float: left;
	width: 840px;
	max-width: 85%;
}



.thumb-slider {
	width: 980px;
	max-width:100%;
	overflow: hidden;
	position: relative;
}
.thumb-slider .prev-arrow, .thumb-slider .next-arrow {
	position: absolute;
	left: 50%;
	margin-left: -10px;
	width: 20px;
	height: 12px;
	background:url(images/preview_arrows_v.png) no-repeat left top;
	background-size: 20px 25px; 
	z-index: 1000;
}
.thumb-slider .prev-arrow{
	top: 10px;
}
.thumb-slider .next-arrow {
	bottom: 10px;
	background-position: bottom;
}
.thumb-slider .prev-arrow:hover, .thumb-slider .next-arrow:hover {
	.opacity(0.5);
}
.thumb-slider .prev-arrow, .thumb-slider .next-arrow{
	display: none;
}
.thumb-slider .hover {
	cursor:pointer;
}
.thumb-slider {
	background:url(images/ajax-loader-small.gif) no-repeat center;
	background-size: 20px 20px;

}

.ts-desc{
	background: url(images/trans05.png);
	background:rgba(0,0,0,0.7);
	position:absolute;
	bottom:0;
	left:0;
	margin-bottom: 15px;
	margin-left: 2%;
	margin-right: 2%;
	color:#fff;
	padding:10px;
	z-index:100;
    .border-radius(2px);
	display:none;
}
.thumb-slider .slider-desc a {
	color:#fff;
	font-style:italic;
}

.ts-image-container {
	position: relative;
	width: 850px;
    max-width: 86.7347%;
	float: left;
	overflow: hidden;
	img {
	position:absolute;
	top: 0;
	left: 0;
	visibility:hidden;

	}
}

.ts-thumbnail-container {
	max-width:86%;
	margin: 0 auto;
	position: relative;
}
.ts-thumbnail-container li {
	position:relative;
	visibility:hidden;
	margin-bottom:12px;
}
.ts-thumbnail-container ul li img {
	
	width: 90px;
	max-height: 60px;
	max-width:80%;
	padding:3px;
}


.ts-thumbnail-wrapper {
	float:left;
	position: relative;
	width:130px;
   	max-width: 13.2563%;
   	border-top: 1px solid #f1f1ee;
   	border-bottom: 1px solid #f1f1ee;
}

.ts-thumbnail-wrapper ul{
	margin-left:0;
	padding:0;
}
.ts-thumbnail-window {
	max-width:100%;
	height:80%;
	overflow:hidden;
	position:relative;
	text-align:center;
	margin:30px 0;

}

.ts-pointer{
	width: 10px;
	height: 20px;
	position: absolute;
	right: -1px;
	top: 50%;
	margin-top: -10px;
	overflow: hidden;
	display: none;
}
.ts-pointer::after {
	content: "";
	width: 20px;
	height: 20px;
	display: block;
	background-color: white;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: relative;
	left: -15px;
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}


.ts-thumbnail-container .selected .ts-pointer{
	display: block;
}



/* Nivo Slider */


.nivo-slider {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	background: url("images/ajax-loader-small.gif") no-repeat center center;
	background-size: 16px 16px;

}

.nivo-slider img {
	position: absolute;
	top: 0;
	left: 0;
	display:none;
	max-width:none;
}

.nivo-main-image {
	display: block !important;
	position: relative !important;
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivo-slider a.nivo-imageLink {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	z-index: 6;
	display: none;
}

/* The slices and boxes in the Slider */
.nivo-slice {
	display: block;
	position: absolute;
	z-index: 5;
	height: 100%;
	top: 0;
}

.nivo-box {
	display: block;
	position: absolute;
	z-index: 5;
	overflow: hidden;
}

.nivo-box img {
	display: block;
}

/* Caption styles */
.nivo-caption {
	position: absolute;
	left: 0;
	bottom: 0;
	background: #000;
	color: #fff;
	width: 100%;
	z-index: 8;
	padding: 5px 10px;
	background: url(images/trans05.png);
	background: rgba(0,0,0,0.6);
	overflow: hidden;
	display: none;
	.box-sizing; 
}

.nivo-caption p {
	padding: 5px;
	margin: 0;
}

.nivo-caption a {
	display: inline !important;
}

.nivo-html-caption {
	display: none;
}

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position: absolute;
	top: 45%;
	z-index: 9;
	cursor: pointer;
}

.nivo-prevNav {
	left: 0;
}

.nivo-nextNav {
	right: 0;
}

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align: center;
	padding: 15px 0;  
	line-height: 10px;
	padding: 0;
	position: absolute;
	bottom: 5px;
	width: 100%;
	z-index: 1000;
}

.nivo-controlNav a {
	cursor: pointer;	
	top: 50%;
	margin-top: -26px;	
	width: 15px;
	height: 15px;
	background: url(images/page_nav.png) no-repeat;
	list-style: none;
	margin: 0 1px;
	display: inline-block;
}

.nivo-controlNav a.active {
	font-weight: bold;
	background: url(images/page_nav_active_black.png);
}





/* Nivo Custom */


#content-container .nivoSlider {
	background-image: url(images/ajax-loader-small2.gif);
	height: auto !important;  
}



.nivo-nextNav, .nivo-prevNav {
	display: block;
	background: url(images/preview_arrows2x.png) no-repeat scroll top right;
	background-size: 34px 27px; 
	width: 17px;
	height: 41px;
	right: 20px;
}

.nivo-prevNav {
	background-position:left top;
	left: 20px;
}
.post-gallery .nivo-prevNav {
	left: 12px;
}
.post-gallery .nivo-nextNav {
	right: 12px;
}

.nivo-nextNav:hover,.nivo-prevNav:hover {
	filter: alpha(opacity=80);
	.opacity(0.8);
}



.nivo-caption {
	width: 95%;
	height: auto;
    .border-radius(2px);
	margin: 2.5%;
	margin-bottom: 25px;
	padding: 10px;
}
.nivo-caption p {
	padding-left: 19px;
	font-size: 14px;
}

#nivo-controlNav-holder {
	width: 100%;
	height: 50px;
	display: block;
}




/* --------------- 4.8 Quick Gallery ---------------*/

.quick-gallery{
	margin-left:-10px;
}

.qg-img{
	float:none;
	margin-left:10px;
	margin-bottom:10px;
	vertical-align: top;
	display: inline-block;
}
.qg-img img{
	width: 100%;
}
.qg-img a{
	position:relative;
	display:block;
	.box-shadow(0, 1px, 2px, 0.2);
	background: url("images/ajax-loader-small.gif") #fff no-repeat center center;
	background-size: 16px 16px;
	min-height: 50px;

}

.qg-title {
	font-size: 11px;
	display: block;
	padding:9px; 
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	color: @color;
	border-top: 4px solid @color-lines;
}

.qg-img .icon-circle{
	top: 14px;
	right: 14px;
	.opacity(0);
}

.page-masonry .qg-img img{
	.opacity(0);
	width: 100%;
	height: auto;
}

.hoverable{
	.opacity(0);
}

img.loadable{
	.opacity(0);
}



/* ------------------------------  5.Widgets and Page Templates  -------------------------------- */

/*Archive Page Template*/
.archive-page h2{
	font-size: 20px;
	font-weight: bold;
	margin: 0px 0;
	color: @color-lines;
	text-transform: capitalize;
}

.archive-page ul{
	list-style: none;
	margin-left: 0;
	border-top: 1px dotted #CCC;
}
.archive-page .col > ul{
	width: 90%;
}
.archive-page li{
	border-bottom: 1px dotted #CCC;
	padding: 7px 0;
	padding-left: 2px;
}
.archive-page ul ul li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}
.archive-page ul ul {
	margin-top: 7px;
}
.archive-page a{
	color: @color-midle;
}
.archive-page a:hover{
	color: @color-link;
}

/* Search Form */

.search-wrapper{position: relative;}

.sidebar-box .search-wrapper{margin-top: 15px;}

input[type="submit"].search-button{
	background-color: transparent;
	padding: 0;
	width: 15px;
	height: 15px;
	display: block;
	background-image: url(images/search_icon.png);
	background-size: 12px 12px;
	background-repeat: no-repeat;
	box-shadow: none; 
	border: 0;
	position:absolute;
	top: 14px;
	right: 5px;
}

input[type="text"].search-input{
	width: 100%;
	padding: 8px 0;
	text-indent: 8px;
}



/* WP Page navigation Styles */

.wp-pagenavi {
	text-align: center;
}

#content-container .wp-pagenavi a,#content-container  .wp-pagenavi span{
	border: 0;
}
#content-container .wp-pagenavi .pages{
	display: none;
}
.wp-pagenavi span.current {
	background-color: @color-sec;
	border-radius: 2px;
}

.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink{
	font-size: 26px;
	font-family: georgia;
	color: #ccc;
	padding: 0 5px;
	position: relative;
	top: 2px;
}
.wp-pagenavi .previouspostslink:hover, .wp-pagenavi .nextpostslink:hover{
	color: @color-link;
}

/*---- Porftolio Gallery Template ----*/


.pg-cat-filter{
	margin-bottom: 20px;
	border-bottom: 2px solid #f0f0f0;
	background-color: @color-sec2;
	padding-left: 7px;
	.border-radius(2px);
}
.pg-cat-filter ul{
	margin-left: 0;
	padding: 7px 0;
	display: inline-block;
	max-width: 90%;
}

.pg-cat-filter li {
  cursor: pointer;
  display: inline;
  text-transform: capitalize;
  font-size: 12px;
}
.pg-cat-filter li:after {
  content: ".";
    color: @color-light;
    position: relative;
    top: -3px;
    font-size: 20px;
    line-height: 10px;
}
.pg-cat-filter li:last-child:after {
  content: "";

}
.pg-cat-filter a{
	padding: 7px 8px;
	padding-bottom: 4px;  
	color: @color-lines;
	text-transform: uppercase;
	font-size: 10px;
	cursor: pointer;

}
.pg-cat-filter a.current{
	font-weight: bold;
	color: @color-link;
}

.pg-filter-btn{
	display: none;
}

.pg-items{
	margin-left: -14px;
	width: 5000px;
}

.pg-pagination {
  float: left;
  text-align: center;
  width: 100%;
  position: relative;
}
.pg-pagination  ul {
  display: inline-block;
  margin-left: 0;
  margin-right: 10px;
  margin-top: 15px;
  padding: 0 20px;
}
.pg-pagination  .pg-loading{
	float: none;
	margin-top: 0;
	position: absolute;
	right: 50%;
	top: -7px;
}
.pg-cat-filter  .pg-loading{
	margin-right: 10px;
	margin-top: 10px;
}

.pg-pagination li{
	display: inline;
	border-right: 1px dotted @color-light;
}

.pg-pagination li:last-child{
	border-right: 0;
}
.pg-pagination li:last-child:after {
  content: "";
}
.pg-pagination a{
	padding: 10px 8px;
	color: @color-midle;
	outline: none;
	outline-color: transparent;
	outline-style: none;
}
.pg-pagination a.current{
	font-weight: bold;
	color: @color-link;
}


.pg-item a{
	display: block;
}
.pg-item.masonry {
    float: left;
}
.pg-item{
	margin-left:15px;
	margin-bottom: 15px;	
	float: none;
	opacity: 0;
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.pg-item img{
	filter: alpha(opacity=0);
}

.pg-item h2{
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: @color;
	padding: 0;
	width: auto;

}

.pg-item img{
	.opacity (0);
	display: block;
	width: 100%;
}

.pg-item a{
	display: block;
}
.pg-img-wrapper {
	position: relative;
	transition:opacity 0.3s;
	-moz-transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
}
.pg-img-wrapper:hover {
  opacity:0.8;
}
.pg-img-wrapper .pg-loading{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -14px;
	margin-top: -14px;
	background-color: @color-sec;
	padding:5px;
	.border-radius (@radius: 30px) ;
	.opacity(0.9);
	width:20px;
	height: 20px;
	.box-shadow(0, 1px, 2px, 0.1);
	z-index: 1000;
}
.pg-hover {
	  height: 100%;
	  position: absolute;
	  top: 0;
	  width: 100%;
	  .opacity(0);
	  z-index: 10;
}

.pg-info{
	width: 100%;
	height: 100%;
	text-align: left;
	padding: 10px 0;
	.box-shadow(0, 1px, 2px, 0.2);
	border-top: 4px solid @color-lines;
	min-height: 35px;
}
.pc-item:hover .pg-info{
	border-top: 4px solid @color-link;

}

.pg-details {
	text-align: left;
	text-transform: uppercase;
	padding-left: 15px;
	padding-right: 10px;
}

.pg-categories{
	width: 100%;
	display: block;
	font-size: 10px;
	text-transform: uppercase;
	padding-top: 5px;
	color: @color-link;
}

.icon-circle{
	position: absolute;
	bottom: 15px;
	right: 14px;
	background: @color-sec;
	padding:4px;
	.border-radius (@radius: 30px) ;
	.opacity(0.7);
	width:20px;
	height: 20px;
	.box-shadow(0, 1px, 2px, 0.1);
}
.pg-info-dis .icon-circle{
	bottom: 5px;
}
.pg-info-dis .pg-info{
	min-height: 0;
}
.icon-circle .pg-icon{
	margin-left: 2px;
	margin-top: 2px;
}
.pc-item .icon-circle .pg-icon{
	margin-top: 2px;
}

#portfolio-gallery{
	min-height: 300px;
	overflow: hidden;
}

.pg-page-wrapper{
	float: left;
	width:940px;
}



.pg-loading{
	width:16px;
	height: 16px;
	background: url('images/ajax-loader-small.gif') no-repeat center center;
	background-size: 15px 15px;
	display: inline-block;
	float: right;
	margin-top: 12px;
}

.pg-nocat-loading{
	position: absolute;
	top: -36px;
	right: 0;
	width: 16px;
	height: 16px;
	display: block;
}

/* ------- Portfolio Slider -----*/

#portfolio-slider{
	overflow: hidden;
	min-height: 300px;
}

.single #portfolio-slider{
	background: url(images/ajax-loader-small2.gif) no-repeat;
	background-position: center 150px;
}

.ps-content {
    float: right;
    width: 30%;
    padding: 15px 2%;
    position: relative;
    .box-sizing;
}

.ps-content h2{
	font-size: 19px;

}
.single-portfolio .ps-content h2{
	padding-top: 0;
}

.ps-share{
	padding-top: 10px;
	margin-top: 5px;
	border-top: 1px dotted @color-light;
	bottom: 0;
	width: 100%;
}


.share-fb {
  width: 46px;
  position: relative;
  top: 1px;
}

.ps-images {
    float: left;
    width: 70%;
    position: relative;
    overflow: hidden;
}

.ps-fullwidth .ps-images, .ps-fullwidth .ps-content{
	width: 100%;
	float: none;
}

.ps-images img{
	position: absolute;
	z-index:10;
	max-width: 100%;
	width: 100%;
	.opacity(0);
}

.ps-video {
  float: left;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
  width: 70%;
  background: url(images/ajax-loader-small2.gif) no-repeat center;
}

.ps-video p{
	margin-top:0;
	margin-bottom:0;
	line-height: 0;
}

.ps-fullwidth .ps-video{
	width: 100%;
	float: none;
}

.ps-wrapper{
	display: none;
	min-height: 200px;
	margin-bottom: 30px;
	background-color: @color-sec2; 
}


.ps-loading{
	position: absolute;
	top:50%;
	left:50%;
	z-index:100;
	background: url('images/ajax-loader-small.gif') no-repeat center center;
	background-size: 15px 15px;
	margin-top: -14px;
	margin-left: -14px;
	background-color: @color-sec;
	padding:5px;
	.border-radius (30px) ;
	.opacity(0.9);
	width:20px;
	height: 20px;
	.box-shadow(0, 1px, 2px, 0.1);
}

.ps-imgnum {
	text-shadow: 0 1px 1px rgba(0,0,0,0.3);
	color: #fff;
}

.ps-navigation{
	border-bottom: 1px dotted @color-light;
	position: relative;
	padding-bottom: 14px;
}

.ps-navigation a{
	display: inline-block;
	float: left;
}
a.ps-next-project-link {
	float: right;
}
.ps-navigation a{
	font-size: 10px;
	line-height: 1.3em;
	color: @color-midle;
	text-transform: uppercase;
}

.ps-prev-project-link span{
	float: left;
}

.ps-next-project-link span{
	float: right;
	text-align: right;
}

.ps-prev-project-link .ps-icon, .ps-next-project-link .ps-icon{
	display: inline-block;
	background: url(images/preview_arrows2x.png) no-repeat scroll top right;
	background-size: 34px 27px;
	width: 17px;
	height: 27px;
	margin-left: 10px;
}

.ps-prev-project-link  .ps-icon{
	background-position: left top;
	margin-left: 0;
	margin-right: 10px;
}
a.ps-back-link{
	background: url(images/back_to_gallery.png);
	width: 20px;
	height: 20px;
	background-size: 20px 20px;
	font-size: 0;
	float: none;
	position: absolute;
	left: 50%;
	top: 4px;
	margin-left: -10px;

}
.ps-nav-loading a.ps-back-link{
   background: url(images/ajax-loader.gif) no-repeat center;
   background-size: 20px 20px;
}

.ps-imgnum{
	z-index: 100;
	position: absolute;
	top: 10px;
	right: 10px;
	background: rgba(0, 0, 0, 0.3);
	padding: 4px 7px;
	.border-radius(2px);
	font-size: 13px;
	line-height: 15px;
}



.ps-desc{
	position:absolute;
	bottom:20px;
	left:20px;
	margin-right:20px;
	background: url(images/trans05.png);
	background:rgba(0,0,0,0.5);
	color:#fff;
	z-index:100;
	display:none;
	padding:10px 20px;
	.border-radius(2px);

}

/*------------PORTFOLIO CAROUSEL-------------*/

.portfolio-carousel {
	position:relative;
	opacity:0;
	opacity: 1 /IE9;
}

.pc-wrapper {
	width: 100%;
	height: auto;
	clear: both;
	overflow: hidden;
	float: left;
	position:relative;
}

.pc-item a{
	font-size: 12px;
	display: block;
	position: relative;
}

.pc-item h2{
	font-size: 11px;
	font-weight: bold;
	padding: 0;
}

.pc-page-wrapper {
	float:left;
}
.pc-holder {
	margin-top: 5px;
	display: inline-block;
	margin-left: -8px;
	position: relative;
}

.pc-holder .pc-item {
	display: block;
	float: left;
	padding: 0px 10px 0 10px;
}

.pc-wrapper img {
	vertical-align: bottom;
	display: block;
	position:relative;
	z-index:1;
	width: 100%;
}
.pc-header{
	position: relative;
}
.pc-item{
	width: 137px;
}

.pc-item .pg-img-wrapper{
	background: url(images/ajax-loader-small.gif) no-repeat center;
	background-size: 16px 16px;
}

.pc-next, .pc-prev{
	position: absolute;
	top:10px;
	right:0;
	background: url(images/preview_arrows2x.png) no-repeat scroll top right;
	background-size: 22px 18px;
	width: 12px;
	height: 18px;
	cursor: pointer;
    background-color: @color-sec2;
    .border-radius(2px);
	border: 4px solid @color-sec2;
}
.pc-prev {
	right: 24px;
	background-position:  left top;
}

.ps-navigation .disabled{
	.opacity(0.5);
	cursor: default;
}

.pc-wrapper .icon-circle{
	.opacity(0);
	display: block;
	padding:0;
	z-index: 10;
}

.pc-item a:hover .icon-circle, .qg-img a:hover .icon-circle{
    .opacity(0.8);
    padding:5px;
    top:10px;
    right:10px;
   transition: padding 0.25s, top 0.25s, right 0.25s, opacity 0.5s;
   -moz-transition: padding 0.25s, top 0.25s, right 0.25s, opacity 0.5s;
   -webkit-transition: padding 0.25s, top 0.25s, right 0.25s, opacity 0.5s;
}

/* ------ jScrollPane CSS ------ */
.jspContainer {
	overflow: hidden;
	position: relative;
}

.jspPane {
	position: absolute;
}

.jspVerticalBar {
	position: absolute;
	top: 0;
	right: 20px;
	width: 16px;
	height: 100%;
}

.jspHorizontalBar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: #1a1a1a;
	display: none;
}

.jspVerticalBar *,.jspHorizontalBar * {
	margin: 0;
	padding: 0;
}

.jspCap {
	display: none;
}

.jspHorizontalBar .jspCap {
	float: left;
}

.jspTrack {
	position: relative;
}

.jspDrag {
	background: none repeat scroll 0 0 @color-light;
	.border-radius(10px);
	cursor: pointer;
	left: 30px;
	position: relative;
	width: 5px;
}

.jspHorizontalBar .jspTrack,.jspHorizontalBar .jspDrag {
	float: left;
	height: 100%;
}

.jspArrow {
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled {
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow {
	height: 16px;
}

.jspHorizontalBar .jspArrow {
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus {
	outline: none;
}

.jspCorner {
	background: #eeeef4;
	float: left;
	height: 100%;
}



/*------ Testimonials ------------*/

.testimonial-container{

}

.testimonial-container h2{
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	margin-right: 15px;
	padding: 5px 0;

}
.testimonials-details{
	font-family:  Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 12px;
	color: @color-light;
}
.testimonial-img{
	max-width: 10%;
	height: auto;
	float: left;
	margin-right: 2%;
}

.testimonial-container blockquote{
	float: left;
	max-width: 80%;
	border-left-width: 2px;
}

.testimonial-container .double-line{
	border-top: 3px solid @color-lines;
	margin-bottom: 15px;
}

/*-----Social Share Icons------*/

.social-share {
    clear: both;
    margin-top: 20px;
}
.ps-content .social-share{
	margin-top: 6px;
}
/*.ps-content .ps-share{
	margin-top: 15px;
}*/
.social-share ul{
	margin-left: 0;
	display: inline-block;
}


/*.share-item{
	width: 24px;
	height: 24px;
	background-size: 24px 24px;
	cursor: pointer;
}*/
/*.share-item:hover{
	background-color: @color-sec2;
	.border-radius(3px);
}*/
.share-title, .post-tag-title{
	display: inline-block;
	margin-top: -8px;
	vertical-align: middle;
	text-transform: uppercase;
	font-size: 11px;
	margin-right: 5px;
}
.share-title{
	border-right: 1px dotted #ccc;
	padding-right: 7px;
	margin-right: 7px;
}
.post-tag-title{
	margin-top: 0;
}

.ps-share {
  margin-top:0;
  height: 24px;
}
.share-item{
	display:inline-block;
	overflow: hidden;
	margin-right: 7px;
	width: 16px;
	height: 16px;
	background-image: url(images/px_sprites.png);
	background-size: 528px 16px;
	background-repeat: no-repeat;
	cursor: pointer;
	.opacity(0.5);
}
.post .social-share{
	margin-top: 0;
}
.post .social-share + .clear{
	display: none;
}
.share-item:hover{
	.opacity(0.8);
}
.share-fb{
	background-position: -448px 0;
	position: relative;
	top: 0px;
}

.share-tw{
	background-position: -480px 0;
}

.share-gp{
	background-position: -416px 0;
}

.share-pn{
	background-position: -512px 0;
}

/*----404 page not found -----*/

#not-found h1{
	font-size: 120px;
	color: @color-light;
	text-align: center;
	font-weight: bold;

}

#not-found h2{
	font-size: 16px;
	text-align: center;

}

/* Latest Post Loader Widget*/

.lp-wrapper{
	padding: 8px 0;
	border-bottom: 1px dotted @color-light;

}
.lp-wrapper img{
	margin-right: 10px;
}
.lp-wrapper .img-frame{
	padding: 3px;
}
.lp-title{
	line-height: 1.5em;
	vertical-align: middle;
	display: block;
}
.lp-title a{
	color: @color-dark;
}
.lp-title a:hover{
	color: @color-link;
}
.lp-post-info a{
	color: @color-light;
	text-transform: capitalize;
	font-size: 11px;
}
/*.lp-post-info a:before{
	content: "";
}*/

/* Recent Comments*/
.recentcomments{
/*	color: @color-midle;*/
}
.sidebar-box .recentcomments a{

	color: @color-midle;
}
/* Portfolio Post Loader Widget*/

.portfolio-items-widget{
	padding-top: 7px;
	overflow: hidden;
}
.portfolio-items-widget li{
	width: 31.2%;
	float: left;
	margin-right: 3.2%;
	padding-bottom: 10px;
}

.portfolio-items-widget li:nth-of-type(3n){
	margin-right: 0;
}
.portfolio-items-widget img{
	max-width: 100%;
	width: 100%;
	.box-sizing;
}

/* ------------------------------  END Widgets and Page Templates  -------------------------------- */




/* ------------------------------  6. Others  -------------------------------- */

/* ------------ ICON FONTS CSS -------------*/

.no-caps {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-transform: lowercase;
	font-size: @font-size - 2%;
}

/* Icons PG-Items Sprites */


.pg-icon, .post-type-icon{
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url(images/px_sprites.png);
	background-size: 528px 16px;
	background-repeat: no-repeat;
	margin-left: 4px;
	margin-bottom: -2px;
}
.post-type-icon{
	margin-left: 0;
	.opacity(0.6);
}

.icon-link {
	background-position: -288px 0;
}
.lightbox-icon, .icon-camera{
	background-position: 0 0;
}
.icon-document, .standard-icon {
	background-position: -192px 0;
}
 .smallslider-icon, .fullslider-icon  {
	background-position: 0 -32px;
}
.video-icon {
	background-position: -128px 0;
}
.fullvideo-icon, .smallvideo-icon{
	background-position: -128px 0;
}
.fullslider-icon,.smallslider-icon{
	background-position: -64px 0;
}
.custom-icon{
	background-position: -288px 0;
}
/*LightBox Theme Design*/
div.pp_overlay{
	position: fixed;
}
div.pp_default .pp_top{
	height: 0;
}
div.pp_default .pp_content_container .pp_left,
div.pp_default .pp_content_container .pp_right, 
div.pp_default .pp_bottom .pp_left, 
div.pp_default .pp_bottom .pp_middle, 
div.pp_default .pp_bottom .pp_right, 
div.pp_default .pp_top .pp_left, 
div.pp_default .pp_top .pp_middle, 
div.pp_default .pp_top .pp_right{
	background: none;
}
div.pp_default .pp_nav{
	margin-left: 7px;
	margin-right: 7px;
	padding-right: 7px;
	width: auto;
	border-right: 1px dotted @color-light;
	height: 17px;
}

div.pp_default a.pp_arrow_previous{
	background: url(images/prettyPhoto/pexeto/sprite.png) -33px -3px no-repeat;
	height: 20px;
	margin-top: 0;
	width: 12px;
}

div.pp_default a.pp_arrow_next{
	background: url(images/prettyPhoto/pexeto/sprite.png) no-repeat;
	background-position: -88px -3px;
	height: 20px;
	margin-top: 0;
	width: 12px;
}

div.pp_default .pp_nav .currentTextHolder{
	position: static;
	left: 0;
	top: 0;
	padding: 0 2px;
	line-height: 19px;
	font-family: helvetica,Arial;
	font-style: normal;
	letter-spacing: 1px;
}



div.pp_default .pp_close {
	background: url(images/prettyPhoto/pexeto/sprite.png) 0 -4px no-repeat;
	cursor: pointer;
	height: 17px;
	width: 20px;
	border-left: 1px dotted @color-light;
}
div.pp_default .pp_overlay{
	opacity: 0.9 !important;
}




div.pp_default .pp_next {
	background: url(images/prettyPhoto/pexeto/sprite_next.png) center right no-repeat;
	cursor: pointer;
	background-position:97% 50%;
}
div.pp_default .pp_next:hover {
	background: url(images/prettyPhoto/pexeto/sprite_next.png) center right no-repeat;
	background-position:97% 50%;

}
div.pp_default .pp_previous {
	background: url(images/prettyPhoto/pexeto/sprite_prev.png) center left no-repeat;
	cursor: pointer;
	background-position:3% 50%;

}
div.pp_default .pp_previous:hover {
	background: url(images/prettyPhoto/pexeto/sprite_prev.png) center left no-repeat;
	cursor: pointer;
	background-position:3% 50%;
}

div.pp_default .pp_expand {
	background: url(images/prettyPhoto/pexeto/sprite.png) 0 -29px no-repeat;
	cursor: pointer;
	height: 28px;
	width: 28px;
}
div.pp_default .pp_expand:hover{
	background: url(images/prettyPhoto/pexeto/sprite.png) 0 -56px no-repeat;
	cursor: pointer;
}
div.pp_default .pp_contract{
	background: url(images/prettyPhoto/pexeto/sprite.png) 0 -84px no-repeat;
	cursor: pointer;
	height: 28px;
	width: 28px;
}
div.pp_default .pp_contract:hover{
	background:url(images/prettyPhoto/pexeto/sprite.png) 0 -113px no-repeat;
	cursor:pointer;
}
div.pp_default a.pp_expand,div.pp_default  a.pp_contract{
	top: 5px;
	right: 30px;
}

div.pp_default .pp_close{
	margin-right: 10px;
	margin-top: 0;
}

div.pp_default .pp_social {
	margin-top: 0;
	margin-left: 10px;
}

div.pp_default .pp_description{
	margin: 3px 50px 0 10px;
}
div.pp_default .pp_nav {
	margin: 0;
	margin-left: 10px;
	margin-right: 10px;
}
div.pp_default .pp_content_container .pp_details{
	margin: 0 0;
}
div.pp_default .pp_content_container .pp_details{
	margin-top: 9px;
}

/*END LightBox Theme Design*/

/* ------------------------------  END Others  -------------------------------- */




/* ------------------------------  7. Responsive and Media Queries  -------------------------------- */


/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; 
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; 
}

/* Make sure videos and embeds fit their containers */

.video-wrap{
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.video-wrap iframe,  
.video-wrap object,  
.video-wrap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/*------------- Media Queries ----------------*/



@media screen and (max-width: 800px) {

/* COLUMNS - Changing From 4 column to 2 Column */

.cols-4 .col {
	width: 48.4%;
}
/*.cols-4 .col:nth-of-type(4n) {
	margin-right: 3.2%;
	clear: none;
}*/
.cols-4 .col:nth-of-type(2n) {
	margin-right: 0;
	clear: right;
}
/* COLUMNS - Changing From 5 column to 3 Column */
.cols-5 .col {
	width: 31.2%;
}
.cols-5 .col:nth-of-type(5n) {
	margin-right: 3.2%;
	clear: none;
}
.cols-5 .col:nth-of-type(3n) {
	margin-right: 0;
	clear: right;
}

/* Portfolio Slider change from t2 columns to full-width layout */

.ps-images, .ps-video, .ps-content{
	width: 100%;
	float: none;
}
.ps-wrapper{
	height: auto !important;
}

/* Hide Elemnts for small-screen devices */
#social-profiles, #navigation-container {
	display: none;
}
.footer-bottom #social-profiles {
	display: block;
	float: none;
}
.footer-bottom .social-icons {
	text-align: center;
	margin-bottom: 10px;
}
.footer-bottom .social-icons ul{
	margin-left: 0;
	text-align: center;
}
.footer-bottom .social-icons li{
	float: none;
	display: inline-block;
}
.footer-nav, .copyrights {
	float: none;
	text-align: center;
	display: block;
	margin: 10px auto;
	line-height: 1em;
}
.footer-nav ul{
	margin-left: 0;
	li{margin-left: 0;}
}
.page-wrapper{
	margin-top: 15px;
}
.cs-title {
	font-size: 28px;
}


/*------ Mobile Navigation --------*/


.mobile-nav{
	display: block;
	float: right;
	cursor: pointer;
	margin:  @site-padding-v + 6 @site-padding;
	margin-right: 0px;
}
.mob-nav-btn{
	height: 15px;
	display: block;
	background: url(images/mob-nav-icon.png) no-repeat;
	background-size: 20px 15px;
	padding-left: 27px;
	line-height: 1.2em;
}
.mob-nav-menu{
	display: block;
}
.mob-nav-menu{
	background: @color-sec2;
}
.mob-nav-menu ul{
	margin-left: 0;
	}
.mob-nav-menu ul li a{
	border-bottom: 1px dotted @color-light;
	padding: 10px 3%;
	display: block;
}
.mob-nav-menu ul ul li a{
	padding-left:5%;
}

.pg-cat-filter ul{
	display: none;
}
.pg-filter-btn{
	display: block;
	width: 80%;
	cursor: pointer;
	padding: 10px 0;
	span{
		padding-left: 20px;
		margin-left: 10px;
		height: 15px;
		display: block;
		background: url(images/mob-nav-icon.png) no-repeat;
		background-size: 14px;
		background-position: left center;
		line-height: 1.2em;
	}
}
.pg-cat-filter li:after {
	content: none;
}
.pg-cat-filter{
	max-width: 100%;
	padding: 0;
	padding: 0 20px 0 0;
	display: inline-block;
	position: relative;
	.border-radius(5px);
}
.pg-cat-filter ul {
	padding: 0;
	position: absolute;
	z-index: 1000;
	background: @color-sec2;
	min-width: 250px;
	padding:0 5px;
}
.pg-cat-filter ul li{
	display: list-item;
	padding: 7px 0;
	border-top: 1px dotted @color-light;
	a{
		font-size: 12px;
		line-height: 1.7em;
		padding-left: 10px;
		cursor: pointer;
	}
}
.pg-cat-filter ul li:first-child{
	border-top: 0;
}
.pg-cat-filter .pg-loading{
	position: absolute;
	top: 0px;
	right: -30px;
}
.ts-pointer{right: -4px}

.services-box{
	background-color: @color-sec2;
	.border-radius(5px);
}

/*END of max-width: 800px*/
}






@media screen and (max-width: 600px) {

/* COLUMNS - Changing 4 column and 3 column to 2 column*/

	/* change grid4 to 2-column */
	.cols-4 .col {
		width: 48.4%;
	}
	.cols-4 .col:nth-of-type(3n) {
		margin-right: 3.2%;
		clear: none;
	}
	.cols-4 .col:nth-of-type(2n) {
		margin-right: 0;
		clear: right;
	}
	/* change grid5 to 2-column */
	.cols-5 .col {
		width: 48.4%;
	}
	.cols-5 .col:nth-of-type(3n) {
		margin-right: 3.2%;
		clear: none;
	}
	.cols-5 .col:nth-of-type(2n) {
		margin-right: 0;
		clear: right;
	}
	/* change grid3 to 2-column */
	.cols-3 .col {
		width: 48.4%;
	}
	.cols-3 .col:nth-of-type(3n) {
		margin-right: 3.2%;
		clear: none;
	}
	.cols-3 .col:nth-of-type(2n) {
		margin-right: 0;
		clear: right;
	}

#sidebar {
	float: none;
	width: 100%;
	max-width: 100%;
	margin-top: @site-padding-v;
}
#content {
	float: none;
	width: 100%;
	max-width: 100%;
}

/*Footer CTA section */
.footer-cta-first{
	width: 100%;

	text-align: center;

} 
.footer-cta-first h5{
	border-right: 0;
	width: 100%;
	line-height: 2em;
	padding-right: 0;
	margin-left: 0;
} 

.footer-cta-disc
{
	width: auto;
	text-align: center;
}
.footer-cta-button{
	width: 100%;
	margin-top: 10px;
}
.content-slider .col{
	width: 100%;
	margin-bottom: 30px;
}
.cs-content-right img{
	width: 100%;
}
.ts-thumbnail-container .selected .ts-pointer{
	display: none;
}
.ts-thumbnail-container .selected img{
.opacity(0.4);
}
.ts-desc {
	font-size: 12px;
}
.small-title{
	text-align: center;
	margin: 0;
	margin-bottom: 15px;
}
.small-title span{
	border-left: 0;
	text-align: center;
	padding-left: 0;
	margin-left: 0;
	text-align: center;
	display: block;
}
.services-title-box h1, .services-title-box{
	text-align: center;
}
.services-title-box h1{margin-top: 0;}
.pc-header .small-title {
	text-align: left;
}
.footer-box:first-child .title{
	margin-right: -7%;
}
/*END of max-width: 600px */
}




@media screen and (max-width: 400px) {

/* COLUMNS - Making all columns Fullwidth */

	.col {
		width: 100% !important;
		margin-right: 0 !important;
		clear: none !important;
	}
}

/*---------- Retina Display ------------*/

/*Retina Display Logo*/

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {

#logo-container {
	float: left;
	margin:  @site-padding-v @site-padding;
	margin-left: 0;
}
#logo-container a {
	background: url(images/logo@2x.png) no-repeat;
	background-size: @logo-width  @logo-height;
}
.arrow-prev{
		background: url(images/arrow-small-p@2x.png);
		background-size: 12px  20px;
}

.arrow-next{
	background: url(images/arrow-small-n@2x.png);
	background-size: 12px  20px;
}


}

/* ------------------------------  END Responsive and Media Queries  -------------------------------- */

/* ------------------------------  8. Updates  -------------------------------- */

/*---- Version 1.0.3-----*/

img.alignright {
    margin: 5px 0 15px 15px;
}

img.alignnone {
    margin: 5px 15px 15px 0;
    display: block;
}

img.alignleft {
    margin: 5px 15px 15px 0;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption.alignnone {
    margin: 5px 15px 15px 0;
}

.wp-caption.alignleft {
    margin: 5px 15px 15px 0;
}

.wp-caption.alignright {
    margin: 5px 0 15px 15px;
}
.wp-caption.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}