/*
Theme Name: Sl 3.0
 */


/* =Global CSS
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, h7, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
    list-style: none;
}

body {
	background-color: #f5f5f5;
}

#main {
	padding: 0 0 0 180px; /* 218*/
}

/* Text */
body,
input,
textarea {
	color: #111;
	font-family: 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.825;
}

a {
    color: #507d9c;
    text-decoration: none;
    
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	-o-transition: all ease .5s;
	-ms-transition: all ease .5s;
}

a:hover {
    color: #111;
    
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	-o-transition: all ease .5s;
	-ms-transition: all ease .5s;
}

p {
    margin: 0 0 24px 0;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

p:empty {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	font-style: normal;
	text-rendering: optimizeLegibility;
	margin-bottom: 14px;
	clear: both;
}

h1 {
	font-size: 49px;
	line-height: 1.1;
}

h2 {
	font-size: 37px;
	line-height: 1.1;
}

h3 {
    color: #111;
	font-size: 27px;
	line-height: 1;
}

h4 {
	font-size: 23px;
	line-height: 1;
}

h5 {
    color: #666;
	font-size: 20px;
    line-height: 1;
}

h6 {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
    line-height: 1.1;
    letter-spacing: 1px;
}

h7 {
	font-size: 20px;
    line-height: 1;
    
    color: #999;
	font-weight: 300;
	margin-bottom: 14px;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
	font-size: 60%;
	color: #999;
}

.subheader {
	color: #999;
	font-weight: 300;
	margin-bottom: 14px;
}

/* Images */
.entry-content img,
.comment-content img,
.widget img,
.post-thumbnail img {
	max-width: 100%;
	height: auto;
}

.post-thumbnail noimage {
	max-width: 363px;
	max-height: 281px;
}

/* Borders */
hr {
	background-color: #ccc;
	border: none;
	height: 1px;
	margin-bottom: 20px;
    clear: both;
}

.to-top {
	clear: both;
	font-size: 12px;
	color: #999;
}


/* =Header
----------------------------------------------- */
#header-wrapper {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 150;
	width: 120px; /*158*/
	background: #fff;
	padding: 30px;
	border-right: 1px solid #ccc;
    
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

#site-title-custom {
	margin: 0px 0px 0px 0px;
}


/* =Menu
-------------------------------------------------------------- */
#access ul li {
	display: block;
}

#access ul a {
	/*border-bottom: 1px solid transparent;*/
}

#access ul li a:hover,
#access ul li.sfHover > a,
#access ul .current-menu-item > a,
#access ul .current_page_item > a {
    color: #000;
}

#access .sf-arrows .sf-with-ul:after {
	font-size: 11px;
	margin-left: 5px;
	-webkit-font-smoothing: antialiased;
	content: "+";
}

#access ul li li a {
    margin-left: 15px;
}


/* =Menu for mobile devises
-------------------------------------------------------------- */
#access-mobile {
	position: relative;
	z-index: 150;
	display: none;
}

#mega-menu-dropdown {
	cursor: pointer;
	display: none;
    width: 70px;
	float: right;
}

#mega-menu-dropdown span {
    position: absolute;
    top: 15px;
    right: 30px;
	text-transform: uppercase;
}

#access-mobile ul {
	margin: 0 auto;
	display: none;
	padding: 0 30px 0px 30px;
	background: #444;
}

#access-mobile ul ul {
	display: block;
	margin: 0;
	padding: 0 0 0 14px;
    border-top: dotted 1px #555;
}

#access-mobile li li a {
}

#access-mobile li li:first-of-type {
	padding: 0;
}

#access-mobile li {
	border-top: solid 1px #666;
	display: block;
}

#access-mobile li:first-of-type {
	border: none;
	padding: 20px 0 0;
}

#access-mobile li:last-of-type {
	padding: 0 0 20px;
}

#access-mobile li a {
	color: #ccc;
	line-height: 40px;
	font-size: 14px;
}

#access-mobile ul li a:hover,
#access-mobile ul li.sfHover > a,
#access-mobile .current-menu-item > a,
#access-mobile .current_page_item > a {
	color: #fff;
}


/* =Site Foot
-------------------------------------------------------------- */
#site-generator-wrapper {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

#site-generator {
	padding: 0 30px 0 30px;
}

#site-generator p {
    font-size: 9px;
}
/* Social Accounts */
#social-accounts {
	float: left;
	width: 100%;
}

#site-generator .social {
    font-size: 20px;
	margin-right: 6px;
}

#site-generator .social:last-of-type {
	margin-right: 0;
}

.social-icon {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot');
	src:url('fonts/icomoon.eot?#iefix') format('embedded-opentype'),
		url('fonts/icomoon.svg#icomoon') format('svg'),
		url('fonts/icomoon.woff') format('woff'),
		url('fonts/icomoon.ttf') format('truetype');

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.social-icon:before {
	font-family: 'icomoon';
	content: attr(data-icon);
	speak: none;
}

#facebook:before {
	content: "\e00f";
}
#twitter:before {
	content: "\e007";
}
#gplus:before {
	content: "\e021";
}
#dribbble:before {
	content: "\e002";
}
#foursquare:before {
	content: "\e00b";
}
#linkedin:before {
	content: "\e008";
}
#pinterest:before {
	content: "\e00c";
}
#tumblr:before {
	content: "\e014";
}
#soundcloud:before {
	content: "\e005";
}
#vimeo:before {
	content: "\e011";
}
#flickr:before {
	content: "\e006";
}
#forrst:before {
	content: "\e013";
}
#instagram:before {
	content: "\e004";
}
#lastfm:before {
	content: "\e003";
}
#feed:before {
	content: "\e016";
}
#stumbleupon:before {
	content: "\e017";
}
.icon-search:before {
	content: "\e017";
}
#px:before {
	content: "\e000";
	font-size: 19px;
}
#youtube:before {
	content: "\e001";
}
#behance:before {
	content: "\e01e";
}
#vk:before {
	content: "\e01f";
}


/* =Page-Portfolio-home (Home Blockwall)
-------------------------------------------------------------- */
.page-template-page-portfolio-home-php #primary {
	width: 100%;
    height: 100%;
    overflow: hidden;
}

/* =Page-virtual-gallery (Gallery Blockwall)
-------------------------------------------------------------- */
.page-template-page-virtual-gallery-php #primary {
	width: 100%;
    height: 100%;
    overflow: hidden;
}

/* =Page-Portfolio (Masters Blockwall)
-------------------------------------------------------------- */
.page-template-page-portfolio-php #primary {
	width: 100%;
    height: 100%;
    overflow: hidden;
}

.page-template-page-portfolio-php .Compdiv_Wrapper{
    display: none;
}


/* =Page-Portfolio-News and Monday (News Blockwall) 
-------------------------------------------------------------- */
.page-template-page-portfolio-monday-php #primary,
.page-template-page-portfolio-news-php #primary {
	width: 100%;
    height: 100%;
    overflow: hidden;
}

.page-template-page-portfolio-monday-php .Compdiv_Wrapper,
.page-template-page-portfolio-news-php .Compdiv_Wrapper {
    display: none;
}


/* =Grid Blockwall
-------------------------------------------------------------- */
.related-projects-wrapper {
    position: relative;
	top: 30px;
    padding-bottom: 20px;
}

#block-portfolio {
    width: 100.4%;
}

#block-banner .hentry {
	float: left;
	position: relative;
	width: 100%;
}

#block-portfolio .hentry {
	float: left;
	position: relative;
	width: 20%;
}

.related-projects .hentry{
	float: left;
	position: relative;
	width: 31.3%;
    margin: 0 3% 3% 0;  
}

