body {
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    background: #FFFFFF;
    max-width: 1250px;
    margin: auto;
}

.main {
    position: relative;
    max-width: 100%;
    background: radial-gradient(rgba(240,240,240,1), rgba(255,255,255,0));
    filter: alpha(opacity=10); /* For IE8 and earlier */
    -moz-box-shadow: 1px 2px 4px rgba(0, 0, 0,0.5);
    -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
    box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0px;
    padding-right: 0px;
}

.main nav {
    margin-left: 0px;
    margin-top: 7px;
    padding: 10px;
    text-align: center;
    background-color:rgba(128,128,128,0.3);
    filter: alpha(opacity=30); /* For IE8 and earlier */
    -moz-box-shadow: 1px 2px 4px rgba(0, 0, 0,0.5);
    -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
    box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
    overflow: hidden;
    position: fixed; /* Set the navbar to fixed position */
    top: 0; /* Position the navbar at the top of the page */
}

@media only screen and (max-width: 414px) {
    .main nav  {
        background-color:rgba(128,128,128,0.6);
    }
}

@media only screen and (max-width: 423px) {
    /* For mobile phones: */
    .main nav {
        margin-left: -20px;
    }
}

.main nav:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 10px;
    height: 10px;
    -webkit-clip-path: polygon(100% 100%, 100% 0, 0 0);
    background-color: #4A6988;
    z-index: -1;
}

.main ul {
    padding: 0;
    margin: 0;
}

.main nav li {
    display: inline;
    margin: 10px;
    list-style-type: none;
    width: 100%;
}

.main nav a {
    text-decoration: none;
    color: #000;
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    font-weight: lighter;
    text-transform: uppercase;
    font-size: 1em;
    line-height: 1.7;
    display: inline-block;
}

.main nav a:hover {
    border-bottom: 1px dotted #000;
}

section {
    padding-top: 10px;
    margin: 20px 0;
}

/*
==============================================
Columns starts
==============================================
*/

* {
    box-sizing: border-box;
}

.row::after {
    content: "";
    clear: both;
    display: table;
}
[class*="col-"] {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 0px solid red;
}
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}

@media only screen and (max-width: 667px) {
    /* For mobile phones: */
    .col-4 {
        width: 100%;
    }
}

.col-4R {width: 33.33%;}

@media only screen and (max-width: 667px) {
    /* For mobile phones: */
    .col-4R {
        width: 100%;
        padding-left: 20px;
    }
}

.col-5 {width: 41.66%;}
.col-6 {width: 50%;}

@media only screen and (max-width: 667px) {
    /* For mobile phones: */
    .col-6 {
        width: 100%;
    }
}

.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}

@media only screen and (max-width: 667px) {
    /* For mobile phones: */
    .col-8 {
        width: 100%;
    }
}

.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

.two-cols {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
}

==============================================
Columns end
==============================================

div.maxwidth {
    max-width: 1000px;
    margin: auto;
}

h1 {
    color: #484848;
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    font-weight: normal;
    text-align: center;
    font-size: 26px;
}

h2 {
    color: #484848;
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    font-weight: lighter;
    text-align: center;
    font-size: 26px;
}

b {
    font-weight: normal;
}

.icon_logo {
    width: 75px;
    padding-top: 20px;
}

@media only screen and (max-width: 414px) {
    .icon_logo {
        padding-top: 40px;
    }
}

.icon {
    width: 55px;
    padding-top: 30px;
}

.icon_twitter {
    width: 35px;
    padding-top: 20px;
}

.center {
    text-align: center;
}

.website_image {
    max-width: 100%;
    padding: 0px;
    border: 0px;
    background-color:rgba(248,248,248,0.3);
    filter: alpha(opacity=30); /* For IE8 and earlier */
    -moz-box-shadow: 1px 2px 4px rgba(0, 0, 0,0.5);
    -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
    box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
}

.home_text {
    padding-top: 110px;
    margin-left: 10px;
    margin-right: 10px;
}

span.specialism {
    color: #484848;
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    font-weight: lighter;
    text-align: center;
    font-size: 18px;
}

p.header {
    color: #484848;
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    font-weight: normal;
    text-align: left;
    font-size: 18px;
}

#home {
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    font-weight: lighter;
    text-align: center;
    height: 510px;
    background: #FFFFFF;
}

