/*
Comeeta CSS
Author: guud.it
Version: 1.0.0

+----------------------------------------------------+
    TABLE OF CONTENTS
+----------------------------------------------------+

[1]	    Generic rules
[2]		Preloader
[3]		Colors
[4]		Header
[4]		Slider
[5]		Footer
[6]		Forms
[7]		Buttons
[8]	    General Pages
[9]		Team
[10]	News
[11]	Single News
[12]	Portfolio
[13]	Single portfolio
[14]	Contacts
[15]	Responsive Media Queries

+----------------------------------------------------+
    COLOR REFERENCE
+----------------------------------------------------+

[#33383d]   Washed out blue
[#212528]   Dark blue
[#bba05f]   Gold
[#e5e5e5]   Gray

*/


/*===============================
1. Generic rules 
===============================*/


/*
* {
    border-radius: 0 !important;
}
*/

body {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    letter-spacing: 0.05em;
    background: #33383d;
    color: #FFF;
    font-weight: 300;
}
h1,
h2,
h3,
h4,
h5,
h6,
h7 {
    text-transform: uppercase;
    font-weight: 600;
}
p {
    margin: 0 0 15px;
}
.block {
    margin: 15px 0;
    position: relative;
    display: block;
    float: left;
    width: 100%;
}
.striped {
    text-align: center;
    font-weight: 600;
    position: relative;
    display: block;
    line-height: 20px;
}
.striped:before {
    display: block;
    height: 4px;
    width: 100%;
    content: "";
    background: #FFF;
    position: absolute;
    top: 50%;
    margin-top: -2px;
}
.striped span {
    background: #33383d;
    padding: 0 15px;
    position: relative;
}
.striped span a {
    color: inherit;
}
.btn {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.btn-comeeta {
    border: 1px solid #FFF;
    color: #FFF;
    font-size: 12px;
    padding: 7px 21px;
    border-radius: 0;
}
.btn-comeeta:hover {
    border-color: #999;
    color: #999;
}
.btn-alt:hover {
    border-color: #000;
    color: #000;
}
.btn-comeeta-full {
    color: #FFF;
    height: 50px;
    font-size: 14px;
    padding: 13px 21px;
    border-radius: 0;
    width: 100%;
    background: #212528;
    text-transform: uppercase;
}
.btn-comeeta-full:hover {
    background: #000;
    color: #FFF;
}
a {
    color: #FFF;
}

/*===============================
2. Preloader 
===============================*/

.page-loader {
    background: #212528;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 99999;
}
.loader-cylon {
    position: absolute;
    width: 150px;
    height: 10px;
    overflow: hidden;
    top: 50%;
    left: 50%;
    margin-top: -5px;
    margin-left: -75px;
}
.loader-cylon:after {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: #FFF;
    animation: cylon 3s ease-out infinite;
}
@keyframes cylon {
    0% {
        left: -100%;
    }
    50% {
        left: 100%;
    }
    100% {
        left: -100%;
    }
}

/*===============================
3. Colors 
===============================*/

.light-blue {
    color: #33383d;
}
.dark-blue {
    color: #212528;
}
.gold {
    color: #bba05f;
}
.bg-light-blue {
    background: #33383d;
}
.bg-dark-blue {
    background: #212528;
}
.bg-gold {
    background: #bba05f;
}

/*===============================
4. Header 
===============================*/

#comeeta-pag-home .header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
}

