/*
Theme Name: Mantiques Holding
Author: F<>RM DIGITAL
Author URI: http://www.form-digital.com
Version: 1.0
*/

/*
====================================1=======================
	Layout Elements
===========================================================
*/

* { margin: 0; padding: 0; }
*:focus {
    outline: 0 !important;
}
a {
	outline: none !important;
	border: none;
	text-decoration: none;
    color: #fff;
    transition: all 0.1s ease-in 0.1s;
}
a:hover {
    color: #ddd;
    text-decoration: none !important;
}
body, html {
  height: 100%;
  font-family: "Lato",sans-serif !important;
  color: #343434;
}
.animated { 
	visibility: visible !important; 
}
.screen {    
    /* Web browsers that does not support RGBa */
    background: rgba(0, 0, 0, 0.65);
    /* IE9/FF/chrome/safari supported */
    background: rgba(0, 0, 0, 0.65);
    /* IE 8 suppoerted */
    /* Here some time problem for Hover than you can use background color/image */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000, endColorstr=#7F000000)";
    
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
.page_wrap {
    background-color: #333;
    height: 100%;
    position: relative;
}
.margin_bottom_xs {
	margin-bottom: 5px;
}
.margin_bottom_small {
	margin-bottom: 15px;
}
.margin_bottom {
	margin-bottom: 25px;
}
.margin_bottom_med {
	margin-bottom: 35px;
}
.margin_bottom_large {
	margin-bottom: 45px;
}

/*
===========================================================
	Header Section
===========================================================
*/

#top {
    height: 100%;
    margin-bottom: 0 !important;
    position: relative;
    color: #fff;
	background-image: url("../img/hero.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

/*
===========================================================
	Hero Section
===========================================================
*/

.intro_wrap {
    display: table;
    height: 100%;
    width: 100%;
    position: relative;
}
.intro_content {
    display: table-cell;
    margin: 0 auto;
    max-width: 1000px;
    text-align: center;
    vertical-align: middle;
}
.intro_content img {
    margin: 0 auto;
    max-width: 575px;
    width: 100%;
}
.intro_content h1 {
    font-size: 38px;
    font-weight: 300;
    letter-spacing: 3px;
    line-height: 32px;
    margin: 0;
    font-family: "proxima-nova",sans-serif;
}
.intro_content h2 {
    font-size: 28px;
    font-weight: 300;
    letter-spacing: 3px;
    line-height: 32px;
    margin: 0;
    font-style: italic;
    font-family: "proxima-nova",sans-serif;
}
.intro_content ul.details {
    list-style: outside none none;
    text-align: center;
    padding: 0;
}
.intro_content ul.details li {
    display: block;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
    margin: 5px 0;
    color: #67bc46;
}
.intro_content ul.details li a {
	color: #fff;
}
.intro_content .block_btn {
    border: 1px solid #fff;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 3px;
    padding: 10px 18px;
    text-transform: uppercase;
    transition: all 0.1s ease-in 0.1s;
}
.intro_content .block_btn:hover {
    background-color: #67bc46;
    border: 1px solid #67bc46;
    color: #fff;
}
.excerpt p {
	margin: 0;
	font-size: 18px;
	font-weight: 300;
}

/* Custom Min Width ----------- */
@media (min-width: 1450px) {

}

/* Custom Min Width ----------- */
@media (max-width: 1200px) {

}

/* Custom Min Width ----------- */
@media (max-width: 1100px) {

}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {

}

/* Custom Min Width ----------- */
@media (max-width: 1024px) {
div { transition: none !important; }
.intro_content h2 { font-size: 30px; }
.intro_content .block_btn:hover, .intro_content .block_btn:focus { background-color: transparent; color: #fff; border: 1px solid #fff; }
.intro_content ul.details li { font-weight: 400; }
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {

}

/* Portrait and Landscape */
@media only screen 
and (min-device-width: 320px) 
and (max-device-width: 480px)
and (-webkit-min-device-pixel-ratio: 2) {
.page_wrap { height: auto; }
#top { height: auto; }
.intro_wrap { display: block; height: auto; position: relative; width: 100%; }
.intro_wrap { display: block; height: auto; width: 100%; }
}

/* Custom Min Width ----------- */
@media (max-width: 1000px) {

}

/* Custom Min Width ----------- */
@media (max-width: 900px) {

}

/* Custom Min Width ----------- */
@media (max-width: 850px) {

}

/* Custom Min Width ----------- */
@media (min-width: 768px) {

}

/* Custom Min Width ----------- */
@media (max-width: 767px) {
.intro_content { position: relative; margin-top: 15px; padding: 25px 15px; height: auto; }
/*.uuc-holdingpage { height: auto; }*/
.intro_content img { max-width: 250px; }
.intro_content h1 { font-size: 32px; }
.intro_content h2 { font-size: 18px; line-height: 22px; }
.intro_content ul.details li { font-size: 15px; }
.excerpt p { font-size: 16px; }
.margin_bottom { margin-bottom: 15px; }
.excerpt br { display: none; }
}


/* Custom Min Width ----------- */
@media (max-width: 480px) {

}