#about {
    font-size: 18px;
    line-height: 1.7;
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    font-weight: lighter;
    text-align: center;
    height: 450px;
    padding-left: 40px;
    padding-right: 40px;
    background: #FFFFFF;
}

@media only screen and (max-width: 667px) {
    /* For mobile phones: */
    #about {
        padding-left: 20px;
        padding-right: 20px;
        height: 585px;
    }
}

#gallery {
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    font-weight: lighter;
    text-align: center;
    height: 600px;
    margin-left: 0px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
    background: #FFFFFF;
}

@media only screen and (max-width: 788px) {
    #gallery {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        height: 550px;
    }
}

@media only screen and (max-width: 667px) {
    #gallery {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        height: 850px;
    }
}

@media only screen and (max-width: 414px) {
    #gallery {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 20px;
        height: 750px;
    }
}

@media only screen and (max-width: 320px) {
    #gallery {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        height: 680px;
    }
}

#info {
    font-size: 18px;
    line-height: 1.7;
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    font-weight: lighter;
    text-align: left;
    height: 580px;
    padding-left: 25px;
    padding-right: 25px;
    background: #FFFFFF;
}

@media only screen and (max-width: 667px) {
    /* For mobile phones: */
    #info {
        height: 810px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

#contact {
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    font-weight: lighter;
    text-align: left;
    height: 775px;
    padding-left: 15px;
    padding-right: 15px;
    background: #FFFFFF;
}

@media only screen and (max-width: 667px) {
    #contact {
        padding-left: 5px;
        padding-right: 5px;
        height: 900px;
    }
}

#contact a:hover {
    border-bottom: 1px dotted #000;
}

a:link {
    color: #000000;
    text-decoration:none !important;
    text-decoration:none;
}

a:visited {
    color: #000000;
    text-decoration:none !important;
    text-decoration:none;
}

/*
==============================================
Contact form starts
==============================================
*/

input[type=text], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}

input[type=submit] {
    background-color: #97ad82;
    border-radius: 4px;
    color: white;
    padding: 12px 20px;
    border: none;
    cursor: pointer;
    -webkit-appearance: none;
}

input[type=submit]:hover {
    background-color: #45a049;
}

input[type=button] {
    background-color: #97ad82;
    border-radius: 4px;
    color: white;
    padding: 12px 20px;
    margin-top: 5px;
    border: none;
    cursor: pointer;
    -webkit-appearance: none;
}

input[type=button]:hover {
    background-color: #45a049;
}

#captcha_image {
    border-radius: 4px;
}

.contact_container {
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

@media only screen and (max-width: 667px) {
    /* For mobile phones: */
    .contact_container {
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 15px;
    }
}

/*
==============================================
Contact form ends
==============================================
*/

*
==============================================
fadeIn starts
==============================================

#object {
    visibility: hidden;
}

.fadeIn {
    animation-name: fadeIn;
    -webkit-animation-name: fadeIn;
    animation-duration: 1.8s;
    -webkit-animation-duration: 1.8s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible !important;
}