.header {
    padding-bottom: 60px;
}
.navbar {
    margin-bottom: 30px;
}
.navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
}
.navbar .navbar-collapse {
    text-align: center;
}
.menu {
    padding: 20px 0;
    font-weight: 400;
}
.menu a {
    display: inline-block;
    color: #FFF;
    font-weight: 400;
    font-size: 13px;
    text-transform: uppercase;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    padding: 10px 0;
    margin: 0 20px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.menu a:hover,
.menu a.active {
    color: #CCC;
    text-decoration: none;
    border-color: #CCC;
}
.social {
    position: absolute;
    right: 15px;
}
.social a {
    display: inline-block;
    color: #FFF;
    font-weight: 400;
    font-size: 13px;
    text-transform: uppercase;
    border-top: 3px solid #33383d;
    border-bottom: 3px solid #33383d;
    padding: 10px 0;
    margin: 0 5px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
/*
.social a:hover {
    border-color: #33383d;
    text-decoration: none;
}
*/
.logo {
    width: 100px;
    margin: 0 auto;
    display: block;
}
.logo .st0 {
    fill: #FFF;
}

@media (max-width: 767px) {
    #comeeta-pag-home .header {
    position: relative;
    top: 0;
}
}

/*===============================
5. Slider 
===============================*/

.home-slider {
/*    padding: 20px 0 40px;*/
}
.slide {
    color: #FFF;
}
.slide-text h1 {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 1.3em;
    margin: 0 0 30px;
}
.slide-text h1:after {
    display: block;
    height: 10px;
    width: 100px;
    content: "";
    background: #FFF;
    margin: 1.3em 0;
}
#comeeta-pag-home .slide-text {
    position: absolute;
    z-index: 199;
    width: 100%;
    bottom: 30%;
}
#comeeta-pag-home .slide-text h1 {
    display: none;
}
#comeeta-pag-home .slide-text h1:after {
    display: none;
}

.slide-text p {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.3em;
    margin: 0 0 30px;
    padding-right: calc(100%/6);
}
#comeeta-pag-home .slide-text p {
    text-align: center;
    padding-right: 0;
    font-size: 30px;
    line-height: 40px;
}
.slider-controls {
    padding: 0 15px;
}
.slider-controls .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline
}
.slider-controls .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 0px 15px 0 0;
    background: #999c9e;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}
.slider-controls .owl-dot.active span,
.slider-controls .owl-dot:hover span {
    background: #fff
}
#comeeta-pag-home .owl-controls {
    display: none !important;
}
#comeeta-pag-home .slider-controls {
    display: none !important;
}
/*===============================
6. Homepage 
===============================*/

.home-boxes {
    background: #212528;
    padding: 40px 0 0px;
}
.home-box {
    margin-bottom: 20px;
}
.home-box h2 {
    font-weight: 800;
    font-size: 32px;
    margin: 0;
    text-transform: uppercase;
}
.home-box h2:after {
    display: block;
    height: 10px;
    width: 100px;
    content: "";
    background: #FFF;
    margin: 1em 0;
}
.home-box h4 {
    font-weight: 600;
    text-transform: uppercase;
    margin: 5px 0 15px;
}
.home-content {
    padding: 15px 0;
}
.home-news-box {
    display: block;
    background: #FFF;
    color: #000;
    clear: both;
}
.home-news {
    padding: 15px 15px 10px;
    min-height: 430px;
}
.home-news-pic {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.home-news:hover {
    background: #e5e5e5;
}
.home-news:hover > .home-news-pic {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.home-news-content {
    padding: 10px;
}
.home-news-category {
    color: #999;
}
.home-news-category a {
    color: inherit;
}
.home-news-title {
    font-weight: 800;
    margin-top: 0px;
    margin-bottom: 10px;
}
.home-news-title a {
    color: inherit;
}
.home-news-text {
    line-height: 1.25em;
}
.fast-seeder {
    margin-top: 70px;
    background: #bba05f;
    box-shadow: inset 0 0 180px rgba(0, 0, 0, 0.3);
    text-align: center;
    padding: 30px;
    min-height: 430px;
    margin-bottom: 50px;
}
.fast-seeder .fast-logo {
    max-height: 180px;
}
.fast-seeder p {
    margin: 25px 0;
}

/*===============================
7. Kit Request 
===============================*/

.kit-request {
    background: #FFF;
    color: #212528;
    padding: 40px 0;
}
.kit-request h2 {
    text-align: center;
    font-weight: 800;
    margin-bottom: 50px;
}
#kit-form .checkbox, #mc-embedded-subscribe-form .checkbox {
    font-size: 10px;
    line-height: 20px;
}
#kit-form .checkbox a, #mc-embedded-subscribe-form .checkbox a {
    color: inherit;
    text-decoration: underline;
}
#kit-form .form-control, #mc-embedded-subscribe-form .form-control {
    height: 50px;
    font-size: 18px;
    border: 1px solid #949393;
    border-radius: 0px;
}
#kit-form .form-control:focus, #mc-embedded-subscribe-form .form-control:focus {
    box-shadow: none;
    border-color: #bba05f;
}
.error, .error + a {
	color: orange !important;
    border-color: orange !important;
}

