header, nav, section, article, aside, footer {
   display:block;
} /* ie patch */

img {
    border: 0;
}


@import url(http://fonts.googleapis.com/css?family=Lato);

body {
    background-image: url("../images/bg_body.jpg");
    background-color: #f8f8f8;
    background-repeat: repeat-x;
    margin: 0;
    font-size: 80% !important;
    font-family: Arial;
}

hr {
    border-top: 1px dotted #333333;
    margin-top: 25px;
}

h2 {
    color: #000000;
    font:normal 165% Arial;
    margin-top:14px;
    margin-bottom:8px;
}

#container a {
    color: #669900;
    text-decoration: underline;
}

#container a:hover {
    color: #669900;
}

label {cursor: pointer;}

.topLink {
    float: left;
    clear: left;
    display: table;
    margin: 40px;
}

.frameButton {
    margin: 10px 0 0 0;
}

#container .button {
    border-radius: 3px;
    color: #333333;
    background-color: #ffcc00;
    border: 0;
    text-decoration: none;
    padding: 7px 15px;
    cursor: pointer;
}

#container .button:hover {
    background-color: #333333;
    color: #ffffff;
}

header {
    width: 968px;
    height: 158px;
    background: url("../images/bg_head.png");
    background-size: cover;
    position: relative;
}

footer {
    background: #f9d81b;
    padding: 15px;
    clear: both;
    color: #666633;
}

footer div {
    float: right;
}

footer div a {
    color: #666633;
}

header .logo {
    background: transparent;
    width: 325px;
    height: 111px;
    float: left;
    display: table;
}

header img.head-img {
    position: absolute;
}

/*
img.head-img.bkg {
    height: 48px;
    right: 15px;
    top: 15px;
}

img.head-img.os {
    height: 48px;
    right: 102px;
    top: 15px;
}

img.head-img.ign {
    height: 48px;
    right: 335px;
    top: 15px;
}

img.head-img.ios {
    height: 60px;
    right: 268px;
    top: 70px;
}

img.head-img.android {
    height: 60px;
    right: 15px;
    top: 70px;
}
*/

img.head-img.bkg {
    height: 38px;
    right: 8px;
    top: 15px;
}

img.head-img.os {
    height: 38px;
    right: 76px;
    top: 15px;
}

img.head-img.ign {
    height: 38px;
    right: 260px;
    top: 15px;
}

img.head-img.ios {
    height: 48px;
    right: 206px;
    top: 58px;
}

img.head-img.android {
    height: 48px;
    right: 8px;
    top: 58px;
}

#container {
    width: 968px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 0 1em #999999;
    background: #ffffff;
    display: table;
}

.title {
    background: #eeeeee;
    height: 62px;
    border-bottom: dotted 1px #999999;
}

.title h1 {
    font: normal 27px Arial;
    margin: 0;
    padding: 16px 30px 20px 30px;
    color: #333333;
    float: left;
}

.title div {
    margin: 15px 32px 0 0;
    float: right;
}

.content {
    margin: 0;
    padding: 20px 30px 0 30px;
    color: #555555;
}

.content .aside {
    float: right;
}

.content .aside .pic {
    float: right;
    margin: 20px 0 0 20px;
}

.content .aside .icon {
    float: right;
    display: inline-block;
    margin: 15px 0 0 0;
}

.content .aside p {
    clear: both;
    float: right;
    font: bold 13px Arial;
    padding: 25px 0;
    margin: 0;
}

.content .bside {
    float: left;
    display: inline-block;
}

.content .bside .pic {
    float: left;
    margin: 50px 0 0 50px;
}

.content ol.bside li {
    line-height: 100%;
}

.content .bside.a {
    width: 300px;
    margin-left: 20px;
}

.content .bside.b {
    width: 300px;
}

.content p, .content li {
    font-size: 12px;
    margin-bottom: 8px;
    line-height: 166%;
}