.related-projects .hentry:nth-of-type(3n+0) { 
    width: 31.3%;
    margin: 0 0 3% 0;  
}

#block-banner .hentry img,
.related-projects .hentry img,
#block-portfolio .hentry img {
    display: block;
	width: 100%;
}

#block-banner .entry-header,
#block-portfolio .entry-header {
	display: block;
	margin: 0 30px 0 30px;
}

#block-banner .entry-header h6 {
	font-size: 36px;
}

.related-projects .entry-header {
	display: block;
    text-align: center;
	margin: 0 10px 0 10px;
}

#block-banner .entry-excerpt {
    color: #fff;
    font-size: 13px;
    line-height: 18px;
	margin: 0px 30px 0 30px;
}

#block-portfolio .entry-excerpt {
    font-size: 11px;
	margin: -10px 30px 0 30px;
}

#block-banner .entry-category,
#block-portfolio .entry-category {
    font-size: 11px;
	text-transform: uppercase;
	position: absolute;
	bottom: 30px;
	left: 30px;
}

#block-banner .entry-category,
#block-portfolio .entry-excerpt,
#block-portfolio .entry-category {
    display: none;
}

.portfolio-view-wrapper {
	position: absolute;
	top: 0;
	left: 0;
    width: 100%;
	height: 100%;
	opacity: 0;
    color: #fff;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
}

.portfolio-view {
	position: absolute;
	width: 100%;
	height: 100%;
	display: table;
	background-color: rgba(0,0,0,.7);
}

.portfolio-view-content {
	display: table-cell;
	vertical-align: middle;
    padding: 10px 0 0 0;
}

.post-thumbnail:hover  .portfolio-view-wrapper {
	opacity: 1;
    
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
}


/* =Etiqueta Grid
-------------------------------------------------------------- */
.Compdiv_Wrapper_Title,
.Compdiv_Wrapper{
	display:block;
	float:left;
	position:absolute;
	left:0px;
	bottom:0px;
	overflow:hidden;
	width:90%;
	height:100px;
}

.photo_credit {
	position:absolute;
	right:30px;
	bottom:10px;
	overflow:hidden;
    text-transform: uppercase;
    font-size: 9px;
    color: #f5f5f5;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;    
    z-index: 1;
}

.Compdiv_Title {
	position:absolute;
	bottom: 10px;
	left:0px;
	padding-left:180px;
	width: auto;
	color:#fff;
    
	-webkit-transition: all ease 1s;
	-moz-transition: all ease 1s;
	-o-transition: all ease 1s;
	-ms-transition: all ease 1s
}

.Compdiv_Title h6 {
    font-size: 36px;
}

.Compdiv {
	display:block;
	float:left;
	left:0px;
	bottom:20px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:10px;
	padding-left:30px;
	position:absolute;
	width: auto;
	font-size:14px;
	color:#fff;
	background: rgba(0,0,0, .95);
    
	-webkit-transition: all ease .7s;
	-moz-transition: all ease .7s;
	-o-transition: all ease .7s;
	-ms-transition: all ease .7s
}

.post-thumbnail:hover .Compdiv {
	left:-300px;
    
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	-o-transition: all ease .5s;
	-ms-transition: all ease .5s;
}

.post-thumbnail:hover .Compdiv_Title {
	left:-1200px;
    
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	-o-transition: all ease .5s;
	-ms-transition: all ease .5s;
}


/* =single-portfolio
-------------------------------------------------------------- */
.single-gallery #primary,
.single-portfolio #primary {
	margin: 30px 30px 0px 30px;
	padding: 0px 0px 50px 0px;
    max-width: 900px;
    overflow: auto;
    overflow-x: hidden;
}
.single-gallery .portfolio-media {
    margin: 0 0 20px 0;
}
.single-portfolio .portfolio-media {
    margin: 0 0 20px 0;
}

/*Portfolio detalle de master*/
.portfolio-meta {
    padding: 20px 0 20px 0;
    overflow: hidden;
}

.portfolio-details li {
	font-size: 11px;
	text-transform: uppercase;
	float: left;
	margin-right: 15px;
	border-right: 1px dashed #ccc;
	padding-right: 15px;
}

.portfolio-details li:last-of-type {
	border: none;
}

.portfolio-details strong {
	display: block;
}

.portfolio-details em {
	color: #666;
	display: block;
}


/* =Attachments Page
-------------------------------------------------------------- */
.attachments-content {
	margin: 30px 30px 0px 30px;
	padding: 0px 0px 50px 0px;
	max-width: 900px;
    overflow: auto;
    overflow-x: hidden;
}


/*Attachments Navigation*/
.nav-backto {
	margin: 20px 0 20px 0;
}


/* =page-404
-------------------------------------------------------------- */
.error404 #primary {
	margin: 30px 30px 0px 30px;
	padding: 0px 0px 50px 0px;
	max-width: 900px;
    overflow: auto;
    overflow-x: hidden;
}

.error404 .entry-title {
	font-size: 120px;
	font-weight: 400;
	line-height: 1.0em;

}


/* =page-full-width (Full Width template name)
-------------------------------------------------------------- */
.page-template-page-full-width-php #primary {
	margin: 30px 30px 0px 30px;
	padding: 0px 0px 50px 0px;
	max-width: 900px;
    overflow: auto;
    overflow-x: hidden;
}


/* =page-full-width-gallery (Full Width Gallery template name)
-------------------------------------------------------------- */
.page-template-page-full-width-gallery-php #primary {
	margin: 30px 30px 0px 30px;
	padding: 0px 0px 50px 0px;
	max-width: 900px;
    overflow: auto;
    overflow-x: hidden;
}


/* =page mp_product (Single product)
-------------------------------------------------------------- */
#main_Product {
	padding: 0 0 0 218px;
}

#main_Product {
	max-width: 900px;
	margin: 0px 30px 0px 30px;
    overflow: auto;
    overflow-x: hidden;
}

#main_Product #primary {
    width: 70%;
	float: left;
	padding: 0px 3.3% 50px 0px;
}

#main_Product #secondary {
    width: 23.2%;
    float: left;
	padding: 30px 0px 50px 3.3%;
}

#main_Product .footerEnd {
    height: 5px;
    padding-top: 5px;
	border-bottom: 1px solid #ccc;

}


/* =page (Default template name)
-------------------------------------------------------------- */
.page-template-default #main {
	max-width: 900px;
	margin: 0px 30px 0px 30px;
    overflow: auto;
    overflow-x: hidden;
}

.page-template-default #primary {
    width: 70%;
	float: left;
	padding: 30px 3.3% 50px 0px;
}

#line {
    position: fixed;
    left: 872px; /*910*/
    height: 100%;
    top: 0px;
	border-right: 1px solid #ccc;
}

.page-template-default #secondary {
    width: 23.2%;
    float: left;
	padding: 30px 0px 50px 3.3%;
}

.page-template-page-full-width-php footer.entry-meta,
.page-template-default footer.entry-meta {
	display: none;
}


/* =Blog, Search, Archive, Category
-------------------------------------------------------------- */
.single-post #main,
.archive #main,
.search #main,
.blog #main {
	max-width: 900px;
	margin: 0px 30px 0px 30px;
    overflow: auto;
    overflow-x: hidden;
}

.single-post #primary,
.archive #primary,
.search #primary,
.blog #primary {
    width: 70%;
	float: left;
	padding: 30px 3.3% 50px 0px;
}

.single-post #primary .fluid-video,
.archive #primary .fluid-video,
.search #primary .fluid-video,
.blog #primary .fluid-video {
    max-width: 630px;
}

