﻿.main-menu, .responsive-menu ul, .social-member, .progess-bars, .first-footer .social-footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

body {
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
}

a, a:hover, a:focus {
    text-decoration: none;
    -webkit-transition: all 150ms ease-in;
    -moz-transition: all 150ms ease-in;
    -o-transition: all 150ms ease-in;
    transition: all 150ms ease-in;
}

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#main-content, .full-width-slider {
    float: right;
    width: 80%;
    direction: rtl;
}

.section-content {
    padding: 0 7%;
    margin-bottom: 100px;
}

.section-title {
    border-top: 4px solid;
    margin-bottom: 60px;
}

    .section-title h2 {
        display: inline-block;
        padding: 20px 35px;
        color: white;
        text-transform: uppercase;
        margin: 0;
    }

input[type=checkbox] {
    display:none;
   
}

input[type=checkbox] + label {
    display:inline-block;
    padding: 0 0 0 0px;
    background:url("../images/javid-shah-img.jpg") no-repeat;
    height: 8.3em;
    width: 10em;
    background-size: 100%;
    border: gray solid 5px;
    margin: 0px 0px -40px 5px;
    opacity: 0.5;
}

input[type=checkbox]:checked + label {
    background:url("../images/javid-shah-img.jpg") no-repeat;
    height: 8.3em;
    width: 10em;
    display:inline-block;
    background-size: 100%;
    border: green solid 5px;
    margin: 0px 0px -40px 5px;
    opacity: 1;
}

.javid-shah {
    width: 100%;
    max-height: 500px;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

    #free .section-title {
    border-color: red;
}

#free h2 {
    background-color: darkred;
}

#training .section-title {
    border-color: #FFA075;
}

#training h2 {
    background-color: #FFBEA0;
}

#pricelist .section-title {
    border-color: #0E8B0E;
}

#pricelist h2 {
    background-color: #3EC03E;
}

#order-service .section-title {
    border-color: #ec971f;
}

#order-service h2 {
    background-color: #F0AD4E;
}

#contact .section-title {
    border-color: #c9302c;
}

#contact h2 {
    background-color: #D9534F;
}

#web-proxy .section-title {
    border-color: #7A0E49;
}

#web-proxy h2 {
    background-color: #B0407D;
}


    #pricelist h2.no-background-color,
    #order-service h2.no-background-color,
    #training h2.no-background-color,
    #web-proxy h2.no-background-color {
        background-color: transparent;
        color: black;
    }

#main-sidebar {
    float: left;
    width: 20%;
    height: 100%;
    position: fixed;
    background-color: #495054;
    color: white;
}

.imageRotateVertical {
    -moz-animation: spinVertical 1s linear 1 alternate;
    -o-animation: spinVertical 1s linear 1 alternate;
    -webkit-animation: spinVertical 1s linear 1 alternate;
    animation: spinVertical 1s linear 1 alternate;
}

@-moz-keyframes spinVertical {
    0% {
        -moz-transform: rotateX(0);
    }

    100% {
        -moz-transform: rotateX(360deg);
    }
}

@keyframes spinVertical {
    0% {
        transform: rotateX(0);
    }

    100% {
        transform: rotateX(360deg);
    }
}

@-ms-keyframes spinVertical {
    0% {
        -ms-transform: rotateX(0);
    }

    100% {
        -ms-transform: rotateX(360deg);
    }
}

@-o-keyframes spinVertical {
    0% {
        -o-transform: rotateX(0);
    }

    100% {
        -o-transform: rotateX(360deg);
    }
}

@-webkit-keyframes spinVertical {
    0% {
        -webkit-transform: rotateX(0);
    }

    100% {
        -webkit-transform: rotateX(360deg);
    }
}

.logo {
    margin: 100px 0;
    background-color: #495054;
    padding: 1px;
}

    .logo img {
        width: 100%;
    }

    .logo a {
        color: white;
    }

        .logo a h1 {
            text-transform: uppercase;
            font-size: 30px;
            margin: 0;
            font-weight: 800;
        }

    .logo span {
        color: #bee3f6;
        font-size: 15px;
        font-weight: bold;
        line-height: 3;
    }

.main-menu {
    text-align: center;
    font-size: 20px;
}

    .main-menu li {
        margin-bottom: 1px;
    }

        .main-menu li a {
            color: white;
            text-transform: uppercase;
            display: block;
            border-left: 4px solid;
            padding: 15px 30px;
            text-decoration: none;
            background-color: #383e41;
            -webkit-transition: all 150ms ease-in;
            -moz-transition: all 150ms ease-in;
            -o-transition: all 150ms ease-in;
            transition: all 150ms ease-in;
        }

        .main-menu li span {
            padding-right: 5px;
        }

        .main-menu li a:hover {
            background-color: #34393b;
        }

