/*  ----------------------------------------------
    Basic
----------------------------------------------- */

html, html a {
    text-shadow: 1px 1px 1px rgba(0,0,0,0.05);
}
body {
    background: #fff;
    color: #32373d;
    font: 300 14px/21px "Open sans", sans-serif;
	-webkit-font-smoothing: antialiased;
}

a {
    color: #3498db;
    font-weight: bold;
}
a:hover {
    color: #3498db;
    text-decoration: underline;
}
a:focus {
    outline: 0;
}

h1 {
    font: 300 48px/48px "Open sans", sans-serif;
    color: #32373d;
    margin: 40px 0;
}
h2 {
    font: 400 18px/18px "Open sans", sans-serif;
    color: #32373d;
    margin: 40px 0;
}
h3 {
    font: 300 18px/27px "Open sans", sans-serif;
    color: #32373d;
    margin: 20px 0;
}
h4 {
    font: 300 13px/13px "Open sans", sans-serif;
    color: #32373d;
    margin: 20px 0;
}
h5 {
    font: 300 12px/12px "Open sans", sans-serif;
    color: #32373d;
    margin: 20px 0;
}

p {
    margin: 0 0 40px;
}

/*  ----------------------------------------------
    Buttons
----------------------------------------------- */

.btn.atomski-btn {
    display:inline-block;
    *display:inline;
    *zoom:1;
    padding:4px 12px;
    margin-bottom:0;
    font-size:14px;
    line-height:20px;
    text-align:center;
    vertical-align:middle;
    cursor:pointer;
    color:#fff;
    text-shadow:none;
    background-color:#e74c3c;
    background-image: none;
    background-repeat:no-repeat;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e74c3c', endColorstr='#e74c3c', GradientType=0);
    border-color:#e74c3c;
    border-color:rgba(0, 0, 0, 0);
    *background-color:#e74c3c;
    filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border:1px solid #e74c3c;
    *border:0;
    border-bottom-color:#e74c3c;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    *margin-left:.3em;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
}
    
.btn.atomski-btn:hover,
.btn.atomski-btn:focus,
.btn.atomski-btn:active,
.btn.atomski-btn.active,
.btn.atomski-btn.disabled,
.btn.atomski-btn[disabled]{
    color:#fff;
    background-color: #E43725;
    *background-color: #E43725;
    border-color: #E43725;
}
.btn.atomski-btn:focus {
    outline: 0;
}

.btn.atomski-btn.atomski-btn-large {
    padding: 10px 60px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-size: 13px;    
    font-weight: 300;
    text-transform: uppercase;
}

.btn.atomski-btn-negative {
    color: #e74c3c;
    background-color: #fff;
    *background-color: #fff;
    border-color: #e74c3c;
}
.btn.atomski-btn-negative:hover {
    color: #fff;
    background-color: #e74c3c;
    *background-color: #e74c3c;
    border-color: #e74c3c;
}

/*  ----------------------------------------------
    Page navigation
----------------------------------------------- */

.sticky-wrapper {
    position: absolute;
}
.sticky-wrapper header {
	position: fixed;
    top: -100px;
    transition: all 0.5s ease-out 0s;
}
.sticky-wrapper.is-sticky header {
    top: 0;
    transition: all 0.5s ease-out 0s;
}

header {
    z-index: 5;
    width: 100%;
}

header .atomski-navbar .atomski-brand  {
    padding: 16px 20px;
}
header .atomski-navbar .atomski-brand img {
    height: 50px;
}

header .atomski-navbar {
    padding: 0;
    background: #34495e;
}
header .atomski-navbar .atomski-container {
    width: 940px;
}

header .atomski-page-nav {
    margin-top: 25px;
}
header .navbar .nav > li {
    margin-left: 1px;
    margin-right: 1px;
}
header .atomski-navbar .atomski-nav > li > a,
header .atomski-navbar .atomski-nav > li > a:focus {
    float: none;
    padding: 4px 15px 4px;
    border: 0;
    color: #fff;    
    font: 300 14px/21px "Open sans", sans-serif;
    text-decoration: none;
    text-shadow: none;
}
header .atomski-navbar .atomski-nav > li > a:hover {
    background-color: transparent;
    color: #F14E55;
    text-decoration: none;
}
header .atomski-navbar .atomski-nav > li > a.current {
    background-color: transparent;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #F14E55;
    text-decoration: none;
}