.single-post #secondary,
.archive #secondary,
.search #secondary,
.blog #secondary {
    width: 23.2%;
    float: left;
	padding: 30px 0px 50px 3.3%;
}

.single-post .page-title,
.archive .page-title,
.blog .page-title,
.single-post .entry-title-lead,
.archive .entry-title-lead,
.search .entry-title-lead,
.blog .entry-title-lead {
    display: none;
}

.entry-title,
.entry-title a,
.single-post .entry-title,
.archive .entry-title,
.search .entry-title,
.blog .entry-title {
    color: #111;
}

footer.entry-meta .sep,
.entry-meta .sep {
	padding: 0 5px 0 5px;
}

.author {
    display: none;
}

.archive footer.entry-meta,
.search footer.entry-meta,
.blog footer.entry-meta,
.single-post footer.entry-meta,
.entry-meta {
    font-size: 11px;
    text-transform: uppercase;
}

.tag-content {
    font-size: 11px;
    text-transform: uppercase; 
    
    margin: 0 0 5px 0;
    padding: 0 0 10px 0;
	clear: both;
    border-bottom: 1px dashed #ccc;
}

.tag-content i {
    color: #507d9c;
}


.archive footer.entry-meta,
.search footer.entry-meta,
.blog footer.entry-meta {
    margin: 0 0 30px 0;
    padding: 0 0 10px 0;
	clear: both;
	border-bottom: 1px solid #ccc;
}

.single-post footer.entry-meta {
    padding: 0 0 10px 0;
	clear: both;
	border-bottom: 1px solid #ccc;
}

.entry-header .entry-meta {
    margin: 20px 0 10px 0;
}

.entry-meta p {
	display: inline;
}


/* =Facebook and iframes
----------------------------------------------- */
.miMarco{
    margin: 0 0 0 -10px;
    padding: 20px 0 20px 0;
    border:none;
    height: 258px; 
    width:108%;
    
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;    
}

.FaceLike iframe{
    position:relative;
    top: 0px; /*20*/
    float: left;
    overflow: hidden;
    height: 20px !important;
    width: 52px !important;
    border: none;
    
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.FaceLikePost iframe{
    position:relative;
    top: 7px;
    float: none;
    overflow: hidden;
    height: 20px !important;
    width: 52px !important;
    border: none;
    
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}


/* =Navigations Bars
-------------------------------------------------------------- */
.archive #nav-single-top,
.search #nav-single-top,
.blog #nav-single-top {
    display: none;
}

#nav-top {
    height: 30px;
    padding-top: 5px;
	border-bottom: 1px solid #ccc;
    margin: 0 0 20px 0;
}

#nav-single-top {
    height: 30px;
    padding-top: 5px;
	border-bottom: 1px solid #ccc;
    margin: 0 0 20px 0;
}

#nav-single {
    height: 50px;
    padding-top: 25px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.single-post #content #nav-single {
	border-top: none;
}

.nav-previous {
	float: left;
}

.nav-next {
	float: right;
}
.single-gallery #nav-single .nav-previous,
.single-portfolio #nav-single .nav-previous {
	float: right;
}
.single-gallery #nav-single .nav-next,
.single-portfolio #nav-single .nav-next {
	float: left;
}

.nav-previous a,
.nav-next a,
.nav-back a {
	color: #666;
}

.nav-back a:hover,
.nav-previous a:hover,
.nav-next a:hover {
	color: #111;
}

#content nav i {
    position: relative;
    top: -10px;
	font-size: 49px;
	vertical-align: -25px;
}

#nav-single-top .icon-chevron-right,
#nav-single-top .icon-chevron-left {
    position: relative;
    top: -22px;
	font-size: 20px;
	vertical-align: -25px;
}

#nav-top .icon-chevron-right,
#nav-top .icon-chevron-left {
    position: relative;
    top: -22px;
	font-size: 20px;
	vertical-align: -25px;
}

.assistive-text {
	display: none;
}


/* =Navigation with pagination
-------------------------------------------------------------- */

#content #nav-pagination {
	clear: both;
	overflow: hidden;
    margin: 20px 20px 20px 20px;
    padding: 20px 0 0 0;
}

#nav-pagination .icon-chevron-right,
#nav-pagination .icon-chevron-left {
    position: relative;
    top: -22px;
	font-size: 20px;
	vertical-align: -25px;
}

#content #nav-pagination .assistive-text {
	display: block;
}

.dots,
#content #nav-pagination a,
#content #nav-pagination  span.current {
 	padding: 5px;
	color: #666;
}

#content #nav-pagination a:hover {
    color: #111;
}

#content #nav-pagination span.current {
	background: #507d9c;
	color: #fff;
	font-weight: bold;
}


/* =Password protected post and data
-------------------------------------------------------------- */
.protected,
.nopassword,
.nocomments {
    color: Red !important;
	text-transform: uppercase;
	font-weight: bold;
}


/* =Froms and Inputs
-------------------------------------------------------------- */
input[type=file] {
	width: 99.2%;
    clear: both;
    height: 30px;    
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
}

input[type=text],
input[type=password],
input[type=email],
input[type=number],
textarea {
	background: #fff;
	border: 1px solid #ccc;
	color: #666;
	padding: 3px 3px 6px 3px;
	width: 98%;
	border-radius: 0px;
    clear: both;
    height: 20px;    
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
}

/*Different height for message, bio, and comment field*/
#comment, 
.wpcf7-form-control.wpcf7-textarea {
    height: 100px;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
textarea:focus {
	border: 1px solid #ccc;
	color: #111;
}

/*Search Form*/
#searchform {
	position: relative;
    margin: 0 0 20px 0;
}

input#s {
	width: 83.4%;
	font-size: 20px;
    line-height: 20px;
    font-weight: 700;
	height: 26px;
	padding: 3px 0px 6px 26px;
	border: none;
	box-shadow: none;
	background: transparent;
}

label[for=s] {
	position: absolute;
	top: -2px;
	left: 0px;
}

label[for=s]:before {
	font-family: 'icomoon';
    color: #666;
    font-size: 21px;
	content: attr(data-icon);
	content: "\e018";
}

input#searchsubmit {
	display: none;
}

/* Contact */ 
div.wpcf7-mail-sent-ng,
div.wpcf7-spam-blocked,
.wpcf7-validation-errors,
.wpcf7-mail-sent-ok {
    width: 145px;
    float: left;
    position: relative;
    left: -5px;
    background-color: #666;
    border: 10px solid #666 !important;
    font-size: 10px;
    color: #fff;
}

div.wpcf7-mail-sent-ng:after,
div.wpcf7-spam-blocked:after,
.wpcf7-validation-errors:after,
.wpcf7-mail-sent-ok:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 15px 15px;
    border-color: #666 transparent;
    display: block;
    width: 0;
    z-index: 1;
    top: -20px;
    left: 10px;
}

/* Contact Required and Comments Required Profile required*/
.capt {
    position: relative;
    top: 5px;
}

span.required,
.Sign,
.wpcf7 .Sign {
	color: #666;
	font-size: 22px;
	font-weight: bold;
	line-height: 15px;
}

span.wpcf7-not-valid-tip,
.description{
 	color: #666 !important;
	font-size: 9px;   
}


/* =Froms BTNS
-------------------------------------------------------------- */
input[type="submit"],
.protected-post-form input[type="submit"],
.wpcf7-submit,
#respond input#submit {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
    text-transform: uppercase;
  	padding: 6px 14px;
	border: none;
	background-color: #111;
	cursor: pointer;


	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
}

input[type="submit"]:hover,
.protected-post-form input[type="submit"]:hover,
.wpcf7-submit:hover,
#respond input#submit:hover {
	background-color: #666;
    
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
}

