/*

Theme Name: CMSS

Theme URI: http://www.creativamotion.com

Author: Ing. Leevan Abon Cepeda

Author URI: mailto:leevan1983@gmail.com

Description: The 2015 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.

Version: 1.0

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready

Text Domain: twentythirteen



This theme, like WordPress, is licensed under the GPL.

Use it to make something cool, have fun, and share what you've learned with others.

*/





/**

 * Table of Contents:

 *

 * 1.0 - Reset

 * 2.0 - Repeatable Patterns

 * ----------------------------------------------------------------------------

 */





/**

 * 1.0 Reset

 *

 * Modified from Normalize.css to provide cross-browser consistency and a smart

 * default styling of HTML elements.

 *

 * @see http://git.io/normalize

 * ----------------------------------------------------------------------------

 */

 /*

 @font-face {

    font-family: 'unc';

    src: url('fonts/unc.eot');

    src: url('fonts/unc.eot') format('embedded-opentype'),

         url('fonts/unc.woff2') format('woff2'),

         url('fonts/unc.woff') format('woff'),

         url('fonts/unc.ttf') format('truetype'),

         url('fonts/unc.svg#unc') format('svg');

}



@font-face {

    font-family: 'uncb';

    src: url('fonts/uncb.eot');

    src: url('fonts/uncb.eot') format('embedded-opentype'),

         url('fonts/uncb.woff2') format('woff2'),

         url('fonts/uncb.woff') format('woff'),

         url('fonts/uncb.ttf') format('truetype'),

         url('fonts/uncb.svg#uncb') format('svg');

}



@font-face {

    font-family: 'uncl';

    src: url('fonts/uncl.eot');

    src: url('fonts/uncl.eot') format('embedded-opentype'),

         url('fonts/uncl.woff2') format('woff2'),

         url('fonts/uncl.woff') format('woff'),

         url('fonts/uncl.ttf') format('truetype'),

         url('fonts/uncl.svg#uncl') format('svg');

}

@font-face {
    font-family: 'RobotoBlack';
    src: url('fonts/RobotoBlack.eot');
    src: url('fonts/RobotoBlack.eot') format('embedded-opentype'),
         url('fonts/RobotoBlack.woff2') format('woff2'),
         url('fonts/RobotoBlack.woff') format('woff'),
         url('fonts/RobotoBlack.ttf') format('truetype'),
         url('fonts/RobotoBlack.svg#RobotoBlack') format('svg');
}

@font-face {
    font-family: 'RobotoRegular';
    src: url('fonts/RobotoRegular.eot');
    src: url('fonts/RobotoRegular.eot') format('embedded-opentype'),
         url('fonts/RobotoRegular.woff2') format('woff2'),
         url('fonts/RobotoRegular.woff') format('woff'),
         url('fonts/RobotoRegular.ttf') format('truetype'),
         url('fonts/RobotoRegular.svg#RobotoRegular') format('svg');
}



* {

	-webkit-box-sizing: border-box;

	-moz-box-sizing:    border-box;

	box-sizing:         border-box;

}
*/


article,

aside,

details,

figcaption,

figure,

footer,

header,

nav,

section,

summary {

	display: block;

}



audio,

canvas,

video {

	display: inline-block;

}



audio:not([controls]) {

	display: none;

	height: 0;

}



[hidden] {

	display: none;

}



html {

	font-size: 100%;

	overflow-y: scroll;

	-webkit-text-size-adjust: 100%;

	-ms-text-size-adjust: 100%;

}



html,

button,

input,

select,

textarea {

	font-family: "Source Sans Pro", Helvetica, sans-serif;

}



body {

	color: #141412;
    line-height: 1.5;
    margin: 0;
    /* background: #cf6a1f; */
    */: ;
    font-size: .80em;
    
    margin: 0px;
    padding: 0px;
    /* color: #696969; */

}



a {

	color: #ca3c08;

	text-decoration: none;

}



a:visited {

	color: #ac0404;

}



a:focus {

	outline: thin dotted;

}



a:active,

a:hover {

	color: #ea9629;

	outline: 0;

}



a:hover {

	text-decoration: underline;

}



