﻿@font-face {
    font-family: 'Yekan';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/YekanWeb-Regular.eot');
    src: url('../fonts/YekanWeb-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/YekanWeb-Regular.woff') format('woff'), url('../fonts/YekanWeb-Regular.ttf') format('truetype'), url('../fonts/YekanWeb-Regular.svg#YekanWeb-Regular') format('svg');
}

@font-face {
    font-family: 'Yekan';
    font-weight: bold;
    font-style: normal;
    src: url('../fonts/YekanWeb-Regular.eot');
    src: url('../fonts/YekanWeb-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/YekanWeb-Regular.woff') format('woff'), url('../fonts/YekanWeb-Regular.ttf') format('truetype'), url('../fonts/YekanWeb-Regular.svg#YekanWeb-Regular') format('svg');
}

@font-face {
    font-family: 'Zakrot';
    src: url('../fonts/zakrot.eot');
    src: url('../fonts/zakrot.eot?#iefix') format('embedded-opentype'), url('../fonts/zakrot.woff') format('woff'), url('../fonts/zakrot.ttf') format('truetype'), url('../fonts/zakrot.svg#zakrot') format('svg');
}

body {
    font-family: Yekan, Tahoma, Arial, sans-serif;
    font-size: 13px;
    background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #262626;
    font-family: Zakrot, Yekan, sans-serif;
}

a, a > * {
    -webkit-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
    -moz-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
    -ms-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
    -o-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
    transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
}

.ltr
{
    direction: ltr;    
}

.form-control-inline {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

.alert-error {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

    .alert-error hr {
        border-top-color: #e4b9c0;
    }

    .alert-error .alert-link {
        color: #843534;
    }

.form-padded .form-group {
    margin-right: 0;
    margin-left: 0;
}

select.form-control {
    padding: 0 12px;
}

table.table-centered tr th,
table.table-centered tr td {
    text-align: center;
}

.pagination 
{
    margin: 0;
}

.navbar-top {
    margin-bottom: 0;
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, .25);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .25);
    z-index: 11;
}

    .navbar-top .navbar-brand {
        display: inline-block;
        height: 32px;
        /*padding: 0;
        margin: 0 15px 0 0;*/
        margin-top: 10px;
        background: url(../images/logo1.png) no-repeat center center;
        background-size: 136px;
    }

        .navbar-top .navbar-brand h1 {
            width: 205px;
            height: 0;
            text-indent: -2000px;
        }

.hinfo {
    position: relative;
    z-index: 10;
}

    .hinfo .enamad {
        position: absolute;
        top: -210px;
        left: 0;
        padding: 10px 0;
        border-radius: 5px;
        background: rgba(255, 255, 255, .35);
    }

        .hinfo .enamad img,
        .hinfo .enamad p,
        .hinfo .enamad iframe {
            vertical-align: middle;
        }

        .hinfo .enamad p {
            display: inline-block;
            max-width: 124px;
            padding: 10px 20px 0 0;
            text-align: justify;
            color: #030265;
            font-size: 11px;
            text-shadow: 0 1px 2px rgba(255, 255, 255, .6);
        }

    .hinfo .contact {
        position: absolute;
        margin-top: -25%;
        left: 0;
        color: #333;
        text-shadow: 0 1px 2px rgba(255, 255, 255, .6);
        font: normal 18px Zakrot, Yekan, sans-serif;
    }

        .hinfo .contact span {
            display: inline-block;
            padding-right: 5px;
            color: #f3c024;
            text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
            font: normal 18px Yekan, Tahoma, sans-serif;
        }

.header {
    margin-bottom: 15px;
    padding-bottom: 10px;
    background: url(../images/header.jpg) center center;
}

    .header h2,
    .header p {
        color: #fff;
        text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    }

