/*----------------------- Overloads & mains -----------------------*/

h1, h2 {
    padding-bottom: 0.25em;
}

h1.product-title {
    padding-bottom: 0;
    border: none;
}

table, td {
    border: none;
}

.row {
	background-repeat: no-repeat; 
}

.debug {
    background-color: #FFFFAA;
}

.dashed-separator {
    height: 1px; width: 100%;
    border-top: 1px dashed #efefef;
    margin: 0.5em 0 0.5em 0;
}

.bad-stuff {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    z-index: 99999;
    text-align: center; vertical-align: center;
    color: #ffffff;
    background-image: url('../img/backgrounds/pink.png');
}

@media only screen and (min-width: 768px) {

    .large-spacer {
        width: 100%; height: 2em;	
    }
}

.centerify {
	text-align: center;
}

.cookies {
	display: none;
}

    .c-container {
        padding: 0.7em;
        margin: 1em 0 0 0;
        border: 1px solid #e9e9e9;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }

    .c-container p {
        font-size: 0.8em;
        font-weight: 600;
        margin: 0;
    }

    .c-container a {
        font-size: 0.8em;
        font-weight: 600;
    }

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

        .c-container p {
            text-align: center;			
        }

        .c-container a {
            display: block;
            text-align: center;	
        }

    }

.e404 {
    text-align: center;
    padding-top: 3em;
}

/*----------------------- CSS3 -----------------------*/

.transition-1 {
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: ease-in;
}

/*----------------------- High resolution phones and low resolution tablets -----------------------*/

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

    body {
        padding-top: 0;
    }	

    .normandy-sr2x {
        display: block;
        width: 100%;
        background: #fff;
        border-bottom: 1px solid #ffffff; /* Fixed for image scaling */
        box-shadow: 0px 0px 5px #555555;	
    }

    .small-menu-elements a {
        display: inline-block;
    }

    .small-menu-elements img {
        width: 180px; height: 160px;
    }

    .normandy-sr1,
    .normandy-sr2 {
        display: none;
    }	
}

/*----------------------- Tablets and high resolution phones; iPad queries included -----------------------*/

@media only screen and (min-width: 800px) and (max-width: 1279px), (min-device-width : 768px) and (max-device-width : 1024px) and (-webkit-min-device-pixel-ratio: 2) {
	
    html,  
    body {
        -webkit-text-size-adjust:none; 
    }

    body {
        padding-top: 0;
    }	

    .normandy-sr2 {
        display: block;
        width: 100%;
        background: #fff;
        box-shadow: 0px 0px 5px #555555;	
    }	

    .normandy-sr2 .full-logo {
        float: left;
        margin-top: 22px;
    }

    .normandy-sr2 .menu {
        text-align: right;
    }	

    .normandy-sr1,
    .normandy-sr2x {
        display: none;
    }	
}

/*----------------------- Computer screens and high resolution tablets -----------------------*/

@media only screen and (min-width: 1280px) {
	
    .admin-bar-fix {
        margin-top: 28px !important;
    }	

    body {
        padding-top: 75px;
    }	

    .normandy-sr1 {
        display: block;
        z-index: 9999;
        position: fixed;
        left: 0; top: 0;	
        width: 100%;
        background: #fff;
        box-shadow: 0px 0px 5px #555555;	
    }

    .normandy-sr1 .logo {
        line-height: 75px;
    }	

    .normandy-sr1 .menu {
        padding-left: 60px;
    }	

    .normandy-sr1 .search {
        padding-top: 22px;
    }	

    .normandy-sr2,
    .normandy-sr2x {
        display: none;
    }
}

.top-bar {
    margin-top: 18px;
    background: #ffffff;
}

@media only screen and (max-width: 768px) {
    .top-bar {
        height: auto;
    }
}

.top-bar .name h1 a {
    padding: 7px 0 0 0;
    font-size: 0.7em;
    margin-top: 10px;
}

.top-bar-section ul, 
.top-bar-section li a:not(.button)  {
    color: #404040;
    background: #ffffff;
}

.top-bar-section ul li > a {
    font-size: 0.7em;
    font-weight: 600;
}

.search-form {
    position: relative;
    margin-bottom: 0;
}

.search-form button {
    position: absolute;	
    display: block;
    top: 6px; right: 5px;
    padding: 0; margin: 0; 
    z-index: 100;
    overflow: hidden;
    text-indent: -9999px;
    width: 20px !important;
    height: 20px !important;
    background: #ffffff url('../img/icons/search.png');
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: 50% 50%;
    border: 0px;
}