.content p {
    margin: 0;
    padding: 0 0 5px 0;
    line-height: 166%;
}

.content ol {
    margin: 0;
    padding: 0 0 0 25px;
    line-height: 166%;
}


nav {
    height: 38px;
    background: #f1e67c;
    background: -moz-linear-gradient(top, #f1e67c 0%, #faec89 3%, #f8ec80 11%, #f9e665 32%, #f9da28 70%, #fad612 92%, #fad612 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1e67c), color-stop(3%, #faec89), color-stop(11%, #f8ec80), color-stop(32%, #f9e665), color-stop(70%, #f9da28), color-stop(92%, #fad612), color-stop(100%, #fad612));
    background: -webkit-linear-gradient(top, #f1e67c 0%, #faec89 3%, #f8ec80 11%, #f9e665 32%, #f9da28 70%, #fad612 92%, #fad612 100%);
    background: -o-linear-gradient(top, #f1e67c 0%, #faec89 3%, #f8ec80 11%, #f9e665 32%, #f9da28 70%, #fad612 92%, #fad612 100%);
    background: -ms-linear-gradient(top, #f1e67c 0%, #faec89 3%, #f8ec80 11%, #f9e665 32%, #f9da28 70%, #fad612 92%, #fad612 100%);
    background: linear-gradient(top, #f1e67c 0%, #faec89 3%, #f8ec80 11%, #f9e665 32%, #f9da28 70%, #fad612 92%, #fad612 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#f1e67c', endColorstr = '#fad612', GradientType = 0);
    border-bottom: solid 1px #666666;
}

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0 0 0 20px;
}

nav li {
    line-height: normal;
    float: left;
    display: inline-table;
    padding: 5px 0 0 0;
}

#container nav li a:link,
#container nav li a:visited {
    float: left;
    margin: 0 7px 0 0;
    text-decoration: none;
    text-transform: capitalize;
    display: inline-block;
    padding: 4px 12px;
    border: 1px solid transparent;
    border-radius: 5px;
    color: #111111;
    font: bold 15px Arial;
}

#container nav li.selected a:link,
#container nav li.selected a:visited {
    border: 1px solid #FFFFFF;
    background-color: #F9E86A;
}

#container nav li a:hover,
#container nav li.selected a:hover {
    background-color: #666666;
    color: #FFFFFF;
    border: 1px solid #666666;
}

/* additional static pages */
.iconFlag {
    width: 16px;
    height: 11px;
}

.regionsMap {
    float: right;
    width: 300px;
    height: 606px;
}

.partnersShots img {
    width: 215px;
    height: 323px;
    margin: 0 10px 5px 0;
    display: inline-block;
}

.newsTitle {
    border-radius: 5px;
    background-color: #ffffcc;
    padding: 10px;
    border: 1px solid #ffcc00;
    margin-bottom: 20px
}

.newsTitle span {
    font-weight: normal;
}


.feedpanel ul {
    list-style-type: none;
    padding-left: 0px;

}

.feedpanel ul .headline {
    font-size: 18px;
    font-weight: bold;
}

.feedpanel ul li {
    margin-bottom: 20px;
    border-top: 1px dotted #999999;
    padding-top: 10px;
    margin-top: 10px;
}

.feedpanel ul .date {
    font-weight: bold;
}

#container .feedpanel ul .headline a:link,
#container .feedpanel ul .headline a:visited {
    text-decoration: none;
}

.homepanel {
    float: right;
    border: solid 2px #cccccc;
    border-radius: 10px;
    width: 270px;
}

.homepanel img {
    margin: 15px auto;
    display: block;
}

.homepanel ul {
    margin: 0 20px 0 20px;
}

.homepanel iframe {
    margin: 0 15px 5px 15px;
}

ul.arrowlist {
    padding-left: 0;
    margin-bottom: 30px;
    margin-top: 12px;
}

.arrowlist li {
    background-image: url(../images/arrow-bullet.gif);
    background-repeat: no-repeat;
}

