/*	--------------------------------------------------
:: CSS Reset & Clearfix - http://meyerweb.com/eric/tools/css/reset/
-------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; } table { border-collapse: collapse; border-spacing: 0; }

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .clearfix { display: inline-block; } /* Hide from IE Mac \*/ .clearfix { display: block; } /* End hide from IE Mac */ .none { display: none; } /* End Clearfix */

/*--------------------------------------------------

	Here you will find all css related to the theme

/*--------------------------------------------------

----------------------------------------------------

1-	Global Styles
2-	Header Styles
3-	Navigation & Menu
4-	Main content
5-	Post Content
6-	Pages Content
7-	Comments
8-	Pagination
9-	Footer
10-	Widgets
11-	Structure
12-	Media Queries
13-	Animations

----------------------------------------------------*/


/*--------------------------------------------------*/
/*	1-	Global Styles
/*--------------------------------------------------*/

body {
    font: 17px/27px 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    word-wrap: break-word;
    word-break: break-word;
    /*position: relative;*/
    color: #656268;
}

.hidden { display: none; }

.alignleft { float: left; }

.alignright { float: right; }

.aligncenter {
    margin-left: auto;
    margin-right: auto;
    display: block;
    clear: both;
}

.clear {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    width:100%;
}

a {
    color: #363F48;
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
       -moz-transition: all .2s ease-in-out;
    	-ms-transition: all .2s ease-in-out;
    	 -o-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
}

a:hover {
    color: #363F48;
    text-decoration: none;
}

a img { border: none; }

/*a > img { vertical-align: bottom; }*/

.hfeed img{
	max-width: 100%;
	height: auto;
	width: auto; /* IE8 fix */
	box-sizing: border-box;
}

p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset,
form,
.gallery-row,
.post-thumb,
.author-bio,
.logo { margin-bottom: 20px; }

.widget
.children,
.entry-content ol ol,
.entry-content ol ul,
.entry-content ul ul,
.comment-body ol ol,
.comment-body ol ul,
.comment-body ul ul,
.widget ul ul { margin-bottom: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	font-weight: 700;
	color: #2d3459;
}

h1 {
	font-size: 28px;
	line-height: 29px;
	margin-bottom: 30px;
}

p+h1 {
	margin-top:60px;
}

h2 {
	font-size: 16px;
	line-height: 19.6955px;
	margin: 40px 0 30px 0;
}

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

h4 {
	font-size: 14px;
	line-height: 18px;
}

h5 {
	font-size: 12px;
	line-height: 18px;
}

h6 {
	font-size: 10px;
	line-height: 16px;
}

::-moz-selection {
	background: #fff198;
	color: #222;
}

::-webkit-selection, ::selection, .highlight {
	background: #fff198;
	color: #222;
}
.primary{
	min-height: 370px;
}
/*--------------------------------------------------*/
/*	2-	Header Styles
/*--------------------------------------------------*/

.logo{
	z-index: 100;
	display: block;
	font-weight: bold;
	top: 1rem;
}
.logo a {
	color: #FFFFFF;
	font-size: 38px;
	letter-spacing: -0.0825em;
	line-height: 30px;
	display: block;
}
.logo a:hover { text-decoration: none; }

.logo a img {width:90%;}

header ul { margin-left: 0; }

/*--------------------------------------------------*/
/*	3-	Navigation & Menu
/*--------------------------------------------------*/

nav {
	margin:3rem 0;
}

nav ul li {
	margin-bottom:2rem;
}

nav a {
	text-transform: uppercase;
	font-weight:400;
	font-size:10px;
	letter-spacing: 1px;
	color:rgba(255,255,255,0.75);
}

nav a:hover {
	color:#fff198;
}

nav li.ui-state-active a {
	color:#fabb05;
}



/*--------------------------------------------------*/
/*	4-	Main content
/*--------------------------------------------------*/

address { font-style: italic; }

abbr[title],
acronym[title],
dfn[title] {
    cursor: help;
    border-bottom: 1px dotted #666;
}

blockquote {
    padding: 10px 0 10px 40px;
    font-size: 18px;
    color: #A2AAB0;
}

strong { font-weight: bold; }

em,
dfn,
cite { font-style: italic; }

dfn { font-weight: bold; }

sup {
    font-size: 11px;
    vertical-align: top;
}