h1,

h2,

h3,

h4,

h5,

h6 {

	font-family: Bitter, Georgia, serif;

	line-height: 1.3;

}



h1 {

	font-size: 48px;

	margin: 33px 0;

}



h2 {

	font-size: 30px;

	margin: 25px 0;

}



h3 {

	font-size: 22px;

	margin: 22px 0;

}



h4 {

	font-size: 20px;

	margin: 25px 0;

}



h5 {

	font-size: 18px;

	margin: 30px 0;

}



h6 {

	font-size: 16px;

	margin: 36px 0;

}



address {

	font-style: italic;

	margin: 0 0 24px;

}



abbr[title] {

	border-bottom: 1px dotted;

}



b,

strong {

	font-weight: bold;

}



dfn {

	font-style: italic;

}



mark {

	background: #ff0;

	color: #000;

}



p {

	margin: 0 0 24px;

}



code,

kbd,

pre,

samp {

	font-family: monospace, serif;

	font-size: 14px;

	-webkit-hyphens: none;

	-moz-hyphens:    none;

	-ms-hyphens:     none;

	hyphens:         none;

}



pre {

	background: #f5f5f5;

	color: #666;

	font-family: monospace;

	font-size: 14px;

	margin: 20px 0;

	overflow: auto;

	padding: 20px;

	white-space: pre;

	white-space: pre-wrap;

	word-wrap: break-word;

}



blockquote,

q {

	-webkit-hyphens: none;

	-moz-hyphens:    none;

	-ms-hyphens:     none;

	hyphens:         none;

	quotes: none;

}



blockquote:before,

blockquote:after,

q:before,

q:after {

	content: "";

	content: none;

}



blockquote {

	font-size: 18px;

	font-style: italic;

	font-weight: 300;

	margin: 24px 40px;

}



blockquote blockquote {

	margin-right: 0;

}



blockquote cite,

blockquote small {

	font-size: 14px;

	font-weight: normal;

	text-transform: uppercase;

}



blockquote em,

blockquote i {

	font-style: normal;

	font-weight: 300;

}



blockquote strong,

blockquote b {

	font-weight: 400;

}



small {

	font-size: smaller;

}



sub,

sup {

	font-size: 75%;

	line-height: 0;

	position: relative;

	vertical-align: baseline;

}



sup {

	top: -0.5em;

}



sub {

	bottom: -0.25em;

}



dl {

	margin: 0 20px;

}



dt {

	font-weight: bold;

}



dd {

	margin: 0 0 20px;

}



menu,

ol,

ul {

	margin: 16px 0;

	padding: 0 0 0 40px;

}



ul {

	list-style-type: square;

}



nav ul,

nav ol {

	list-style: none;

	list-style-image: none;

}



li > ul,

li > ol {

	margin: 0;

}



img {

	-ms-interpolation-mode: bicubic;

	border: 0;

	vertical-align: middle;

}



svg:not(:root) {

	overflow: hidden;

}



figure {

	margin: 0;

}



form {

	margin: 0;

}



fieldset {

	border: 1px solid #c0c0c0;

	margin: 0 2px;

	padding: 0.35em 0.625em 0.75em;

}



legend {

	border: 0;

	padding: 0;

	white-space: normal;

}



button,

input,

select,

textarea {

	font-size: 100%;

	margin: 0;

	max-width: 100%;

	vertical-align: baseline;

}



button,

input {

	line-height: normal;

}



button,

html input[type="button"],

input[type="reset"],

input[type="submit"] {

	-webkit-appearance: button;

	cursor: pointer;

}



button[disabled],

input[disabled] {

	cursor: default;

}



input[type="checkbox"],

input[type="radio"] {

	padding: 0;

}



input[type="search"] {

	-webkit-appearance: textfield;

	padding-right: 2px; /* Don't cut off the webkit search cancel button */

	width: 270px;

}



input[type="search"]::-webkit-search-decoration {

	-webkit-appearance: none;

}



button::-moz-focus-inner,

input::-moz-focus-inner {

	border: 0;

	padding: 0;

}



textarea {

	overflow: auto;

	vertical-align: top;

}


