::-webkit-scrollbar {
    width: 10px;
    background-color: #eee;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    //border-radius: 100px;

}

::-webkit-scrollbar-thumb {
    //border-radius: 100px;
    -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.5);
    background-color: #ddd;
}

#gallery {
    width: 1900px;
    left: 0px;
    position: absolute;
    padding-right: 20px;
    padding-left: 20px;
    overflow: hidden;
    height: 520px;
}


/* --------------------------------------
    RESET
----------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* -------------------------------------------------------
    GENERAL
---------------------------------------------------------- */
html {  }
body {
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-size: 16px;
    line-height: 25px;
    color: #3B3B3B;
    /*background: /* url(../images/25-pixel-baseline.png) left top repeat, *//* url(../images/bg.png) left top repeat ;*/
    /*text-shadow: 1px 1px 0 rgba(255, 255, 255, 1);*/
}

p { margin-bottom: 20px; }

p.intro { font-size: 18px;

}

/* links */
a:link, a:visited {
    color: #999;
    text-decoration: none;
    outline: 0;
}
a:hover, a:focus, a:active {
    color: #5E1F00;
}

/* Headers */
h1, h2, h3, h4, h5, h6 {
    /*font-family: 'MerriweatherBold', Serif;*/

    font-family:Serif;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
}
h1 {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: -0.9px;
    color: #a3c9a5;
    width: 500px;
    /*margin-left: auto;*/
    /*margin-right: auto;*/

}
h2 {
    font-size: 22px;
    line-height: 25px;
    margin-top: 10px;
    margin-bottom: 15px;
    color: #555555;
}
h3 {
    font-size: 18px;
    line-height: 25px;
}

/* Lists */
ul, ol {
	/*margin-bottom: 25px;*/
	/*padding: 0 20px;*/
}
ul { list-style: disc; }
ol { list-style: decimal; }

dl { margin-bottom: 25px; }
dt {
    font-weight: bold;
    color: #046416;
}
dd {
    padding-left: 20px;
}

blockquote {
	margin: 25px 0;
 	padding-left: 40px;
    padding-right: 30px;
    background: url(../img/quote.png) no-repeat 3px 0;
	font-weight: normal;
	font-size: 18px;
	font-style: italic;
}
input, select {
    vertical-align: middle;
}

strong, b {
    font-weight: bold;
}
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
mark {
    background-color: #FDD2B3;
}

/* Clearing and Alignment Classes */
.align-left {
    float: left;
}
.align-right {
    float: right;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.ie7 .clearfix { zoom: 1; } /* IE7 */

/* ------------------------------------------------------
    STRUCTURE
--------------------------------------------------------- */
#header-wrap {
    width: 100%;
    top: 0;
    left: 0;
}
header {
    width: 900px;
    height: 190px;
    margin-left: auto;
    margin-right: auto;
}
.content-wrap {
    width: 840px;
    margin: 0 auto;
    display: block;
    height: 520px;
}
.content-wrap section {
    display: block;
    padding: 20px 0 0 0;
    margin-top: 10px;
    background-color: #eee;
   /* border-radius: 5px; */
    box-shadow: 1px 1px 2px #ccc;
    height: 400px;
}
.content-wrap section section {
    background: none;
    margin: 0;
}
.content-wrap section .row {
    clear: both;
    overflow: hidden;
    margin-bottom: 25px;
}
.content-wrap section .row .col {
    float: left;
    margin: 0;
    padding: 0;
    width: 290px;
}
.content-wrap section .row .mid  {
    margin-left: 35px;
    margin-right: 35px;
}
.content-wrap section .no-bottom-margin{
    margin-bottom: 0;
}
.content-wrap section .left {
    float: left;
    width: 380px;
}
.content-wrap section .left p.intro {
    /* margin: 15px 0 10px 0; */
    margin: 15px 0 20px 0;
}
.content-wrap section aside {
    float: right;
    width: 360px;
}
.content-wrap section aside h2 {
    margin: 12.5px 0 12.5px 0;
}

ul.link-list {
    font-size: 26px;
    margin: 0 0 25px 0;
    padding: 0;
    list-style: none;
    height: 30px;
}

.faq {
    color: #858899;
    font-style: normal;
    /*font-weight: bold;*/

}

#faq1 {
    padding: 50px;
    padding-top: 20px;
    padding-bottom: 0px;

}


#faq2

{
    margin-top: 20px;
    height: 340px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 20px;
}



.faq .answer{
    color: #000;
   font-style: normal;
    font-weight: normal;
    font-size: 14px;
}