.service-plans {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    border-radius: 3px;
    background-image: -webkit-linear-gradient(top, #fff, #fff, #e3f5fc);
    background-image: -o-linear-gradient(top, #fff, #fff, #e3f5fc);
    background-image: linear-gradient(top, #fff, ##fff, #e3f5fc);
}

    .service-plans h3 {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .service-plans .col-separated,
    .pros .col-separated {
        padding-top: 20px;
        padding-bottom: 20px;
        background: url(../images/plan.png) no-repeat left center;
    }

        .service-plans .col-separated:last-child,
        .pros .col-separated:last-child {
            background: none;
        }

    .service-plans .price {
        color: #0d7aa7;
        font-size: 18px;
        line-height: 18px;
    }


    .service-plans .price-part1,
    .service-plans .price-part2,
    .service-plans .price-part3 {
        vertical-align: middle;
    }

    .service-plans .price-part1 {
        font-size: 48px;
        line-height: 48px;
    }

    .service-plans .price-part3 {
        display: block;
        padding-bottom: 10px;
    }

    .service-plans ul {
        list-style: none;
        margin: 0 0 20px 0;
        padding: 0px;
    }

        .service-plans ul li {
            text-align: center;
            line-height: 25px;
            color: #666;
            font: normal 14px Zakrot, Yekan, sans-serif;
        }

    .service-plans .orderbtn {
        display: inline-block;
        padding: 2px 25px;
        text-align: center;
        text-decoration: none;
        line-height: 24px;
        color: #FFFFFF;
        text-shadow: 1px 1px 1px #666;
        border-radius: 5px;
        background: #8CAE14;
        -moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.25);
        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.25);
        box-shadow: inset 0 0 5px rgba(0,0,0,0.25);
    }

        .service-plans .orderbtn:hover {
            background: #A5C72D;
        }

.pros {
    margin-top: 40px;
    margin-bottom: 20px;
    border-radius: 3px;
    background-image: -webkit-linear-gradient(top, #fff, #fff, #e3f5fc);
    background-image: -o-linear-gradient(top, #fff, #fff, #e3f5fc);
    background-image: linear-gradient(top, #fff, ##fff, #e3f5fc);
}

.pros .col-separated {
        min-height: 220px;
        background-image: url(../images/prosep.png);
    }

    .pros h3 {
        margin-top: 0;
        vertical-align: middle;
        color: #0d7aa7;
        font: normal 18px Zakrot, Yekan, sans-serif;
    }

        .pros h3.help:before,
        .pros h3.guarented:before,
        .pros h3.money:before {
            content: "";
            display: inline-block;
            vertical-align: middle;
            width: 48px;
            height: 48px;
            margin-left: 10px;
            background-image: url(../images/pros.png);
        }

        .pros h3.guarented:before {
            background-position: 0 -48px;
        }

        .pros h3.money:before {
            background-position: 0 -96px;
        }

    .pros ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .pros ul li {
            color: #666;
            background: url(../images/bullet1.png) no-repeat right 4px;
            border-bottom: 1px solid #e1e8e9;
            line-height: 29px;
            height: 29px;
            padding: 0 30px 0 0;
            direction: rtl;
            text-align: right;
        }

        .pros ul li:last-child {
            border-bottom: none;
        }
        
        
        
        
        
        /* ----------------------------------------------------------------------------------------*/
 
 
 
 
 
 .hostingfeature{
	margin: 0;
	padding: 0;	
}
.hostingfeature ul{
	list-style:none;
	margin:0px;
	padding:0px;	
}
.hostingfeature ul li{
	color:#0d7aa7;
	font-size:13px;
	padding:0 15px 0 0;
	height:30px;
	line-height:30px;
	border-bottom:1px solid #CCC;
    direction: rtl;
    text-align: right;
}
.hostingfeaturetopli{
	background:url(../images/hostingtopli.jpg) repeat-x right top;
	height:34px !important;
	line-height:34px !important;
	color:#FFF !important;
	font-weight:bold;
}
.hostingfeaturelastli{
	height:85px !important;
	color:#333 !important;
	font-weight:bold;
	font-size:18px !important;
	padding-top:10px !important;
	line-height:24px !important;
}
.basic{
	margin:0px;
	padding:0px;
}
.basic ul{
	list-style:none;
	margin:0px;
	padding:0px;	
}
.basic ul li{
	line-height:30px;
	height:30px;
	text-align:center;
	color:#333;
	font-size:14px;
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;	
}
.tickmark{
	background:url(../images/bullet1.png) no-repeat center;	
}
.crossmark{
	background:url(../images/bullet2.png) no-repeat center;	
}
 
 
 
 /* ----------------------------------------------------------------------------------------*/
        
        
        
        
        
        

@media (min-width: 320px) {
    /*.navbar-top .navbar-brand h1 {
        font-size: 18px;
    }*/
}

@media (min-width: 360px) {
    /*.navbar-top .navbar-brand {
        display: inline-block;
        padding: 0;
        margin: 0 15px 0 0;
        background: url(../images/logo.png) no-repeat right center;
        background-size: 220px;
    }

    .navbar-top .navbar-brand h1 {
        width: 220px;
        height: 0;
        text-indent: -2000px;
    }*/
}

@media (min-width: 420px) {
    /*.navbar-top .navbar-brand h1 {
        font-size: 18px;
    }*/
}

@media (min-width: 768px) {

    .navbar-top {
        height: 80px;
        border-radius: 0;
        border: none;
        border-top: 6px solid #3a3a3a;
        background: #2b2b2b;
    }

        .navbar-top .navbar-brand {
            height: 48px;
            margin-top: 12px;
            background-size: 205px;
        }

            /*.navbar-top .navbar-brand h1 {
                line-height: 11px;
                text-align: center;
                font-size: 13px;
            }*/

        .navbar-top .navbar-nav > li > a,
        .navbar-top .navbar-nav > li > a:focus {
            height: 80px;
            margin-top: -6px;
            padding: 15px 10px 10px;
            border-top: 6px solid #3a3a3a;
            border-bottom: 1px solid #2b2b2b;
            color: #f8f8f8;
            text-align: center;
            font: normal 16px Zakrot, Arial, sans-serif;
        }

            .navbar-top .navbar-nav > li > a:after {
                content: attr(data-description);
                display: block;
                color: #aeaeae;
                font: normal 9px/9px Yekan, Arial, sans-serif;
            }

            .navbar-top .navbar-nav > li > a:hover,
            .navbar-top .navbar-nav > .active > a,
            .navbar-top .navbar-nav > .active > a:hover,
            .navbar-top .navbar-nav > .active > a:focus {
                color: #f3c024;
                border-top: 6px solid #f3c024;
                border-bottom: 1px solid #f3c024;
                background-color: #1f1f1f;
                z-index: 101;
            }

        .navbar-top .navbar-nav > .open > a, .navbar-top .navbar-nav > .open > a:hover, .navbar-top .navbar-nav > .open > a:focus {
            color: #f3c024;
            border-top: 6px solid #f3c024;
            border-bottom: none;
            background-color: #080808;
        }

        .navbar-top .dropdown-menu {
            right: 0;
            left: auto;
            min-width: 180px;
            background: #080808;
        }

            .navbar-top .dropdown-menu .divider {
                background-color: #2b2b2b;
            }

            .navbar-top .dropdown-menu > li > a {
                padding: 5px 20px;
                color: #aeaeae;
            }

                .navbar-top .dropdown-menu > li > a:hover,
                .navbar-top .dropdown-menu > li > a:focus {
                    background-color: #2b2b2b;
                }

        .navbar-top .navbar-nav > .active:after {
            background: #f3c024;
            bottom: -2.5px;
            content: '';
            left: 50%;
            display: block;
            height: 5px;
            margin: 0 0 0 -2.5px;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
            position: absolute;
            width: 5px;
            z-index: 100;
        }

    .navbar-bottom1 {
        margin-bottom: 0;
        border-radius: 0;
        border: none;
        background: none;
    }

        .navbar-bottom1 .navbar-nav > li > a {
            color: #868686;
        }

            .navbar-bottom1 .navbar-nav > li > a:focus {
                color: #777;
            }

            .navbar-bottom1 .navbar-nav > li > a:hover {
                color: #f3c024;
                background-color: transparent;
            }
}

@media (min-width: 992px) {
    /*.navbar-top .navbar-brand h1 {
                font-size: 14px;
            }*/

    .navbar-top .navbar-nav > li > a,
    .navbar-top .navbar-nav > li > a:focus {
        padding: 15px 15px 10px;
    }
}

.slider {
    position: relative;
    z-index: 9;
}

.absolute__img {
    width: 50px;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -25px;
    z-index: 99;
}

.slider .btn {
    margin: 40px 10px 0;
}

.carousel-caption-slide1 {
    right: 5%;
    left: 5%;
    top: 5%;
    padding-top: 0;
    padding-bottom: 30px;
    text-align: right;
}

@media (min-width: 480px) {
    .carousel-caption-slide1 {
        top: 10%;
    }
}

@media (min-width: 768px) {
    .carousel-caption-slide1 {
        top: 50%;
    }
}

.carousel-caption h1 {
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    font-family: Zakrot;
}

.carousel-caption-slide1 h1 {
    margin: 0;
}

@media (min-width: 768px) {
    .carousel-caption-slide1 {
        top: 45%;
    }

    .carousel-caption h1 {
        font-size: 36px;
        line-height: 36px;
    }

    .carousel-caption-slide1 h1 {
        margin: 20px 0 10px;
    }
}

@media (min-width: 992px) {
    .carousel-caption-slide1 {
        top: 40%;
    }
}

@media (min-width: 1200px) {
    .carousel-caption-slide1 {
        top: 35%;
    }
}

.carousel-caption p {
    font-weight: 300;
    margin: 0;
}

.carousel-caption h1 span {
    color: #ffdd3c;
    border: 2px solid #fff;
    padding: 0 4px 4px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.carousel-control {
    background: none;
    opacity: 1;
    position: absolute;
    top: 50%;
    margin-top: -35px;
    -moz-opacity: 1;
}

    .carousel-control .carousel-control-left {
        position: absolute;
        background: url('../images/prev.png') no-repeat;
        width: 70px;
        height: 71px;
        left: 20px;
    }

    .carousel-control .carousel-control-right {
        position: absolute;
        background: url('../images/next.png') no-repeat;
        width: 70px;
        height: 71px;
        right: 20px;
    }

    .carousel-control .carousel-control-left:hover {
        background: url('../images/prev_a.png') no-repeat;
    }

    .carousel-control .carousel-control-right:hover {
        background: url('../images/next_a.png') no-repeat;
    }

.boxed .carousel-control .carousel-control-left {
    left: -150px;
    top: 270px;
}

.boxed .carousel-control .carousel-control-right {
    right: -150px;
    top: 270px;
}

.boxed .carousel-caption {
    top: 90px;
}

.boxess {
    background-color: #fff;
}

    .boxess .carousel-caption h1 {
        font-size: 40px;
        line-height: 40px;
    }

.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

    .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
        left: 0;
        opacity: 0;
        z-index: 1;
    }

.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

@media (min-width: 768px) {
    .absolute__img {
        width: 98px;
        margin-left: -49px;
    }

    .carousel-caption {
        margin-top: -120px;
        font-size: 14px;
    }
}

.footer,
.footer a {
    color: #868686;
}

    .footer a:hover {
        color: #f3c024;
        text-decoration: none;
    }

.footer-part1 {
    padding: 10px 0;
    background: #3a3a3a;
}

    .footer-part1 .mail {
        margin-right: 15px;
        font: 13px "Lucida Sans Unicode","Lucida Grande",sans-serif;
    }

.footer-part2 {
    padding: 20px 0;
    color: #868686;
    background: #303030;
}

    .footer-part2 .copyright {
        font: 13px "Lucida Sans Unicode","Lucida Grande",sans-serif;
    }

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
    .table-responsive {
        border-top: none;
    }

        .table-responsive, thead, .table-responsive tbody, .table-responsive th, .table-responsive td, .table-responsive tr {
            display: block;
        }

            .table-responsive > tbody > tr > td {
                border: none;
                border-top: 1px solid #ccc;
                padding-right: 50%;
                position: relative;
            }

            .table-responsive td:before {
                content: attr(data-title);
                position: absolute;
                top: 6px;
                right: 6px;
                width: 45%;
                padding-left: 10px;
                white-space: nowrap;
            }

            .table-responsive thead {
                display: none;
            }
}

.text-red {
    color: #cc0000;
}
.text-green {
    color: #468E46;
}