/*===============================
8. Footer 
===============================*/

.footer {
    background: #e5e5e5;
    padding: 40px 0 30px;
    color: #212528;
}
.footer .logo {
    max-width: 65px;
    margin: 20px auto;
}
.footer .copyright,
.footer .credits {
    margin-top: 20px;
    margin-bottom: 20px;
}
.footer strong {
    font-weight: 700
}
.footer p {
    margin-top: 0;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0;
}
.footer a {
    color: #212528;
}

/*===============================
9. Contacts
===============================*/

#contact-form {
    margin: 12px 0;
}
#contact-form .checkbox {
    font-size: 10px;
    line-height: 20px;
    margin: 5px 0;
}
#contact-form .checkbox a {
    color: inherit;
    text-decoration: underline;
}
#contact-form .form-control {
    height: 40px;
    font-size: 14px;
    border: 1px solid #FFF;
    border-radius: 0px;
    background: transparent;
    color: #FFF;
}
#contact-form .form-control:focus {
    box-shadow: none;
    border-color: #bba05f;
}
#contact-form #contact-message {
    height: 170px;
}
#contact-form option {
    background: #33383d;
    color: #FFF;
    font-size: 14px;
    line-height: 20px;
    height: 20px;
}
#contact-form .form-control::-moz-placeholder {
    color: #FFF;
    opacity: 1;
}
#contact-form .form-control:-ms-input-placeholder {
    color: #FFF;
}
#contact-form .form-control::-webkit-input-placeholder {
    color: #FFF;
}
.contact-boxes {
    background: #212528;
    padding: 40px 0 0px;
}
.contact-box {
    margin-bottom: 60px;
}
.contact-box h2 {
    font-weight: 800;
    font-size: 32px;
    margin: 0;
    text-transform: uppercase;
}
.contact-box h2:after {
    display: block;
    height: 10px;
    width: 100px;
    content: "";
    background: #FFF;
    margin: 1em 0;
}
.contact-box h4 {
    font-weight: 600;
    text-transform: uppercase;
    margin: 5px 0 15px;
}
.embed {
    position: relative;
    padding-bottom: 37.5%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
.embed iframe,
.embed object,
.embed #map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #E5E3DF;
}
#map {
    width: 750px;
    height: 500px;
}
.click #map {
    pointer-events: none;
}

/*===============================
10. Board 
===============================*/

.board-boxes {
    background: #212528;
    padding: 40px 0 0px;
}
.board-box {
    margin-bottom: 40px;
    border-bottom: 1px solid #FFF;
    padding-bottom: 40px;
}
.board-box h2 {
    font-weight: 800;
    font-size: 32px;
    margin: 0;
    text-transform: uppercase;
}
.board-box h2:after {
    display: block;
    height: 10px;
    width: 100px;
    content: "";
    background: #FFF;
    margin: 1em 0;
}
.board-box h4 {
    font-weight: 600;
    text-transform: uppercase;
    margin: 5px 0 15px;
}

/*===============================
11. Network 
===============================*/

.network-members {
    background: #212528;
    padding: 40px 0 0px;
}
.network-element {
    padding-bottom: 40px;
    border-bottom: 1px solid #FFF;
    margin-bottom: 30px;
}
.network-image {
    margin-bottom: 1.5em;
}
.network-element:last-child {
    border: none;
}
.network-category {
    font-size: 10px;
    margin-top: 0;
}
.network-name {
    font-size: 15px;
    font-weight: 800;
    margin-bottom: 1.5em;
}
.network-online,
.network-contacts {
    font-size: 15px;
    margin-bottom: 1.5em;
}

.network-element a {
    color: #FFF;
    text-decoration: underline;
}

.network-element a {
    color: #ccc;
}

/*===============================
12. Page 
===============================*/

.page-intro-img {
/*    background: #bba05f*/
}
.page-intro-img img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
/*    mix-blend-mode: multiply;*/
}
.page-intro {
    padding: 20px 0 40px;
}
.intro-text h1 {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 1.3em;
    margin: 0 0 30px;
}
.intro-text h1:after {
    display: block;
    height: 10px;
    width: 100px;
    content: "";
    background: #FFF;
    margin: 1.3em 0;
}
.intro-text p {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.3em;
    margin: 0 0 30px;
    padding-right: calc(100%/6);
}
.page-intro.text-center .intro-text h1:after {
    margin: 1.3em auto !important;
}
.page-intro.text-center .intro-text p {
    padding-right: calc(100%/8);
    padding-left: calc(100%/8);
}
.page-content {
    background: #212528;
    padding: 40px 0;
}
.image-row {
    margin: 30px -15px;
}