.faq li {
    margin-bottom: 20px;
    font-style: italic;
   /*font-size: 14px;*/
    font-size: 15px;
}


/*.content-wrap section aside ul.link-list {*/
    /*font-size: 16px;*/
    /*margin: 0 0 25px 0;*/
    /*padding: 0;*/
    /*list-style: none;*/
    /*background: url(../images/section-sep.png) repeat-x left top;*/
/*}*/
.content-wrap section .right ul.link-list li {
    /*background: url(../images/section-sep.png) repeat-x left bottom;*/
    padding-left: 0px;
    float: left;

}
.content-wrap section aside ul.link-list li a {
    color: #3B3B3B;
    padding-top: 5px;
    padding-bottom: 5px;
}
.content-wrap section aside ul.link-list li a:hover,
.content-wrap section aside ul.link-list li a:focus,
.content-wrap section aside ul.link-list li a:active {
    color: #285935;
}
.content-wrap section aside .testimonials {
    margin: 0 0 25px 0;
}
.content-wrap section aside .testimonials blockquote {
    font-style: italic;
    font-size: 16px;
    padding-left: 27px;
    background: url(../img/quote-open.png) no-repeat left 5px;
    margin: 12.5px 0;
}
.content-wrap section aside .testimonials blockquote p {
    margin-bottom: 0;
}
.content-wrap section aside .testimonials blockquote cite {
    font-style: normal;
    text-transform: uppercase;
    font-size: 11px;
}

.content-wrap section .back-to-top {
    display: block;
    position: absolute;
    bottom: -65px;
    right: 10px;
    height: 43px;
    width: 43px;
    background: url(../img/back-to-top.png);
    text-indent: -9999px;
    z-index: 9999;
}
.ie7 .content-wrap section .back-to-top {
    bottom: -70px;
}

footer {
    position: relative;
    background: url(../img/section-sep.png) repeat-x left 25px;
    width: 940px;
    margin: 0 auto;
    padding-top: 125px;
}

/* -------------------------------------------
    Header
-------------------------------------------- */

header
{

    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;


}

/* Logo */
header hgroup {

    background: url(../img/logo7.png) no-repeat;
    height: 150px;
    width: 250px;
    display: block;
    top: 0px;
    left: 346px;
    margin: 0 auto;
    margin-top: 5px;

}
header hgroup h1 a {
    text-indent: -9999em;
    display: block;
    height: 31px;
    width: 500px;
}
header hgroup h3  {
    text-indent: -9999em;
    height: 0;
}

/* Main Navigation */
header nav {
    margin: 0 auto;
    height: 20px;

    width: 500px;
    padding-left: 0px;
}

header nav ul
{
    /*font: bold 12px/25px  Helvetica, Arial, Sans-serif;*/
    /*margin-right: 25px;*/
    padding-left: 0px;
    list-style: none;
    height: 20px;
    display: block;

}
header nav ul div {
    font-size: 16px;
    float: left;
    /*margin-right: 10px;*/
    /*margin-left: 10px;*/
    color: #8a8a8a;
    margin-right: 10px;
    margin-left: 30px;
    /*text-shadow: 0 -1px 0 rgba(10, 10, 10, 1);*/
    cursor: pointer;
}


header nav ul div.focus
{
    color: #111
}



#floater
{
    padding-top: 535px;
    padding-bottom: 25px;
    display: block;
    height: 20px;
    margin: 0 auto;
    width: 690px;

    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;

}


#floater ul
{
    list-style: none;
}

#floater nav ul li
{
    float: left;
    font-size: 16px;
}

#floater nav ul div
{
    color: #8a8a8a;
    margin-left: 35px;
    margin-right: 5px;
    /*text-shadow: 0 -1px 0 rgba(10, 10, 10, 1);*/
    cursor: pointer;
;
}

#floater nav ul div.focus
{
    color: #111
}



#floater nav ul li:first-child div
{
    margin-left: 25px;
}

/* -----------------------------------------
    Main Section
------------------------------------------ */
section#main {
    width: 940px;
    background: none;
}
section#main h1 {
    margin-top: 10px;
    margin-bottom: 15px;
}
section#main .intro-box {
    float:left;
    width:460px;
    min-height: 300px;
}
section#main .row .col h2 {
    margin-top: 15px;
    margin-bottom: 10px;
}