li.home a {
    border-color: #38a9e3;
}

    li.home a:focus {
        color: #38a9e3;
    }

    li.free a {
        border-color: red;
    }
    li.free a:focus {
        color: red;
    }

li.training a {
    border-color: #FFBEA0;
}

    li.training a:focus {
        color: #FFBEA0;
    }

li.pricelist a {
    border-color: #3EC03E;
}

    li.pricelist a:focus {
        color: #3EC03E;
    }

li.order-service a {
    border-color: #F0AD4E;
}

    li.order-service a:focus {
        color: #F0AD4E;
    }

li.contact a {
    border-color: #D9534F;
}

    li.contact a:focus {
        color: #D9534F;
    }

li.web-proxy a {
    border-color: #B0407D;
}

    li.web-proxy a:focus {
        color: #B0407D;
    }


a.menu-toggle-btn {
    width: 100%;
    height: 60px;
    background-color: #38a9e3;
    text-align: center;
    line-height: 60px;
    display: block;
    color: white;
}

    a.menu-toggle-btn i {
        line-height: 60px;
    }

.responsive-navigation {
    position: relative;
    width: 100%;
    display: block;
    z-index: 9999;
}

.responsive-menu {
    display: none;
    background-color: #495054;
}

    .responsive-menu ul li a {
        color: white;
        text-transform: uppercase;
        display: block;
        padding: 20px;
        border-bottom: 1px solid #5a6267;
    }

.main-slider {
    width: 100%;
    height: 30%;
}