table {

    border-spacing: 0
}
td,
th {
    padding: 0
}


input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],

textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    background-color: #fff;
    font-family: inherit;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.75);
    display: block;
    margin: 0 0 1rem 0;
    padding: 0.5rem;
    height: 2.3125rem;
    width: 350px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
    transition: box-shadow 0.45s, border-color 0.45s ease-in-out
}


select {
    -webkit-appearance: none !important;
    -webkit-border-radius: 0px;
    background-color: #fafafa;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
    background-position: 100% center;
    background-repeat: no-repeat;
    border: 1px solid #ccc;
    padding: 0.5rem;
    
    color: rgba(0, 0, 0, 0.75);
    line-height: normal;
    border-radius: 0;
    height: 2.3125rem
}

table {
    background: #fff0;
 
    table-layout: auto;
}

table thead tr th,
table thead tr td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-size: 0.875rem;
    font-weight: bold;
    color: #222
}
table tfoot {
    background: #f5f5f5
}
table tfoot tr th,
table tfoot tr td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-size: 0.875rem;
    font-weight: bold;
    color: #222
}
table tr th,
table tr td {
    padding: 0.5625rem 0.625rem;
    color: #222;
	

    
}
table tr.even,
table tr.alt,
table tr:nth-of-type(even) {
    background: #f9f9f9
}
table thead tr th,
table tfoot tr th,
table tfoot tr td,
table tbody tr th,
table tbody tr td,
table tr td {
    display: table-cell;
  
}


.text-left {
    text-align: left !important
}
.text-right {
    text-align: right !important
}
.text-center {
    text-align: center !important
}
.text-justify {
    text-align: justify !important
}

}



caption,

th,

td {

	font-weight: normal;

	text-align: left;

}



caption {

	font-size: 16px;

	margin: 20px 0;

}



th {

	font-weight: bold;

	text-transform: uppercase;

}



td {

	border-top: 0px solid #ededed;

	padding: 6px 10px 6px 0;

}



del {

	color: #333;

}



ins {

	background: #fff9c0;

	text-decoration: none;

}



hr {

	background: url(images/dotted-line.png) repeat center top;

	background-size: 4px 4px;

	border: 0;

	height: 1px;

	margin: 0 0 24px;

}





/**

 * 2.0 Repeatable Patterns

 * ----------------------------------------------------------------------------

 */



.genericon:before,

.menu-toggle:after,

.featured-post:before,

.date a:before,

.entry-meta .author a:before,

.format-audio .entry-content:before,

.comments-link a:before,

.tags-links a:first-child:before,

.categories-links a:first-child:before,

.edit-link a:before,

.attachment .entry-title:before,

.attachment-meta:before,

.attachment-meta a:before,

.comment-awaiting-moderation:before,

.comment-reply-link:before,

.comment-reply-login:before,

.comment-reply-title small a:before,

.bypostauthor > .comment-body .fn:before,

.error404 .page-title:before {

	-webkit-font-smoothing: antialiased;

	display: inline-block;

	font: normal 16px/1 Genericons;

	vertical-align: text-bottom;

}



/* Clearing floats */

.clear:after,

.attachment .entry-header:after,

.site-footer .widget-area:after,

.entry-content:after,

.page-content:after,

.navigation:after,

.nav-links:after,

.gallery:after,

.comment-form-author:after,

.comment-form-email:after,

.comment-form-url:after,

.comment-body:after {

	clear: both;

}



.clear:before,

.clear:after,

.attachment .entry-header:before,

.attachment .entry-header:after,

.site-footer .widget-area:before,

.site-footer .widget-area:after,

.entry-content:before,

.entry-content:after,

.page-content:before,

.page-content:after,

.navigation:before,

.navigation:after,

.nav-links:before,

.nav-links:after,

.gallery:before,

.gallery:after,

.comment-form-author:before,

.comment-form-author:after,

.comment-form-email:before,

.comment-form-email:after,

.comment-form-url:before,

.comment-form-url:after,

.comment-body:before,

.comment-body:after {

	content: "";

	display: table;

}



/* Assistive text */

.screen-reader-text {

	clip: rect(1px, 1px, 1px, 1px);

	position: absolute !important;

}