/* Slider */
.slider-wrapper {
    float: right;
    position: relative;
    background: url(../img/slider.png) no-repeat;
    margin-top: 10px;
    margin-bottom: 13px;
    width: 420px;
    height: 234px;
}
.slider-wrapper #slider {
    position: absolute;
    top: 18px;
    left: 18.5px;
    width: 383px; /* Make sure your images are the same size */
    height: 198px; /* Make sure your images are the same size *//
}
.slider-wrapper .nivoSlider {
	position: relative;
	background: #fff url(../img/loading.gif) no-repeat 50% 50%;
}
.slider-wrapper .nivoSlider img {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}
.slider-wrapper .nivoSlider a {
	border: 0;
	display: block;
}
.slider-wrapper .nivo-controlNav {
	position: absolute;
	left: 50%;
	bottom: -45px;
    margin-left: -30px ; /* Tweak this to center bullets */
}
.slider-wrapper .nivo-controlNav a {
	display: block;
	width: 13px;
	height: 14px;
	background: url(../img/bullets.png) no-repeat;
	text-indent: -9999px;
	border: 0;
	margin-right: 10px;
	float: left;
}
.slider-wrapper .nivo-controlNav a.active {
	background-position: 0 -14px;
}
.slider-wrapper .nivo-directionNav a {
	display: block;
	width: 33px;
	height: 52px;
	background: url(../img/arrows.png) no-repeat;
	text-indent: -9999px;
	border: 0;
}
.slider-wrapper a.nivo-nextNav {
	background-position: -33px 0;
	right: -50px;
    top: 70px;
}
.slider-wrapper a.nivo-prevNav {
	left: -48.5px;
    top: 70px;
}
.slider-wrapper .nivo-caption {
    /* font-family: Helvetica, Arial, sans-serif; */
    padding: 5px 10px;
    width: 363px;
    font-size: 12px;
    text-shadow: none;
    text-align: center;
}
.slider-wrapper .nivo-caption p {
    text-shadow: none;
    color: #CBCBCB;
}
.slider-wrapper .nivo-caption a {
    color: #66CC33;
    /* border-bottom: 1px dotted #fff; */
}
.slider-wrapper .nivo-caption a:hover {
    color:#fff;
}

/* -----------------------------------------
   Services
------------------------------------------- */
section#services h1 {
   margin: 0 0 25px 0;
}
section#services .row .col img.align-left {
    margin-top: 13px;
    margin-right: 12px;
}

/* ---------------------------------------
    Portfolio
----------------------------------------- */
section#portfolio ul.folio-list {
    margin: 25px 0;
    padding: 0;
    width: 970px;
    list-style: none;
}
section#portfolio ul.folio-list li {
    float: left;
    margin-right: 29px;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 294px;
    height: 230px;
    max-height: 250px;
}
section#portfolio ul.folio-list li .thumb {
    margin: 0 0 5px 0;
    padding: 0;
    background: url(../img/thumb-frame.png) no-repeat;
    width: 294px;
    height: 205px;
}
section#portfolio ul.folio-list li .thumb img {
    margin-top: 18px;
    margin-left: 18px;
}
section#portfolio ul.folio-list li h3.entry-title {
    font-size: 14px;
    line-height: 25px;
    margin-left: 16px;
}

/* ------------------------------------------------
    About
------------------------------------------------ */
section#about-us .left .row .first {
    margin-right: 35px;
}
section#about-us .left ul.the-team {
    margin: 25px 0 25px 0;
    padding: 0;
    list-style: none;
}
section#about-us .left ul.the-team li {
    float: left;
    width: 290px;
    height: 150px;
}
section#about-us .left ul.the-team li a {
    color: #3B3B3B;
}
section#about-us .left ul.the-team li a:hover,
section#about-us .left ul.the-team li a:focus,
section#about-us .left ul.the-team li a:active {
    color: #285935;
}

section#about-us .left ul.the-team li .thumbnail {
    position: relative;
    float: left;
    background: url(../img/thumb-bg.png) no-repeat;
    width: 120px;
    height: 150px;
    margin-right: 12px;
}
section#about-us .left ul.the-team li .thumbnail img {
    position: absolute;
    top: 19px;
    left: 18px;
}
section#about-us .left ul.the-team li p {
    font-size: 14px;
    line-height: 20px;
    margin: 5px 0 0 0;
}
section#about-us .left ul.the-team li p.mname {
    /*font-family: "MerriweatherBold", Serif;*/
    margin: 10px 0 0 0;
}
section#about-us .left ul.the-team li.odd {
    margin-right: 35px;
}

section#about-us aside .download-btn {
    background: url(../img/btn-bg.png);
    display: block;
    width: 250px;
    height: 53px;
    border: 1px solid #066a19;
    margin: 0 0 20px 0;
    text-align: center;
    line-height: 55px;

    /*font-family: "MerriweatherBold", Georgia, Serif;*/
    font-size: 20px;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.5);

    box-shadow: 0px 1px 1px rgba(0,0,0,0.4), inset 0 1px 0 #28a441;
    -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.4), inset 0 1px 0 #28a441;
    -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.4), inset 0 1px 0 #28a441;
}




