/* START whole style css from template they made*/
@media screen and (max-width: 1300px){

    div#TopLeft {
        top: 70px !important;
        left: 15% !important;

    }
}

@media screen and (max-width: 1200px){

    div#TopLeft {
        left: 10% !important;
        top: 50px !important;

    }

}

@media screen and (max-width: 1000px){

    div#TopLeft {
        top: 19px !important;
        left: 4% !important;

    }

}

@media screen and (max-width: 980px){

    div#TopLeft {
        width: 100%;
        text-align: center;
    }

    div#TopLeft h2 {
        text-align: center !important;
    }

    div#TopRigth {
        display: none;
    }

}

@media screen and (max-width: 990px){
    .col-md-3 {
        width: 25% !important;
        float: left;
    }

}

@media screen and (max-width: 600px){

    .plans, .plan , body {
        width: 100% !important;
    }



    .col-md-3 {
        width: 50% !important;
        float: left;
    }
}



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;
}

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;
}

.about {
    margin: 70px auto 40px;
    padding: 8px;
    width: 260px;
    font: 10px/18px 'Lucida Grande', Arial, sans-serif;
    color: #666;
    text-align: center;
    text-shadow: 0 1px rgba(255, 255, 255, 0.25);
    background: #eee;
    background: rgba(250, 250, 250, 0.8);
    border-radius: 4px;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 0 6px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 0 6px rgba(0, 0, 0, 0.2);
}
.about a {
    color: #333;
    text-decoration: none;
    border-radius: 2px;
    -webkit-transition: background 0.1s;
    -moz-transition: background 0.1s;
    -o-transition: background 0.1s;
    transition: background 0.1s;
}
.about a:hover {
    text-decoration: none;
    background: #fafafa;
    background: rgba(255, 255, 255, 0.7);
}

.about-links {
    height: 30px;
}
.about-links > a {
    float: left;
    width: 50%;
    line-height: 30px;
    font-size: 12px;
}

.about-author {
    margin-top: 5px;
}
.about-author > a {
    padding: 1px 3px;
    margin: 0 -1px;
}

/*
 * Copyright (c) 2013 Thibaut Courouble
 * http://www.cssflow.com
 *
 * Licensed under the MIT License:
 * http://www.opensource.org/licenses/mit-license.php
 */
body {
    font: 15px/20px 'Lucida Grande', Verdana, sans-serif;
    color: #404040;
    /*  background: #75649b;*/
}

li {
    list-style-type: none !important;
}

.plans {
    margin: 40px auto;
    width: 970px;
    zoom: 1;
}
.plans:before, .plans:after {
    content: '';
    display: table;
}
.plans:after {
    clear: both;
}