sub {
    font-size: 11px;
    vertical-align: bottom;
}

small { font-size: 11px; }

del { text-decoration: line-through; }

ins { text-decoration: underline; }

code,
pre { line-height: 18px; }

var,
kbd,
samp,
code,
pre {
    font: 12px/18px Consolas, "Andale Mono", Courier, "Courier New", monospace;
    background: #F2F5F7;
}

kbd { font-weight: bold; }

samp,
var { font-style: italic; }

pre {
    white-space: pre;
    overflow: auto;
    padding: 10px;
    clear: both;
}

code { padding: 3px; }

ul,
ol,
dl { margin-left: 30px; }

table {
    border: 1px solid #ccc;
    border-width: 1px;
    line-height: 18px;
    margin: 0 0 22px 0;
    text-align: left;
    padding: 0 5px;
}

table .even { background: #ddd; }

caption { text-align: left; }

tr { border-bottom: 1px solid #ccc; }

th,
td {
    padding: 5px;
    vertical-align: middle;
    text-align: center;
}

.invisible {visibility: hidden; display: none;}

/* Media Elements --------------------------------------------------------*/

img.alignleft {
    float: left;
    margin: 30px 30px 20px 0;
}

img.alignright {
    display: block;
    margin: 30px 0 20px 30px;
}

img.aligncenter {
    display: block;
    clear: both;
    margin: 20px auto;
}

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

/* Common Form Elements --------------------------------------------------*/
.btn,
button,
input,
textarea {
    background: #fff;
    border: 1px solid #D9DCDE;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius:10px 0px 0px 10px;
    -webkit-border-radius:10px 0px 0px 10px;
	-moz-border-radius:10px 0px 0px 10px;
    color: #222;
    font: 20px/24px 'Helvetica Neue', Helvetica, Arial, sans-serif;
    height: 2.25rem;
    padding: 9px 10px 8px;
    -webkit-appearance: none;
    width: 80%;
    float:left;
    margin-bottom:30px;
}

textarea {
    height: 12.875rem;
    padding: 9px 10px 8px;
    max-width: 100%;
    vertical-align: bottom;
    width: 100%;
}

input:hover,
textarea:hover {
    background: #fff;
    outline: 0;
}

input:focus,
textarea:focus {
    border-color: #A2AAB0;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.15);
    box-shadow: 0 1px 1px rgba(0,0,0,0.15);
}

input[type="checkbox"] { width: auto; }

select {
    background: #fff;
    border: 1px solid #efefef;
    width: 300px;
}
.btn,
button,
#submit,.submit {
    background: #363F48;
    color: #FFFFFF;
    border: none;
    box-shadow: none;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
    line-height: 10px;
    margin-left: 0;
    padding: 0px 20px;
    -webkit-appearance: none;
    width: auto;
    border-radius:0px 10px 10px 0px;
    -webkit-border-radius:0px 10px 10px 0px;
	-moz-border-radius:0px 10px 10px 0px;

}
.btn:hover,
button:hover,
#submit:hover,.submit:hover {
    background: #55606E;
}

button i {font-size:20px; font-weight:900;}


/*--------------------------------------------------*/
/*	11-	Structure
/*--------------------------------------------------*/

.content-wrap {
    margin-left: 12%;
}

.content {
    margin:auto;
    width: 100%;
}

.cover{
	position: fixed;
	width: 12%;
	height: 100%;
	top: 0;
	background-image: url("/images/menubg2.png");
	background-repeat:repeat;
	background-color: #F2F5F7;
	font-size: 0.875rem;
	line-height: 1.6;
}

header {
	text-align: center;
}

.overtop {
	position:fixed;
	width:88%;
	height:100%;
	text-align:center;
	z-index: 9;
}

.overtop h1 {
	display:block;
	width:70%;
	height:auto;
	margin:40vh 10vw;
	font-size:90px;
	line-height:105%;
	text-transform: uppercase;
	letter-spacing: -4px;
	color: #fefefe;
	text-shadow: 3px 3px 10px #222;
}

.overtop h1 a {
	color:#fefefe;
}

.praetorian {
	display:block;
	position:fixed;
	z-index:99;
	bottom:10px;
	right:10px;
	font-size:20px;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
	color:#ddd;
}

.praetorian:hover {
	opacity:0.25;

}
section {
	width:100%;
	height:100%;
	background:#f5f5f5;
}

