* {
    box-sizing: border-box;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
    font-family: 'Montserrat',Arial, sans-serif, Arial, sans-serif;
    font-size: 12px;
    color: #515151;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}
input,
textarea {
    border: 1px solid #999;
    padding: 0 5px 0 10px;
    outline: none;
    transition: 0.8s all;
    font-size: 14px;
    line-height: 32px;
    border-radius: 6px;
    box-shadow: inset 0 0 0 1px #fff;
}
input:focus,
textarea:focus {
    border-color: #0086e3;
    box-shadow: inset 0 0 0 1px #0086e3;
}
textarea {
    margin: 15px 0;
    width: 100%;
    max-width: 100%;
    min-height: 100px;
    resize: none;
}
.hidden{
    display:none;
}
.invalid{
    border-color:red;
    background: red;
}
/* General Styles */
a {
    text-decoration: none;
    transition: 0.4s all;
}
img {
    margin: 30px auto;
    max-width: 100%;
    display: block;
}
figure figcaption {
    padding: 15px 0;
    text-align: center;
    font-weight: 700;
    font-style: italic;
    font-size: 16px;
    color: #242424;
    background: #ebebeb;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
}
figure figcaption.yellow {
    margin: 0 0 50px;
    background: #fdf5c7;
}
figure figcaption a {
    color: blue;
}
ul {
    list-style: none;
}
h2 {
    font-size: 40px;
    line-height: 52px;
    color: #464646;
}
h3.italic {
    font-weight: 400;
    color: #898989;
    font-size:20px;
    line-height: 28px;
}
h3 {
    margin: 0 0 20px;
    font-size: 24px;
    line-height: 32px;
}
h4 {
    margin: 0 0 25px;
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
}
p {
    margin: 0 0 25px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
}
iframe {
    max-width: 100%;
    width: 100%;
}
.mb0 {
    margin-bottom: 0;
}
.mb10 {
    margin-bottom: 10px;
}
.mt10 {
    margin-top:10px;
}
.mt20 {
    margin-top: 20px;
}
.mb20 {
    margin-bottom: 20px;
}
ol.pl25.numbered-list li {
    padding: 0 0 0 25px;
}
.fs18 {
    font-size: 18px;
}
.fs20 {
    font-size: 20px;
    line-height: 32px;
}
.fs24 {
    font-size: 24px;
    line-height: 34px;
}
.clear {
    clear: both;
    position: relative;
    overflow: hidden;
}
.italic {
    font-style: italic;
}
.bold {
    font-weight: 700;
}
.yellow-bg {
    border: 1px solid #95886e;
    background-color:#fdf5c7;
    padding:10px;
    display: inline-block;
}
blockquote.yellow-bg {
    border-left: 0;
    border-right: 0;
    margin: 20px auto;
    padding: 15px;
    position: relative;
    text-align: center;
    font-size: 18px;
    font-style: italic;
    line-height: 28px;
    font-weight: 700;
}
blockquote.yellow-bg:before {
    text-align: center;
    display: inline-block;
    content: '"';
    font-size: 24px;
}
blockquote.yellow-bg:after {
    text-align: center;
    display: inline-block;
    content: '"';
    font-size: 24px;
}
.text-center {
    text-align: center !important;
}
.text-left {
    text-align: left;
}
.text-justify {
    text-align: justify;
}
.text-right {
    text-align: right;
}
.uppercase {
    text-transform: uppercase;
}
.yellow-text {
    background: #fff200;
}
ol.numbered-list {
    margin: 0 0 30px;
    font-size: 16px;
    list-style: none;
}
ol.numbered-list li {
    position: relative;
    padding: 0 0 0 40px;
    line-height: 32px;
    counter-increment: step-counter;
}
ol.numbered-list li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: ""counter(step-counter)")";
    font-size: 18px;
    line-height: 32px;
}
.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
.row {
    overflow: hidden;
}
.clearfix{
    width:100%;
    position:relative;
}
.clearfix:after {
    content: '';
    display: table;
    height:0;
    clear:both;
    line-height:0;
    overflow:hidden
}
.container {
    margin: 0 auto;
    padding: 0 40px;
    width: 100%;
    max-width: 1160px;
}
.black-text {
    color: #000;
    font-weight: 700;
}
.red-text {
    color: #ee4266;
}
.blue-text {
    color: #1d32f7;
}
.underline {
    text-decoration: underline;
}
a.blue-text {

}
.title-icon {
    margin: 0 0 15px;
    padding: 0 0 0 85px;
    position: relative;
    min-height: 68px;
    line-height: 68px;
}
.title-icon:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 68px;
    height: 68px;
    background: url('../images/sprite_titles_icons.png') left top no-repeat;
}
.title-icon.stabilization:before {
    background-position: 0 -68px;
}
.title-icon.hd-camera:before {
    background-position: 0 -136px;
}
.title-icon.day-and-night:before {
    background-position: 0 -204px;
}
.title-icon.pocket-size:before {
    background-position: 0 -272px;
}
.btn-red {
    border-radius: 6px;
    border-bottom: 5px solid #b81e27;
    margin: 0 auto 30px;
    padding: 10px 15px;
    display: block;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    background: #e42a34;
}
.btn-red:hover {
    background: #b11019;
    border-color: #6d080e;
}
.btn-red strong.underline {
    text-decoration: underline;
    font-weight: 700;
}
.desktop-display {
    display: block;
}
.mobile-display {
    display: none;
}
#header {
    background: #0e3b6a url(../images/bckgr_header.jpg) bottom center no-repeat;
    margin: 0 auto 30px;
    min-height: 197px;
}
.header-top {
    position: relative;
    min-height: 25px;
    font-size: 15px;
    color: #fff;
    background: #5a42ee;
}
.header-top h1#logo {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 311px;
    height: 95px;
    overflow: hidden;
    text-indent: 999px;
    background: url("../images/logo.png") no-repeat;
}
#content {

}
#content .article-info {
    position: relative; 
    margin: 0 0 30px;
    padding: 0 0 20px;
}
#content .article-info:before {
    width: 100%;
    max-width: 420px;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    border-bottom: 5px solid #5a42ee;
}
#content .article-info #sponsored,
#content .article-info #date,
#content .article-info #comments-counter,
#content .article-info #article-views {
    position: relative;
    margin: 0 10px 0 0;
    display: inline-block;
    line-height: 30px;
    vertical-align: middle;
}
#content .article-info #sponsored {
    padding: 0 0 2px 40px;
    background: url('../images/icon_coolbox.png') no-repeat;
}
#content .article-info #date,
#content .article-info #comments-counter,
#content .article-info #article-views {
    padding: 0 0 0 15px;
}
#content .article-info #date:before {
    position: absolute;
    content: '';
    left: 0;
    top: 8px;
    width: 10px;
    height: 10px;
    border: 1px solid #707070;
    border-radius: 100%;
}
#content .article-info #date:after {
    position: absolute;
    content: '';
    top: 10px;
    left: 5px;
    width: 3px;
    height: 4px;
    border-top-left-radius: 1px;
    border-bottom-right-radius: 1px;
    border-left: 1px solid #707070;
    border-bottom: 1px solid #707070;
}
#content .article-info #comments-counter:before {
    top: 8px;
    left: 0;
    height: 9px;
    width: 10px;
    border: 1px solid #707070;
    border-radius: 100%;
    position: absolute;
    content: "";
}
#content .text-and-image .pull-left,
#content .text-and-image .pull-right {
    max-width: 50%;
    width: 100%;
}
#content .text-and-image .pull-left {
    padding: 0 10px 0 0;
    width: calc(100% - 10px);
}
#content .text-and-image .pull-right img {
    margin: 0 auto;
}
#content .feature-list {
    list-style: none;
}
#content .feature-list li {
    position: relative;
    display: inline-block;
    width: 44%;
    padding: 0 0 0 40px;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom:10px;
    vertical-align: top;
}
#content .feature-list li:nth-child(2n) {
    max-width: 55%;
    width: 100%;
}
#content .feature-list li:before {
    border-radius: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    content: "";
    width: 26px;
    height: 26px;
    border: 2px solid #3db39e;
}
#content .feature-list li:after {
    position: absolute;
    content: "";
    border-right: 4px solid #3db39e;
    border-top: 4px solid #3db39e;
    height: 6px;
    left: 7px;
    top: 9px;
    width: 12px;
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
#content .steps div {
    max-width: calc(25% - 10px);
    margin: 0 5px;
}
#content .steps div img {
    margin: 0 auto 20px;
}
#content .accessories div {
    margin: 0 5px;
    width: calc(25% - 10px);
}
#comments-counter:after {
    bottom: 9px;
    left: 2px;
    width: 0;
    height: 0;
    border-left: 0px solid rgba(0, 0, 0, 0);
    border-right: 3px solid rgba(0, 0, 0, 0);
    border-top: 3px solid #707070;
    position: absolute;
    content: "";
}
#content .article-info #article-views {
    padding: 0 0 0 20px;
}
#content .article-info #article-views:before {
    position: absolute;
    content: '';
    top: 9px;
    left: 0;
    height: 10px;
    width: 16px;
    background: #707070;
    border-radius: 100%;
}
#content .article-info #article-views:after {
    position: absolute;
    content: '';
    width: 2px;
    height: 2px;
    border: 2px solid #fff;
    left: 5px;
    top: 11px;
    border-radius: 20px;
}
#content .article-rating li {
    display: inline-block;
}
#content .article-rating li span {
    font-weight: 900;
    font-size: 28px;
    color: #ffd203;
}
#content .left-col {
    padding: 0 0 20px;
    width: 100%;
    max-width: calc(100% - 330px);
}
#content .categorie-tag {
    margin: 0 0 10px;
    display: inline-block;
    border-radius: 12px;
    padding: 7px 15px;
    text-transform: uppercase;
    color: #fff;
    background: #36c942;
}
#content .left-col .quoted-text {
    padding: 50px 0 0 80px;
    background: url('../images/quotes.jpg') no-repeat;
    background-position: 0 50px;
    font-style: italic;
}
#content .left-col .quoted-text h4 {
    margin: 10px 0 20px;
    font-weight: 700;
}
#content .row-drones figure {
    width: 33.3333%;
    max-width: 187px;
}
#content .row-drones figure img {
    margin: 0;
}
#content .row-drones figure figcaption {
    border-radius: 0;
}
#content .row-drones figure strong,
#content .row-drones figure span {
    display: block;
}
#content .row-drones figure strong {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    padding: 0 10px 5px;
}
#content .row-drones figure span {
    padding: 0 10px;
    color: #666;
    font-size: 10px;
    font-weight: 400;
}
#content .right-col {
    width: 100%;
    max-width: calc(100% - 780px);
}
#content #sticky-box {
    max-width: 300px;
}
#content #sticky-box h3 {
    margin: 0;
    padding: 5px 0 5px 55px;
    position: relative;
    border-right: 5px solid #ee4266;
    border-bottom: 1px solid #bdbdbd;
    font-size: 20px;
    background: #fdf5c7;
    color: #ee4266;
}
#content #sticky-box h3:before {
    border-radius: 100%;
    position: absolute;
    top: 9px;
    left: 25px;
    content: '';
    width: 24px;
    height: 24px;
    background: #ee4266;
}
#content #sticky-box h3:after {
    position: absolute;
    top: 9px;
    left: 25px;
    right: 0;
    width: 24px;
    height: 24px;
    text-align: center;
    content: '!';
    line-height: 24px;
    font-size: 24px;
    font-family: “Bernard MT Condensed”, Times, serif;
    color: #fdf5c7;
}
#content #sticky-box .gray-box {
    margin: 0 0 15px;
    padding: 30px 15px 10px 15px;
    background: #f6f6f6;
}
#content .right-col p {
    margin: 0 0 10px;
    font-size: 14px;
}
#content .right-col ol.numbered-list {
    margin: 0;
    font-size: 16px;
    list-style: none;
}
#content .right-col ol.numbered-list li {
    position: relative;
    padding: 0 0 0 40px;
    font-size: 14px;
    line-height: 30px;
    counter-increment: step-counter;
}
#content .right-col ol.numbered-list li:before {
    position: absolute;
    top: 2px;
    left: 0;
    content: counter(step-counter);
    font-size: 14px;
    background: #ee4266;
    border-radius: 100%;
    width: 24px;
    height: 24px;
    text-align: center;
    color: #fdf5c7;
    font-weight: 700;
    line-height: 26px;
}
#content .social-container li {
    display: inline-block;
}
#content .social-container .facebook,
#content .social-container .twitter,
#content .social-container .reddit {
    width: 24px;
    height: 24px;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    text-indent: 999px;
    background: url('../images/sprite_socials.png') no-repeat;
}
#content .social-container .twitter {
    background-position: 0 -24px;
}
#content .social-container .reddit {
    background-position: 0 -48px;
}
#content .controller {
    margin: 0 0 30px;
}
#content .controller .pull-left,
#content .controller .pull-right {
    width: 48%;
}
#content .micro-chip .pull-left,
#content .micro-chip .pull-right {
    width: 48%;
}
#content #conclusion {
    border: 1px solid #95886e;
    margin: 0 0 30px;
    padding: 15px;
    background: #fdf5c7;
}
#content .collages img {
    margin: 0;
    max-width: 50%;
}
#content .reviews-rating {
    margin: 20px 0 5px;
    padding: 20px;
    background: #f3f3f3;
}
#content .reviews-main-rate {
    margin: 0 20px 0 0;
    padding: 10px;
    max-width: 120px;
    width: 100%;
    background: #2b62ab;
    color: #fff;
}
#content .reviews-main-rate strong {
    display: block;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 10px;
    padding: 10px 0;
    border-bottom: 1px solid #fff;
}
#content .reviews-main-rate .article-rating {
    margin: 0 0 30px;
}
#content .reviews-main-rate .article-rating li span {
    font-size: 14px;
}
#content .reviews-main-info h3 {
    margin: 10px 0 20px;
}
#content .reviews-main-info p {
    margin: 0;
}
#content .reviews-value-rate {
    padding: 20px;
    background: #f3f3f3;
}
#content .reviews-value-rate li {
    margin: 0 0 20px;
    overflow: hidden;
    background: #fff;
}
#content .reviews-value-rate li:last-child {
    margin: 0;
}
#content .reviews-value-rate span.title-value {
    float: left;
    border-left: 3px solid #333;
    padding: 9px 10px;
    color: #fff;
    background: #2b62ab;
    display: inline-block;
}
#content .reviews-value-rate li:nth-child(1) span.title-value {
    width: calc(100% - 55px);
}
#content .reviews-value-rate li:nth-child(2) span.title-value {
    width: calc(100% - 85px);
}
#content .reviews-value-rate li:nth-child(3) span.title-value {
    width: calc(100% - 45px);
}
#content .reviews-value-rate span.value {
    float: right;
    border-right: 3px solid #2b62ab;
    padding: 9px 10px 9px 0;
}
#content .article-tags {
    margin: 30px 0 0;
}
#content .article-tags dt, 
#content .article-tags dd {
    display: inline-block;
}
#content .article-tags dt {
    font-weight: 700;
}
#content .article-tags dd a {
    display: block;
    margin: 0 5px 0 0;
    padding: 6px 10px;
    color: #fff;
    background: #2b62ab;
}
#content .article-tags dd a:hover {
    background: #11468d;
}
#comments {
    max-width: 725px;
}
#comments h3 {
    margin: 30px 0;
    padding: 5px 0 5px 15px;
    position: relative;
    border-right: 5px solid #ee4266;
    font-size: 20px;
    background: #fdf5c7;
    color: #000;
}
.review {
    border-bottom: 1px solid #e4e4e4;
}
.review:last-child {
    border: 0;
}
.review .review-thumb {
    margin: 0 15px 0 0;
    max-width: 100%;
}
.review .review-thumb img {
    max-width: 100%;
}
.review h4 {
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: 700;
}
.review .review-desc {
    padding: 30px 0 0;
    width: calc(100% - 115px);
}
.review .review-desc p {
    font-size: 14px;
    line-height: 24px;
}
/* Footer */
footer {
    background: #e5e5e5;
}
footer .row {
    padding: 15px 0;
}
footer .row #copy {
    float: left;
    margin: 0;
    font-size: 12px;
}
footer .container .row ul {
    float: right;
    font-size: 12px;
}
footer .container .row ul li {
    margin: 0 0 15px;
    padding: 0 5px;
    border-right: 1px solid #2d3740;
    display: inline-block;
}
footer .container .row ul li a {
    color: #767676;
}
footer .container .row ul li a.active,
footer .container .row ul li a:hover {
    color: #b41e0b;
}
@media screen and (max-width: 1160px) {

}
@media screen and (max-width: 800px) {  
    h2 {
        font-size: 26px;
        line-height: 34px;
    }
    h3 {
        margin: 10px 0 20px;
        font-size: 26px;
        line-height: 38px;
    }
    h4 {
        font-size: 18px;
        line-height: 24px;
        margin: 0 0 15px;
    }
    figure figcaption {
        padding:10px 0;
    }
    .desktop-display {
        display: none;
    }
    .mobile-display {
        display: block;
    }
    p {
        margin: 0 0 15px;
    }
    #header {
        min-height: 93px;
        margin: 0 auto 10px;
    }
    .header-top {
        min-height: auto;
    }
    .header-top h1#logo {
        top: 13px;
        width: 224px;
        height: 66px;
        background-size: 100% auto;
    }
    .title-icon {
        padding: 15px 0 0 85px;
        line-height: normal;
    }
    #content .container {
        padding: 0 20px;
    }
    #content .controller .pull-left,
    #content .controller .pull-right {
        width: 100%;
        max-width: 100%;
        float: none;
    }
    #content .left-col, 
    #content .right-col {
        width: 100%;
        max-width: 100%;
        float: none;
    }
    #content .text-and-image .pull-left,
    #content .text-and-image .pull-right {
        max-width: 100%;
    }
    #content .feature-list li {
        margin: 0 0 10px;
        width: 100%;
        max-width: 100%;
        line-height: 32px;
    }
    
    #content .feature-list li:before {
        top: 0;
    }
    #content .feature-list li:after {
        top: 9px;
    }
    #content .steps div {
        max-width: 45%;
        float:left;
    }
    #content .accessories div {
        max-width: 45%;
        width: 45%;
        float:left;
    }

    #content .accessories div img {margin-bottom:10px;margin-top:10px;}
    #content .feature-list li:nth-child(2n) {
        width: 100%;
        max-width: 100%;
    }
    #content .reviews-main-rate,
    #content .reviews-main-info {
        float: none;
        margin: 0 auto;
        text-align: center;
    }

    #content #sticky-box{
      max-width: 100%;
      width: 100%;
    }

    .pull-left,
    .pull-right {
        width: 100%;
        max-width: 100%;
        float: none;
    }
    iframe {
        max-width: 100%;
        height: auto;
    }
    .review .review-desc {
        width: 100%;
        padding: 0;
        text-align: center;
    }
    footer .container .row {
        text-align: center;
    }
    footer .row #copy {
        float: none;
        margin: 0 0 20px;
    }
    footer .container .row ul {
        float: none;
    }
}

@media screen and (max-width: 420px){
  #content #sticky-box{
    max-width: 100%;
    width: 100%;
  }
}