@import url(https://fonts.googleapis.com/earlyaccess/droidarabickufi.css);

::selection{
	background: rgba(29, 89, 140, 0.7);
	color:white;
}

::-moz-selection{
	background: rgba(29, 89, 140, 0.7);
	color:white;
}

*{
	font-family: 'Droid Arabic Kufi', sans-serif;
}

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

*:focus {
	outline: 0;
}

a, a:link, a:visited {
	color: #000;
	text-decoration: none;
	outline: none;
}

a, a:link, a:visited, button, .hand_cursor{
	cursor: url(../images/mac_hand_cursor.png) 8 1, url(../images/mac_hand_cursor.cur), auto;
}

body{
	background: #EEF2F6;
	cursor: url(../images/mac_cursor.png), url(../images/mac_cursor.cur), auto;
	direction: rtl;
}

.clearer{
	clear: both;
}

.row{
	position: relative;
    overflow: hidden;
}

.row_1{
	height: 700px;
    position: relative;
}

.row_1 .inner{
    max-width: 1200px;
    margin: auto;
    position: relative;
    min-height: 100%;
    padding-top: 35px;
}

.row_1 .logo{
	height: 120px;
    width: calc(100% - 20px);
    margin: auto;
    background: url(../images/logo.png) center no-repeat;
    background-size: contain;
    margin-bottom: 35px;
}

.row_1 .text{
    float: right;
    width: 50%;
    height: 510px;
    padding: 160px 0;
    opacity: 0;
    margin-right: -100px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.row_1 .text.showed{
    opacity: 1;
    margin-right: 0px;
}

.row_1 .text .title{
	color: #fff;
    text-align: center;
    font-size: 65px;
}

.row_1 .text .subtitle{
	color: #4b4b4b;
    font-size: 31px;
    text-align: center;
}

.row_1 .phones{
    float: left;
    width: 50%;
    height: 510px;
    z-index: 99;
    position: relative;
}

.row_1 .phones .phones_nexus{
    background: url(../images/phones_nexus.png) top center no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 360px;
    left: 210px;
    opacity: 0;
    margin-bottom: -100px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.row_1 .phones .phones_nexus.showed{
    opacity: 1;
    margin-bottom: 0;
}

.row_1 .phones .phones_iphone{
    background: url(../images/phones_iphone.png) top center no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    height: 99%;
    width: 360px;
    left: 50px;
    opacity: 0;
    margin-bottom: -100px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.row_1 .phones .phones_iphone.showed{
    opacity: 1;
    margin-bottom: 0;
}

.row_maram{
    height: 150px;
    background-color: #5A1655;
    box-shadow: inset 0 0 25px rgba(0, 0, 0, 0.5);
}

.row_maram .inner{
    max-width: 1200px;
	position: relative;
    margin: auto;
    color: #fff;
    text-align: center;
    line-height: 150px;
    font-size: 30px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	opacity: 0;
	margin-top: 25px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.row_maram:hover .inner{
	opacity: 1;
	margin-top: 0;
}

.row_maram .logo_1{
    position: absolute;
    background: url(../images/maram.png) no-repeat;
    background-size: contain;
    background-position-y: center;
    height: 513px;
    bottom: -410px;
	opacity: 0;
    right: 50px;
    width: 184px;
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}

.row_maram:hover .logo_1{
    bottom: -280px;
    opacity: 0.1;
}

.row_maram .logo_2{
    position: absolute;
    background: url(../images/maram.png) no-repeat;
    background-size: contain;
    background-position-y: center;
    height: 513px;
    top: -410px;
	opacity: 0;
    left: 50px;
    width: 184px;
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}

.row_maram:hover .logo_2{
    top: -300px;
    opacity: 0.1;
}

.row_maram .logo_3{
    position: absolute;
    background: url(../images/maram.png) no-repeat;
    background-size: cover;
    background-position-y: center;
    height: 100%;
    top: 0;
    left: 50%;
	margin-left: -42px;
    width: 84px;
    opacity: 0.8;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.row_maram:hover .logo_3{
    opacity: 0;
}

.blue_row{
    position: relative;
	background: -moz-linear-gradient(-45deg, #47c4f0 0%, #9fe3fd 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#47c4f0), color-stop(100%,#9fe3fd));
    background: -webkit-linear-gradient(-45deg, #47c4f0 0%,#9fe3fd 100%);
    background: -o-linear-gradient(-45deg, #47c4f0 0%,#9fe3fd 100%);
    background: -ms-linear-gradient(-45deg, #47c4f0 0%,#9fe3fd 100%);
    background: linear-gradient(135deg, #47c4f0 0%,#9fe3fd 100%);
}

.blue_row:before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: url(../images/pattern.png);
}

.white_row{
	background: #fff;
}

.gray_row{
	background: #f1f1f1;
}

.row_services{
	height: 780px;
}

.row_services .inner{
    max-width: 1200px;
    margin: auto;
    position: relative;
    min-height: 100%;
    padding-top: 75px;
}

.title_row{
    color: #24a8eb;
    text-align: center;
    font-size: 21px;
    font-weight: bold;
}

.subtitle_row{
    text-align: center;
    font-size: 28px;
    position: relative;
    padding: 5px 0 15px 0;
	color: #525252;
}

.subtitle_row:after{
	content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -37px;
    width: 74px;
    height: 2px;
    background-color: #24a8eb;
}

.description_row{
    text-align: center;
    color: #7e7e7e;
    padding: 30px 0px;
	position: relative;
}

.services_item{
    float: right;
    width: calc(100%/3);
    text-align: center;
    opacity: 0;
    margin-top: -100px;
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.services_item.showed{
    opacity: 1;
    margin-top: 0;

}

.services_item .icon{
    box-shadow: 0 10px 10px rgba(0,0,0,.1);
    width: 165px;
    height: 165px;
    border-radius: 50%;
    background: #fbfbfb;
	color: #00aae6;
}

.services_item .icon:before{
    font-size: 70px;
    line-height: 165px;
}

.services_item:hover .icon{
	background: -moz-linear-gradient(-45deg, #47c4f0 0%, #9fe3fd 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#47c4f0), color-stop(100%,#9fe3fd));
    background: -webkit-linear-gradient(-45deg, #47c4f0 0%,#9fe3fd 100%);
    background: -o-linear-gradient(-45deg, #47c4f0 0%,#9fe3fd 100%);
    background: -ms-linear-gradient(-45deg, #47c4f0 0%,#9fe3fd 100%);
    background: linear-gradient(135deg, #47c4f0 0%,#9fe3fd 100%);
	color: #fff;
}

.services_item .title{
	padding: 30px 0 10px 0;
    color: #545454;
    font-size: 24px;
}

.services_item .subtitle{
    color: #9f9f9f;
    font-size: 15px;
    padding: 0px 30px;
}

.row_customers{
	height: 550px;
}

.row_customers .inner{
	padding-top: 50px;
    max-width: 1200px;
    margin: auto;
    position: relative;
    text-align: center;
}

.row_customers .items{
	font-size: 0;
}

.customers_item{
	display: inline-block;
    vertical-align: top;
    width: 140px;
    height: 140px;
    overflow: hidden;
    border-radius: 26%;
    border: 10px solid rgba(255, 255, 255, 0);
    box-shadow: 0 10px 10px rgba(0,0,0,.1);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    margin: 0 40px;
	margin-top: 20px;
}

.customers_item:hover{
	border-radius: 21%;
    border: 0px solid rgba(255, 255, 255, 0);
}

.row_customers .items .customers_item:nth-child(2), .row_customers .items .customers_item:nth-child(4) {
    margin-top: 90px;
}

.customers_item img{
	width: 100%;
}

.row_gallery{

}

.row_gallery .inner{
    padding: 50px 0 20px 0;
}

.row_gallery .app_name{
    text-align: center;
    color: #777;
    font-size: 20px;
    padding: 20px 0 10px 0;
}

.tabs_screens{
    position: relative;
    overflow: hidden;
    padding: 20px 0;
}

.tabs_screens li{
    float: right;
    width: calc(100% / 3);
    list-style: none;
    text-align: center;
    position: relative;
    padding: 10px 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.tabs_screens li span{
    position: relative;
}

.tabs_screens li:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -65px;
    width: 130px;
    height: 2px;
    background-color: #24a8eb;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.tabs_screens a.active li{
    color: #fff;
}

.tabs_screens a.active li:before{
    height: 100%;
}

.screen_item{
    height: 600px;
}

.row_systems{
	height: 540px;
}

.row_systems .inner{
    max-width: 1100px;
    margin: auto;
	position: relative;
    min-height: 100%;
}

.half-right{
	position: absolute;
	height: 100%;
	width: 50%;
	top: 0;
	right: 0;
    padding: 100px 0;
}

.half-left{
	position: absolute;
	height: 100%;
	width: 50%;
	top: 0;
	left: 0;
    padding: 100px 0;
}

.row_systems .title_row{
	text-align: right;
    color: #fff;
}

.row_systems .subtitle_row{
	text-align: right;
	color: #525252;
}

.row_systems .subtitle_row:after{
	right: 0;
    left: auto;
	background: #fff;
}

.row_systems .description_row{
	text-align: right;
    max-width: 460px;
}

.systems_logos_content {
    color: #fff;
    text-align: center;
    font-size: 15px;
    line-height: 28px;
    width: 400px;
    height: 375px;
    overflow: hidden;
    position: relative;
    margin: auto;
}

.systems_logos_shadow {
    background: url(../images/shadow.png) no-repeat center;
    background-size: contain;
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0;
    z-index: 5;
    opacity: 0.7;
}

.systems_logos_android, .systems_logos_apple {
	height: 100%;
    width: 50%;
    float: right;
    z-index: 4;
    overflow: hidden;
    position: relative;
}

.systems_logos_apple_inside {
    background: url(../images/large_apple.png) no-repeat right;
    background-size: contain;
    height: 100%;
    width: 400px;
    position: absolute;
    z-index: 4;
    right: 50px;
}

.systems_logos_android_inside {
    background: url(../images/large_android.png) no-repeat left;
    background-size: contain;
    height: 100%;
    width: 400px;
    z-index: 4;
    position: absolute;
    left: 50px;
}

.systems_logos_android_over, .systems_logos_apple_over {
    position: absolute;
    height: 100%;
    width: 50%;
    right: 0;
    z-index: 10;
    cursor: url(../images/mac_hand_cursor.png),url(../images/mac_hand_cursor.cur),auto;
}

.systems_logos_android_over {
    left: 0;
	right: auto;
}

.row_features{
	height: 780px;
}

.row_features .inner{
    max-width: 1200px;
    margin: auto;
    min-height: 100%;
    position: relative;
    padding-top: 60px;
}

.iphone_features{
    background: url(../images/iphone_features.png) top center no-repeat;
    background-size: cover;
    width: 430px;
    height: 555px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -215px;
    opacity: 0;
    margin-bottom: -200px;
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.iphone_features.showed{
    opacity: 1;
    margin-bottom: 0;
}

.items_container{
    position: absolute;
    left: 0;
    top: 200px;
    height: calc(100% - 200px);
    width: 100%;
}

.feauture_item{
    position: absolute;
    width: 310px;
    height: 115px;
    background-color: #f4f4f4;
    padding: 5px;
    border-radius: 5px;
    opacity: 0;
    margin-top: 50px;
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.feauture_item.showed{
    opacity: 1;
    margin-top: 0;
}

.feauture_item:before{
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 2px;
    background-color: #f4f4f4;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.feauture_item.left{
    left: 50%;
    margin-left: -530px;
}

.feauture_item.left:before{
    right: -7px;
}

.feauture_item.right{
    right: 50%;
    margin-right: -530px;
}

.feauture_item.right:before{
    left: -7px;
}

.feauture_item.one{
    top: 20px;
}

.feauture_item.two{
    top: 100px;
}

.feauture_item.three{
    top: 185px;
}

.feauture_item.four{
    top: 265px;
}

.feauture_item.five{
    top: 350px;
}

.feauture_item.six{
    top: 430px;
}

.feauture_item .item_number{
    position: absolute;
    right: 15px;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    border-radius: 50%;
    background: -moz-linear-gradient(-45deg, #47c4f0 0%, #9fe3fd 100%);
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#47c4f0), color-stop(100%,#9fe3fd));
    background: -webkit-linear-gradient(-45deg, #47c4f0 0%,#9fe3fd 100%);
    background: -o-linear-gradient(-45deg, #47c4f0 0%,#9fe3fd 100%);
    background: -ms-linear-gradient(-45deg, #47c4f0 0%,#9fe3fd 100%);
    background: linear-gradient(135deg, #47c4f0 0%,#9fe3fd 100%);
    color: #fff;
    line-height: 40px;
    text-align: center;
    font-size: 21px;
}

.feauture_item .item_title{
    position: absolute;
    top: 0;
    right: 70px;
    width: calc(100% - 70px);
    height: 55px;
    color: #545454;
    font-size: 20px;
    line-height: 55px;
    font-weight: bold;
}

.feauture_item .item_subtitle{
    position: absolute;
    bottom: 0;
    right: 70px;
    width: calc(100% - 70px);
    height: calc(100% - 52px);
    padding-left: 5px;
    color: #686868;
    line-height: 26px;
}

.row_notifications{
	height: 615px;
}

.row_notifications .half-right{
	background: url(../images/notifications_ipad.png) center 20px no-repeat;
    opacity: 0;
    margin-top: 400px;
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.row_notifications .half-right.showed{
    opacity: 1;
    margin-top: 0;
}

.row_notifications .inner{
	max-width: 1200px;
}

.row_notifications .title_row{
	text-align: right;
}

.row_notifications .subtitle_row{
	text-align: right;
}

.row_notifications .subtitle_row:after{
	right: 0;
    left: auto;
}

.row_notifications .description_row{
	text-align: right;
    max-width: 530px;
}

.row_prices{

}

.row_prices .inner{
	max-width: 900px;
	padding-top: 75px;
	margin: auto;
}

.row_prices .items{
    height: 425px;
}

.row_prices .items .prices_item_container{
    width: calc(((100% - 150px) / 3) + 60px);
    float: right;
}

.row_prices .items .prices_item_container:nth-child(2){
    width: calc(((100% - 150px) / 3) + 30px);
    z-index: 9;
    position: relative;
}

.prices_item{
    width: 100%;
    text-align: center;
    height: 375px;
    border-radius: 3px;
    background: #fff;
    position: relative;
    box-shadow: 0 7px 10px rgba(0, 0, 0, 0.07);
	margin-top: 25px;
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.row_prices .items .prices_item_container:first-child .prices_item{
    opacity: 0;
    width: calc(100% - 60px);
    margin-right: 100%;
    float: right;
}

.row_prices .items .prices_item_container:nth-child(2) .prices_item{
    opacity: 0;
}

.row_prices .items .prices_item_container:nth-child(3) .prices_item{
    opacity: 0;
    width: calc(100% - 60px);
    margin-left: 100%;
    float: left;
}

.prices_item.showed{
    opacity: 1 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.prices_item .price_title{
    height: 115px;
    border: 1px solid #ececec;
    border-top-width: 4px;
    border-bottom: 0;
    background: #f1f1f1;
    border-radius: 3px 3px 0 0;
    color: #555;
    font-size: 20px;
    font-weight: bold;
    padding-top: 20px;
}

.prices_item .price_money{
    position: absolute;
    height: 110px;
    width: 110px;
    top: 47px;
    left: 50%;
    margin-left: -55px;
    border-radius: 50%;
    background-color: #00aae6;
    color: #fff;
    border: 7px solid #fff;
    padding-top: 17px;
    line-height: 25px;
	font-size: 19px;
    line-height: 29px;
}

.prices_item .price_description{
    position: relative;
    height: 250px;
    padding-top: 40px;
    text-align: justify;
    color: #555;
    font-size: 16px;
}

.prices_item .price_description li{
    list-style: none;
    border-bottom: 1px solid #eee;
    padding: 0 10px;
    line-height: 49px;
    text-align: center;
}

.prices_item .price_description li:last-child{
    border-bottom: none;
}

.row_prices .items .prices_item_container:first-child .prices_item .price_money{
	background-color: #A50BA7;
}

.row_prices .items .prices_item_container:nth-child(3) .prices_item .price_money{
    background-color: #3C9E3C;
    padding-top: 19px;
}

.row_prices .items .prices_item_container:nth-child(2) .prices_item{
	margin-top: 0;
    height: 425px;
}

.row_prices .items .prices_item_container:nth-child(2) .prices_item .price_money{
    width: 125px;
    height: 125px;
    padding: 22px 4px;
	top: 40px;
    margin-left: -62px;
    font-size: 22px;
    line-height: 33px;
}

.row_prices .items .prices_item_container:nth-child(2) .prices_item .price_title {
	height: 125px;
	padding-top: 15px;
    font-size: 23px;
}

.prices_notifications{
    box-shadow: 0 7px 10px rgba(0, 0, 0, 0.07);
    margin-bottom: 20px;
    opacity: 0;
    margin-top: 100px;
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.prices_notifications.showed{
    opacity: 1;
    margin-top: 50px;
}

.prices_notifications .price_title{
    height: 120px;
    border: 1px solid #ececec;
    border-top-width: 4px;
    border-bottom: 0;
    background: #f1f1f1;
    border-radius: 3px 3px 0 0;
    color: #555;
    font-size: 20px;
    font-weight: bold;
    padding-top: 20px;
    text-align: center;
}

.prices_notifications .columns{

}

.prices_notifications .column_item{
    float: right;
    width: calc(100% / 4);
    text-align: center;
    position: relative;
}

.prices_notifications .column_item .price_money{
    position: absolute;
    height: 104px;
    width: 104px;
    top: -55px;
    left: 50%;
    margin-left: -52px;
    border-radius: 50%;
    background-color: #693788;
    color: #fff;
    border: 7px solid #fff;
    padding: 17px 3px 0;
    line-height: 25px;
}

.prices_notifications .column_item:first-child .price_money{
    background-color: #E4C876;
}

.prices_notifications .column_item:nth-child(2) .price_money{
    background-color: #E2BD51;
}

.prices_notifications .column_item:nth-child(3) .price_money{
    background-color: #E4B01A;
}

.prices_notifications .column_item:nth-child(4) .price_money{
    background-color: #E8AC00;
}

.prices_notifications .column_item .price_description{
    padding: 60px 0 10px 0;
    border-left: 1px solid #F1F1F1;
}

.prices_notifications .column_item:nth-child(4) .price_description{
    border-left: none;
}

.prices_notifications .column_item .price_unit{
    border-left: 1px solid #D6D6D6;
    background-color: #F1F1F1;
    color: #777;
    font-size: 14px;
}

.prices_notifications .column_item:nth-child(4) .price_unit{
    border-left: none;
}

.prices_notifications_note{
    margin-bottom: 20px;
    color: #888;
    text-align: center;
    font-size: 14px;
    opacity: 0;
    margin-top: 50px;
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.prices_notifications_note.showed{
    opacity: 1;
    margin-top: 0;
}





.prices_notifications_new{
    background: #5bc0de;
    margin-bottom: 20px;
    opacity: 0;
    margin-top: 100px;
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
    margin-left: -25px;
    margin-right: -25px;
    border: 1px solid #40ADCE;
}

.prices_notifications_new.showed{
    opacity: 1;
    margin-top: 50px;
}

.prices_notifications_new .price_title{
    height: 75px;
    color: rgb(255, 255, 255);
    font-size: 30px;
    font-weight: bold;
    padding-top: 11px;
    text-align: center;
}

.prices_notifications_new .columns{
    padding: 0 5px;
}

.prices_notifications_new .column_item{
    float: right;
    width: calc((100% - 40px) / 4);
    text-align: center;
    position: relative;
    margin: 0 5px;
    background: #37a4c4;
}

.prices_notifications_new .column_item .price_money{
    position: absolute;
    height: 104px;
    width: 104px;
    top: 15px;
    left: 50%;
    margin-left: -52px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.24);
    color: #fff;
    border: 5px solid #fff;
    padding: 18px 5px 0;
    line-height: 25px;
}

.prices_notifications_new .column_item .price_description{
    padding: 130px 0 5px 0;
    color: #fff;
    font-size: 20px;
}

.prices_notifications_new .column_item .price_unit{
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
    font-size: 14px;
}

.prices_notifications_new .unlimited_item{
    color: #fff;
}

.prices_notifications_new .unlimited_item .unlimited_logo{
    height: 200px;
    width: 350px;
    background: url(../images/unlimited-logo.png) no-repeat 10px 30px;
    float: right;
}

.prices_notifications_new .unlimited_item .unlimited_description{
    height: 200px;
    width: calc(100% - 620px);
    float: right;
    padding: 25px 5% 0 0;
}

.prices_notifications_new .unlimited_item .unlimited_description .line_1{
    height: 40px;
    line-height: 40px;
    font-size: 29px;
}

.prices_notifications_new .unlimited_item .unlimited_description .line_2{
    height: 70px;
    font-size: 50px;
    line-height: 65px;
    font-weight: bold;
}

.prices_notifications_new .unlimited_item .unlimited_description .line_3{
    height: 40px;
    line-height: 40px;
    font-size: 29px;
}

.prices_notifications_new .unlimited_item .unlimited_price{
    height: 200px;
    width: 300px;
    margin-right: -30px;
    padding-right: 30px;
    float: right;
    background: url(../images/circle-shadow.png) no-repeat 40px 20px;

}

.prices_notifications_new .unlimited_item .unlimited_price .price_inner{
    font-size: 26px;
    width: 170px;
    text-align: center;
    padding-right: 29px;
    margin: auto;
    padding-top: 50px;
    line-height: 43px;
}




.row_footer{
	height: 650px;
	background: #f0f3f7 url(../images/deer_winter.png) bottom center no-repeat;
}

.row_contact{
	height: 550px;
	
}

.row_contact .inner{
	max-width: 1200px;
	margin: auto;
	padding-top: 55px;
	position: relative;
    min-height: 100%;
}

.row_contact .subtitle_r
ow{
	font-weight: bold;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.35);
}

.row_contact .subtitle_row:after{
	background: #fff;
}

.row_contact .description_row{
    color: #fff;
    padding-bottom: 0;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
}

.row_contact .mobile_number{
    text-align: center;
    color: #fff;
    padding: 0 0 20px 0;
    font-size: 30px;
    direction: ltr;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
}

.social_icons{
	text-align: center;
    direction: ltr;
}

.social_item{
	width: 50px;
    height: 50px;
    display: inline-block;
    font-size: 0;
    margin: 0 7px;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.social_icons .facebook{
    background: url(../images/social_facebook.png) center no-repeat;
    background-size: contain;
}

.social_icons .facebook:hover{
    background-image: url(../images/social_facebook_hover.png);
    box-shadow: 0 0 5px rgba(59, 86, 157, 0.25);
}

.social_icons .twitter{
    background: url(../images/social_twitter.png) center no-repeat;
    background-size: contain;
}

.social_icons .twitter:hover{
    background-image: url(../images/social_twitter_hover.png);
    box-shadow: 0 0 5px rgba(94, 169, 221, 0.25);
}

.social_icons .viber{
    background: url(../images/social_viber.png) center no-repeat;
    background-size: contain;
}

.social_icons .viber:hover{
    background-image: url(../images/social_viber_hover.png);
    box-shadow: 0 0 5px rgba(123, 81, 155, 0.25);
}

.social_icons .whatsapp{
    background: url(../images/social_whatsapp.png) center no-repeat;
    background-size: contain;
}

.social_icons .whatsapp:hover{
    background-image: url(../images/social_whatsapp_hover.png);
	box-shadow: 0 0 5px rgba(0, 99, 39, 0.25);
}

.row_contact .logo{
	height: 90%;
    background: url(../images/footer_logo.png) 100px center no-repeat;
    background-size: contain;
    position: absolute;
    width: 100%;
    top: 5%;
    left: 0;
    opacity: 0.2;
}

.questions{
    position: relative;
    background-color: #fff;
}

.questions .inner{
	overflow: hidden;
    margin-top: -90px;
    display: none;
    position: relative;
    padding: 35px 0;
}

.questions.expanded .inner{
    background: #f1f1f1;
}

.questions_button{
    position: relative;
    padding: 10px;
    text-align: center;
}

.questions_button_title{
	display: inline-block;
    cursor: url(../images/mac_hand_cursor.png) 8 1, url(../images/mac_hand_cursor.cur), auto;
    color: #fff;
    background-color: #5bc0de;
    border: 1px solid #40ADCE;
    padding: 15px 90px 15px 30px;
    position: relative;
    overflow: hidden;
}

.questions_button_title:hover{
    color: #fff;
    background-color: #39b3d7;
    border-color: #269abc;
}

.questions_button_title:before{
	content: "";
    background: rgba(0, 0, 0, 0.11);
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    font-size: 140%;
    width: 60px;

	-webkit-animation-name: color2;
	-webkit-animation-duration: 4s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-webkit-animation-delay: 0s;
}

.questions_button_title:after{
	content: "\f128";
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #FFFFFF;
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    line-height: 61px;
    font-size: 140%;
    width: 60px;
    font-size: 25px;
}

@-webkit-keyframes color2 {
	0% {
	    -ms-transform: rotate(0);
	    -webkit-transform: rotate(0);
	    transform: rotate(0);
	}
	90% {
	    -ms-transform: rotate(0);
	    -webkit-transform: rotate(0);
	    transform: rotate(0);
    }
	100% {
	    -ms-transform: rotate(90deg);
	    -webkit-transform: rotate(90deg);
	    transform: rotate(90deg);
    }
}

.questions .inner .title_row {

}

.questions_items{
	max-width: 900px;
    margin: auto;
    padding-top: 20px;
}

.questions .question_item{
    border-bottom: 1px solid #e3e3e3;
    padding: 10px 0;
}

.questions_items .question_item:last-child{
    border-bottom: none;
}

.question_item .question{
    padding: 0 5px;
    cursor: url(../images/mac_hand_cursor.png) 8 1, url(../images/mac_hand_cursor.cur), auto;
    font-size: 18px;
	color: #000;
    -webkit-transition: color 0.6s ease;
    -o-transition: color 0.6s ease;
    transition: color 0.6s ease;
}

.question_item.expanded .question{
    color: #24a8eb;
}

.question_item .question .arrow{
    font-size: 15px;
	color: #000;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.question_item.expanded .question .arrow{
    color: #24a8eb;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.question_item .question .arrow:before{

}

.question_item .answer{
    overflow: hidden;
    padding: 5px 20px;
    text-align: justify;
    color: #FFF;
    background: linear-gradient(128deg,#1ab5c2,#0572e0);
    border-radius: 5px;
    display: none;
    margin-top: 5px;
}

.question_item .answer a{
	color: rgb(8, 59, 109);
    font-weight: bold;
}


@media screen and (max-width: 1200px){
    .row_1 .phones .phones_iphone{
        left: 10%;
        width: 60%;
    }

    .row_1 .phones .phones_nexus{
        width: 60%;
        left: 36%;
    }

    .row_1 .text .title{
        font-size: 50px;
    }

    .row_1 .text .subtitle{
        font-size: 24px;
    }

    .row_customers .items .customers_item:nth-child(5) {
        display: none;
    }

    .iphone_features{
        background-size: cover;
        width: 310px;
        margin-left: -160px;
    }

    .feauture_item.right {
        margin-right: -460px;
    }

    .feauture_item.left {
        margin-left: -465px;
    }
}


@media screen and (max-width: 900px){
    .row_1 {
        height: auto;
    }

    .row_1 .inner {
        padding-bottom: 50px;
    }

    .row_1 .phones{
        float: none;
        width: 100%;
    }
    .row_1 .phones .phones_iphone{
        background-size: contain;
        width: 80%;
        left: 0;
    }

    .row_1 .phones .phones_nexus{
        background-size: contain;
        width: 80%;
        right: 0;
    }

    .row_1 .text{
        float: none;
        width: 100%;
        padding: 40px 0 50px 0;
        height: auto;
    }

    .customers_item {
        margin: 0 16px;
    }

    .row_systems {
        height: auto;
    }

    .half-right{
        position: relative;
        width: 100%;
        padding-bottom: 40px;
    }

    .half-left {
        position: relative;
        width: 100%;
        padding-top: 40px;
    }

    .row_systems .title_row, .row_systems .subtitle_row, .row_systems .description_row {
        text-align: center;
        margin: auto;
    }

    .row_systems .subtitle_row:after{
        right: auto;
        left: 50%;
        margin-left: -37px;
    }

    .row_features {
        height: auto;
    }

    .iphone_features {
        position: relative;
        width: 100%;
        background-size: contain;
        left: auto;
        margin-top: 20px;
    }

    .items_container{
        position: relative;
        height: 625px;
        top: auto;
    }

    .feauture_item:before{
        display: none;
    }

    .feauture_item.right {
        margin-right: 0;
        right: 5px;
    }

    .feauture_item.left {
        margin-left: 0;
        left: 5px;
    }

    .row_notifications{
        height: auto;
    }

    .row_notifications .half-right{
        height: 440px;
        background-size: cover;
        width: 320px;
        margin: auto;
    }

    .row_notifications .half-left{
        padding-bottom: 0;
    }

    .row_notifications .title_row, .row_notifications .subtitle_row, .row_notifications .description_row{
        text-align: center;
        margin: auto;
    }

    .row_notifications .subtitle_row:after{
        left: 50%;
        margin-left: -37px;
        right: auto;
    }

    .row_prices .items .prices_item_container {
        width: calc(((100% - 50px) / 3) + 10px);
    }

    .row_prices .items .prices_item_container:nth-child(2) {
        width: calc(((100% - 50px) / 3) + 30px);
    }

    .row_prices .items .prices_item_container:first-child .prices_item, .row_prices .items .prices_item_container:nth-child(3) .prices_item {
        width: calc(100% - 10px);
    }

    .prices_item .price_description li {
        font-size: 14px;
    }

	.prices_notifications_new{
		margin-left: 0;
		margin-right: 0;
	}

	.prices_notifications_new .unlimited_item .unlimited_logo{
		float: none;
	    height: 310px;
	    margin: auto;
	    margin-bottom: -110px;
	    width: 100%;
	    background-position-x: calc(50% + 50px);
	}

	.prices_notifications_new .unlimited_item .unlimited_description{
		width: calc(100% - 280px);
	}
}


@media screen and (max-width: 700px){
    .row_1 .text .title {
        font-size: 40px;
    }

    .row_1 .text .subtitle {
        font-size: 19px;
    }

    .row_services {
        height: auto;
    }

    .services_item{
        float: none;
        width: 100%;
        padding-bottom: 20px;
    }

    .row_customers {
        height: auto;
    }

    .row_customers .inner {
        padding-bottom: 20px;
    }

    .items_container {
        height: auto;
        padding-bottom: 50px;
    }

    .feauture_item {
        position: relative;
        top: auto !important;
        margin-top: 5px !important;
        left: auto !important;
        right: auto !important;
        margin: auto;
    }

    .row_prices .items .prices_item_container{
        width: 100% !important;
    }

    .row_prices .items {
        height: auto;
    }

    .row_prices .items .prices_item_container:first-child .prices_item, .row_prices .items .prices_item_container:nth-child(3) .prices_item {
        width: calc(100% - 60px);
        margin: 30px auto !Important;
        float: none;
    }

    .row_prices .items .prices_item_container:nth-child(2) .prices_item {
        width: calc(100% - 20px);
        margin: 30px auto !Important;
        float: none;
    }

    .prices_notifications {
        box-shadow: none;
    }

    .prices_notifications .column_item{
        width: calc((100% - 20px) / 2);
        margin: 5px;
        border: 1px solid #F1F1F1;
        border-radius: 5px;
    }

    .prices_notifications .price_title{
        height: 90px;
    }

    .prices_notifications .column_item .price_money{
        top: 0;
    }

    .prices_notifications .column_item .price_description{
        padding-top: 110px;
    }

    .prices_notifications .column_item .price_description{
        border-left: none;
    }

    .prices_notifications .column_item .price_unit{
        border-left: none;
    }

    .customers_item {
        margin: 0px 8%;
    }

    .screen_item {
        height: 500px;
    }

	.row_maram .inner {
	    font-size: 25px;
	}

	.prices_notifications_new{
    	border: none;
	}

	.prices_notifications_new .unlimited_item .unlimited_description{
    	width: calc(100% - 210px);
	}

	.prices_notifications_new .unlimited_item .unlimited_price{
	    width: 300px;
	    margin-right: -90px;
	    padding-right: 90px;
	    background-position-x: 10px;
	}

	.prices_notifications_new .column_item{
    	width: calc((100% - 20px) / 2);
    	margin-bottom: 10px;
	}
}


@media screen and (max-width: 480px){
    .prices_notifications .column_item {
        float: none;
        width: 100%;
    }

    .screen_item {
        height: 350px;
    }

    .customers_item {
        margin: 0px 3%;
    }

	.row_maram .inner {
    	font-size: 20px;
	}

	.row_maram .logo_1 {
		display: none;
	}

	.row_maram .logo_2 {
	    left: 50%;
	    margin-left: -92px;
	}

	.prices_notifications_new .unlimited_item .unlimited_description{
		float: none;
	    width: 100%;
	    text-align: center;
	}

	.prices_notifications_new .unlimited_item .unlimited_price{
		padding-right: 60px;
	    margin: 0;
	    float: none;
	    width: calc(100% - 70px);
	    background-position-x: center;
	}
}