.page-content p {
    font-size: 18px;
    line-height: 24px;
}

.page-content h2 {
}
.page-content a {
    color: #CCC;
    text-decoration: underline;
}
/*===============================
11. Sidebar 
===============================*/

.sidebar h2 {
    font-weight: 800;
    font-size: 26px;
    margin: 0;
    text-transform: uppercase;
}
.sidebar h2:after {
    display: block;
    height: 10px;
    width: 100px;
    content: "";
    background: #FFF;
    margin: 1em 0;
}
.side-menu,
.widget {
    margin-bottom: 40px;
}
.side-nav a {
    color: #FFF;
    display: block;
    width: 100%;
    line-height: 1.5em;
    text-decoration: none;
}
.side-nav a:before {
    content: '- ';
    text-decoration: none;
}
.side-nav a:hover {
    color: #999;
}
.side-nav a.active {
    color: #487cb3
}
.widget .simple-news {
    margin-bottom: 40px;
    border: 0;
    padding: 0;
}
.widget .simple-news a:hover {
    text-decoration: underline
}

/*===============================
11. News 
===============================*/

.breaking-news-frame {
    padding: 40px 0;
}
.breaking-news-box {
    display: block;
    background: #FFF;
    color: #000;
    clear: both;
}
.breaking-news {
    padding: 15px 15px 10px;
    min-height: 430px;
}
.breaking-news a {
    color: inherit;
    text-decoration: none;
}
.breaking-news-pic {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.breaking-news:hover {
    background: #e5e5e5;
}
.breaking-news:hover .breaking-news-pic {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.breaking-news-content {
    padding: 10px;
}
.breaking-news-category {
    color: #999;
    margin-top: 0;
}
.breaking-news-title {
    font-weight: 800;
    margin-top: 0px;
    margin-bottom: 10px;
}
.breaking-news-text {
    line-height: 1.25em;
}
.news-list {
    padding: 40px 0 0;
    background: #212528;
}
.news-grid {
    border-bottom: 1px solid #FFF;
}
.simple-news {
    margin-bottom: 40px;
    padding: 5px 15px 0;
    border: 1px solid #212528;
}
.simple-news:hover {
    border-color: #e5e5e5;
}
.simple-news a {
    color: inherit;
    text-decoration: none;
}
.simple-news-content {
    padding: 0;
}
.simple-news-category {
    color: #FFF;
}
.simple-news-title {
    font-weight: 800;
    margin-top: 0px;
    margin-bottom: 10px;
}
.simple-news-text {
    font-size: 13px;
    line-height: 1.25em;
}

/*===============================
11. Pagination 
===============================*/

.pagination > li > a,
.pagination > li > span {
    border-radius: 50% !important;
    margin: 0 5px;
    height: 40px;
    width: 40px;
    padding: 11px 0;
    text-align: center;
    background: none;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    color: #FFF;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    color: #487cb3;
    background: none;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > span:focus,
.pagination > li > span:focus,
.pagination > li > span:active,
.pagination > li > span:active {
    color: #999;
    background: none;
    border-color: #999
}
.pager-prev {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid rgb(255, 255, 255);
    padding: 11px 0px;
    margin: 20px -15px;
    background: none;
    font-size: 16px;
    line-height: 16px;
    float: left;
    text-decoration: none;
    color: #FFF;
    font-weight: 600;
}
.pager-next {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid rgb(255, 255, 255);
    padding: 11px 0px;
    margin: 20px -15px;
    background: none;
    font-size: 16px;
    line-height: 16px;
    float: right;
    text-decoration: none;
    color: #FFF;
}
.pager-prev:hover,
.pager-next:hover {
    color: #999;
    background: none;
    border-color: #999;
    text-decoration: none;
}

/*===============================
11. Single Article 
===============================*/

.single-news {
    padding: 40px 0 0;
    background: #212528;
}
.article {
    margin-bottom: 40px;
}
.article-category {
    margin: 0;
}
.article-category a {
    font-weight: 400;
    color: #fff;
    text-decoration: none;
}
.article-category a:hover {
    color: #bba05f;
}
.article-title {
    margin-top: 15px;
    font-weight: 300;
    color: #fff;
    text-decoration: none;
}
.article-title:after {
    display: block;
    height: 10px;
    width: 100px;
    content: "";
    background: #FFF;
    margin: 1em 0;
}
.article-excerpt {
    text-transform: none;
    font-size: 1.33em;
    line-height: 1.3em;
    font-weight: 500;
}
.article-main-pic {
    margin: 40px auto;
}
.article-body {
    line-height: 1.733em;
}

/*===============================
11. Portfolio 
===============================*/

.portfolio {
    background: #212528;
    padding: 40px 0 0px;
}
.portfolio-filters {
    margin-bottom: 40px;
}
.filter-group {
    margin-bottom: 20px
}
.filter {
    margin: 5px 5px 5px 0;
}
.filter.is-checked {
    background: #FFF;
    color: #000;
}
.portfolio-grid {
    min-height: 400px;
}
.portfolio-image {
    border: 1px solid #FFF;
    border-bottom: none;
}
.portfolio-item {
    margin-bottom: 30px;
    text-align: center;
}
.portfolio-element {
    /* min-height: 162px; */
    position: relative;
    border: 1px solid #FFF;
    cursor: pointer;
}
.portfolio-info {
    /* min-height: 160px; */
    padding: 15px;
}
.portfolio-info p {
    margin-bottom: 0;
    font-size: 14px;
}
.portfolio-details {
    display: none;
    color: #000;
    position: relative;
    background: #f3f3f3;
    padding: 15px 30px;
    /* min-height: 160px; */
    width: 100%;
    position: absolute;
    top: 0;
}
.portfolio-element:hover .portfolio-details {
    display: block;
}
.portfolio-element:hover {
    background: #f3f3f3;
    /* border: 1px solid #33383D; */
}
.portfolio-details a {
    color: inherit;
    font-weight: 500;
}
.portfolio-details table {
    width: 100%;
    margin: 15px 0;
}
.portfolio-details table .pf-data {
    text-align: right;
}
.portfolio-details table .pf-det {
    text-align: left;
    font-weight: 600;
}
a.social-icon {
    color: #000;
    display: inline-block;
    border: 1px solid #FFF;
    position: relative;
    padding: 5px;
    bottom: 0px;
    text-align: center;
    width: 32px;
    height: 32px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a.social-icon:hover {
    border-color: #33383D;
    color: #33383D;
}
a[href=''].social-icon,
a[href='#'].social-icon {
    display: none;
}

/*===============================
7. Media Queries
===============================*/

@media (max-width: 1199px) {
    #comeeta-pag-home .slide-text {
    bottom: 10%;
}
}
@media (max-width: 991px) {
    .fast-seeder {
        min-height: auto;
        float: left !important;
        margin-top: 0;
        margin-bottom: 20px;
    }
    #comeeta-pag-home .slide-text {
    bottom: 0%;
}
}
@media (max-width: 767px) {
    .menu a {
        margin: 0 5px 20px;
    }
    .navbar-toggle .icon-bar {
        background: #FFF;
    }
    .navbar-collapse {
        border: 0;
        box-shadow: none;
    }
    .page-content h2 {
        text-align: center;
        margin-bottom: 20px;
}
}

/*===============================
8. Custom Icons
===============================*/
.chi-siamo-image {
    background: url('../img/chisiamo.svg') no-repeat center / 200px;
    min-height: 200px;
    margin-bottom: 20px;
}

.scouting-image {
    background: url('../img/scouting.svg') no-repeat center / 200px;
    min-height: 200px;
    margin-bottom: 20px;
}

.development-image {
    background: url('../img/development.svg') no-repeat center / 200px;
    min-height: 200px;
    margin-bottom: 20px;
}

.exit-image {
    background: url('../img/exit.svg') no-repeat center / 200px;
    min-height: 200px;
    margin-bottom: 20px;
}

.fastseeder-image {
    background: url('../img/fast-logo.svg') no-repeat center / 200px;
    min-height: 200px;
    margin-bottom: 20px;
}