.protected-post-form input[type="submit"]{
    margin: 20px 0 20px 0;
}


/* =Comments
----------------------------------------------- */
#comments,
#respond {
    width: 100%;
}

#comments {
	padding: 20px 0 0 0;
	float: left;
}

.commentlist {
	margin: 20px 0 20px 0;
}

.comment-author, 
.comment-author a {
	font-size: 11px;
    color: #666;
    margin: 0 0 10px 0;
	text-transform: uppercase;
}

.comment-content {
    border-bottom: 1px dashed #ccc;
	margin: 0 0 20px 0px;
    padding: 0 0 20px 0px;
}

.comment-content .sep {
    display: none;
}

.comment-content p:last-child {
	margin: 0;
}

#respond .comment-notes,
#respond .logged-in-as {
	font-size: 11px;
    color: #666;
    margin: 0 0 10px 0;
	text-transform: uppercase;
}

.comment-edit-link,
#respond .form-allowed-tags,
#respond .form-allowed-tags code,
.commentlist img.avatar,
.comment-reply-link {
    display: none;
}


/* =Widgets
----------------------------------------------- */
.widget {
	clear: both;
	width: 100%;
	float: left;
	border-bottom: 1px solid #ccc;
}

.widget:last-child {
	border: none;
}

.widget-title {
    padding: 20px 0 0 0;
}

.widget ul {
    padding: 0 0 20px 0;
}

.widget img {
	margin: 0 0 0 0;
	display: block;
	-webkit-backface-visibility: hidden;
}


/* =jQuery UI Accordion
-------------------------------------------------------------- */
.ui-accordion {
    width: 100%;

    margin: 0 0 20px 0;
    border-bottom: 1px dashed #ccc;
}

.ui-accordion .ui-accordion-header{
    padding: 13px 0 0 0;
    cursor: pointer;
}

.ui-accordion .ui-accordion-content {
    padding: 0 0 13px 0;
}

.framed .ui-state-default,
.framed .ui-widget-content .ui-state-default {
    border-top: 1px dashed #ccc;
}


/* =Buttons
-------------------------------------------------------------- */
.button {
    display: inline-block;
    margin: 0 10px 10px 0;
    font-weight: 700;
    color: #fff;
    background-color: #111;
    text-transform: uppercase;
}


.button:hover {
    background-color: #666;
    color: #fff;
}

.small {
    font-size: 13px;
    padding: 3px 10px 2px;
}

.medium {
    font-size: 14px;
    padding: 5px 14px;
}

.large {
    font-size: 16px;
    padding: 5px 14px;
}

.blue {
    background-color: #507d9c;
}


/* =Colums
-------------------------------------------------------------- */
.one-half,
.one-third,
.two-third,
.one-fourth,
.three-fourth {
    margin-right: 3%;
    margin-bottom: 10px;
    float: left;
}

@-moz-document url-prefix() {
    .one-half,
    .one-third,
    .two-third,
    .one-fourth,
    .three-fourth {
        margin-right: 2.9%;
        float: left;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .one-half,
    .one-third,
    .two-third,
    .one-fourth,
    .three-fourth {
        margin-right: 2.9%;
        float: left;
    }
}

.column-last {
    margin-right: 0;
    clear: right;
}


.one-half {
    width: 48.5%;
}


.two-column .one-half {
    width: 48.5%;
}

.one-third {
    width: 31.339%;
}

.two-column .one-third {
    width: 31.339%;
}

.two-third {
    width: 65.67%;
}

.two-column .two-third {
    width: 65.67%;
}

.one-fourth {
    width: 22.75%;
}

.two-column .one-fourth {
    width: 22.75%;
}

.three-fourth {
    width: 74.2%;
}

.two-column .three-fourth {
    width: 74.2%;
}


/* =Person Data
-------------------------------------------------------------- */
.person-img-wrapper {
    position: relative;
}

.person-img {
    margin: 0 0 10px 0;
}

.person-title {
    margin: -15px 0 20px 0;
}

.person-desc ul {
    padding: 8px 0 20px 0;
    border-top: 1px dashed #ccc;
}

.person-desc li {
    font-size: 10px;
    display: inline-block;
}

.person-desc li:after {
	content: '/';
	margin:  0 7px 0 5px;
}

.person-desc li:last-child:after {
    display: block;
	content: '';
	margin:  0 7px 0 5px;
}

.person-desc li:first-child {
	margin: 0 0 0 0;
}

.person-desc .social-icon img {
    display: inline-block;
}


/* =List
-------------------------------------------------------------- */
.entry-content,
.entry-content ul,
.entry-content ul li {
    list-style-type: disc;
    list-style-position: inside;
}

.entry-content ol,
.entry-content ol li {
    list-style-type: decimal;
    list-style-position: inside;
}

.entry-content ul li:last-child {
    margin-bottom: 20px;
}

.entry-content ol li:last-child {
    margin-bottom: 20px;
}


/* =Quotes
-------------------------------------------------------------- */
.entry-content blockquote,
.format-quote blockquote {
	font-size: 27px;
	font-style: italic;
	font-family: Georgia, "Bitstream Charter", serif;
    line-height: 25px;
}

.entry-content blockquote p:before,
.entry-content q:before,
.format-quote blockquote p:before,
.format-quote q:before {
	content: "\201C";
}

.entry-content blockquote p:after,
.entry-content q:after,
.format-quote blockquote p:after,
.format-quote q:after {
	content: "\201D";
}

.entry-content blockquote p:before,
.entry-content q:before,
.entry-content blockquote p:after,
.entry-content q:after,
.format-quote blockquote p:before,
.format-quote q:before,
.format-quote blockquote p:after,
.format-quote q:after {
    font-size: 57px;
	font-family: Georgia, "Bitstream Charter", serif;
	position: relative;
	top: 20px;
    line-height: 0px;
    color: #666;
}

.entry-content blockquote p:before,
.entry-content q:before,
.format-quote blockquote p:before,
.format-quote q:before {
	padding-right: 7px;
}

.entry-content blockquote p:after,
.entry-content q:after,
.format-quote blockquote p:after,
.format-quote q:after {
	padding-left: 5px;
}

.entry-content .quote-meta,
.format-quote .quote-meta {
	color: #666;
    margin: -10px 0 0 0;
}


/* =Wordpress gallery
----------------------------------------------- */
.gallery .gallery-item {
	float: left;
	text-align: left;
}

.gallery-columns-2 .gallery-item { 
    width: 48.75%; 
    margin: 0 2.5% 2.5% 0;
}

.gallery-columns-2 .gallery-item:nth-of-type(2n+0) { 
    width: 48.75%; 
    margin: 0 0 2.5% 0;
}

.gallery-columns-3 .gallery-item { 
    width: 31.65%; 
    margin: 0 2.5% 2.5% 0;
}

.gallery-columns-3 .gallery-item:nth-of-type(3n+0) { 
    width: 31.65%; 
    margin: 0 0 2.5% 0;
}

.gallery-columns-4 .gallery-item { 
    width: 23.12%; 
    margin: 0 2.5% 2.5% 0;
}

.gallery-columns-4 .gallery-item:nth-of-type(4n+0) { 
    width: 23.12%; 
    margin: 0 0 2.5% 0;
}

.gallery-columns-5 .gallery-item { 
    width: 18%; 
    margin: 0 2.5% 2.5% 0;
}

.gallery-columns-5 .gallery-item:nth-of-type(5n+0) { 
    width: 18%; 
    margin: 0 0 2.5% 0;
}

.gallery img {
    width: 100%;
 	opacity: 1;
      
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
}

.gallery img:hover {
	opacity: .5;

	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
    
}

.gallery dt {
    display: block;
}

.gallery .gallery-caption,
.gallery dl, .gallery dt { 
    margin: 0 0 0 0; 
}

.gallery br+br { 
    display: none; 
}


/*
    SCROLL TOP
    ------------------------------------------------------------------------------------------------------- */


.back-top {
	width:25px;
	height:25px;
	position:fixed;
	bottom:35px;
	right:35px;
	display:none;
	cursor:pointer;
    z-index: 100;
    background-color: #507d9c;
    border: 2px solid #f5f5f5;
    text-align: center;  
    font-size: 34px;
    color: #f5f5f5;

    -webkit-border-radius: 19px;
    border-radius: 19px; 
    
	-webkit-transition: color 0.5s ease;
	-moz-transition: color 0.5s ease;
	-o-transition: color 0.5s ease;
	transition: color 0.5s ease;
	-ms-transition: color 0.5s ease;  
}

.back-top i {
    font-size: 18px;
    position: relative;
    top: -24px;
}

.back-top:hover {
    color: #111;  
    
	-webkit-transition: color 0.5s ease;
	-moz-transition: color 0.5s ease;
	-o-transition: color 0.5s ease;
	transition: color 0.5s ease;
	-ms-transition: color 0.5s ease;
}


/*----------------------------------------------------------------------------------------------MEDIA ---------------------------------------------------------------------------------------------- */


/* =All the media style
-------------------------------------------------------------- */
@media only screen and (max-width: 1700px) {
    #block-portfolio .hentry {
	    width: 25%;
    }
}