section header {
	height:100%;
	position:fixed;
	width:53%;
	height:100%;
	top:0;
	bottom:0;
	background-size:cover;
}
section article {
    max-width: 640px;
    margin-left:60%;
    padding:3rem;
}

#inicio {
	overflow: hidden;
	height: 100%;
	background:#000;
}

#inicio video {
	height:100%;
	position:fixed;
}

#seguridad header {
	background-image:url('/images/cv_control.jpg');
	background-position:center center;
}

#innovacion header {
	background-image:url('/images/cv_innovacion.jpg');
	background-position:right center;
}

#nosotros header {
	background-image:url('/images/cv_seguridad.jpg');
	background-position:left center;
}

#control header {
	background-image:url('/images/cv_seguridad2.jpg');
	background-position:center center;
}


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

@media screen and (min-width : 769px) {
	.cover-inner {
	    max-width: 300px;
	    padding: 1rem;
	}
	.blog .content,
	.archive .content{
		margin-top: 0;
	}
	.top-board .content{
		margin-top: 70px;
	}
	.home .hentry,
	.blog .hentry,
	.search .hentry,
	.archive .hentry{
		margin-left: 90px;
	}
	.author-avatar{
		left: -90px;
		top: 85px;
	}
	.homepage .author-avatar{
		top: 95px;
	}

}
@media screen and (max-width : 1024px) {
	.collection li {
		height: 190px;
	}
}
@media screen and (max-width : 768px) {

    body { background: #fff; }

    .menu-link.main { display: none; }

    .content {
	   width: 90%;
	   max-width: 31.25rem;
	   margin: 5.25rem auto;
    }

    .cover-inner {
       width: 90%;
       max-width: 31.25rem;
       margin: 0 auto;
    }

    .post{
    	margin-top: 60px;
    }

    .author-avatar{
    	display: none;
    }
    #author-description {
    	margin-left: 0;
    }

    .blog .hentry{
    	margin-bottom: 60px;
    }

    .post:after,
    .tabs:after,
    #author-info:after,
    footer:before {
    	border: none;
    	margin: 0;
    }

    .cover {
        left: 0;
        margin-bottom: 3rem;
        max-width: none;
        padding-bottom: 3rem;
        padding-top: 3rem;
        position: relative;
        top: 0;
        width: 100%;
    }

    .bg-overlay{
    	z-index: 0;
    }

    .content-wrap { margin-left: 0; }

	.top-board{ width: 100%; }

    .social h4 {
        margin-bottom: 0;
        margin-top: 1rem;
    }

    .social h4::after {
        content: ':';
        margin-left: 1px;
    }

    .social li {
        display: inline;
        margin-right: 5px;
    }

    .hfeed::after,
    article::after,
    .footer::before {
        left: 0;
        width: 100%;
    }

    .hfeed::after {
	    margin-top: -5.35rem;
    }

    .collection li{
    	height: 220px;
    }
    .post-tags{
    	width: 46%;
    	margin-right: 4%;
    }
}

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

    input {
        float: none;
        width: 100%;
    }

    .content { margin: 3rem auto;width: 80%; }

    .cover-inner { margin: 0 auto;width: 80%; }

    .hfeed::after {
	    margin-top: -3.25rem;
    }

    .entry-title, .entry-title a { font-size: 2.2rem; }

    .entry-meta { margin-bottom: 1.5rem; }

    .wp-caption .wp-caption-text { margin-bottom: 10px; }

    .wp-caption { margin: 20px 0 10px; }

    img.alignnone { margin: 20px 0; }

    .commentlist { margin-bottom: }

    #commentform p { margin-bottom: 0; }

    .comment-form-comment { margin-top: 3.5rem; }

    .form-submit { margin-top: 1.125rem; }

    #comments header .admin-badge { display: none; }

    #comments .children{ margin-left: 0; }

    .post-tags{
    	width: 100%;
    	margin-right: 0;
    }

}

@media screen and (max-width : 320px) {
	.comment header{ display: none; }

	.comment-content{ margin-left: 0; }

	.layer-newsletter input,
	.layer-newsletter button{
		width: 100%;
		text-align: center;
	}
}