.search-form input {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;	
}

.bc-overlay {
    margin-bottom: 1em;
    border-bottom: 1px solid #e6e6e6;
}

.bcrumbs {
    color: #767676;
    font-weight: 400;
    font-size: 0.9em;
    padding-top: 15px;
    padding-bottom: 15px;
}

.bcrumbs a {
    color: #c10f1a;
}

.device-menu ul {
    border: 1px solid #ccc;
    box-shadow: 0px 0px 3px #e5e5e5;
}


@media only screen and (min-width: 1280px) {
	
    .left.main-menu {
        padding-left: 100px;
    }
}

/*----------------------- Buttons -----------------------*/

.flat-button {
    position: relative;
    display: block;
    color: #ffffff;
    padding: 1em 1em 1em 3em;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

input[type=submit] {
    position: relative;
    display: block;
    color: #ffffff;
    padding: 0.6em 1.2em;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.flat-button:hover, input[type=submit]:hover {
    color: #FFFFFF;
}

.flat-button.teal, input[type=submit] {
    background-color: #4dc9eb;
    -webkit-box-shadow: 0px 3px 0px #238099;
    -moz-box-shadow:    0px 3px 0px #238099;
    box-shadow:         0px 3px 0px #238099;
}

.flat-button.rose {
    background-color: #d51a7a;
    -webkit-box-shadow: 0px 3px 0px #921756;
    -moz-box-shadow:    0px 3px 0px #921756;
    box-shadow:         0px 3px 0px #921756;
}

@media only screen and (min-width: 1280px) {

    .fbutton-fix {
        padding: 0em 2em 0em 2em;	
    }
}
 
@media only screen and (max-width: 1279px) {

    .mobile-button-fix {
        margin-bottom: 1em;
    }
} 

.icon {
    position: absolute;
    left: 1em; top 1em;
    width: 30px; height: 30px;
    background-size: 30px 30px;
    margin: -0.5em 0 -0.5em 0;
}

.icon.icon-ghost { background-image: url('../img/icons/ghost.png'); }
.icon.icon-shop { background-image: url('../img/icons/shopcart.png'); }
.icon.icon-social { background-image: url('../img/icons/friends.png'); }
.icon.icon-package { background-image: url('../img/icons/package.png'); }
.icon.icon-mail { background-image: url('../img/icons/mail.png'); }

/*----------------------- Front page -----------------------*/

.main-feature {
    position: relative;
    text-align: center;
    height: 420;
    min-height: 330px;
    padding: 8em 1em 1em 1em;
    margin-top: 4em;
    border: 1px solid #e9e9e9;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.main-feature h3 {
    color: #c10f1a;
    font-size: 1em;
    font-weight: 400;
}

.main-feature p {
    font-size: 0.9em;
    color: #4b4b4b;
    margin-bottom: 1em;
}

.front-activity {
    margin-top: 1em;
}

    .front-activity h1 {
        font-size: 1.4em;
        font-weight: 600;
        color: #404040;
    }
    
    .front-activity h2 {
        font-weight: 400;
        font-size: 1em;
        color: #0098d4;
    }
    
    .front-activity p {
        font-size: 0.9em;
    }

.feature-icon {
    position: absolute;
    top: -3em; left: 0;
    width: 100%;
    text-align: center;
}

.main-slider {
    background-color: #ffffff;
    margin-top: 1em;
    margin-bottom: 1em;
}

@media only screen and (min-width: 768px)  {

    .main-slider {
        margin-top: 3em;
        margin-bottom: 3em;
    }

}

.orbit-container ul {
    list-style-type: none;
    background-color: #ffffff !important;
}

.orbit-timer {
    display: none;
}

.orbit-container .i-orbit-prev,
.orbit-container .i-orbit-next {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    width: 50px;
    height: 60px;
    line-height: 50px;
    color: white;
    text-indent: -9999px !important; 
}

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

    .orbit-container .i-orbit-prev,
    .orbit-container .i-orbit-next {
        display: none;
    }
}

.orbit-container .i-orbit-prev > span,
.orbit-container .i-orbit-next > span {
    display: none;
}

.orbit-container .i-orbit-prev {
    left: 0; 
    background: url('../img/sliders/left.png');
    background-size: 50px 60px;
}

.orbit-container .i-orbit-prev > span {
    border-right-style: solid;
    border-color: transparent;
    border-right-color: #fff; 
}

.orbit-container .i-orbit-next {
    right: 0; 
    background: url('../img/sliders/right.png');
    background-size: 50px 60px;
}

.orbit-container .i-orbit-next > span {
    border-color: transparent;
    border-left-style: solid;
    border-left-color: #fff;
    left: 50%;
    margin-left: -8px; 
}

.front-activity {
    background-color: #f6f6f6;
    padding-bottom: 2em;
}

h1.front {
    font-size: 1em;
    font-weight: 600;
    color: #82878c;
    margin: 2em 0 1em 0;
}

.news-front-enum {
    margin-bottom: 2em;
}

    .nfe img {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -webkit-box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.35);
        -moz-box-shadow:    1px 1px 5px rgba(50, 50, 50, 0.35);
        box-shadow:         1px 1px 5px rgba(50, 50, 50, 0.35);        
    }