@media only screen and (max-width: 1224px) {
    #block-portfolio .hentry {
        width: 33.33%;
    }

    .Compdiv_Title {
	    bottom: 14px;
    }

    .Compdiv_Title h6 {
        font-size: 30px;
    }
}

@media only screen and (max-width: 1155px) { /*1193px*/
    #line {
        left: 76.5%; /*77.4*/
    }
}

@media only screen and (max-width: 1037px) {
    #line {
        left: 76.7%; /*77.7*/
    }
}

@media only screen and (max-width: 960px) {
    #main {
	    padding: 0 0 0 0px;
    }

	#header-wrapper {
		position: relative;
		width: auto;
		padding: 20px 30px;
        height: 65px;
        border-right: none;
        border-bottom: 1px solid #ccc;
	}
    
    #access-mobile {
        display: block;
    }

    #mega-menu-dropdown {
        display: block;
    }

	#access {
		display: none;
	}

	#site-title-custom img {
		width: 63px;
	}

	#site-generator-wrapper {
		display: none;
	}

    #line {
        left: 71.5%;
    }

}


@media (max-width: 700px) {
    #block-portfolio .hentry {
	    width: 50%;
    }


    #block-banner .entry-header h6 {
	    font-size: 26px;
    }

    .related-projects .entry-header {
        display: none;
    }

    .Compdiv_Wrapper_Title{
        display: none;
    }

    .page-template-default #primary {
        width: 100%;
	    padding: 30px 0px 30px 0px;
    }

    .page-template-default #secondary {
	    padding: 0px 0px 50px 0px;
        width: 100%;
    }

    .portfolio-details li {
        width: 100%;
	    clear: both;
	    margin: 0 0 5px 0;
	    border-right: none;
	    border-bottom: 1px dashed #ccc;
    }

    .FaceLike iframe{
        top: 5px;
    }

    .single-post #primary,
    .archive #primary,
    .search #primary,
    .blog #primary {
        width: 100%;
	    padding: 30px 0px 30px 0px;
    }

    .single-post #secondary,
    .archive #secondary,
    .search #secondary,
    .blog #secondary {
	    padding: 0px 0px 50px 0px;
        width: 100%;
    }

    #page .column {
        width: 100%;
    }

    .ui-accordion .ui-accordion-header{
        font-size: 15px;
    }

    #line {
        display: none;
    }
}

@media (max-width: 479px) {
    .photo_credit {
        display: none;
    }

    #block-banner .hentry {
	    float: left;
	    position: relative;
	    width: 138%;
    }

    #block-banner .entry-header {
	    margin: 0 35% 0 30px;
    }

    #block-banner .entry-header h6 {
	    font-size: 16px;
    }

    #block-banner .entry-excerpt {
        display: none;
    }
    
    #block-portfolio .hentry {
	    width: 100%;
    }

	#header-wrapper {
		padding: 20px 20px;
	}
   
    #mega-menu-dropdown span {
        right: 20px;
    }
    .error404 #main #primary,
    .page-template-page-full-width-gallery-php  #main #primary,
	.page-template-page-full-width-php #main #primary {
	    margin: 20px 20px 0px 20px;
	}
    .single-gallery #primary, 
    .single-portfolio #primary {
	    margin: 20px 20px 0px 20px;
    }

    .attachments-content {
	    margin: 20px 20px 0px 20px;
    }

    .page-template-default #main {
	    margin: 0px 20px 0px 20px;
    }

    .page-template-default #primary {
	    padding: 20px 0px 30px 0px;
    }

    .single-post #main,
    .archive #main,
    .search #main,
    .blog #main {
	    margin: 0px 20px 0px 20px;
    }

    .single-post #primary,
    .archive #primary,
    .search #primary,
    .blog #primary {
	    padding: 20px 0px 30px 0px;
    }

    .single-post #primary h1,
    .archive #primary h1,
    .search #primary h1,
    .blog #primary h1 {
	    font-size: 40px;
    }

    input[type=text],
    input[type=password],
    input[type=email],
    input[type=number],
    textarea {
	    width: 95%;
    }

    body,
    input,
    textarea {
	    font-size: 12px;
    }

    #access-mobile ul {
	    margin: 0 auto;
	    display: none;
	    padding: 0 20px 0px 20px;
	    background: #444;
    }
}

/*---------------------------------------------------------------------------------------------- CUTOM FONTS ---------------------------------------------------------------------------------------------- */


/* =IcoMoon Icon Fonts
----------------------------------------------- */
@font-face {
  	font-family: 'icomoon';
	src:url('fonts/icomoon/icomoon.eot');
	src:url('fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'),
		url('fonts/icomoon/icomoon.svg#icomoon') format('svg'),
		url('fonts/icomoon/icomoon.woff') format('woff'),
		url('fonts/icomoon/icomoon.ttf') format('truetype');
}