/*--------------------------------------------------*/
/*	13-	Animations
/*--------------------------------------------------*/
.animated{-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-ms-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:1s;-moz-animation-duration:1s;-ms-animation-duration:1s;-o-animation-duration:1s;animation-duration:1s;}.animated.hinge{-webkit-animation-duration:2s;-moz-animation-duration:2s;-ms-animation-duration:2s;-o-animation-duration:2s;animation-duration:2s;}@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
	}	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-moz-transform: translateX(-20px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-o-transform: translateX(-20px);
	}

	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translateX(-20px);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	-moz-animation-name: fadeInLeft;
	-o-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes fadeInRight {
	0% {
		opacity: 0;
		-moz-transform: translateX(20px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes fadeInRight {
	0% {
		opacity: 0;
		-o-transform: translateX(20px);
	}

	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translateX(20px);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	-moz-animation-name: fadeInRight;
	-o-animation-name: fadeInRight;
	animation-name: fadeInRight;
}
/*--------------------------------------------------*/
/*	We're done !!
/*--------------------------------------------------*/

@font-face {
	font-family: 'iconica';
	src:url('/fonts/iconica.eot?7v54r6');
	src:url('/fonts/iconica.eot?#iefix7v54r6') format('embedded-opentype'),
		url('/fonts/iconica.woff?7v54r6') format('woff'),
		url('/fonts/iconica.ttf?7v54r6') format('truetype'),
		url('/fonts/iconica.svg?7v54r6#iconica') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="im-"], [class*=" im-"] {
	font-family: 'iconica';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.im-heart:before {
	content: "\e600";
}
.im-cloud:before {
	content: "\e601";
}
.im-star:before {
	content: "\e602";
}
.im-tv:before {
	content: "\e603";
}
.im-sound:before {
	content: "\e604";
}
.im-video:before {
	content: "\e605";
}
.im-trash:before {
	content: "\e606";
}
.im-user:before {
	content: "\e607";
}
.im-key:before {
	content: "\e608";
}
.im-search:before {
	content: "\e609";
}
.im-settings:before {
	content: "\e60a";
}
.im-camera:before {
	content: "\e60b";
}
.im-tag:before {
	content: "\e60c";
}
.im-lock:before {
	content: "\e60d";
}
.im-bulb:before {
	content: "\e60e";
}
.im-pen:before {
	content: "\e60f";
}
.im-diamond:before {
	content: "\e610";
}
.im-display:before {
	content: "\e611";
}
.im-location:before {
	content: "\e612";
}
.im-eye:before {
	content: "\e613";
}
.im-bubble:before {
	content: "\e614";
}
.im-stack:before {
	content: "\e615";
}
.im-cup:before {
	content: "\e616";
}
.im-phone:before {
	content: "\e617";
}
.im-news:before {
	content: "\e618";
}
.im-mail:before {
	content: "\e619";
}
.im-like:before {
	content: "\e61a";
}
.im-photo:before {
	content: "\e61b";
}
.im-note:before {
	content: "\e61c";
}
.im-clock:before {
	content: "\e61d";
}
.im-paperplane:before {
	content: "\e61e";
}
.im-params:before {
	content: "\e61f";
}
.im-banknote:before {
	content: "\e620";
}
.im-data:before {
	content: "\e621";
}
.im-music:before {
	content: "\e622";
}
.im-megaphone:before {
	content: "\e623";
}
.im-study:before {
	content: "\e624";
}
.im-lab:before {
	content: "\e625";
}
.im-food:before {
	content: "\e626";
}
.im-t-shirt:before {
	content: "\e627";
}
.im-fire:before {
	content: "\e628";
}
.im-clip:before {
	content: "\e629";
}
.im-shop:before {
	content: "\e62a";
}
.im-calendar:before {
	content: "\e62b";
}
.im-wallet:before {
	content: "\e62c";
}
.im-vynil:before {
	content: "\e62d";
}
.im-truck:before {
	content: "\e62e";
}
.im-world:before {
	content: "\e62f";
}


/*	--------------------------------------------------
	Reveal Modals
	-------------------------------------------------- */
.modal {
  display: none;
  width: 400px;
  background: #fff;
  padding: 15px 30px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  z-index:99999;
}

.modal a.close-modal {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  width: 30px;
  height: 30px;
}

.modal-spinner {
  display: none;
  width: 64px;
  height: 64px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-right: -32px;
  margin-top: -32px;
  background: url(spinner.gif) #111 no-repeat center center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}