.pinterest-widget {
    width: 475px;
}

@media only screen and (max-width: 768px) {
    
    .social-widgets {
        display: none;
    }
    
}

.front-features {
    margin-top: 1em;
}
    
/*----------------------- News -----------------------*/

h1.news-title {
    font-size: 2.5em;
    font-weight: 400;
    padding-right: 3em;
    margin-bottom: 0.1em;
}

.news-col,
.news-col-last {
    font-size: 0.85em;
    color: #656565;
    margin-bottom: 1.5em;
}

.news-content,
.news-content p {
    font-weight: 400;
}

	.news-content ul {
		margin-left: 1em;
	}
	
.news-excerpt,
.news-excerpt p {
    font-weight: 600;
    color: #474747;
}	

.news-enum {
    font-size: 0.95em;
    margin-bottom: 1em;
}

    .news-enum h2 {
        font-size: 1.2em;
        font-weight: 600;
        color: #2ba6cb;
        margin-bottom: 0;
    }

    .news-enum .date {
        color: #909090;
        margin-bottom: 0.2em;
    }

    .news-image {
        float: left;
    }

.widget {
    background-color: #f6f6f6;
}

    h3.widget-title {
        font-size: 1em;
        font-weight: 600;
        padding: 0.5em;
        background-color: #c1c1c1
    }

    .widget ul {
        font-weight: 400;
        font-size: 0.9em;
        list-style-type: square;
        margin-left: 2em;
        padding-bottom: 0.8em;
    }

    span.post-date {
        font-size: 0.8em;
        color: #787878;
    }
	
.alignright {
    float: right;
}

.alignleft {
    float: left;
}

/* Product and device catalog */