/*!
 *  Font Awesome 3.1.0
 *  the iconic font designed for Bootstrap
 *  -------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation
 *  can be found at: http://fontawesome.io
 *
 *  License
 *  -------------------------------------------------------
 *  - The Font Awesome font is licensed under the SIL Open Font License v1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under the MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 License -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"

 *  Contact
 *  -------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/fortaweso_me
 *  Work: Lead Product Designer @ http://kyruus.com
 */@font-face{font-family:'FontAwesome';src:url('fonts/font_awesome/fontawesome-webfont.eot?v=3.1.0');src:url('fonts/font_awesome/fontawesome-webfont.eot?#iefix&v=3.1.0') format('embedded-opentype'),url('fonts/font_awesome/fontawesome-webfont.woff?v=3.1.0') format('woff'),url('fonts/font_awesome/fontawesome-webfont.ttf?v=3.1.0') format('truetype'),url('fonts/font_awesome/fontawesome-webfont.svg#fontawesomeregular?v=3.1.0') format('svg');font-weight:normal;font-style:normal}[class^="icon-"],[class*=" icon-"]{font-family:FontAwesome;font-weight:normal;font-style:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased;*margin-right:.3em}[class^="icon-"]:before,[class*=" icon-"]:before{text-decoration:inherit;display:inline-block;speak:none}.icon-large:before{vertical-align:-10%;font-size:1.3333333333333333em}a [class^="icon-"],a [class*=" icon-"],a [class^="icon-"]:before,a [class*=" icon-"]:before{display:inline}[class^="icon-"].icon-fixed-width,[class*=" icon-"].icon-fixed-width{display:inline-block;width:1.2857142857142858em;text-align:center}[class^="icon-"].icon-fixed-width.icon-large,[class*=" icon-"].icon-fixed-width.icon-large{width:1.5714285714285714em}ul.icons-ul{list-style-type:none;text-indent:-0.7142857142857143em;margin-left:2.142857142857143em}ul.icons-ul>li .icon-li{width:.7142857142857143em;display:inline-block;text-align:center}[class^="icon-"].hide,[class*=" icon-"].hide{display:none}.icon-muted{color:#eee}.icon-light{color:#fff}.icon-dark{color:#333}.icon-border{border:solid 1px #eee;padding:.2em .25em .15em;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.icon-2x{font-size:2em}.icon-2x.icon-border{border-width:2px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.icon-3x{font-size:3em}.icon-3x.icon-border{border-width:3px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.icon-4x{font-size:4em}.icon-4x.icon-border{border-width:4px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}.icon-5x{font-size:5em}.icon-5x.icon-border{border-width:5px;-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px}.pull-right{float:right}.pull-left{float:left}[class^="icon-"].pull-left,[class*=" icon-"].pull-left{margin-right:.3em}[class^="icon-"].pull-right,[class*=" icon-"].pull-right{margin-left:.3em}[class^="icon-"],[class*=" icon-"]{display:inline;width:auto;height:auto;line-height:normal;vertical-align:baseline;background-image:none;background-position:0 0;background-repeat:repeat;margin-top:0}.icon-white,.nav-pills>.active>a>[class^="icon-"],.nav-pills>.active>a>[class*=" icon-"],.nav-list>.active>a>[class^="icon-"],.nav-list>.active>a>[class*=" icon-"],.navbar-inverse .nav>.active>a>[class^="icon-"],.navbar-inverse .nav>.active>a>[class*=" icon-"],.dropdown-menu>li>a:hover>[class^="icon-"],.dropdown-menu>li>a:hover>[class*=" icon-"],.dropdown-menu>.active>a>[class^="icon-"],.dropdown-menu>.active>a>[class*=" icon-"],.dropdown-submenu:hover>a>[class^="icon-"],.dropdown-submenu:hover>a>[class*=" icon-"]{background-image:none}.btn [class^="icon-"].icon-large,.nav [class^="icon-"].icon-large,.btn [class*=" icon-"].icon-large,.nav [class*=" icon-"].icon-large{line-height:.9em}.btn [class^="icon-"].icon-spin,.nav [class^="icon-"].icon-spin,.btn [class*=" icon-"].icon-spin,.nav [class*=" icon-"].icon-spin{display:inline-block}.nav-tabs [class^="icon-"],.nav-pills [class^="icon-"],.nav-tabs [class*=" icon-"],.nav-pills [class*=" icon-"],.nav-tabs [class^="icon-"].icon-large,.nav-pills [class^="icon-"].icon-large,.nav-tabs [class*=" icon-"].icon-large,.nav-pills [class*=" icon-"].icon-large{line-height:.9em}.btn [class^="icon-"].pull-left.icon-2x,.btn [class*=" icon-"].pull-left.icon-2x,.btn [class^="icon-"].pull-right.icon-2x,.btn [class*=" icon-"].pull-right.icon-2x{margin-top:.18em}.btn [class^="icon-"].icon-spin.icon-large,.btn [class*=" icon-"].icon-spin.icon-large{line-height:.8em}.btn.btn-small [class^="icon-"].pull-left.icon-2x,.btn.btn-small [class*=" icon-"].pull-left.icon-2x,.btn.btn-small [class^="icon-"].pull-right.icon-2x,.btn.btn-small [class*=" icon-"].pull-right.icon-2x{margin-top:.25em}.btn.btn-large [class^="icon-"],.btn.btn-large [class*=" icon-"]{margin-top:0}.btn.btn-large [class^="icon-"].pull-left.icon-2x,.btn.btn-large [class*=" icon-"].pull-left.icon-2x,.btn.btn-large [class^="icon-"].pull-right.icon-2x,.btn.btn-large [class*=" icon-"].pull-right.icon-2x{margin-top:.05em}.btn.btn-large [class^="icon-"].pull-left.icon-2x,.btn.btn-large [class*=" icon-"].pull-left.icon-2x{margin-right:.2em}.btn.btn-large [class^="icon-"].pull-right.icon-2x,.btn.btn-large [class*=" icon-"].pull-right.icon-2x{margin-left:.2em}.icon-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:-35%}.icon-stack [class^="icon-"],.icon-stack [class*=" icon-"]{display:block;text-align:center;position:absolute;width:100%;height:100%;font-size:1em;line-height:inherit;*line-height:2em}.icon-stack .icon-stack-base{font-size:2em;*line-height:1em}.icon-spin{display:inline-block;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0deg)}100%{-o-transform:rotate(359deg)}}@-ms-keyframes spin{0%{-ms-transform:rotate(0deg)}100%{-ms-transform:rotate(359deg)}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}.icon-rotate-90:before{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1)}.icon-rotate-180:before{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2)}.icon-rotate-270:before{-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3)}.icon-flip-horizontal:before{-webkit-transform:scale(-1,1);-moz-transform:scale(-1,1);-ms-transform:scale(-1,1);-o-transform:scale(-1,1);transform:scale(-1,1)}.icon-flip-vertical:before{-webkit-transform:scale(1,-1);-moz-transform:scale(1,-1);-ms-transform:scale(1,-1);-o-transform:scale(1,-1);transform:scale(1,-1)}.icon-glass:before{content:"\f000"}.icon-music:before{content:"\f001"}.icon-search:before{content:"\f002"}.icon-envelope:before{content:"\f003"}.icon-heart:before{content:"\f004"}.icon-star:before{content:"\f005"}.icon-star-empty:before{content:"\f006"}.icon-user:before{content:"\f007"}.icon-film:before{content:"\f008"}.icon-th-large:before{content:"\f009"}.icon-th:before{content:"\f00a"}.icon-th-list:before{content:"\f00b"}.icon-ok:before{content:"\f00c"}.icon-remove:before{content:"\f00d"}.icon-zoom-in:before{content:"\f00e"}.icon-zoom-out:before{content:"\f010"}.icon-off:before{content:"\f011"}.icon-signal:before{content:"\f012"}.icon-cog:before{content:"\f013"}.icon-trash:before{content:"\f014"}.icon-home:before{content:"\f015"}.icon-file:before{content:"\f016"}.icon-time:before{content:"\f017"}.icon-road:before{content:"\f018"}.icon-download-alt:before{content:"\f019"}.icon-download:before{content:"\f01a"}.icon-upload:before{content:"\f01b"}.icon-inbox:before{content:"\f01c"}.icon-play-circle:before{content:"\f01d"}.icon-repeat:before,.icon-rotate-right:before{content:"\f01e"}.icon-refresh:before{content:"\f021"}.icon-list-alt:before{content:"\f022"}.icon-lock:before{content:"\f023"}.icon-flag:before{content:"\f024"}.icon-headphones:before{content:"\f025"}.icon-volume-off:before{content:"\f026"}.icon-volume-down:before{content:"\f027"}.icon-volume-up:before{content:"\f028"}.icon-qrcode:before{content:"\f029"}.icon-barcode:before{content:"\f02a"}.icon-tag:before{content:"\f02b"}.icon-tags:before{content:"\f02c"}.icon-book:before{content:"\f02d"}.icon-bookmark:before{content:"\f02e"}.icon-print:before{content:"\f02f"}.icon-camera:before{content:"\f030"}.icon-font:before{content:"\f031"}.icon-bold:before{content:"\f032"}.icon-italic:before{content:"\f033"}.icon-text-height:before{content:"\f034"}.icon-text-width:before{content:"\f035"}.icon-align-left:before{content:"\f036"}.icon-align-center:before{content:"\f037"}.icon-align-right:before{content:"\f038"}.icon-align-justify:before{content:"\f039"}.icon-list:before{content:"\f03a"}.icon-indent-left:before{content:"\f03b"}.icon-indent-right:before{content:"\f03c"}.icon-facetime-video:before{content:"\f03d"}.icon-picture:before{content:"\f03e"}.icon-pencil:before{content:"\f040"}.icon-map-marker:before{content:"\f041"}.icon-adjust:before{content:"\f042"}.icon-tint:before{content:"\f043"}.icon-edit:before{content:"\f044"}.icon-share:before{content:"\f045"}.icon-check:before{content:"\f046"}.icon-move:before{content:"\f047"}.icon-step-backward:before{content:"\f048"}.icon-fast-backward:before{content:"\f049"}.icon-backward:before{content:"\f04a"}.icon-play:before{content:"\f04b"}.icon-pause:before{content:"\f04c"}.icon-stop:before{content:"\f04d"}.icon-forward:before{content:"\f04e"}.icon-fast-forward:before{content:"\f050"}.icon-step-forward:before{content:"\f051"}.icon-eject:before{content:"\f052"}.icon-chevron-left:before{content:"\f053"}.icon-chevron-right:before{content:"\f054"}.icon-plus-sign:before{content:"\f055"}.icon-minus-sign:before{content:"\f056"}.icon-remove-sign:before{content:"\f057"}.icon-ok-sign:before{content:"\f058"}.icon-question-sign:before{content:"\f059"}.icon-info-sign:before{content:"\f05a"}.icon-screenshot:before{content:"\f05b"}.icon-remove-circle:before{content:"\f05c"}.icon-ok-circle:before{content:"\f05d"}.icon-ban-circle:before{content:"\f05e"}.icon-arrow-left:before{content:"\f060"}.icon-arrow-right:before{content:"\f061"}.icon-arrow-up:before{content:"\f062"}.icon-arrow-down:before{content:"\f063"}.icon-share-alt:before,.icon-mail-forward:before{content:"\f064"}.icon-resize-full:before{content:"\f065"}.icon-resize-small:before{content:"\f066"}.icon-plus:before{content:"\f067"}.icon-minus:before{content:"\f068"}.icon-asterisk:before{content:"\f069"}.icon-exclamation-sign:before{content:"\f06a"}.icon-gift:before{content:"\f06b"}.icon-leaf:before{content:"\f06c"}.icon-fire:before{content:"\f06d"}.icon-eye-open:before{content:"\f06e"}.icon-eye-close:before{content:"\f070"}.icon-warning-sign:before{content:"\f071"}.icon-plane:before{content:"\f072"}.icon-calendar:before{content:"\f073"}.icon-random:before{content:"\f074"}.icon-comment:before{content:"\f075"}.icon-magnet:before{content:"\f076"}.icon-chevron-up:before{content:"\f077"}.icon-chevron-down:before{content:"\f078"}.icon-retweet:before{content:"\f079"}.icon-shopping-cart:before{content:"\f07a"}.icon-folder-close:before{content:"\f07b"}.icon-folder-open:before{content:"\f07c"}.icon-resize-vertical:before{content:"\f07d"}.icon-resize-horizontal:before{content:"\f07e"}.icon-bar-chart:before{content:"\f080"}.icon-twitter-sign:before{content:"\f081"}.icon-facebook-sign:before{content:"\f082"}.icon-camera-retro:before{content:"\f083"}.icon-key:before{content:"\f084"}.icon-cogs:before{content:"\f085"}.icon-comments:before{content:"\f086"}.icon-thumbs-up:before{content:"\f087"}.icon-thumbs-down:before{content:"\f088"}.icon-star-half:before{content:"\f089"}.icon-heart-empty:before{content:"\f08a"}.icon-signout:before{content:"\f08b"}.icon-linkedin-sign:before{content:"\f08c"}.icon-pushpin:before{content:"\f08d"}.icon-external-link:before{content:"\f08e"}.icon-signin:before{content:"\f090"}.icon-trophy:before{content:"\f091"}.icon-github-sign:before{content:"\f092"}.icon-upload-alt:before{content:"\f093"}.icon-lemon:before{content:"\f094"}.icon-phone:before{content:"\f095"}.icon-check-empty:before{content:"\f096"}.icon-bookmark-empty:before{content:"\f097"}.icon-phone-sign:before{content:"\f098"}.icon-twitter:before{content:"\f099"}.icon-facebook:before{content:"\f09a"}.icon-github:before{content:"\f09b"}.icon-unlock:before{content:"\f09c"}.icon-credit-card:before{content:"\f09d"}.icon-rss:before{content:"\f09e"}.icon-hdd:before{content:"\f0a0"}.icon-bullhorn:before{content:"\f0a1"}.icon-bell:before{content:"\f0a2"}.icon-certificate:before{content:"\f0a3"}.icon-hand-right:before{content:"\f0a4"}.icon-hand-left:before{content:"\f0a5"}.icon-hand-up:before{content:"\f0a6"}.icon-hand-down:before{content:"\f0a7"}.icon-circle-arrow-left:before{content:"\f0a8"}.icon-circle-arrow-right:before{content:"\f0a9"}.icon-circle-arrow-up:before{content:"\f0aa"}.icon-circle-arrow-down:before{content:"\f0ab"}.icon-globe:before{content:"\f0ac"}.icon-wrench:before{content:"\f0ad"}.icon-tasks:before{content:"\f0ae"}.icon-filter:before{content:"\f0b0"}.icon-briefcase:before{content:"\f0b1"}.icon-fullscreen:before{content:"\f0b2"}.icon-group:before{content:"\f0c0"}.icon-link:before{content:"\f0c1"}.icon-cloud:before{content:"\f0c2"}.icon-beaker:before{content:"\f0c3"}.icon-cut:before{content:"\f0c4"}.icon-copy:before{content:"\f0c5"}.icon-paper-clip:before{content:"\f0c6"}.icon-save:before{content:"\f0c7"}.icon-sign-blank:before{content:"\f0c8"}.icon-reorder:before{content:"\f0c9"}.icon-list-ul:before{content:"\f0ca"}.icon-list-ol:before{content:"\f0cb"}.icon-strikethrough:before{content:"\f0cc"}.icon-underline:before{content:"\f0cd"}.icon-table:before{content:"\f0ce"}.icon-magic:before{content:"\f0d0"}.icon-truck:before{content:"\f0d1"}.icon-pinterest:before{content:"\f0d2"}.icon-pinterest-sign:before{content:"\f0d3"}.icon-google-plus-sign:before{content:"\f0d4"}.icon-google-plus:before{content:"\f0d5"}.icon-money:before{content:"\f0d6"}.icon-caret-down:before{content:"\f0d7"}.icon-caret-up:before{content:"\f0d8"}.icon-caret-left:before{content:"\f0d9"}.icon-caret-right:before{content:"\f0da"}.icon-columns:before{content:"\f0db"}.icon-sort:before{content:"\f0dc"}.icon-sort-down:before{content:"\f0dd"}.icon-sort-up:before{content:"\f0de"}.icon-envelope-alt:before{content:"\f0e0"}.icon-linkedin:before{content:"\f0e1"}.icon-undo:before,.icon-rotate-left:before{content:"\f0e2"}.icon-legal:before{content:"\f0e3"}.icon-dashboard:before{content:"\f0e4"}.icon-comment-alt:before{content:"\f0e5"}.icon-comments-alt:before{content:"\f0e6"}.icon-bolt:before{content:"\f0e7"}.icon-sitemap:before{content:"\f0e8"}.icon-umbrella:before{content:"\f0e9"}.icon-paste:before{content:"\f0ea"}.icon-lightbulb:before{content:"\f0eb"}.icon-exchange:before{content:"\f0ec"}.icon-cloud-download:before{content:"\f0ed"}.icon-cloud-upload:before{content:"\f0ee"}.icon-user-md:before{content:"\f0f0"}.icon-stethoscope:before{content:"\f0f1"}.icon-suitcase:before{content:"\f0f2"}.icon-bell-alt:before{content:"\f0f3"}.icon-coffee:before{content:"\f0f4"}.icon-food:before{content:"\f0f5"}.icon-file-alt:before{content:"\f0f6"}.icon-building:before{content:"\f0f7"}.icon-hospital:before{content:"\f0f8"}.icon-ambulance:before{content:"\f0f9"}.icon-medkit:before{content:"\f0fa"}.icon-fighter-jet:before{content:"\f0fb"}.icon-beer:before{content:"\f0fc"}.icon-h-sign:before{content:"\f0fd"}.icon-plus-sign-alt:before{content:"\f0fe"}.icon-double-angle-left:before{content:"\f100"}.icon-double-angle-right:before{content:"\f101"}.icon-double-angle-up:before{content:"\f102"}.icon-double-angle-down:before{content:"\f103"}.icon-angle-left:before{content:"\f104"}.icon-angle-right:before{content:"\f105"}.icon-angle-up:before{content:"\f106"}.icon-angle-down:before{content:"\f107"}.icon-desktop:before{content:"\f108"}.icon-laptop:before{content:"\f109"}.icon-tablet:before{content:"\f10a"}.icon-mobile-phone:before{content:"\f10b"}.icon-circle-blank:before{content:"\f10c"}.icon-quote-left:before{content:"\f10d"}.icon-quote-right:before{content:"\f10e"}.icon-spinner:before{content:"\f110"}.icon-circle:before{content:"\f111"}.icon-reply:before,.icon-mail-reply:before{content:"\f112"}.icon-folder-close-alt:before{content:"\f114"}.icon-folder-open-alt:before{content:"\f115"}.icon-expand-alt:before{content:"\f116"}.icon-collapse-alt:before{content:"\f117"}.icon-smile:before{content:"\f118"}.icon-frown:before{content:"\f119"}.icon-meh:before{content:"\f11a"}.icon-gamepad:before{content:"\f11b"}.icon-keyboard:before{content:"\f11c"}.icon-flag-alt:before{content:"\f11d"}.icon-flag-checkered:before{content:"\f11e"}.icon-terminal:before{content:"\f120"}.icon-code:before{content:"\f121"}.icon-reply-all:before{content:"\f122"}.icon-mail-reply-all:before{content:"\f122"}.icon-star-half-full:before,.icon-star-half-empty:before{content:"\f123"}.icon-location-arrow:before{content:"\f124"}.icon-crop:before{content:"\f125"}.icon-code-fork:before{content:"\f126"}.icon-unlink:before{content:"\f127"}.icon-question:before{content:"\f128"}.icon-info:before{content:"\f129"}.icon-exclamation:before{content:"\f12a"}.icon-superscript:before{content:"\f12b"}.icon-subscript:before{content:"\f12c"}.icon-eraser:before{content:"\f12d"}.icon-puzzle-piece:before{content:"\f12e"}.icon-microphone:before{content:"\f130"}.icon-microphone-off:before{content:"\f131"}.icon-shield:before{content:"\f132"}.icon-calendar-empty:before{content:"\f133"}.icon-fire-extinguisher:before{content:"\f134"}.icon-rocket:before{content:"\f135"}.icon-maxcdn:before{content:"\f136"}.icon-chevron-sign-left:before{content:"\f137"}.icon-chevron-sign-right:before{content:"\f138"}.icon-chevron-sign-up:before{content:"\f139"}.icon-chevron-sign-down:before{content:"\f13a"}.icon-html5:before{content:"\f13b"}.icon-css3:before{content:"\f13c"}.icon-anchor:before{content:"\f13d"}.icon-unlock-alt:before{content:"\f13e"}.icon-bullseye:before{content:"\f140"}.icon-ellipsis-horizontal:before{content:"\f141"}.icon-ellipsis-vertical:before{content:"\f142"}.icon-rss-sign:before{content:"\f143"}.icon-play-sign:before{content:"\f144"}.icon-ticket:before{content:"\f145"}.icon-minus-sign-alt:before{content:"\f146"}.icon-check-minus:before{content:"\f147"}.icon-level-up:before{content:"\f148"}.icon-level-down:before{content:"\f149"}.icon-check-sign:before{content:"\f14a"}.icon-edit-sign:before{content:"\f14b"}.icon-external-link-sign:before{content:"\f14c"}.icon-share-sign:before{content:"\f14d"}


/* =Fontello Icon Fonts
----------------------------------------------- */
@font-face {
  font-family: 'fontello';
  src: url('fonts/fontello/fontello.eot?85697578');
  src: url('fonts/fontello/fontello.eot?85697578#iefix') format('embedded-opentype'),
       url('fonts/fontello/fontello.woff?85697578') format('woff'),
       url('fonts/fontello/fontello.ttf?85697578') format('truetype'),
       url('fonts/fontello/fontello.svg?85697578#fontello') format('svg');
}
 
 [class^="fontello-"]:before, [class*=" fontello-"]:before {
  font-family: "fontello";
  speak: none;
  display: inline-block;
  width: 1em;
  margin-right: .2em;
  margin-left: .2em;
}
 
.fontello-plus-squared:before { content: '\229e'; } /* '⊞' */
.fontello-pencil:before { content: '\270e'; } /* '✎' */
.fontello-tag:before { content: '\e70c'; } /* '' */
.fontello-comment:before { content: '\e718'; } /* '' */


/*---------------------------------------------------------------------------------------------- TRABAJAR MAS ---------------------------------------------------------------------------------------------- */


/* jQuery UI Tabs */
.tabs,
.ui-tabs {
    position: relative;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #ccc;
    padding: 0 0 20px 0;
}

.tabs.ui-tabs-nav,
.ui-tabs .ui-tabs-nav {
    margin: 0 0 0 0;
    width: 100%;
    border-bottom: 1px solid #ccc;
    height: 20px;

}

.tabs li,
.ui-tabs .ui-tabs-nav li {
    display: inline-block;
    position: relative;
}

.ui-tabs .ui-tabs-nav .ui-tabs-active {
    border-top: 3px solid #111;
	margin-top: -3px;
}

.tabs li a,
.ui-tabs .ui-tabs-nav li a {
    font-weight: 700;
    padding: 5px 23px;
    display: inline-block;
    height: 31px;

    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-state-processing a {}
.ui-tabs .ui-tabs-nav .ui-tabs-active a {
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background: #f5f5f5;
}

.ui-tabs .ui-tabs-nav li a,
.ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
    cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
    float: left;
    padding: 20px 20px 0 20px;
    width: 100%;
    word-wrap: break-word;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