.screen-reader-text:focus {

	background-color: #f1f1f1;

	border-radius: 3px;

	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);

	clip: auto !important;

	color: #21759b;

	display: block;

	font-size: 14px;

	font-weight: bold;

	height: auto;

	line-height: normal;

	padding: 15px 23px 14px;

	position: absolute;

	left: 5px;

	top: 5px;

	text-decoration: none;

	width: auto;

	z-index: 100000; /* Above WP toolbar */

}



/* Form fields, general styles first. */

button,

input,

textarea {

	border: 1px solid #d4d0ba;

	font-family: inherit;

	padding: 5px;

}



input,

textarea {

	color: #141412;

}



input:focus,

textarea:focus {

	border: 1px solid #c3c0ab;

	outline: 0;

}



/* Buttons */

button,

input[type="submit"],

input[type="button"],

input[type="reset"] {

	background: #003c72; /* Old browsers */

	background: -webkit-linear-gradient(top, #003c72 0%, #003c72 100%); /* Chrome 10+, Safari 5.1+ */

	background:   linear-gradient(to bottom, #003c72 0%, #003c72 100%); /* W3C */

	border: none;

	border-bottom: 3px solid #003c72;

	border-radius: 2px;

	color: #fff;

	display: inline-block;

	padding: 11px 24px 10px;

	text-decoration: none;

}



button:hover,

button:focus,

input[type="submit"]:hover,

input[type="button"]:hover,

input[type="reset"]:hover,

input[type="submit"]:focus,

input[type="button"]:focus,

input[type="reset"]:focus {

	background: #003c72; /* Old browsers */

	background: -webkit-linear-gradient(top, #003c72 0%, #003c72 100%); /* Chrome 10+, Safari 5.1+ */

	background:   linear-gradient(to bottom, #003c72 0%, #003c72 100%); /* W3C */

	outline: none;

}



button:active,

input[type="submit"]:active,

input[type="button"]:active,

input[type="reset"]:active {

	background: #003c72; /* Old browsers */

	background: -webkit-linear-gradient(top, #003c72 0%, #003c72 100%); /* Chrome 10+, Safari 5.1+ */

	background:   linear-gradient(to bottom, #003c72 0%, #003c72 100%); /* W3C */

	border: none;

	border-top: 3px solid #003c72;

	padding: 10px 24px 11px;

}



.post-password-required input[type="submit"] {

	padding: 7px 24px 4px;

	vertical-align: bottom;

}



.post-password-required input[type="submit"]:active {

	padding: 5px 24px 6px;

}



/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {

	color: #7d7b6d;

}



:-moz-placeholder {

	color: #7d7b6d;

}



::-moz-placeholder {

	color: #7d7b6d;

}



:-ms-input-placeholder {

	color: #7d7b6d;

}



/*

 * Responsive images

 *

 * Fluid images for posts, comments, and widgets

 */

.entry-content img,

.entry-summary img,

.comment-content img,

.widget img,

.wp-caption {

	max-width: 100%;

}



/* Make sure images with WordPress-added height and width attributes are scaled correctly. */

.entry-content img,

.entry-summary img,

.comment-content img[height],

img[class*="align"],

img[class*="wp-image-"],

img[class*="attachment-"] {

	height: auto;

}



img.size-full,

img.size-large,

img.wp-post-image {

	height: auto;

	max-width: 100%;

}



/* Make sure videos and embeds fit their containers. */

embed,

iframe,

object,

video {

	max-width: 100%;

}



/* Override the Twitter embed fixed width. */

.entry-content .twitter-tweet-rendered {

	max-width: 100% !important;

}



/* Images */

.alignleft {

	float: left;

}



.alignright {

	float: right;

}



.aligncenter {

	display: block;

	margin-left: auto;

	margin-right: auto;

}



figure.wp-caption.alignleft,

img.alignleft {

	margin: 5px 20px 5px 0;

}



.wp-caption.alignleft {

	margin: 5px 10px 5px 0;

}



figure.wp-caption.alignright,

img.alignright {

	margin: 5px 0 5px 20px;

}



.wp-caption.alignright {

	margin: 5px 0 5px 10px;

}



img.aligncenter {

	margin: 5px auto;

}



img.alignnone {

	margin: 5px 0;

}



.wp-caption .wp-caption-text,

.entry-caption,

.gallery-caption {

	color: #220e10;

	font-size: 18px;

	font-style: italic;

	font-weight: 300;

	margin: 0 0 24px;

}



div.wp-caption.alignright img[class*="wp-image-"] {

	float: right;

}



div.wp-caption.alignright .wp-caption-text {

	padding-left: 10px;

}



img.wp-smiley,

.rsswidget img {

	border: 0;

	border-radius: 0;

	box-shadow: none;

	margin-bottom: 0;

	margin-top: 0;

	padding: 0;

}



.wp-caption.alignleft + ul,

.wp-caption.alignleft + ol {

	list-style-position: inside;

}



.top-header {

    background-color: #003c72;

    width: 100%;

    height: 120px;

}



img.logo {

    margin-top: 31px;

}



.navbar {

    background-color: #868589;

    width: 100%;

    height: 51px;

}

.menu-principal-menu-container ul { margin-left:  4px; padding-left: 0px;}

.menu-principal-menu-container ul li { float: left; margin-right: 4px; font-family: 'unc', Arial; font-size: 14px; color: #FFF;     padding-left: 8px; padding-right: 8px;text-transform: uppercase;}



.menu-principal-menu-container ul li:last-child { margin-right: 0px; }

.menu-principal-menu-container ul li a {color: #FFF;}

.left-side {

    background-position: center right;

    background-size: cover;

    min-height: 500px;

    background-image: url(images/central-img.jpg);
	position:relative;
	

}
.href:after {
     position:absolute;
     top:0;
     bottom:0;
     left:0;
     right:0;
     content:"";
    }



.right-side { background-color: #ecedef; min-height: 500px; }



.right-side h2 {

    font-family: 'RobotoBlack', Arial;

    font-size: 38px;

    color: #79b9d8;

    margin-bottom: 0px;

    line-height: 1.2em;

}



.right-side h4 {

    font-family: 'RobotoBlack', Arial;

    font-size: 19px;

    color: #003c72;

    margin-top: 5px;

    line-height: 1.3em;

    margin-right: 150px;

}



.right-side p {

    font-family: 'unc', Arial;

    font-size: 16px;

    color: #211915;

    line-height: 1.3em;

    margin-right: 150px;

}

.header-top-right {

    float: right;

    margin-top: 25px;

}



.boxes-home { margin-bottom: 50px; margin-top: 50px;}

.box-home {

    background-color: #79b9d8;

    color: #FFF;

    min-height: 270px;

}



.box-home h3 {

    font-family: 'RobotoRegular', Arial;

    color: #211915;

    margin-left: 20px;

    padding-bottom: 4px;

    border-bottom: 1px solid #FFF;

    width: 88%;

    font-size: 30px;

    padding-left: 8px;

}



.box-home ul { padding-left: 20px; margin-left: 0px; width: 93%;}

.box-home ul li {

    list-style: none;

    font-family: 'RobotoRegular', Arial;

    font-size: 15px;

    padding-left: 8px;

    border-bottom: 1px dotted #FFF;

    padding-bottom: 4px;

    margin-bottom: 6px;

}

.box-home ul li:last-child { border-bottom: none;}



.box-home ul.news-list li {

    font-family: 'RobotoRegular', Arial;

    font-size: 15px;

    line-height: 1.2em;

}



.box-home ul.news-list li a, .box-home ul li a {color: #FFF; text-decoration: none !important;}



footer.site-footer {

    width: 100%;

    min-height: 195px;

    background-repeat: no-repeat;

    background-size: cover;

    /*background-image: url(images/back-footer.jpg);*/

    background-color: #a6a8aa;

}

.nav-footer { border-bottom: 1px solid #FFF; padding-bottom: 20px;}

.nav-footer .menu-principal-menu-container {padding-top: 20px;}

.nav-footer ul li {

    list-style: none;

    color: #ecedef;

}



.nav-footer ul li a {color: #ecedef;}



.left-footer { margin-top: 30px;

   font-family: 'unc', Arial;

   font-size: 14px; 

   color: #FFF; 

   line-height: 1.5em; 

     padding-left: 15px;}



.right-footer {

    margin-top: 50px;

font-family: 'unc', Arial;

    font-size: 16px; 

color: #FFF; 

line-height: 1.5em;

text-align: right;

padding-right: 15px;

}



.right-footer a { color: #FFF; text-decoration: none;}



.left-menu {

    background-color: #79b9d8;

    margin-top: 35px;

    padding: 10px 20px;

}



.left-menu h3 {

    font-family: 'uncb', Arial;

    font-size: 16px;

    color: #FFF;

    border-bottom: 1px solid #FFF;

    padding-left: 10px;

    margin-top: 10px;

    margin-bottom: 15px;

    text-transform: uppercase;

}

.left-menu ul { padding-left: 10px;}



.left-menu ul li {

    list-style: none;

    color: #003c72;

    font-family: 'unc', Arial;

    font-size: 15px;

}



.left-menu ul li a {color: #003c72;}



h1.entry-title, .blog-wrapper h1 {

    color: #003c72;

    font-family: 'RobotoBlack', Arial;

    border-bottom: 1px solid #003c72;

    padding-left: 10px;

    font-size: 27px; 

    margin-top: 40px;

    text-transform: uppercase;

}



h1.entry-title a {color: #003c72; text-decoration: none !important;}



.entry-content { padding-bottom: 40px; font-family: 'RobotoRegular', Arial;}



.entry-content a {color: #003c72;}



.entry-content p {

    padding-left: 10px;

    padding-right: 15px;

    font-family: 'RobotoRegular', Arial;

    font-size: 16px;

    color: #211915;

}



.entry-content h3 {

    color: #003c72;

    font-family: 'RobotoBlack', Arial;

    padding-left: 10px;

    margin-bottom: 5px;

    

}



.entry-content strong { font-family: 'RobotoBlack', Arial; font-size: 16px;}



.login-header {

    color: #FFFFFF;

    font-family: 'uncb', Arial;

     font-size: 12px;

}



.login-header img { margin-top: -2.5px}



.login-header input[type="text"], .login-header input[type="password"] {

    width: 120px;

    margin-right: 8px;

}

.login-header input[type="submit"] {

    background-color: transparent;

    background: transparent;

    border: none;

    box-shadow: none;

    color: #a1cae8;

    padding-right: 0px;

    padding-left: 10px;

    padding-top: 7px;

}



.login-header a {

    font-size: 8px;

    color: #adacb2;

    font-family: Arial,Helvetica,sans-serif;

    margin-left: 95px;

}



.login-header, .search-header { float: left;}



.search-header a {

    color: #c2c3c8;

    font-family: 'unc', Arial;

     font-size: 12px;

}



.search-header {

    margin-left: 17px;

    color: #c2c3c8;

    font-family: 'unc', Arial;

     font-size: 12px;

}



.search-header input[type="text"] {

    width:200px;

    height: 26px;

    background-image: url(images/back-search.png);

    background-position: 95% center ;

    background-repeat: no-repeat;

}



.wpcf7-form label {

    display: block;

    float: left;

    width: 145px;

    text-align: right;

    margin-right: 10px;

    min-height: 1px;

}



.wpcf7-form input[type="text"] {

    height: 35px;

}



.list-directors { margin-left: 10px; padding-left: 0px;}

.list-directors li {

    list-style: none;

    clear: both;

    margin-bottom: 20px;

    border-bottom:  1px dotted;

    min-height: 255px;

    padding-bottom: 10px;

}



.list-directors li:last-child {border-bottom: none;}



.list-directors li h3 { margin-bottom: 5px; margin-left: 3px; text-transform:uppercase; }

.list-directors li p { margin-bottom: 10px; margin-left: 160px;}



div#custom-bg {

    width: 145px;

    height: 230px;

    float: left;

    margin-right: 20px;

    background-repeat: no-repeat;

    background-size: cover;

}





/* Sub menu */

.nav-menu .sub-menu,  .footer-navigation .sub-menu {

    opacity: 0.99;

    position: absolute;

    width: 260px !important;

    z-index: 10000;

    display: none;

    position: absolute;

    padding-top: 0px;

padding-bottom:10px;

    margin-left: -10px !important;

    background:  #79b9d8;

    text-align: left;

    

}



.nav-footer .nav-menu .sub-menu {display: none !important; }





.sub-menu .menu-item a {

    padding-left: 0px !important;

    width: 230px !important;

    margin-left: 0px !important;

    display: block;

     margin-top: 0px;

    padding-bottom: 0px;

    font-weight: normal !important;

}



.sub-menu li:last-child a

{

   border-bottom: none !important;

}



.nav-menu li:hover .sub-menu, .sub-menu:hover,  .footer-navigation li:hover .sub-menu {

    display: block;

}

.sub-menu li a span {

    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;

}

.sub-menu .menu-item:hover a {

    color: #FFF !important;

}

.sub-menu .menu-item {

    float: none !important;

    margin-left: 10px !important;

    margin-top: 0 !important;

    background:  #79b9d8;

    display: block;

    padding: 5px;

    width: 220px;

   padding-bottom: 0px;

   display: block;

   border-right: none !important;

   

}

.sub-menu .menu-item:last-child {

    padding-right: 5px !important;

}

.nav-menu .sub-menu li:hover a:before, .sub-menu li a:hover, .sub-menu li a:hover span {

    color: #FFF !important;

    

    

}

.sub-menu li a {

background-image:none !important;

color: #003c72 !important;

}



#site-navigation #menu-principal-menu ul{

      margin-top: 0px;

    padding-top: 0px;

    margin-bottom: 0px;

}



#site-navigation #menu-principal-menu li {    height: 51px;

    line-height: 51px; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out;}



#site-navigation #menu-principal-menu .sub-menu li {    height: 24px;

    line-height: 24px; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out;}



#site-navigation #menu-principal-menu .sub-menu li:last-child { margin-bottom: 20px;}



#site-navigation #menu-principal-menu li:hover, #site-navigation #menu-principal-menu li.current-menu-parent, #site-navigation #menu-principal-menu li.current-menu-item {background-color:  #79b9d8;}

#site-navigation #menu-principal-menu li:hover a, #site-navigation #menu-principal-menu li.current-menu-parent a, #site-navigation #menu-principal-menu li.current-menu-item a { text-decoration: none; color: #FFF;}

.content-principal {

    overflow: hidden;

}



.page-id-80 .site-content ul li, .page-id-184 .site-content ul li,  .page-id-190 .site-content ul li, .page-id-296 .site-content ul li   {

    list-style: none;

    border-bottom: 1px dashed #000;

    margin-bottom: 9px;

    padding-bottom: 5px;

    color: #003c72;

}



 .page-id-184 .site-content ul li, .page-id-190 .site-content ul li {color: #141412;}



 .page-id-184 .site-content ul, .page-id-190 .site-content ul, .page-id-296 .site-content ul { margin-left: 10px; padding-left: 0px; }

.page-id-80 .site-content ul { margin-left: 15px; padding-left: 0px; }

.page-id-184 .site-content ul, .page-id-190 .site-content ul {margin-top: 0px;}

.page-id-190 .site-content ul li strong {text-transform: uppercase;}

.gallery-img img  {margin: 6px;
    width: 30%;}

.amazingslider-box-1 div a {display: none !important;}

.left-footer a {color: #FFF;}

.back-select select {
    height: 26px;
    line-height: 26px;
    text-transform: none; 
    width: 120%; 
    background: none; 
    border: none; 
    -webkit-appearance: none;
    appearance: none;
   padding-left: 5px;
}

.back-select {   height: 26px; background-color: #FFF; background-image: url(http://107.180.5.136/wp-content/uploads/2015/08/vin1.png); background-position: 185px center ; background-repeat: no-repeat; overflow-x: hidden; width: 200px;  }

@-moz-document url-prefix() {
	.back-select select {
	    width: 100%;
            padding-top: 2px;
	  }
	 }

.button-new {
font-family: 'RobotoRegular', Arial;
color: #79b9d8 !important;
border: 2px solid  #79b9d8;
background-color: #003c72;
  display: block;
    padding: 10px 15px;
    text-transform: uppercase;
    font-size: 22px;
    text-align: center;
    text-decoration: none !important;
    max-width: 277px;
-webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out;
}

.button-new:hover {
color: #003c72!important;
background-color: transparent;
border: 2px solid  #003c72;
}

.button-new-interior {
font-family: 'RobotoRegular', Arial;
color: #79b9d8 !important;
border: 2px solid  #79b9d8;
background-color: #003c72;
  display: block;
    padding: 10px 15px;
    text-transform: uppercase;
    font-size: 22px;
    text-align: center;
    text-decoration: none !important;
max-width: 260px; 
margin: 36px auto;
line-height: 1em;
-webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out;
}

.button-new-interior:hover {
color: #003c72!important;
background-color: transparent;
border: 2px solid  #003c72;
}

p.button-down {color: #003c72; text-align: center; font-family: 'RobotoRegular', Arial; font-size: 13px; font-weight: 700;  max-width: 277px; }


.left-panel{width:70%; float:left;}
.right-panel{width:26%; float:right;}
.blog-wrapper{overflow:hidden;}
.blog-wrapper h1{font-size:28px; margin:0; padding:15px 0 0 10px;}


/*.masonry {
    margin: 2em 0;
    padding: 0;
    -moz-column-gap: 2em;
    -webkit-column-gap: 2em;
    column-gap: 2em;
    font-size: .85em;
	-moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
	
}


.item {
    display: inline-block;
    background: #fff;
    margin: 0 0 3em;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;  
    border: 1px solid #e3e3e3;
	break-inside: avoid;
	vertical-align:top;
}*/

.box {
    float: left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	width:47%;
    background: #fff;
    margin:1.5%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;  
    border: 1px solid #e3e3e3;
}
.blog-wrapper .masonry .item img{height:auto; width:100%;}
.blog-wrapper .masonry .item p span{color:#003c72;}
.blog-wrapper .masonry .item h2{font-size:22px;}
.blog-wrapper .masonry .item h2 a{color:#003c72}
.blog-wrapper .masonry .item h2 a:hover{text-decoration:none; color:#ca3c08;}
.blog_content{padding:0 1em;}
.blog-wrapper .masonry .item p{margin-bottom:12px;}
.img_thumb{border-bottom:5px solid #ca3c08; text-align:center;}
.right-panel aside{margin-top:1.6em; width:100%; float:left;}
.right-panel aside h3{margin:0; padding:0 0 10px 0; color:#003c72;}
.right-panel aside ul{padding:0 0 0 15px; margin:0;}
.right-panel aside ul li{padding:0 0 10px 0; line-height:20px; font-size:13px;}
.widget_search input[type="search"]{width:79%; float:left;}
.widget_search input[type="submit"]{width:38px; padding:0; height:32px; float:right; font-size:0; background:#003c72 url(images/search-icon-new.png) center center no-repeat; background-size:42%;}
.right-panel aside ul li a{color:#141412;}
.single-blog{padding-top:1.6em;}
.single-blog .blog_content{padding:0;}
.single-blog .blog_content h1{color:#003c72; font-size:22px;}
.single-blog .blog_content ul{padding-left:20px;}
.comments-area p label{display:block;}
.comments-area p input, .comments-area p textarea{width:100%;}
.paging-navigation{width:100%; float:left; padding-bottom:15px; text-align:center;}
.paging-navigation span, .paging-navigation a{background:#003c72; color:#fff; margin:0 3px; padding:3px 10px; }
.paging-navigation a:hover{background:#ca3c08; text-decoration:none;}
.blog_content a.read-more{color:#ca3c08;  padding:0px 0 15px 0; font-size:13px; display:inline-block; text-transform:uppercase; font-weight:bold;}
.blog_content a.read-more:hover{color:#003c72; text-decoration:none;}



.pager {
    width: 1024px;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 2px solid #ffffff;
	
	
	/* DEFAULTS
----------------------------------------------------------*/

/*body   
{
    background: #f9f9f9;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #f9f9f9;
}



*/