.plan {
    min-height: 777px;
    border: 1px solid rgba(0, 0, 0, 0.11);
    float: left;
    width: 300px;
    margin: 10px 10px;
    padding: 10px;
    text-align: center;
    background: #f8f8f8;
    background-clip: padding-box;
    /*  border:  2px solid #453b5d;*/
    /*  border-width: 2px 2px 2px 2px;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-transition: box-shadow 0.5s;
    -moz-transition: box-shadow 0.5s;
    -o-transition: box-shadow 0.5s;
    transition: box-shadow 0.5s;
}

.plan:hover {
    box-shadow: 1px 16px 23px #888888;
    transition-delay: 0.1s;
    transition-duration: 0.2s;
}

.plan:first-child {
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}
.plan:last-child {
    border-width: 2px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}

.plan-title {
    position: relative;
    margin: -45px 0px 20px;
    padding: 20px;
    line-height: 1;
    font-size: 22px;
    color: #000000;
    border-bottom: 6px solid #ffffff;
}
.plan-title:before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 0;
    background-size: 3px 1px;
    background-image: -webkit-linear-gradient(left, white, white 33%, #d2d2d2 34%, #d2d2d2);
    background-image: -moz-linear-gradient(left, white, white 33%, #d2d2d2 34%, #d2d2d2);
    background-image: -o-linear-gradient(left, white, white 33%, #d2d2d2 34%, #d2d2d2);
    background-image: linear-gradient(to right, white, white 33%, #d2d2d2 34%, #d2d2d2);
}

.plan-title-disney {
    position: relative;
    margin: -35px 0px 5px;
    padding: 20px;
    line-height: 1;
    font-size: 16px;
    color: #000000;
    border-bottom: 3px solid #ffffff;
}
.plan-title-disney:before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 1px;
    background-size: 3px 1px;
    background-image: -webkit-linear-gradient(left, white, white 33%, #d2d2d2 34%, #d2d2d2);
    background-image: -moz-linear-gradient(left, white, white 33%, #d2d2d2 34%, #d2d2d2);
    background-image: -o-linear-gradient(left, white, white 33%, #d2d2d2 34%, #d2d2d2);
    background-image: linear-gradient(to right, white, white 33%, #d2d2d2 34%, #d2d2d2);
}

.plan-price {
    margin: 0 auto 20px;
    width: 90px;
    height: 90px;
    line-height: 90px;
    font-size: 19px;
    font-weight: bold;
    color: white;
    background: #595f6b;
    border-radius: 45px;
}
.plan-price > span {
    font-size: 12px;
    font-weight: normal;
    color: rgba(255, 255, 255, 0.9);
}

.plan-features {
    min-height: 260px;
    margin-bottom: 20px;
    line-height: 2;
    font-size: 13px;
    color: #999;
    text-align: left;
    background-color: #ededed;
    padding: 10px;
}
.plan-features > li > strong {
    font-weight: bold;
    color: #888;
}

.plan-button {
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
    margin: 10px 0px 10px 0px;
    line-height: 30px;
    font-weight: bold;
    color: white;
    /*  text-transform: uppercase;*/
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
    background: black;
    border: 1px solid #222;
    border-bottom-color: black;
    border-radius: 3px;
    box-shadow: 1px 16px 23px #888888;
    -webkit-transition: box-shadow 0.5s;
    -moz-transition: box-shadow 0.5s;
    -o-transition: box-shadow 0.5s;
    transition: box-shadow 0.5s;

    /*  background-image: -webkit-linear-gradient(top, #9780cc, #6f5e96);
      background-image: -moz-linear-gradient(top, #9780cc, #6f5e96);
      background-image: -o-linear-gradient(top, #9780cc, #6f5e96);
      background-image: linear-gradient(to bottom, #9780cc, #6f5e96);
      -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), inset 0 2px rgba(255, 255, 255, 0.1), 0 1px rgba(0, 0, 0, 0.1);
      box-shadow: inset 0 1px rgba(255, 255, 255, 0.2), inset 0 2px rgba(255, 255, 255, 0.1), 0 1px rgba(0, 0, 0, 0.1);*/
}
.plan-button:active {
    color: rgba(255, 255, 255, 0.95);
    background: #6f5e96;
    border-color: black #222 #222;
    background-image: -webkit-linear-gradient(top, #6f5e96, #8770b9);
    background-image: -moz-linear-gradient(top, #6f5e96, #8770b9);
    background-image: -o-linear-gradient(top, #6f5e96, #8770b9);
    background-image: linear-gradient(to bottom, #6f5e96, #8770b9);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
}

.plan-tall {
    margin: 0;
    background-color: white;
    border-width: 2px;
    border-radius: 7px;
    border: 1px solid rgba(0, 0, 0, 0.11);
}
.plan-tall > .plan-title {
    font-size: 18px;
}

.plan-tall > .plan-title-disney {
    font-size: 18px;
}
.plan-tall > .plan-price {
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 21px;
    border-radius: 50px;
}
.plan-tall > .plan-features {
    font-size: 13px;
}
.plan-tall > .plan-button {
    padding: 0 16px;
    line-height: 32px;
}
.plan-tall + .plan {
    /*  border-left: 0;*/
}


body {font-family: "Lato", sans-serif;}

ul.tab {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    /*    border: 1px solid #ccc;
        background-color: #f1f1f1;*/
}

/* Float the list items side by side */
ul.tab li {float: left;     width: 50%;}

/* Style the links inside the list items */
ul.tab li a {
    display: inline-block;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 17px;
    width: 100%;
}

/* Change background color of links on hover */
ul.tab li a:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
ul.tab li a:focus, .active {
    background-color: #ededed;

}

/* Style the tab content */
.tabcontent {

    display: none;
    /*    padding: 6px 12px;*/
    /*   border: 1px solid #ccc;*/
    border-top: none;
}

div#syntaktes .col-md-3 img {
    width: 100%;
}

div#syntaktes .col-md-3 p {
    text-align: center;
    font-size: 15px;
    font-weight: 700;
}

h2 {
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    margin: 0px 0px 20px 0px;
    line-height: 29px;
}

h1 {
    font-size: 29px;
    text-align: center;
    font-weight: 900;
    margin: 10px 0px 20px 0px;
    line-height: 29px;
}

div#TopRow {
    background-color: #a3a4a7;
    background: #a3a4a7;
    background: -webkit-linear-gradient(#a3a4a7, white);
    background: -o-linear-gradient(#a3a4a7, white);
    background: -moz-linear-gradient(#a3a4a7, white);
    background: linear-gradient(#a3a4a7, white);
    margin: 0px 0px 10px 0px;
}

div#TopLeft h2 {
    text-align: left;
    text-shadow: 0px 2px 11px #888888;
}

div#TopLeft {
    position: relative;
    top: 180px ;
    left: 28%;
}

div#Top, div#TopRigth {
    padding-right: 0px;
    padding-left: 0px;
}
a#myLink:hover, a#myLink1:hover  {
    color: #e0e0e0;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(68, 68, 68, 0.7);
    background: black;
    border: 1px solid #222;
    border-bottom-color: black;
    border-radius: 3px;
    box-shadow: 0px 0px 0px #888888;
    -webkit-transition: box-shadow 0.5s;
    -moz-transition: box-shadow 0.5s;
    -o-transition: box-shadow 0.5s;
    transition: box-shadow 0.5s;
}


.row {
    margin: 10px 0px 10px 0px;
}

div#video h2 {
    text-align: left;
}