.arrowlist li {
    list-style-type: none;
    padding-left: 20px;
}

ul.pdflist {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.pdflist li {
    background-image: url(../images/icon_pdf.gif);
    background-repeat: no-repeat;
    padding-left: 25px;
}

.star1, .star2, .star3, .star4, .star5 {
    background: url('../images/icon_star.gif');
    height: 14px;
}

.star1 {
    width: 14px;
}

.star2 {
    width: 28px;
}

.star3 {
    width: 42px;
}

.star4 {
    width: 56px;
}

.star5 {
    width: 70px;
}


#container form {
    margin: 0;
}

/* begin of feedback form */
.form {
    float: left;
    display: table;
}

.form_row {
    clear: both;
}
.form div label {
    float: left;
    margin: 4px 0;
    font: normal 13px Arial;
}

.form div input,.form div select {
    font: normal 15px Arial;
    clear: both;
    float: left;
    margin: 0 0 15px 0;
}
.form div input[type=checkbox] {
    display: block;
    margin: 15px 10px;
    clear: none;
    float: left;
}

.form div label[for=form_FAQ] {
    margin: 13px 0 0 0;
    display: inline-block;
    float: left;
    cursor: pointer;
}

.form div label[for=form_Enquiry] {
    display: inline-block;
    float: left;
}

.form div textarea {
    float: left;
    clear: both;
    width: 550px;
    height: 200px;
}

.button.feedback {
    clear: both;
    float: left;
    margin: 0;
}

#mc_embed_signup {
    float: left;
    display: block;
    width: 100%;
    clear: left;
}
#mc_embed_signup form {
    margin:0;
    padding: 15px 0!important;
}
/* end of feedback form */


.iPhone {
    position: relative;
    margin: 15px 0 0 25px;
    width: 225px;
    height: 443px;
    display: block;
    background-image: url('../images/iphone4_outdoors2.jpg');
    cursor: pointer;
}
.mainpage .iPhone {
    float: right;
}

.iPhone .slide {
    float: left;
    margin: 65px 0 0 21px;
    width: 184px;
}

.iPhone .slide li {
    padding:0;
    margin:0;
}

.mainpage .iPhone .slide {
    margin: 80px 0 0 22px;
}
.iPhone .slide ul li img {
    height: 275px;
}

body.waiting * {
    cursor: wait !important;
}

.amazon {
    margin: 0 0 0 20px;
}

.captcha {
    margin: 0 0 10px 0;
    padding: 0;
}
#recaptcha_widget_div input {
    margin: 0;
    float: left;
    display: table;
}

.chead {
    cursor: pointer;
    margin: 1px;
    padding: 3px 10px;
    position: relative;
    color: #669900;
    text-decoration: none;
    display: table;
}
.chead:hover {
    text-decoration: underline;
}

.ctxt {
    display: table;
    padding: 10px 15px;
    margin: 5px 10px;
    border: solid 1px #dedede;
}

#app-modal .modal-body {
    max-height: 660px;
}

#app-modal.modal.fade.in {
    top: 10%;
}

.alert {
    clear: both;
    margin: 0 30px;
}

ul.unstyled, ol.unstyled {
    list-style: none outside none;
    padding: 0 20px;
}

.text-error {
    color: #B94A48;
}

.text-center {
    text-align: center;
}

#premium-modal {
    width: 775px;
    left: 44%;
}

#premium-modal .modal-body {
    max-height: 560px;
}

#premium-modal i {
    margin-left: -19px;
}

#premium-modal .form-actions {
    margin: 0;
}

.paypal-bg {
    background: url('../images/paypal-bg.jpg') center;
}

.btn.btn-super {
    font-size: 60px;
    padding: 35px 65px;
}

.btn.btn-width {
    padding: 10px 65px;
}

#container .footerlink {
    color: #666633;
    text-decoration: none;
}
#container .footerlink:hover {
    color: #666633;
    text-decoration: underline;
}