.atomski-btn.atomski-btn-navbar {
    display: none;
}
.atomski-navbar .atomski-btn-navbar .atomski-icon-bar {
    background-color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/*  ----------------------------------------------
    Sections
----------------------------------------------- */

/* Span4 List */

ul.atomski-span4-list {
    margin-bottom: 40px;
}
ul.atomski-span4-list > li {
    width: 33%;
    height: 380px;
    float: left;
    margin: 0;
    padding: 40px 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-right: 1px solid #d8dce0;
    border-bottom: 1px solid #d8dce0;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
}
ul.atomski-span4-list li:nth-child(3n) {
    border-right: 0;
}
ul.atomski-span4-list li:nth-last-child(1),
ul.atomski-span4-list li:nth-last-child(2),
ul.atomski-span4-list li:nth-last-child(3) {
    border-bottom: 0;
}
ul.atomski-span4-list li:nth-child(3n+4) {
    clear: left;
}

/* Bubble */

.atomski-bubble-content {
    position: relative;
    margin: 0 0 60px;
    padding: 20px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    background: #3498db;
    border-top: 1px solid #fff;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
.atomski-bubble-content:after {
    position: absolute; 
    bottom: 100%; 
    left: 50%; 
    height: 0; 
    width: 0; 
    margin-left: -30px;
    border: solid transparent; 
    border-color: rgba(61, 23, 52, 0); 
    border-bottom-color: #3498db; 
    border-width: 30px; 
    content: ""; 
    pointer-events: none; 
}
.atomski-bubble-content p span {
    color: #f7f7f7;
}
.atomski-bubble-content p {
    margin: 0 0 20px;
	text-align: center;
}
.atomski-bubble-content p:last-child {
    margin: 0;
	font-size: 12px;
	line-height: 22px;
}

/*
    Section One
----------------------------------------------- */
.atomski-section.atomski-one {
	position: relative;
	height: 100vh;
	padding: 0;
	background: url(../img/bg-section-1.png) no-repeat 50% 50%;
	background-size: cover;
}
.atomski-intro {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 75px;
	background: rgba(0,0,0,0.1);
	text-align: center;
}
.atomski-intro h1 {
	margin: 20px auto;
    color: #34495e;
}

/*
    Section Two
----------------------------------------------- */

.atomski-section.atomski-two {
    background: #fff;
}
.atomski-section.atomski-two .atomski-row {
    padding-top: 40px;
    padding-bottom: 40px;
}
.atomski-section.atomski-two .atomski-row .atomski-row {
    padding-top: 0;
    padding-bottom: 0;
}

/*
    Section Three
----------------------------------------------- */
.atomski-section.atomski-three {
    background: #e74c3c;
}
.atomski-section.atomski-three .atomski-row {
    padding-top: 40px;
    padding-bottom: 40px;
}
.atomski-section.atomski-three h1,
.atomski-section.atomski-three p {
    color: #fff;
}

/*
    Section Four
----------------------------------------------- */
.atomski-section.atomski-four {
    background: #fff;
}
.atomski-section.atomski-four .atomski-row {
    padding-top: 40px;
    padding-bottom: 40px;
}

/*
    Section Five
----------------------------------------------- */
.atomski-section.atomski-five {
    background: #2980b9;
    border-bottom: 1px solid #e7eaed;
}
.atomski-section.atomski-five .atomski-row {
    padding-top: 40px;
    padding-bottom: 40px;
}
.atomski-section.atomski-five h1,
.atomski-section.atomski-five p {
    color: #fff;
}
.atomski-section.atomski-five a {
    color: #fff;
}
.atomski-section.atomski-five a:hover {
    color: #fff;
}

/*
    Section Six
----------------------------------------------- */
.atomski-section.atomski-six {
    background: #f4f6f8;
}
.atomski-section.atomski-six .atomski-row {
    padding-top: 80px;
    padding-bottom: 80px;
}
.atomski-section.atomski-six .atomski-action {
    margin: 0 auto;
}

/*  ----------------------------------------------
    Footer
----------------------------------------------- */

footer.atomski-footer {
    background: #34495e;
	color: #f7f7f7;
}
footer.atomski-footer .atomski-row {
    padding-top: 40px;
    padding-bottom: 40px;
}
footer.atomski-footer .atomski-logo {
    margin: 0 auto 40px;
}
footer.atomski-footer .atomski-logo img {
	height: 50px;
}
footer.atomski-footer .atomski-menu p {
	margin: 0;
}
footer.atomski-footer .atomski-menu ul.atomski-inline li {
    padding-left: 20px;
    padding-right: 20px;
}
footer.atomski-footer .atomski-menu a {
    color: #3498db;
	font-weight: normal;
    text-transform: lowercase;
}
footer.atomski-footer .atomski-menu a:hover {
    color: #3498db;
    text-decoration: none;
}

/*  ----------------------------------------------
    Media queries
----------------------------------------------- */

/* 
    Large desktop
----------------------------------------------- */
@media (min-width: 1200px) {

    header .atomski-navbar .atomski-container {
        width: 1170px;
    }
	
	ul.atomski-span4-list > li {
		height: 340px;
	}

}
 
/* 
    Portrait tablet to landscape and desktop
----------------------------------------------- */
@media (min-width: 768px) and (max-width: 979px) {
    
    
    body {
        font: 300 12px/18px "Open sans",sans-serif;
    }
    h1 {
        font: 300 30px/30px "Open sans", sans-serif;
        margin: 40px 0;
    }
    h2 {
        margin: 0 0 20px;
        font: 300 14px/18px "Open sans",sans-serif;
    }
    p {
        margin: 0 0 20px;
    }
    
	ul.atomski-span4-list > li,
    ul.atomski-span4-list li:nth-last-child(3),
    ul.atomski-span4-list li:nth-child(3n)    {
        width: 50%;
		height: 320px;
        padding: 30px 20px 20px;
        border-right: 1px solid #d8dce0;
        border-bottom: 1px solid #d8dce0;
    }
    ul.atomski-span4-list li:nth-child(2n) {
        border-right: 0;
    }
    ul.atomski-span4-list li:nth-last-child(1),
    ul.atomski-span4-list li:nth-last-child(2) {
        border-bottom: 0;
    }
    ul.atomski-span4-list li:nth-child(3n+4) {
        clear: none;
    }
    ul.atomski-span4-list li:nth-child(2n+3) {
        clear: left;
    }
    
    header .atomski-navbar .atomski-container {
        width: 724px;
    }
    header .atomski-page-nav.pull-right.collapse {
		width: 100%;
        margin-top: 0;
    }
    header .atomski-page-nav.pull-right.in.collapse {
        float: left;
		width: 100%;
        margin: 10px 0;
    }
    
    header .atomski-btn.atomski-btn-navbar {
        display: inline-block;
        margin-top: 22px;
        margin-left: 15px;
        margin-right: 15px;
        padding: 12px;
    }
    
    header .atomski-navbar .atomski-nav > li {
        width: 100%;
        float: left;
    }
    header .atomski-navbar .atomski-nav > li > a,
    header .atomski-navbar .atomski-nav > li > a:focus {
        float: none;
        width: 99%;
        padding: 6px 25px 6px;
        border-top: 1px solid #e74c3c;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        color: #fff;    
        font: 300 14px/21px "Open sans", sans-serif;
        text-decoration: none;
        text-shadow: none;
    }
    header .atomski-navbar .atomski-nav > li > a:hover {
        background-color: transparent;
        color: #e74c3c;
        text-decoration: none;
    }
    header .atomski-navbar .atomski-nav > li > a.current {
        background-color: transparent;
        border-top: 1px solid #e74c3c;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        color: #e74c3c;
        text-decoration: none;
    }
    
    .atomski-section.atomski-one .atomski-row {
        padding-top: 60px;
    }
    .atomski-section.atomski-one h1 {
        margin: 0px auto 60px;
    }
    .atomski-section.atomski-one .atomski-action {
        margin: 0 auto 300px;
    }
    .atomski-section.atomski-one .atomski-logo {
        margin: 60px auto 40px;
    }
    .atomski-section.atomski-one .atomski-description {
        margin: 0 auto 0px;
        font: 300 24px/36px "Open sans", sans-serif;
    }
    
    .atomski-section.atomski-two h2,
    .atomski-section.atomski-two p {
        text-align: center;
    }
    .atomski-section.atomski-two p {
        margin: 0 0 20px;
    }
    
    .atomski-section.atomski-four .atomski-row {
        padding-bottom: 40px;
    }
    
    .atomski-section.atomski-five .atomski-row {
        padding-bottom: 60px;
        padding-top: 60px;
    }
    .atomski-section.atomski-six .atomski-row {
        padding-bottom: 40px;
        padding-top: 40px;
    }
    footer.atomski-footer .atomski-row {
        padding-bottom: 30px;
        padding-top: 30px;
    }
    footer.atomski-footer .atomski-logo {
        margin: 0 auto 30px;
    }
}
 
/* 
    Landscape phone to portrait tablet
----------------------------------------------- */
@media (max-width: 767px) {

    body {
        padding-left: 0;
        padding-right: 0;
        font: 300 12px/18px "Open sans",sans-serif;
    }
    h1 {
        font: 300 30px/30px "Open sans", sans-serif;
        margin: 80px 0 30px;
    }
    h2 {
        margin: 0 0 20px;
        font: 400 14px/18px "Open sans",sans-serif;
    }
    p {
        margin: 0 0 20px;
    }
    
    ul.atomski-span4-list > li,
    ul.atomski-span4-list li:nth-last-child(3),
    ul.atomski-span4-list li:nth-child(3n)    {
        width: 100%;
		height: auto;
        padding: 30px 20px 20px;
        border-right: 0;
        border-bottom: 1px solid #d8dce0;
    }
    ul.atomski-span4-list li:nth-last-child(1),
    ul.atomski-span4-list li:nth-last-child(2) {
        border-bottom: 1px solid #d8dce0;
    }
    ul.atomski-span4-list li:last-child {
        border-bottom: 0;
    }
    ul.atomski-span4-list li:nth-child(3n+4),
    ul.atomski-span4-list li:nth-child(2n+3),
    ul.atomski-span4-list li {
        clear: left;
    }

    header .atomski-navbar .atomski-container {
        width: 100%;
    }
    header .atomski-btn.atomski-btn-navbar {
        display: inline-block;
        margin-top: 26px;
        margin-left: 15px;
        margin-right: 15px;
        padding: 12px;
    }    
    header .atomski-page-nav.pull-right.collapse {
		width: 100%;
        margin-top: 0;
    }
    header .atomski-page-nav.pull-right.in.collapse {
        float: left;
		width: 100%;
        margin: 10px 0;
    }
    header .atomski-navbar .atomski-nav > li {
        width: 100%;
        float: left;
    }
    header .atomski-navbar .atomski-nav > li > a,
    header .atomski-navbar .atomski-nav > li > a:focus {
        float: none;
        width: 100%;
        padding: 6px 25px 6px;
        border-top: 1px solid #e74c3c;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        color: #fff;
        font: 300 14px/21px "Open sans", sans-serif;
        text-decoration: none;
        text-shadow: none;
    }
    header .atomski-navbar .atomski-nav > li > a:hover {
        background-color: transparent;
        color: #e74c3c;
        text-decoration: none;
    }
    header .atomski-navbar .atomski-nav > li > a.current {
        background-color: transparent;
        border-top: 1px solid #e74c3c;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        color: #e74c3c;
        text-decoration: none;
    }

    header .atomski-navbar .atomski-nav > li > a > .icon-profile {
        float: right;
    }
    
    .atomski-section.atomski-one .atomski-row {
        padding-top: 40px;
    }
    .atomski-section.atomski-one h1 {
        margin: 0px auto 40px;
    }

    .atomski-bubble-content {
        margin: 0 0 40px;
    }
    
    .atomski-section,
    footer.atomski-footer {
        padding-left: 30px;
        padding-right: 30px;
    }
    
    .atomski-section.atomski-one .atomski-action {
        margin: 0 auto 40px;
    }
    .atomski-section.atomski-two h2,
    .atomski-section.atomski-two p {
        text-align: center;
    }
    .atomski-section.atomski-four .atomski-row {
        padding-bottom: 40px;
    }
    .atomski-section.atomski-five .atomski-row {
        padding-bottom: 60px;
        padding-top: 60px;
    }
    .atomski-section.atomski-six .atomski-row {
        padding-bottom: 40px;
        padding-top: 40px;
    }
    footer.atomski-footer .atomski-row {
        padding-bottom: 30px;
        padding-top: 30px;
    }
    footer.atomski-footer .atomski-logo {
        margin: 0 auto 30px;
    }
    footer.atomski-footer .atomski-menu ul.inline.atomski-inline li {
        padding-left: 5px;
        padding-right: 5px;
    }

}
 
/* 
    Landscape phones and down
----------------------------------------------- */

@media (max-width: 480px) {

    .atomski-section.atomski-one .atomski-action .btn.atomski-btn {
        margin: 0 10px 10px;
    }
}