div.description {
    position: absolute;
    bottom: 0;
    background-color: #333;
    color: white;
    opacity: 0;
    filter: alpha(opacity=0);
    text-align: center;
    height: 100px;
    z-index: 1;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.flexslider:hover div.description {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.flexslider:hover .description_content {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    transition-delay: 0;
}

div .description_content {
    padding: 10px;
    margin: 0;
    font-weight: 800;
    font-family: Open san-serif;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: visibility 0 linear 0.5s,opacity 0.5s linear;
}

.flexslider {
    background-color: black;
    overflow: hidden;
    margin: 0;
}

    .flexslider img {
        position: relative;
        opacity: 0.9;
        width: 100%;
        z-index: 0;
    }

.flex-control-nav {
    bottom: 15px;
    z-index: 2;
}

.flex-control-paging li a {
    background-color: white;
    border: 2px solid black;
    opacity: 0.6;
}

    .flex-control-paging li a:hover {
        opacity: 1;
        background: white;
    }

    .flex-control-paging li a.flex-active {
        opacity: 1;
        background: white;
    }

.welcome-text {
    padding: 25px 60px;
    text-align: center;
}

    .welcome-text a {
        color: #28abe3;
    }

    .welcome-text p {
        color: #aaaaaa;
    }

.member-item {
    overflow: hidden;
    height: auto;
}

    .member-item:hover .overlay {
        opacity: 1;
        visibility: visible;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

.member-thumb {
    width: 100%;
    overflow: hidden;
    height: auto;
    position: relative;
}

    .member-thumb img {
        width: 100%;
    }

    .member-thumb .overlay {
        position: absolute;
        top: 0;
        right: 0;
        opacity: 0;
        visibility: hidden;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.6);
    }

.member-content {
    margin-top: 10px;
    overflow: hidden;
    text-align: center;
}

    .member-content h4 {
        text-transform: uppercase;
        font-size: 18px;
        color: #e9b144;
    }

    .member-content p {
        color: #aaaaaa;
        font-size: 12px;
    }

.social-member li {
    display: inline;
    float: left;
    width: 40px;
    height: 40px;
    background-color: #e9b144;
    text-align: center;
    margin-right: 1px;
}

    .social-member li a {
        display: block;
        line-height: 40px;
        color: white;
    }

    .social-member li:hover {
        background-color: #e5a424;
    }

.pricelist-item {
    background-color: #974dea;
    color: white;
}

    .pricelist-item .pricelist-icon {
        width: 25%;
        float: left;
        overflow: hidden;
        display: inline-block;
        text-align: center;
        margin-top: 30px;
        height: 100%;
    }

    .pricelist-item .pricelist-content {
        width: 75%;
        overflow: hidden;
        text-align: center;
        padding: 20px 20px 20px 0;
    }

        .pricelist-item .pricelist-content h3 {
            margin: 0;
            font-size: 20px;
        }

.order-service-thumb {
    overflow: hidden;
    position: relative;
}

    .order-service-thumb img {
        width: 100%;
        height: auto;
    }

    .order-service-thumb .overlay-p {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(56, 227, 149, 0.9);
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

        .order-service-thumb .overlay-p a {
            position: absolute;
            top: 50%;
            margin-top: -12px;
            left: 50%;
            margin-left: -15px;
            color: white;
        }

.order-service-item {
    margin-bottom: 40px;
    overflow: hidden;
}

    .order-service-item:hover .overlay-p {
        visibility: visible;
        opacity: 1;
    }

.order-service-title {
    width: 100%;
    text-align: center;
}

    .order-service-title a {
        color: #38e395;
        font-size: 18px;
        text-transform: uppercase;
    }

.contact-form {
    margin-top: 60px;
}

    .contact-form input, .contact-form textarea {
        width: 100%;
        display: block;
        border: 1px solid #d5dbe0;
        padding: 10px 15px;
        outline: 0;
    }

    .contact-form input {
        height: 46px;
        margin-bottom: 30px;
    }

    .contact-form label {
        font-weight: normal;
    }

        .contact-form label.required:after {
            content: "*";
            color: red;
            margin-left: 5px;
        }

.first-footer {
    background-color: #495054;
    padding: 15px 0 0 0;
    text-align: center;
    border-left: 1px solid #666666;
    color: white;
}

.bottom-footer {
    background-color: #313639;
    color: #949da2;
    padding: 25px 7% 16px 7%;
}

    .bottom-footer a {
        color: white;
    }

    .bottom-footer .credits {
        text-align: right;
    }

/* Price table */
table.table {
    font-family: Arial, Georgia, serif;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
}

.table thead th, .table tfoot td {
    font-size: 16px;
    font-weight: bold;
}

.table thead th {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #333;
    color: white;
    text-align: center;
}

.table thead tr:first-child th:first-child {
    font-size: 18px;
    text-align: right;
}

.table thead th ul {
    list-style-type: none;
    display: inline;
    padding: 2px 0;
}

.table thead th span:not(.badge) {
    display: block;
}

#pricelist table thead th, #pricelist table tbody th,
#pricelist table tbody td, #pricelist table tfoot td, #pricelist table tfoot th {
    vertical-align: middle;
}

thead th span.badge, tfoot span.badge {
    background-color: lightskyblue;
    color: blue;
    cursor: help;
    padding: 2px 5px;
    margin-left: 5px;
    font-size: 10px;
}

.info-wrapper {
    display: none;
}

.table tfoot th {
    font-size: 20px;
    color: whitesmoke;
    background-color: #333;
}

.table tfoot td {
    font-size: 18px;
    font-weight: bold;
    color: white;
    background-color: #333;
}

.table tbody th {
    color: #fff;
    background-color: #383E41;
}

.table tbody td {
    background-color: #f0f0f0;
    color: #333;
    text-align: center;
}

.dropdown-menu > li > a {
    text-align: right;
}

span.glyphicon-remove {
    color: darkred;
}

span.glyphicon-plus {
    color: green;
}

td .selected-icon {
    color: #0E8B0E;
    padding-left:2px;
    display: none;
}

span.fa-check-circle {
    font-size: 25px;
    color: #0E8B0E;
}

span.fa-times-circle {
    font-size: 25px;
    color: #c9302c;
}

span.fa-book {
    font-size: 25px;
    color: skyblue;
    padding: 0 2px;
}

span.fa-phone-square, span.fa-android {
    font-size: 25px;
    color: greenyellow;
    padding: 0 5px;
}

span.fa-windows, span.fa-apple {
    font-size: 25px;
    padding: 0 5px;
}

span.fa-windows {
    color: purple;
}

th span.small-caption {
    font-size: 12px;
}

span.windows-icon, span.linux-icon,
span.ikev2-icon, span.openvpn-icon,
span.rasvpn-icon, span.blackberry-icon,
span.proxifier-icon, span.mac-icon {
    vertical-align: -webkit-baseline-middle;
    padding-left: 5px;
}

.table tbody span.windows-icon::before {
    background: url('../images/windows.png') no-repeat center center;
    display: inline-block;
    height: 27px;
    width: 27px;
    content: "";
    background-size: 100%;
}

.table tbody span.linux-icon::before {
    background: url('../images/linux.png') no-repeat center center;
    display: inline-block;
    height: 27px;
    width: 27px;
    content: "";
    background-size: 100%;
}

.table tbody span.mac-icon::before {
    background: url('../images/mac-os.png') no-repeat center center;
    display: inline-block;
    height: 27px;
    width: 27px;
    content: "";
    background-size: 100%;
}

.table tbody span.blackberry-icon::before {
    background: url('../images/blackberry-os-10.png') no-repeat center center;
    display: inline-block;
    height: 27px;
    width: 27px;
    content: "";
    background-size: 100%;
}

.table tbody span.openvpn-icon::before {
    background: url('../images/openvpn.png') no-repeat center center;
    display: inline-block;
    height: 27px;
    width: 27px;
    content: "";
    background-size: 100%;
}

.table tbody span.rasvpn-icon::before {
    background: url('../images/vpn-pptp-l2tp-sstp.png') no-repeat center center;
    display: inline-block;
    height: 27px;
    width: 27px;
    content: "";
    background-size: 100%;
}

.table tbody span.proxifier-icon::before {
    background: url('../images/proxifier.png') no-repeat center center;
    display: inline-block;
    height: 27px;
    width: 27px;
    content: "";
    background-size: 100%;
}

.table tbody span.ikev2-icon::before {
    background: url('../images/blackberry-ikev2-windows-phone.png') no-repeat center center;
    display: inline-block;
    height: 27px;
    width: 27px;
    content: "";
    background-size: 100%;
}

.table tbody ul {
    list-style-type: none;
    padding: 2px;
    vertical-align: 0;
}

.price-extension-wrapper {
    display: none;
}

    .price-extension-wrapper td, .price-new-wrapper td {
        cursor: pointer;
    }

        .price-extension-wrapper td:not(.selected) {
            background-color: lightblue;
        }

button span .glyphicon-shopping-cart:before {
    content: "\e116";
}

#extension-note {
    display: none;
}

/* ============================================================
  Toggle button Price table
============================================================ */
.cmn-toggle {
    position: absolute;
    visibility: hidden;
}

    .cmn-toggle + label {
        display: block;
        position: relative;
        cursor: pointer;
        outline: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
/* ============================================================
  SWITCH 1 - ROUND
============================================================ */
input.cmn-toggle-round + label {
    padding: 2px;
    width: 80px;
    height: 30px;
    background-color: #dddddd;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
}

    input.cmn-toggle-round + label:before, input.cmn-toggle-round + label::after {
        display: block;
        position: absolute;
        top: 1px;
        left: 1px;
        bottom: 1px;
        content: "";
    }

    input.cmn-toggle-round + label::before {
        right: 1px;
        background-color: #f1f1f1;
        -webkit-border-radius: 60px;
        -moz-border-radius: 60px;
        -ms-border-radius: 60px;
        -o-border-radius: 60px;
        border-radius: 60px;
        -webkit-transition: background 0.4s;
        -moz-transition: background 0.4s;
        -o-transition: background 0.4s;
        transition: background 0.4s;
        content: "جدید";
        color: rgb(34, 34, 34);
        padding: 3px 0 0 20px
    }

    input.cmn-toggle-round + label::after {
        width: 30px;
        background-color: #fff;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        -o-border-radius: 100%;
        border-radius: 100%;
        -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
        -webkit-transition: margin 0.4s;
        -moz-transition: margin 0.4s;
        -o-transition: margin 0.4s;
        transition: margin 0.4s;
    }

input.cmn-toggle-round:checked + label::before {
    background-color: #333;
    content: "تمدید";
    padding: 3px 25px 0 0;
    color: white;
}

input.cmn-toggle-round:checked + label::after {
    margin-left: 50px;
}

.table .divider th span:first-child {
    vertical-align: middle;
    margin-top: 8px;
    margin-right: -5px;
}

.table .divider th span:last-child {
    float: left;
    clear: both;
}

/* Not found page*/
.not-found a:hover {
    text-decoration: none;
}

.not-found img {
    background-color: white;
}

#main-content.not-found {
    text-align: center;
    direction: ltr;
}

@media (max-width: 991px) {
    #main-content {
        width: 100%;
    }

    .first-footer {
        border-left: 0;
    }

    .flexslider .slides, .flexslider, .main-slider {
        height: auto;
    }

    .pricelist-item {
        margin-bottom: 30px;
    }

    .progess-bars {
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    .description {
        display: none;
    }
}

@media (max-width: 581px) {
    .description {
        display: none;
    }

    .table {
        zoom: 0.70;
       -moz-transform: scale(0.70); 
    }

    body h1 {
        font-size: 180%;
    }

    body h2 {
        font-size: 150%;
    }

    body h3 {
        font-size: 120%;
    }

    body p {
        font-size: 100%;
    }
}
