
/* --------------------------------------
=========================================
GLOBAL STYLES
=========================================
-----------------------------------------*/

html {
    font-size: 100%;
}

body {
    background: #FFF;
    font-family: Roboto Condensed, RobotoR, sans-serif !important;
    font-size: 19px;
    font-weight: 300;
    color: #313131;
    line-height: 28px;
    text-align: center;
    overflow-x: hidden !important;
    margin: auto !important;
}


/* Internet Explorer 10 in Windows 8 and Windows Phone 8 Bug fix */

@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

a {
    -webkit-transition: all ease 0.25s;
            transition: all ease 0.25s;
}

a:hover {
    text-decoration: none;
}

.btn:focus,
.btn:active {
    outline: inherit;
}


/* Other fixes*/

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

ul,
ol {
    padding-left: 0 !important;
}

li {
    list-style: none;
}


/* PRE LOADER */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index: 99999;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
}

.status {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/loading.gif);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
            background-size: cover;
    margin: -20px 0 0 -20px;
}


/*---------------------------------------
   Typography                
-----------------------------------------*/

/* FONT FACE LOADER */
@font-face {
    font-family: 'Lane';
    src: url('../fonts/lanenar_Lane.eot');
    src: url('../fonts/lanenar_Lane.eot?#iefix') format('embedded-opentype'), url('../fonts/lanenar_Lane.woff') format('woff'), url('../fonts/lanenar_Lane.ttf') format('truetype'), url('../fonts/lanenar_Lane.svg#Lane') format('svg');
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
 
    @font-face {
        font-family: 'Lane';
        src: url('../fonts/lanenar_Lane.svg#Lane') format('svg');
    }
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/RobotoCondensed-Regular.ttf');}


/* HEADINGS */

h1,
h2 {
    font-family: Roboto Condensed, RobotoR;
    font-weight: normal;
}

h1 {
    font-size: 3.75rem;
    line-height: 4.688rem;
}

h2 {
    font-size: 3.125rem;
    line-height: 4.063rem;
}

h3 {
    font-size: 24px;
    line-height: 38px;
    font-weight: 300;
	
}

h4 {
    font-size: 36px;
	line-height: 30px;
	font-weight: inherit;
	font-family: Roboto Condensed;
}

h5 {
    font-size: 20px;
    font-weight: 300;
}

/*---------------------------------------
   CUSTOM BUTTON              
-----------------------------------------*/

.o_pdf{
color: #fff;
font-weight: bold;
margin-top: 30px;
font-family: Roboto Condensed;
font-size: 1.4em;
line-height: 1em;
text-shadow: 0 0 35px rgba(0,0,0,.9);
}

.nepal_block .owl-item{
width: 100% !important;
}

.nepal_block .owl-wrapper{
width: 100% !important;
}

.o_nas {
color: #fff;
font-weight: normal;
margin-top: 15px;
font-family: Roboto Condensed;
font-size: 2em;
line-height: 1em;
text-shadow: 0 0 20px rgba(0,0,0,.9);

}



.o_nas:hover{
text-decoration: none;
background: -moz-linear-gradient(left, #FFAB00, #FFAB00 60%, transparent 60%);
background: -ms-linear-gradient(left, #FFAB00, #FFAB00 60%, transparent 60%);
background: -o-linear-gradient(left, #FFAB00, #FFAB00 60%, transparent 60%);
background: -webkit-gradient(linear, 0 0, 100% 0, from(#FFAB00), color-stop(0.6, #FFAB00), color-stop(0.6, transparent));
background: -webkit-linear-gradient(left, #FFAB00, #FFAB00 60%, transparent 60%);
background: linear-gradient(left, #FFAB00, #FFAB00 60%, transparent 60%);
background-size: 10px 3px;
background-repeat: repeat-x;
background-position: 0 95%;
color:#fff;
}

.o_nas_center{
background: -moz-linear-gradient(left, #fff, #fff 60%, transparent 60%);
background: -ms-linear-gradient(left, #fff, #fff 60%, transparent 60%);
background: -o-linear-gradient(left, #fff, #fff 60%, transparent 60%);
background: -webkit-gradient(linear, 0 0, 100% 0, from(#fff), color-stop(0.6, #fff), color-stop(0.6, transparent));
background: -webkit-linear-gradient(left, #fff, #fff 60%, transparent 60%);
background: linear-gradient(left, #fff, #fff 60%, transparent 60%);
background-size: 10px 3px;
background-repeat: repeat-x;
background-position: 0 95%;
}

.punktir{
color:#fff;
background: -moz-linear-gradient(left, #FFAB00, #FFAB00 60%, transparent 60%);
background: -ms-linear-gradient(left, #FFAB00, #FFAB00 60%, transparent 60%);
background: -o-linear-gradient(left, #FFAB00, #FFAB00 60%, transparent 60%);
background: -webkit-gradient(linear, 0 0, 100% 0, from(#FFAB00), color-stop(0.6, #FFAB00), color-stop(0.6, transparent));
background: -webkit-linear-gradient(left, #FFAB00, #FFAB00 60%, transparent 60%);
background: linear-gradient(left, #FFAB00, #FFAB00 60%, transparent 60%);
background-size: 10px 3px;
background-repeat: repeat-x;
background-position: 0 96%;
}

.punktir:hover{
text-decoration: none;
background: -moz-linear-gradient(left, #FFAB00, #FFAB00 60%, transparent 60%);
background: -ms-linear-gradient(left, #FFAB00, #FFAB00 60%, transparent 60%);
background: -o-linear-gradient(left, #FFAB00, #FFAB00 60%, transparent 60%);
background: -webkit-gradient(linear, 0 0, 100% 0, from(#FFAB00), color-stop(0.6, #FFAB00), color-stop(0.6, transparent));
background: -webkit-linear-gradient(left, #FFAB00, #FFAB00 60%, transparent 60%);
background: linear-gradient(left, #FFAB00, #FFAB00 60%, transparent 60%);
background-size: 10px 3px;
background-repeat: repeat-x;
background-position: 0 96%;
color:#FFAB00;
}

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

.descr-download{
color: #fff;
font-weight: 400;
margin-top: 20px;
font-family: Roboto Condensed;
line-height: 1.2em;
text-shadow: 0 0 35px rgba(0,0,0,.5);
margin-bottom: 15px;
font-size: 1.3em;
}

.descr-nepal{
color: #fff;
font-weight: 400;
margin-top: 20px;
font-family: Roboto Condensed;
line-height: 1.1em;
text-shadow: 0 0 35px rgba(0,0,0,.9);
margin-bottom: 15px;
font-size: 1.5em;
padding-bottom: 30px;
border-bottom: 3px #FAFBB0 solid;
}

.nepal_h2{
font-size: 5em;
color: #FBFCB1;
}


.descr-tibet{
color: #fff;
font-weight: 400;
margin-top: 20px;
font-family: Roboto Condensed;
line-height: 1.1em;
text-shadow: 0 0 35px rgba(0,0,0,.9);
margin-bottom: 15px;
font-size: 1.5em;
padding-bottom: 30px;
border-bottom: 3px #FAFBB0 solid;
}

.tibet_h2{
font-size: 5em;
color: #FBFCB1;
}


.descr-india{
color: #fff;
font-weight: 400;
margin-top: 20px;
font-family: Roboto Condensed;
line-height: 1.1em;
text-shadow: 0 0 35px rgba(0,0,0,.9);
margin-bottom: 15px;
font-size: 1.5em;
padding-bottom: 30px;
border-bottom: 3px #FAFBB0 solid;
}

.india_h2{
font-size: 5em;
color: #FBFCB1;
}


.descr-butan{
color: #fff;
font-weight: 400;
margin-top: 20px;
font-family: Roboto Condensed;
line-height: 1.1em;
text-shadow: 0 0 35px rgba(0,0,0,.9);
margin-bottom: 15px;
font-size: 1.5em;
padding-bottom: 30px;
border-bottom: 3px #FAFBB0 solid;
}

.butan_h2{
font-size: 5em;
color: #FBFCB1;
}



.standard-button,
.standard-button2 {
    font-size: 18px;
    font-weight: 400 !important;    
    text-shadow: 0 !important;
    color: #ffffff;
    min-width: 150px;    
    padding: 16px 22px 7px 19px;
    margin: 5px;
    -webkit-transition: all ease 0.25s;
            transition: all ease 0.25s;
	font-size: 20px;	
	border-radius: 20px !important;	
	border: 3px solid #fff;	
	font-family: Roboto Condensed;
	background:none;
	margin-left: 4%;
}

.standard-button3{
padding: 16px 22px 16px 19px !important;
} 


.standard-button:hover,
.standard-button2:hover {
    background: #FFAB00;
	text-shadow: none !important;
}

.standard-button i,
.standard-button2 i {
    
vertical-align: -9px;
margin-right: 8px;
font-size: 30px;

}

.to_down{
    
   background: url('../images/to_down5.png');
    width: 18px;
    height: 22px;
    float: left;
    margin-bottom: 11px;
    position: relative;
    margin-right: 5px;
    margin-top: 2px;

}

/*---------------------------------------
   TEXTS               
-----------------------------------------*/

.white-text {
    color: #ffffff;
}

.dark-text {
    color: #272727;
}

.grey-bg {
    background: #F7F8FA !important;
}


/*---------------------------------------
   SECTIONS          
-----------------------------------------*/

.section-header {
    padding-bottom: 22px;
}

.section-header h2 {
    margin-bottom: 10px;
}

.section-header .section-description {
    display: inline-block;
    position: relative;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
	max-width: 850px;
}

/*---------------------------------------
   LINES          
-----------------------------------------*/

.colored-line {
    margin: auto;
    z-index: 1;
    width: 165px;
    height: 1px;
}

.white-line {
    margin: auto;
    z-index: 1;
    width: 165px;
    height: 1px;
    background: #FCCC03;
}

.colored-line-left {
    float: left;
    z-index: 1;
    display: block;
    width: 165px;
    height: 1px;
}

/*---------------------------------------
=========================================
 **   SECTION STYLES                
=========================================
-----------------------------------------*/

/*---------------------------------------
   SECTION:  HOME                 
-----------------------------------------*/

header {
    background: url(../images/bg-1.jpg) no-repeat center top fixed;
    -webkit-background-size: cover;
            background-size: cover;
}

header .color-overlay {
    min-height: 900px;
}

header .full-screen {
    width: 100%;
    height: 100px;
}

/* TOP BAR WITH NAVIGATION */

.sticky-navigation {
  min-height: 60px;
  background: #507082;
  border-bottom: 3px solid #E8AE60 !important;
  padding: 0 !important;
  margin-bottom: 0 !important;
  -webkit-backface-visibility: hidden;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
          box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
		  background: url(../images/mandala_menu.png) repeat;

}

.sticky-navigation .navbar-header img {
  max-height: 30px;
  -webkit-backface-visibility: hidden;
}

.sticky-navigation .main-navigation .current a {
  color: #FFFFB3 !important;
  position: relative;
  outline: none;
}

.sticky-navigation .main-navigation li a {
  line-height: 30px;
  font-weight: 400;
  font-size: 1em;
	text-transform: uppercase;
	font-family: "Kelly Slab";
}

.sticky-navigation .main-navigation li a:hover {
    color: #000000;
}

.navbar-inverse .navbar-toggle {
border-color: #313131;
background: #313131;
}

header .only-logo .navbar {
    background: none;
    padding: 52px 0;
}

header .only-logo .navbar .navbar-header {
    float: none;
}

.navbar-header img{
float: left;
}



/* INTRO */

header .intro-section {
    margin: auto;
    padding-top: 0;
}

header .intro-section .intro {
    color: #ffffff;
	margin-bottom: 36px;
	font-family: "Kelly Slab";
	font-size: 5.7em;
	text-shadow: 0 0 35px rgba(0,0,0,.75);
	line-height: 1.1em;
	padding: 0 14px;
}



header .intro-section .intro:hover{
color:#FFE380;
}

header .intro-section h5 {
    color: #ffffff;
}

header .intro-section .buttons {
    margin-top: 5px;
}

.cross1{
width: 9px;
height: 243px;
background-color: #EBB061;
position: absolute;
left: 400px;
top: 0;
}

.cross2{
	margin: 0 auto;
	width: 90%;

	height: 9px;
	background-color: #EBB061;
}


 @media (max-width: 991px) {

.cross1 {
	
	left: 383px !important;
	
	}
	
	.cross2 {
	
	width: 78% !important;
	}
}		/*close*/

@media (max-width: 768px) {

header .intro-section .intro {
	font-size: 4em !important;
	}
	
	header .only-logo .navbar {

	padding: 10px 0 0 30px !important;
}

.cross1 {
	
	display:none !important;
	
	}

.cross2 {
	
	display:none !important;
	
	}
	


.intro{
padding: 0 3% !important;
text-decoration:underline !important;
}
	
.o_nas_block{
margin:15px 0 !important;
}
	
	
}

@media (max-width: 600px) {
.col-md-8{
padding-left: 8% !important;
padding-right: 8% !important;}

header .intro-section .intro {
font-size: 3em !important;}

.o_nas {

font-size: 1.4em;}

.standard-button, .standard-button2{
margin-left:0;
}



.standard-button3 {
margin: 15px 33% !important;
}

.download .subscription-form .input-box {
width: 80% !important;}

}

@media (max-width: 500px) {

.navbar-header img {
width: 90% !important;
min-width:200px;
}
}

@media (max-width: 450px) {
header .intro-section .intro {
font-size: 3em !important;
}

}


/*---------------------------------------
   SECTION:  FEATURES                 
-----------------------------------------*/

.features {
    padding-top: 40px;
    padding-bottom: 20px;
    background: url(../images/mandala_cadr.png) repeat fixed;
}

.features .features-left {
    text-align: right;
    margin-top: 26px;
    margin-bottom: 22px;
}

.features .features-left .icon-container {
    float: right;
    margin-left: 20px;
}

.features .features-right {
    text-align: left;
    margin-top: 26px;
    margin-bottom: 0px;
}

.features .features-right .icon-container {
    float: left;
    margin-right: 20px;
}

.features .feature {
    margin-bottom: 40px;
}

.features .feature .icon-container {
    display: block;
    min-height: 120px;
    margin-top: 5px;
}

.features .feature .icon-container .icon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    line-height: 55px;
    font-size: 18px;
    text-align: center;
    -webkit-transition: all ease-in 0.25s;
            transition: all ease-in 0.25s;
    -webkit-background-clip: padding-box;
           -moz-background-clip: padding;
            background-clip: padding-box;
}

.features .phone-image {
    max-width: 250px;
    margin: auto;
    margin-bottom: 20px;
}

.features .phone-image img {
    max-width: 200px;
}


/*---------------------------------------
   SECTION:  BRIEF                 
-----------------------------------------*/

.app-brief {
    padding-top: 40px;
    padding-bottom: 30px;
}

.app-brief h2 {
    margin-bottom: 20px;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.app-brief .phone-image {
    max-width: 600px;
    margin: auto;
    margin-bottom: 50px;
}

.app-brief .phone-image img {
    width: 100%;
}

.app-brief .left-align {
    text-align: left;
    margin-bottom: 50px;
}

.app-brief .left-align p {
    display: block;
    float: none;
    margin-top: 50px;
}

.app-brief .left-align .feature-list {
    margin-top: 40px;
}

.app-brief .left-align .feature-list li {
    margin-bottom: 26px;
}

.app-brief .left-align .feature-list li i {
    margin-right: 10px;
    vertical-align: inherit;
}

#brief2{
background-color:#FDFFB3;
}

/* regular and landing */

.regular{}

.landing{}

/* tezis */

@font-face {
    font-family: RobotoR; /* Имя шрифта */
    src: url(fonts/Roboto-Regular.ttf); /* Путь к файлу со шрифтом */
	
	font-family: RobotoCL; /* Имя шрифта */
    src: url(fonts/RobotoCondensed-Light.ttf); /* Путь к файлу со шрифтом */
   }

.app-tezis {
padding-top: 60px;
padding-bottom: 60px;
background-color: #fcffb3;
font-weight: normal;
}

.fraza1{
font-size: 35px;
/* max-width: 1000px; */
margin-left: auto;
margin-right: auto;
font-weight: inherit;
/* font-family: roboto; */
line-height: 37px;
color: #EA8825;
}

/* VIDEO */

video {
    max-width: 100%;
    height: auto;
}

iframe,
embed,
object {
    max-width: 100%;
}

.video-container {
    width: 90%;
    background: transparent !important;
    margin: auto;
    margin-bottom: 50px;
    margin-top: 40px; 
}

.video {
    background: transparent !important;
}


/*---------------------------------------
   SECTION:  TESTIMONIALS                 
-----------------------------------------*/
.testimonials {
    background: url(../images/mandala_otzivi2.png) repeat fixed;

	color: #354F5E;
	
}

.testimonials .color-overlay {
    padding-top: 40px;
    padding-bottom: 80px;
}

.testimonials .color-overlay_testimonials {
    padding-top: 180px;
    padding-bottom: 180px;
}

.testimonials .feedback {
    max-width: 750px;
    margin: auto;
}

.testimonials .feedback .image {
    font-size: 24px;
    border: 2px solid transparent;
    -webkit-box-shadow: 0px 0px 0px 2px #FCCC03;
            box-shadow: 0px 0px 0px 2px #FCCC03;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin: auto;
    margin-top: 5px;
    overflow: hidden;
}

.testimonials .feedback .image img {
    width: 100%;
    vertical-align: top;
}

.testimonials .feedback .message {
    font-size: 18px;
    font-style: italic;
    margin-top: 40px;
    margin-bottom: 30px;
}

.testimonials .feedback .name {
    margin-top: 15px;
    font-weight: 400;
}

.testimonials .feedback .company-info {
    font-size: 12px;
}

.testimonials .owl-theme .owl-controls .owl-page span {
    background: #FCCC03;
    border-radius: 50%;
}

.testimonials .customNavigation a {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/*---------------------------------------
   SECTION:  SERVICES           
-----------------------------------------*/

.services {
    padding-top: 80px;
    padding-bottom: 60px;
    background: #ffffff;
}

.services .single-service {
    padding-bottom: 60px;
}

.services .single-service .service-icon {
    font-size: 80px;
}

.services .single-service h3 {
    margin-top: 20px;
}



/*---------------------------------------
   SECTION:  SCREENSHOTS 
-----------------------------------------*/

.screenshots {
    padding-top: 40px;
    padding-bottom: 40px;
}

.screenshots .shot {
    background: #FFFFFF;
    padding: 10px;
    margin: 13px;
    border-radius: 4px;
    -webkit-box-shadow: none;
            box-shadow: none;
    display: block;
}

.screenshots .shot img {
    border-radius: 4px;
    width: 100%;
}

/*---------------------------------------
   SECTION:  PACKAGES | Added on version 1.7      
-----------------------------------------*/

.packages {
    padding-top: 40px;
    padding-bottom: 20px;
    background: #ffffff;
}

.single-package {
    background: #F7F8FA;
    overflow: auto;
    border: 0px solid #161616;
    border-radius: 3px;
    margin-bottom: 0px;
}

.single-package .price {
    background: #FFFFFF;
}
.price1{
	background: #FCFFB3 !important;
}

	

.single-package .color-bg {
    background-color: !important;
}
.single-package .price h2 {
    color: #272727;
}

.single-package .price .color-bg h2 {
    color: #FFFFFF !important;
} 

.single-package .price .sign {
    vertical-align: super;
    font-size: 20px;
}

.single-package .price .month {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.dopoln
{
font-size: 17px;
font-weight: normal;
color: rgb(95, 86, 74);
font-family: Roboto Condensed;
}

.valuee{

font-weight: bold;
font-size: 18px;
}

.dopolnright{
text-align:right;
}

.dopolnleft{
text-align:left;
}


.single-package .package-feature {
  margin-top: 15px;
  margin-bottom: 25px;
}

.single-package .package-feature > li {
  margin-top: 15px;
  margin-bottom: 15px;
}

.single-package .package-feature > li > span {
  margin-right: 7px;
}

.padding_up_0{
	margin-top:0px !important;

}

/*---------------------------------------
   SECTION:  DOWNLOAD                 
-----------------------------------------*/
.row h2 {
font-family: 'Kelly Slab', cursive;
line-height: 1em;
text-shadow: 0 0 40px rgba(0,0,0,0.7);
text-transform: uppercase;
}

.testimonials h2{
font-family: 'Kelly Slab', cursive;
line-height: 1em;
text-shadow: 0 0 40px rgba(255, 255, 255, 0.7);
text-transform: uppercase;
}

.testimonials_btn{
text-shadow: none !important;
color: #344E5E;
border: 3px solid #72838D;
margin-left: 10px;
}

.download {
    background: url('../images/news.jpg') no-repeat center fixed;
    -webkit-background-size: cover;
            background-size: cover;
    color: #ffffff;
}

.nepal {
    background: url('../images/everest.jpg') no-repeat center fixed;
    -webkit-background-size: cover;
            background-size: cover;
    color: #ffffff;
}

.nepal .color-overlay_nepal {
    padding-top: 80px;
    padding-bottom: 300px;
}

.link-nepal a{
	color: #E8AE60;
	font-weight: bold;
	font-size: 2em;
	text-shadow: 0 0 35px rgba(0,0,0,.9);
}

.link-nepal a:hover{
	color: #FBCB03;
	font-size: 2.2em;
}


.tibet {
    background: url('../images/tibet.jpg') no-repeat center fixed;
    -webkit-background-size: cover;
            background-size: cover;
    color: #ffffff;
}

.tibet .color-overlay_tibet {
    padding-top: 80px;
    padding-bottom: 300px;
}

.link-tibet a{
	color: #E8AE60;
	font-weight: bold;
	font-size: 2em;
	text-shadow: 0 0 35px rgba(0,0,0,.9);
}

.link-tibet a:hover{
	color: #FBCB03;
	font-size: 2.2em;
}


.india {
    background: url('../images/india.jpg') no-repeat center fixed;
    -webkit-background-size: cover;
            background-size: cover;
    color: #ffffff;
}

.india .color-overlay_india {
    padding-top: 80px;
    padding-bottom: 300px;
}

.link-india a{
	color: #E8AE60;
	font-weight: bold;
	font-size: 2em;
	text-shadow: 0 0 35px rgba(0,0,0,.9);
}

.link-india a:hover{
	color: #FBCB03;
	font-size: 2.2em;
}


.butan {
    background: url('../images/butan.jpg') no-repeat center fixed;
    -webkit-background-size: cover;
            background-size: cover;
    color: #ffffff;
}

.butan .color-overlay_butan {
    padding-top: 80px;
    padding-bottom: 300px;
}

.link-butan a{
	color: #E8AE60;
	font-weight: bold;
	font-size: 2em;
	text-shadow: 0 0 35px rgba(0,0,0,.9);
}

.link-butan a:hover{
	color: #FBCB03;
	font-size: 2.2em;
}



.download .color-overlay {
    padding-top: 170px;
    padding-bottom: 300px;
}

.download .download-container {
    padding-bottom: 80px;
}

.download .subscription-form-container {
    padding-bottom: 80px;
}

.download .subscription-form .input-box {
    height: 66px;
    padding-left: 20px;
    width: 50%;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: #FFF;
    border: 2px solid #FFF;
	float: left;
	margin-left: 10%;
}

.standard-button3{
float:left;
margin-top: 0;

}

.download .subscription-form .input-box:focus, 
.download .subscription-form .input-box:active {
    color: #000;
    font-weight: 400;
}

.download .subscription-form .subscription-success,
.download .subscription-form .subscription-error {
    display: none;
}

.download h2 {
    margin-bottom: 20px;
	line-height: 1.1em;
}

/*---------------------------------------
   SECTION:  dolnit_uslugi                
-----------------------------------------*/

.col-centro{
margin-left:auto;
margin-right:auto;
float: none;
}

.dop_uslugi{
padding: 10px 0;

}

.dop_us{
width:78%;
padding:0px;
margin:0px;
display: inline-block;
text-align: right;
}

.dop_price{
width:18%;
padding:0px;
margin:0px;
display: inline-block;
vertical-align: top;
}

/*---------------------------------------
   SECTION:  FOOTER                
-----------------------------------------*/

#footer{
height: 120px;
margin-top: -120px;

}

footer{
background-color: #DADADA;
background: url(../images/mandala_otzivi2.png) repeat fixed;
}

footer .contact-box {
    margin-bottom: 68px;
}

footer .contact-box .contact-button {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    margin: auto;
    position: relative;
    font-size: 30px;
    line-height: 60px;
    vertical-align: middle;
    margin-top: -40px;
    background: #ffffff;

    -webkit-backface-visibility: hidden;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

footer .contact-box .contact-button:hover {
    color: #ffffff;
}

footer .contact-box .expanded-contact-form {
    margin-top: 5px;
    display: none;
}

footer .contact-box .expanded-contact-form .success,
footer .contact-box .expanded-contact-form .error {
    display: none;
}

footer .contact-box .expanded-contact-form .input-box {
    margin-bottom: 10px;
    margin-top: 10px;
    height: 50px;
    -webkit-box-shadow: none;
            box-shadow: none;
}

footer .contact-box .expanded-contact-form .textarea-box {
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-shadow: none;
            box-shadow: none;
}

footer .contact-box .expanded-contact-form .textarea-box:active {
    color: #000;
}

footer .social-icons {
    margin-top: 30px;
    
    padding-bottom: 50px;
}



footer .social-icons li {
    display: inline-block;
    margin: 5px;
}

footer .social-icons li a {
    font-size: 30px;
    color: #EBB061;
}

footer .copyright {
    color: #808080;
    padding-top: 10px;
    margin-bottom: 50px;
	border-top: 1px solid #E8AE60;
}

.social_descr{
margin-top: 20px;
}

.vk{
	background: url(../images/vk.png);
	width:31px;
	height:31px;
}

.vk:hover{
	background: url(../images/vk-hover.png);
	width:31px;
	height:31px;
}

.facebook{
	background: url(../images/facebook.png);
	width:31px;
	height:31px;
}

.facebook:hover{
	background: url(../images/facebook-hover.png);
	width:31px;
	height:31px;
}

.google{
	background: url(../images/google.png);
	width:31px;
	height:31px;
}

.google:hover{
	background: url(../images/google-hover.png);
	width:31px;
	height:31px;
}

.pinterest{
	background: url(../images/pinterest.png);
	width:31px;
	height:31px;
}

.pinterest:hover{
	background: url(../images/pinterest-hover.png);
	width:31px;
	height:31px;
}

div.vk{

}

.block_vk{
float:left;
padding: 3%;
}

.block_facebook{
float:left;
padding: 3%;
}

.block_google{
float:left;
padding: 3%;
}

.block_pinterest{
float:left;
padding: 3%;
}

.social_block{
display: inline-block;
clear: both;
margin: 0 0 10px 0;
}

.social_block a{

}