/* ---------------------------------------------------
Links
----------------------------------------------------- */
section#links
{
    font-size: 12px;
    line-height: 18px;


    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;

}


section#links .left  {
    width: 320px;
    height: 400px;
      margin: 0px 5px 5px 50px;
    /*padding: 35px 50px 40px 60px;*/
    padding-top: 35px;
    padding-right: 20px;


}

section#links .left p {
    float: right;
    color: #858899;
    font-style: italic;
    font-size: 14px;
}

section#links .right  {
    width: 330px;
    height: 400px;

    /*margin: 5px 60px 5px 5px;*/
    padding: 40px 50px 0px 60px;

    float: right;

	background: url("../img/divider8.png") no-repeat scroll 0px 5px transparent;
    font-size: 14px;

    padding-top: 35px;

    text-align: justify;
    text-shadow: none;
    color: #300;
}


section#links .right a {

    color: #000;

}





/* ---------------------------------------------------
   About
----------------------------------------------------- */



section#about .left  {
    width: 320px;
    height: 400px;
    background: url(../img/about.jpg) no-repeat;
    margin: 30px 5px 5px 50px;
    /*padding: 35px 50px 40px 60px;*/
    padding-top: 20px;

    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;

}



section#about .right  {
    width: 330px;
    height: 400px;

    /*margin: 5px 60px 5px 5px;*/
    padding: 25px 50px 0px 60px;

    float: right;

    background: url("../img/divider8.png") no-repeat scroll 0px 15px transparent;

    font-size: 14px;

    text-align: justify;

    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;

}

/* ---------------------------------------------------
    Clients
----------------------------------------------------- */

section#clients  {
    padding-left: 20px;
}


section#clients #logo {
    width: 800px;
    height: 400px;
    background: url(../img/clients2018-min.png);
}



/* ---------------------------------------------------
    Contact
----------------------------------------------------- */



 #name, #email, #message, #subject, #website, #date {
    width: 180px;
}


 #formButtons
 {
     padding-right: 65px;
 }

section#contact .left form {
    width: 330px;
    /*background: url(../images/form-bg.png1);*/
    margin: 20px 0 25px 0;
    padding: 35px 10px 40px 110px;
}
section#contact .left form p {
	/*font-family: "MerriweatherBold", Serif;*/
    font-size: 15px;
	/*color: #f9d5bb;*/
    /*text-shadow: 1px 1px 2px #aaa ;*/
}
section#contact .left form label {
    display: block;
    /*font-family: "MerriweatherBold", Serif;*/
    font-size: 14px;
    line-height: 25px;
    margin: 5px 0 0 0;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 1);
    width: 80px;
    text-align: right;
    float: left;

}

section#contact .left form label .error {

    text-align: right;
    float: right;
    height: 40px;

}

section#contact .left form label span {
    color: #fddec6;
    }
section#contact .left form input,
section#contact .left form select,
section#contact .left form textarea {
    margin-left: 10px;
    margin-bottom: 3px;

	padding: 5px 10px;
    color: #6A6969;
    background: #fff;
	border-width: 1px;
	border-style: solid;
  	border-color: #b8b8b8 #EBEBEB #EBEBEB #b8b8b8;
	font: 15px Helvetica, Arial, Sans-serif;
    float: left;
    -moz-box-shadow:inset 0 3px 1px rgba(0, 0, 0, .1);
    -webkit-box-shadow:inset 0 1px 3px rgba(0, 0, 0, .1);
    box-shadow:inset 0 1px 3px rgba(0, 0, 0, .1);

}


section#contact .error
{
    border-color: #faa !important;
    /*background: #ff5154 !important;*/
}


section#contact .left form input
{
    width: 140px;
}

section#contact .left form  .button
{
    width: 80px;

}


section#contact .left form textarea {
    margin-bottom: 0;
    height: 50px;
    width: 140px;
    min-width: 140px;
    min-height: 50px;
    max-width: 180px;
    max-height: 90px;

}
section#contact .left form input:focus,
section#contact .left form select:focus,
section#contact .left form textarea:focus {
	background: #FFF1E5;
}