div#sub {
    text-align: center;
}

.pricingPlans li {
    text-align: left;
    font-size: 19px;
    line-height: 25px;
}

.pricingPlans {
    width: 70%;
    margin: auto;
    text-align: center !important;
}

sup {
    font-size: 12px;
    margin-left: 16px;
}

input {
    margin-right: 5px !important;
}

#plus span {
    font-size: 38px;
}

.boxPlans {
    background-color: #ededed;
    padding-bottom: 40px;

}

div#BocPlanner {
    border: 1.2px solid #b5b5b5;
    padding: 7px;
    width: 85%;
    margin: auto;

}

a.linkWithLine {
    color: black;
    text-decoration: underline;
}

a.linkWithLine:hover {
    color: #5f5f5f;
    text-decoration: none;
}

li#strongLI {
    font-weight: 700;
}

li#printLi {
    padding: 42px 0px 91px 0px;
}

ul#textPlans li {
    color: #444751;
    font-size: 1.078em;
}

a#author {
    color: black;
    text-decoration: none;
}

a#author:hover {
    color: #6b6b6b;
    text-decoration: none;
    opacity: 0.8;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

a#author img {
    border: 2px solid rgba(245, 222, 179, 0);
}

a#author:hover img {
    border: 2px solid #386989;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

span#entyphEkdosh {
    font-weight: 900;
    font-size: 12.749px;
}

img#picPromo {
    width: 90%;
    margin-bottom: 20px;
}


img#world {
    width: 100%;
}

li#CenterPricePM {
    text-align: center;
}

div#plus {
    margin: -23px 0px 5px 0px;
}

.TimokatalogosLink {
    margin: 10px;
}

h2#TopTitle {
    font-size: 25px;
    margin-top: 20px;
}

/* END whole style css from template they made*/