@keyframes fadeIn {
    0% {
        transform: scale(0);
        opacity: 0.0;
    }
    60% {
        transform: scale(1.2);
    }
    80% {
        transform: scale(0.9);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        -webkit-transform: scale(0);
        opacity: 0.0;
    }
    60% {
        -webkit-transform: scale(1.2);
    }
    80% {
        -webkit-transform: scale(0.9);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}

/*
==============================================
fadeIn ends
==============================================
*/

/*
==============================================
Swing starts
==============================================
*/

.container {
    left: 50%;
    margin: auto -60px;
    position: absolute;
    top: 100px;
}

@media only screen and (max-width: 414px) {
    .container {
        top: 125px;
    }
}

.swing div {
    border-radius: 50%;
    float: left;
    height: 1em;
    width: 1em;
}
.swing div:nth-of-type(1) {
    background: -webkit-linear-gradient(left, #8CAB6E 0%, #8CAB6E 100%);
    background: linear-gradient(to right, #8CAB6E 0%, #8CAB6E 100%);
}
.swing div:nth-of-type(2) {
    background: -webkit-linear-gradient(left, #8CAB6E 0%, #8CAB6E 100%);
    background: linear-gradient(to right, #8CAB6E 0%, #8CAB6E 100%);
}
.swing div:nth-of-type(3) {
    background: -webkit-linear-gradient(left, #8CAB6E 0%, #8CAB6E 100%);
    background: linear-gradient(to right, #8CAB6E 0%, #8CAB6E 100%);
}
.swing div:nth-of-type(4) {
    background: -webkit-linear-gradient(left, #8CAB6E 0%, #8CAB6E 100%);
    background: linear-gradient(to right, #8CAB6E 0%, #8CAB6E 100%);
}
.swing div:nth-of-type(5) {
    background: -webkit-linear-gradient(left, #8CAB6E 0%, #8CAB6E 100%);
    background: linear-gradient(to right, #8CAB6E 0%, #8CAB6E 100%);
}
.swing div:nth-of-type(6) {
    background: -webkit-linear-gradient(left, #8CAB6E 0%, #8CAB6E 100%);
    background: linear-gradient(to right, #8CAB6E 0%, #8CAB6E 100%);
}
.swing div:nth-of-type(7) {
    background: -webkit-linear-gradient(left, #8CAB6E 0%, #8CAB6E 100%);
    background: linear-gradient(to right, #8CAB6E 0%, #8CAB6E 100%);
}
.shadow {
    clear: left;
    padding-top: 1.5em;
}
.shadow div {
    -webkit-filter: blur(1px);
    filter: blur(1px);
    float: left;
    width: 1em;
    height: .25em;
    border-radius: 50%;
    background: #BFDEA1;
}
.shadow .shadow-l {
    background: #BFDEA1;
}
.shadow .shadow-r {
    background: #BFDEA1;
}
@-webkit-keyframes ball-l {
    0%, 50% {
        -webkit-transform: rotate(0) translateX(0);
        transform: rotate(0) translateX(0);
    }
    100% {
        -webkit-transform: rotate(50deg) translateX(-2.5em);
        transform: rotate(50deg) translateX(-2.5em);
    }
}
@keyframes ball-l {
    0%, 50% {
        -webkit-transform: rotate(0) translate(0);
        transform: rotate(0) translateX(0);
    }
    100% {
        -webkit-transform: rotate(50deg) translateX(-2.5em);
        transform: rotate(50deg) translateX(-2.5em);
    }
}
@-webkit-keyframes ball-r {
    0% {
        -webkit-transform: rotate(-50deg) translateX(2.5em);
        transform: rotate(-50deg) translateX(2.5em);
    }
    50%,
    100% {
        -webkit-transform: rotate(0) translateX(0);
        transform: rotate(0) translateX(0);
    }
}
@keyframes ball-r {
    0% {
        -webkit-transform: rotate(-50deg) translateX(2.5em);
        transform: rotate(-50deg) translateX(2.5em);
    }
    50%,
    100% {
        -webkit-transform: rotate(0) translateX(0);
        transform: rotate(0) translateX(0);
    }
}
@-webkit-keyframes shadow-l-n {
    0%, 50% {
        opacity: .5;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: .125;
        -webkit-transform: translateX(-1.57em);
        transform: translateX(-1.75em);
    }
}
@keyframes shadow-l-n {
    0%, 50% {
        opacity: .5;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: .125;
        -webkit-transform: translateX(-1.75);
        transform: translateX(-1.75em);
    }
}
@-webkit-keyframes shadow-r-n {
    0% {
        opacity: .125;
        -webkit-transform: translateX(1.75em);
        transform: translateX(1.75em);
    }
    50%,
    100% {
        opacity: .5;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes shadow-r-n {
    0% {
        opacity: .125;
        -webkit-transform: translateX(1.75em);
        transform: translateX(1.75em);
    }
    50%,
    100% {
        opacity: .5;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
.swing-l {
    -webkit-animation: ball-l .425s ease-in-out infinite alternate;
    animation: ball-l .425s ease-in-out infinite alternate;
}
.swing-r {
    -webkit-animation: ball-r .425s ease-in-out infinite alternate;
    animation: ball-r .425s ease-in-out infinite alternate;
}
.shadow-l {
    -webkit-animation: shadow-l-n .425s ease-in-out infinite alternate;
    animation: shadow-l-n .425s ease-in-out infinite alternate;
}
.shadow-r {
    -webkit-animation: shadow-r-n .425s ease-in-out infinite alternate;
    animation: shadow-r-n .425s ease-in-out infinite alternate;
}

/*
==============================================
Swing ends
==============================================