.catalog-table,
.device-catalog-table {
    border: 1px solid #e8e8ea;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

@media only screen and (min-width: 1280px) {
	
    .catalog-table,
    .device-catalog-table {
            margin-right: 1em;
    }
}

.catalog-table h3,
.device-catalog-table h3 {
    color: #ffffff;
    font-weight: bold;
    font-size: 0.8em;
    padding: 10px 5px 10px 10px;
    margin: 0;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.catalog-table h3 {
    background: #c10f1a;
}

.device-catalog-table h3 {
    background: #0dbaea;
}

.catalog-table a,
.device-catalog-table a {
    display: block;
    color: #656565;
    font-size: 0.825em;
    font-weight: 400;
    border-top: 1px solid #e8e8ea;
}

.catalog-table a {
    padding: 12px 5px 12px 44px;	
}

.device-catalog-table a {
    font-weight: 600;
}

.catalog-table a:first-child,
.device-catalog-table a:first-child {
    border-top: none;
}

.catalog-table a:hover,
.device-catalog-table a:hover {
    color: #656565;
    text-decoration: none;
}

a.category {
    padding: 12px 5px 12px 44px;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: 11px 9px;
}

a.category.cat-akcesoria-foto { background-image: url('../img/icons/camera.png'); }
a.category.cat-etui-wodoszczelne { background-image: url('../img/icons/water.png'); }
a.category.cat-baterie-przenosne { background-image: url('../img/icons/battery.png'); }
a.category.cat-etui-ochronne { background-image: url('../img/icons/smartphone.png'); }
a.category.cat-etui-z-bateriami { background-image: url('../img/icons/bolt.png'); }
a.category.cat-folie-ochronne { background-image: url('../img/icons/hammer.png'); }
a.category.cat-glosniki { background-image: url('../img/icons/sound.png'); }
a.category.cat-sluchawki { background-image: url('../img/icons/headphones.png'); }
a.category.cat-kable-ladowarki-i-adaptery { background-image: url('../img/icons/plug.png'); }
a.category.cat-klawiatury { background-image: url('../img/icons/keyboard.png'); }
a.category.cat-zegarki-smartwatch { background-image: url('../img/icons/watch.png'); }
a.category.cat-pamieci-przenosne { background-image: url('../img/icons/memory.png'); }
a.category.cat-sluchawki { background-image: url('../img/icons/headphones.png'); }
a.category.cat-sport-i-fitness { background-image: url('../img/icons/gauge.png'); }
a.category.cat-zdrowie { background-image: url('../img/icons/heart.png'); }
a.category.cat-podstawki-i-uchwyty { background-image: url('../img/icons/stand.png'); }
a.category.cat-pozostale-akcesoria { background-image: url('../img/icons/box.png'); }
a.category.cat-torby-i-plecaki { background-image: url('../img/icons/bag.png'); }
a.category.cat-inteligentny-dom { background-image: url('../img/icons/home.png'); }
a.category.cat-rekawiczki-do-ekranow-dotykowych { background-image: url('../img/icons/gloves.png'); }
a.category.cat-zabawki { background-image: url('../img/icons/zabawki.png'); }

a.dev-category,
a.subdev-category {
    background-size: 20px 20px;
    background-position: 6px 4px;
    background-repeat: no-repeat;
}

a.dev-category {
    padding: 8px 12px;
    background: #e3f7fc;
}

a.subdev-category {
    padding: 8px 12px 8px 20px;
    font-weight: 400;
}

a.enddev-category {
    padding: 8px 12px 8px 20px;
    font-weight: 300;
}

.product-catalog h1 {
    font-size: 2em;
    margin: 0 0 1em 0;
}

.product-enum {
    position: relative;
    text-align: center;
    height: 245px;
    border: 1px solid #e8e8ea;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.product-enum:hover {
    border: 1px solid #c10f1a;
}

.product-enum .image, 
.product-enum .title {
    display: block;
} 

.product-enum img {
    padding-top: 5px;
}

.title-valign {
    display: table;
    width: 100%; height: 40px;
}

.product-enum a.title {
    display: table-cell;
    vertical-align: middle;
    color: #737373;
    font-size: 0.8em;
    font-weight: 400;
    text-align: center;
    line-height: 1.2em;
    padding: 5px 5px 0px 5px;
    border-top: 1px solid #e8e8ea;
}

.product-enum:hover a.title {
    color: #c10f1a;
    border-top: 1px solid #c10f1a;
}

.labeled {
    position: absolute;
    top: -5px; right: -5px;
    width: 85px; height: 85px;
    background-size: 85px 85px;
}

.icorneronly {
    background-image: url('../img/ribbons/tylko_u_nas.png');
}
.upcoming {
    background-image: url('../img/ribbons/zapowiedz.png');
}

/* Pagination */

.pagination {
    margin-top: 1em;
    margin-bottom: 1em;
    text-align: right;
    font-size: 0.9em;
}

.pagination a {
    color: #c10f1a;
    padding: 0.5em 1em; 
    margin-left: 0.25em;
    border: 1px solid #e8e8ea;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.pagination a:hover {
    background: #e8e8ea;
}

.pagination a.active {
    border: 3px solid #E8E8EA;
}

/* Page formatting */

.page-text {
    font-weight: 400;
}

.page-text ol, 
.page-text ul {
    margin-left: 2em;
}

.page-text ol li,
.page-text ul li {
    margin-bottom: 0.5em;
}

/* Where to buy */

#shoplist {
    display: none;
}

.shops h3 {
    font-size: 0.9em;
    margin-bottom: 1.5em;
    margin-top: 1.5em;
}

.shops ul {
    margin-bottom: 1em;
}

.shops a {
    display: block;
    text-align: center;
    vertical-align: center;
    border: 1px solid #ececec;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

/* Product page */

.row-shadow {
    float: left;
    background: url('../img/shadows/product_page.png');
    height: 10px; width: 100%;
}

.product-photo {
    position: relative;
    height: 500px;
    text-align: center;
    margin-top: 1em;
}

    .product-thumbs {
        position: absolute;
        left: 0; top: 0;
        border: 1px solid #ccc;
        width: 60px;
        opacity: 0;
    }

    .product-thumbs img {
        width: 60px; height: 60px;
    }

    .product-thumbs a {
        display: block;
        border-bottom: 1px solid #ccc;
    }

    .product-thumbs a:last-child {
        border-bottom: none
    }
	
@media only screen and (max-width: 1279px) {
	
    .product-photo {
        height: auto;
    }
}

.description {
    font-weight: 300;
    color: #363636;
    font-size: 1em;
    line-height: 1.5em;
    margin-bottom: 3em;
}

.description h1 {
    font-family: "Source Sans Pro", "Helvetica", Helvetica, Arial, sans-serif;
    font-size: 3em;
    color: #c51870;
    margin-bottom: 0.25em;
}

@media only screen and (min-width: 1280px) {
	
    .description h1 {
        padding-right: 2em;
        padding-top: 20px;
    }
}

@media only screen and (max-width: 768px) {
	
    .description h1 {
        font-size: 2em;
    }
}

.description h2 {
    font-family: "Source Sans Pro", "Helvetica", Helvetica, Arial, sans-serif;
    font-size: 1.1em;
    color: #363636;
}

.supported:after {
    content: ","
}

.supported:last-child:after {
    content: ""
}

.product-props {
    line-height: 1.2em;
}

.product-props, .available-colors {
    font-size: 0.9em;
    color: #7f7f7f;
}

.product-props span {
    display: block;
    float: left;
    margin-right: 0.5em;
}

.models {
    color: #7f7f7f;
    margin-top: 0.5em;
}

.buttons {
    margin: 2em 0 0 0;
}

.buttons .button {
    margin-right: 1em;
}

.available-colors span {
    float: left;
    display: block;
    line-height: 20px;
}

.product-color {
    float: left;
    width: 20px; height: 20px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    margin-left: 5px;
    background-size: cover !important;
} 

.product-color.clay{background:#d7b298}
.product-color.black { background: #000000 }
.product-color.white { border: 1px solid #ccc }
.product-color.red { background: #dc2020 }
.product-color.blue { background: #25aadb }
.product-color.pink { background: #db2582 }
.product-color.green { background: #76db25 }
.product-color.violet { background: #6a00bc }
.product-color.teal { background: #20bed0 }
.product-color.bronze { background: #653b00 } 
.product-color.lime { background: #bfd12e }
.product-color.orange { background: #ff6600 }
.product-color.coral { background: #ff7b76 }
.product-color.lightgrey { background: #b8b8b8 }
.product-color.darkgrey { background: #767676 }
.product-color.magenta { background: #d60c86 }
.product-color.cyan { background: #0098d4 }
.product-color.drabgreen { background: #857347 }
.product-color.slate { background: #6e8a96 }
.product-color.neon { background: #c5d25a }
.product-color.arctic { background: #51a7ca }
.product-color.electric-orange { background: #ff7407 }
.product-color.dark-metallic { background: url('../img/colors/dark-metallic.png')  }
.product-color.silver-metallic { background: url('../img/colors/silver-metallic.png') }
.product-color.glacier { background: #e2e3dd }
.product-color.avon-pink { background: #cd6089 }
.product-color.punked { background: #a1d920 }
.product-color.bolt { background: #bd3c26 }
.product-color.night-sky { background: #4a7bb3 }

.product-specification,
.product-reviews {
    padding-top: 1.5em;
    border-top: 1px dashed #e6e6e6;
}

    .product-specification h3,
    .product-reviews h3 {
        font-size: 1em;
        color: #a7a7a7;
        margin-bottom: 0.5em;
    }

.product-specification {
    padding-bottom: 1.5em;	
}

.spec-title,
.spec-value,
.rev-column {
    font-size: 0.9em;
    line-height: 2em;
}

.spec-title {
    font-weight: 600;
}

.extended-right .youtube-embed, .extended-left .youtube-embed {
	height: 345px;
}

.youtube-embed {
	width: 100%;

    border: 1px solid lightgray; 
    margin-top: 1em;
    margin-bottom: 1em;
    padding: 5px 5px 0px 5px; 
    background: #cbcbcb; 
    border-radius: 5px; 
    -moz-box-shadow: 1px 3px 3px black; 
    -webkit-box-shadow: 1px 3px 3px black; 
    box-shadow: 1px 3px 3px black;
}

/* Extended descriptions for products */

.table-positioning {
	display: table; 
}

.table-cell {
	display: table-cell;
	vertical-align: middle; 
}

.table-centerblock {
	width: 100%;
  	margin: 0 auto;
}

	.table-centerblock ul {
		margin-left: 2em;
	}

.extended-center,
.extended-left,
.extended-right {
	font-weight: 300;
	background-repeat: no-repeat;
	background-position: top center;
	margin-top: 2em;
	margin-bottom: 2em;
}

.extended-center.element-1 {
	margin-top: 0;
} 

@media only screen and (max-width: 768px) {
	
	.extended-center,
	.extended-left,
	.extended-right {
		font-size: 0.85em;
		text-align: center;
		margin-top: 0em;
		margin-bottom: 0em;
	}
	
	.extended-image {
		display: none;
	}
	
	.table-positioning {
		min-height: 0 !important; 
	}
	
	.table-centerblock {
		margin-top: 2em;
	}

}

@media only screen and (max-width: 800px) {
	
	.extended-center,
	.extended-left,
	.extended-right {
		border-top: 1px dashed #efefef;
	}
	
	.extended-center.element-1,
	.extended-left.element-1,
	.extended-right.element-1 {
		border-top: none;
	} 
	
}

.extended-center h2,
.extended-left h2,
.extended-right h2 {
	border-bottom: none;
}

.extended-center {
	text-align: center;
}

.extended-center .row {
	background-position: center;
}

.extended-center.bg-dark h2,
.extended-center.bg-dark,
.extended-left.bg-dark h2,
.extended-left.bg-dark,
.extended-right.bg-dark h2,
.extended-right.bg-dark {
	color: #fff;
}

.extended-right,
.extended-left {
	margin-top: 3em;
	margin-bottom: 3em;
}

.extended-right.bg-dark,
.extended-left.bg-dark {
	background-image: none;
}

.extended-center h2 {
	padding-top: 0.5em;
}

.extended-description h2 {
	font-size: 2em;
	font-weight: 400;
	color: #0eb4e2;
}

.extended-description p {
	font-weight: 300;
	font-size: 1em;
}

.extended-overlay {
	padding-bottom: 1em;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-image: url('../img/backgrounds/element_enum.png');
}

@media only screen and (max-width: 768px) {
	.extended-description h2 {
		font-size: 1.6em;
	}
}

/* Contact details and form */

.contact-details {
	margin-top: 1em;
	margin-bottom: 3em;
}

.contact-form {
	border: 1px solid #e2e2e2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.contact-details h3,
.contact-form h3 {
	color: #c10f1a;
	font-size: 1.2em;
	font-weight: 600;
	margin-bottom: 1em;
}

.contact-form h3 {
	padding: 1em 1em 0em 1em;
} 

.contact-form form {
	margin-bottom: 0;
}

.contact-form textarea {
	height: 10em;
}

.contact-form .inputs {
	padding: 1em;
}

.contact-form .submits {
	position: relative;
	background: #ecfafe;
	padding: 1em;
}

.contact-form .ajax-loader {
	position: absolute;
	bottom: 1em; right: 1em;
}

.mailchimp-response {
	padding: 1em;
}

.contact-form div.wpcf7-validation-errors,
.div.mailchimp-error {
	border: none !important;
	color: #c90000 !important;
	background: #feecec !important;	
}

div.wpcf7-mail-sent-ok,
div.mailchimp-success {
	border: none !important;
	color: #088605 !important;
	background: #f1feec !important;
}

.contact-form div.wpcf7-response-output {
	margin: 0 !important;
	padding: 1em !important;
} 

#mc_embed_signup div.mce_inline_error {
	margin: 0 0 1em 0;
	padding: 0 !important;
	color: #c90000 !important;
	background-color: #fff !important;
	font-weight: normal !important;
	z-index: 1;
}

/* Footer */

.quick-access {
	height: 50px;
	color: #ffffff;
	background-color: #9d9d9d;
}

.q-copyright {
	text-align: right;
	line-height: 50px;
	font-size: 0.8em;
}

@media only screen and (max-width: 768px) {
	
	.quick-access {
		height: auto;	
	}
	
	.q-copyright {
		text-align: center;
		line-height: 25px;
	}
	
	.q-icons {
		text-align: center;
	}
}

.footer-overlay {
	margin-top: 2em;
	background-color: #f0f0f0;
}

.footer {
	padding-top: 2em;
	padding-bottom: 1em;
}

.footer h3 {
	font-size: 0.9em;
	font-weight: 600;
	color: #797979;
	text-shadow: 0px 1px #ffffff;
}

.footer ul {
	font-size: 0.8em;
	font-weight: 400;
	line-height: 1.8em;
	list-style-type: none;
}