section#contact .left form input.button {
   	height: 35px;
	margin: 30px 10px 20px 0;
	background: #C1C7D5;
    /*border: 1px solid #066a19;*/
    /*font-family: "MerriweatherBold", Georgia, Serif;*/

    font-family: inherit;
    font-size: 16px;


    color: #000;
    cursor: pointer;
    /*text-shadow: 0 -1px 0 rgba(0,0,0,0.5);*/


        /*text-shadow:1px 1px 0px rgba(255, 255, 255, .5);;*/

    float: right;


    /*box-shadow: 1px 1px 1px #aaa;*/


    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f8f8f8), color-stop(1, #efefef) );

    background-color:#F5F5F5;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    border:1px solid #bebebe;
    display:inline-block;

    padding:4px 24px;
    text-decoration:none;




}
.ie7 section#contact .left form input.button {
    padding: 0 2px;
}


 section#contact .right
 {

     margin-top: 0px;
     width: 330px;
     height: 400px;

     /*margin: 5px 60px 5px 5px;*/
     padding: 55px 50px 0px 60px;

     float: right;

	background: url("../img/divider8.png") no-repeat scroll 0px 15px transparent;


     text-align: justify;
     text-shadow: none;

	 color: #000;

 }

section#contact .right      a
{
     color: #000;
}


section#contact .right .social li a {
    color: #888;
    padding-right: 20px;
    /*padding-bottom: 30px;*/
     /*padding-top: 0px;*/
}
section#contact .right .social li.facebook a {
    /*background: url(../img/social/facebook.png) no-repeat left 0px;*/
    height: 40px;
    width: 40px;
}
section#contact .right .social li.twitter a {
    /*background: url(../img/social/twitter.png) no-repeat left 0px;*/
}
section#contact .right .social li.linkedin a {
    /*background: url(../img/social/linkedin.png) no-repeat left 0px;*/
}
section#contact .right .social li.pinterest a {
    /*background: url(../img/social/pinterest.png) no-repeat left 0px;*/
}



section#contact #thankyoumessage
{
    padding-top: 10px;
    padding-left: 30px;
}



section#contact .mac
{
    background: url("../img/contact_mac.png");
    background-repeat: no-repeat;
    padding-top: 250px;
    display: block;
}


.wfbadge
{
    margin-top: -270px;
    margin-left: 260px;
    cursor: pointer;
}




/* ----------------------------------------------------
    Footer
----------------------------------------------------- */
footer p.footer-text {
    /*font-family: "MerriweatherRegular", Serif;*/
    font-size: .75em;
    padding: 0 10px;
    margin-bottom: 0;
    clear: both;
}
footer .footer-content {
    position: relative;
    width: 900px;
    top: -105px;
}
footer ul.footer-menu {
    float: left;
    margin: 20px 0 5px -3px;
    padding: 0;
    list-style: none;
}
footer  ul.footer-menu li {
    float: left;
}
footer  ul.footer-menu li a {
    display: block;
    /*font-family: "MerriweatherBold", Serif;*/
    font-size: .75em;
    line-height: 1em;
    color: #3B3B3B;
    padding: 1px 12px;
    border-left:  1px  solid #ADADAD;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 1);
}
footer  ul.footer-menu li a:hover,
footer  ul.footer-menu li a:focus,
footer  ul.footer-menu li a:active {
    color: #285935;
}
footer  ul.footer-menu li.rss-feed a {
    background: url(../img/rss.png) no-repeat right 0;
    padding-right: 20px;
}
footer  ul.footer-menu li:first-child a {
    border: none;
}





@media only screen and (max-height: 800px) {

    #floater
    {
        padding-top: 435px;
    }

    .content-wrap
    {
        height: 420px;
    }

    #gallery {
        height: 416px;
    }
    #gallery img {
        height: 100%;
    }

    #mac
    {
        position: relative;
        top: 1px;
    }


    hgroup
    {
        /*border: #040404 1px solid;*/
        background-size: contain !important;
        height: 120px !important;
        background-position: center !important;
    }

    header{
        height: 150px !important;
    }
}

#footer2 {
    color: #cccccc;
    clear: both;
    position: relative;
    z-index: 10;
    height: 30px;

    margin: 0 auto;
    width: 20px;
    cursor: pointer;
    margin-top: 80px;
}


#contactmagnetika {
    color: #ccc;
    clear: both;
    padding: 0;
    margin: 0 auto;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    bottom:0px;
    height:30px;
    font-size: 14px;
}

#contactmagnetika span a {
    cursor: pointer;
    color: #999;
}

.footerholder {
    bottom: 0;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: -99;
}

.footer {
    height: 30px;
    margin: auto;
    width: 320px;
}

.coming-soon
{
    margin-top: 180px;
    margin-left: 360px;
}