
@import url("referances.part.css");
@import url("jquery.motionCaptcha.0.2.css");

#ieAlertPage {
  display: none;
}

/* ------- Popup start CSS ------- */
.overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -2;
}

.modal {
  opacity: 0;
  visibility: hidden;
  padding: 20px;
  width: 100%;
  max-width: 600px;
  text-align: center;
  background: rgb(255, 255, 255);
  border-radius: 10px;
  margin: 0 auto;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/popupbanner.png);
}

.modal__body { 
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
}
.modal__body p {
  font-size: large;
  color: red;
  line-height: 1.4rem;
}

.modal__content {
  padding: 20px;
}
.modal__content h2 {
  line-height: 30px;
  font-size: 22px;
  
}

.close__modal {
  text-align: right;
}
.close__modal img {
  width: 15px;
  height: 15px;
  cursor: pointer;
}
.modal-btn {
  margin: 50px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 1.3rem;
  border-radius: 10px;
  background-color: rgb(0, 194, 10);
  height: 40px;
  width: 200px;
}

.show--modal {
  visibility: visible;
  opacity: 1;
  z-index: 5;
}



/* ------- Popup END CSS ------- */


body {
  font-family: sans-serif, Helvetica, Arial;
  font-size: 14px;
  line-height: 16px;
  font-weight: normal;
  color: #5d5d5d;
  overflow-x: hidden;
  background: url(../images/div1.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}

.venture {
  background: url(../images/venture_capital.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@font-face {
  font-family: 'FuturaStdMediumTr';
  src: url("../fonts/futura-webfont.eot");
  src: url("../fonts/futura-webfont.eot-#iefix") format('embedded-opentype'),
    url("../fonts/futura-webfont.woff") format('woff'),
    url("../fonts/futura-webfont.ttf")/ format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FuturaStdMediumTrItalic';
  src: url("../fonts/futuraitalic-webfont.eot");
  src: url("../fonts/futuraitalic-webfont.eot-#iefix") format('embedded-opentype'),
    url("../fonts/futuraitalic-webfont.woff") format('woff'),
    url("../fonts/futuraitalic-webfont.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FuturaStdLightTrRegular';
  src: url("../fonts/futuralight-webfont.eot");
  src: url("../fonts/futuralight-webfont.eot-#iefix") format('embedded-opentype'),
    url("../fonts/futuralight-webfont.woff") format('woff'),
    url("../fonts/futuralight-webfont.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FuturaStdLightTrItalic';
  src: url("../fonts/futuralightitalic-webfont.eot");
  src: url("../fonts/futuralightitalic-webfont.eot-#iefix") format('embedded-opentype'),
    url("../fonts/futuralightitalic-webfont.woff") format('woff'),
    url("../fonts/futuralightitalic-webfont.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FuturaStdBookTrRegular';
  src: url("../fonts/futurabook-webfont.eot");
  src: url("../fonts/futurabook-webfont.eot-#iefix") format('embedded-opentype'),
    url("../fonts/futurabook-webfont.woff") format('woff'),
    url("../fonts/futurabook-webfont.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FuturaStdBookTrItalic';
  src: url("../fonts/futurabookitalic-webfont.eot");
  src: url("../fonts/futurabookitalic-webfont.eot-#iefix") format('embedded-opentype'),
    url("../fonts/futurabookitalic-webfont.woff") format('woff'),
    url("../fonts/futurabookitalic-webfont.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}

::selection {
  background: #BC6784;
  color: #fff;
}

::-moz-selection {
  background: #BC6784;
  color: #fff;
}

::-webkit-selection {
  background: #BC6784;
  color: #fff;
}

.dn {
  display: none !important;
}

.cl {
  clear: left !important;
}

a {
  text-decoration: none;
}

p {
  margin-bottom: 15px;
}

.clearfix:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}

/* - /////////////////////// GENERAL LAYOUT - START //////////////////////////// - */
header,
footer,
nav,
section,
article {
  display: block;
}

header {
  position: relative;
  width: 910px;
  height: 100px;
  margin: 0 auto;
}

section {
  width: 960px;
  margin: 0 auto;
}

section:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

footer {
  position: relative;
  width: 100%;
  background: #fff;
  height: 100%;
  padding-top: 30px;
}

.footerCenter {
  position: relative;
  width: 960px;
  height: 100%;
  margin: 0 auto;
}

#siteContainer {
  overflow: hidden;
  width: 100% !important;
}

/* - /////////////////////// GENERAL LAYOUT - END ///////////////////////////// - */


/* - /////////////////////// HEADER - START /////////////////////////////////// - */
.logoBox {
  float: left;
  margin-top: -20px;
  margin-left: 150px;
  width: 321px;
}

.logoBox img {
  width: 270px;
  height: 135px;
  float: left;
  display: block;
  margin-right: 10px;
}

.logoBox h1 {
  float: left;
  font-family: 'FuturaStdMediumTrItalic';
  font-size: 38px;
  color: #656565;
  font-weight: normal;
  margin: 10px 0 5px 0;
  line-height: 38px;
}

.logoBox h1 span {
  font-family: 'FuturaStdLightTrItalic';
}

.logoBox h2 {
  font-family: 'FuturaStdLightTrRegular';
  font-size: 14px;
  color: #8c8c8c;
  font-weight: normal;
  text-align: right;
}

header nav {
  float: right;
  margin-top: 41px;
  color: #fff;
}

header nav span {
  float: left;
  display: block;
  font-family: 'FuturaStdLightTrRegular';
  font-size: 24px;
}

header nav a {
  float: left;
  display: block;
  margin: 0 10px 0 10px;
  font-size: 14px;
  color: #373737;
  font-family: 'FuturaStdBookTrRegular';
}

header nav a:hover {
  color: #B85C71;
}

header nav a.blog {
  position: relative;
}

header nav a.blog span {
  display: none;
  position: absolute;
  width: 54px;
  height: 26px;
  color: #fff;
  font-size: 11px;
  text-align: center;
  padding-top: 5px;
  background: url(../images/hed_nav_tooltip_bg_2.png) no-repeat 0 0;
  top: -32px;
  left: -14px;
  font-family: Arial, Helvetica, sans-serif;
}

header nav a.blog:hover span {
  display: block;
}

header nav a.blog span:hover {
  display: block;
}

/*
.languageBtn { position:absolute; top:5px; right:5px; font-size:11px; color:#5d5d5d; display:block; cursor:pointer; }
.languageBtn:hover { color:#C98C94; }
*/
/* - /////////////////////// HEADER - END //////////////////////////////////// - */


/* - /////////////////////// CONTENT PART - START //////////////////////////// - */
article {
  width: 960px;
  float: left;
  clear: left;
  padding-top: 50px;
  margin-bottom: 220px;
}

article h2 {
  float: center;
  text-align: center;
  display: block;
  margin-top: 50px;
  font-weight: normal;
  font-size: 45px;
  color: #5d5d5d;
  font-family: 'FuturaStdMediumTrItalic';
}

article h2 span {
  font-family: Arial, Helvetica, sans-serif;
  font-style: italic;
}

article .catSlogan {
  float: left;
  clear: both;
  width: 910px;
  margin: 35px 0 0 25px;
  font-size: 20px;
  color: #919191;
  font-family: 'FuturaStdLightTrRegular';
}

article .seperator {
  float: left;
  width: 960px;
  height: 1px;
  background-color: #dee2e5;
  margin: 20px 0 60px 0;
}

article#references .seperator {
  margin-bottom: 50px;
}

/*
article#services { height:750px; }
article#portfoy { height:800px; }
article#whoweare { height:750px; }
article#partners { height:300px; }
*/
article nav {
  float: right;
  margin-right: 25px;
}

article nav a {
  display: block;
  float: left;
  margin-right: 15px;
  padding: 11px 10px 9px;
  font-size: 13px;
  color: #777;
  font-family: "FuturaStdMediumTrItalic";
  cursor: pointer;
}

article nav a:hover {
  color: #B85C71;
}

article nav a.selected {
  background-image: url("../images/nav_left_bg.gif") url("../images/nav_right_bg.gif") url("../images/nav_center_bg.gif") background-repeat:no-repeat, no-repeat, repeat-x;
  background-position: left, right, center;
}

article nav a.selected:hover {
  color: #777;
}

article nav a.last {
  margin-right: 0;
}

/* Promo Part */
.promo {
  z-index: -1;
  width: 100%;
  height: 630px;
  margin-top: 100px;
  border-top: 1px solid #c4c7cb;
}

#parallax {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  height: 630px;
  width: 100%;
  background: url(../images/header_bg.jpg) no-repeat center;
  background-size: 100% 630px;
  -moz-background-size: 100% 630px;
  /* Firefox 3.6+ */
  -webkit-background-size: cover;
  /* Safari 3.1+ и Chrome 4.0+ */
  -o-background-size: 100% 630px;
  /* Opera 9.6+ */
  background-size: 100% 630px;
}

#parallax .bg1 {
  width: 1602px;
  height: 603px;
  background: url(../images/drops_bg_up.png) no-repeat 0 0;
}

#parallax .bg2 {
  width: 1602px;
  height: 630px;
  background: url(../images/drops_bg_back.png) no-repeat 0 0;
}

#parallax .sloganBox {
  width: 1200px;
  position: absolute;
  left: 50%;
  height: 630px;
  margin-left: -600px;
}

#parallax .slogan1 {
  width: 1002px;
  height: 410px;
  background: url(../images/text_yonlendiriyoruz_bg.png) no-repeat left 50px;
}

#parallax .slogan2 {
  width: 1120px;
  height: 450px;
  background: url(../images/text_uretiyoruz_bg.png) no-repeat right top;
}

#parallax .slogan3 {
  width: 1102px;
  height: 500px;
  background: url(../images/text_vesonra_bg.png) no-repeat right bottom;
}

.parallax-viewport {
  position: relative;
  overflow: hidden;
}

.parallax-layer {
  position: absolute;
}

.promoSlogan {
  float: left;
  position: relative;
  width: 960px;
  position: relative;
  color: #8a8a8a;
  margin: 0 auto;
  background-repeat: no-repeat;
  margin-top: 50px;
  padding-top: 7px;
  background-image: url(../images/promo_blockquote_bg.gif)/ url(../images/promo_blockquote_bg_2.gif) background-position:left center, right center;
}



.promoSlogan p {
  font-size: 21px;
  line-height: 30px;
  color: #8a8a8a;
  text-align: left;
  font-family: 'FuturaStdLightTrRegular';
  margin-left: 42px;
}

.promoSlogan p em {
  font-family: 'FuturaStdBookTrRegular';
  font-style: normal;
}

/* //Promo Part */

/* Services Part */
#services {
  margin-bottom: 220px;
  margin-top: 120px;
}

.servicesListBox {
  float: left;
  width: 450px;
  margin: 0 0 50px 20px;
}

.servicesListBox.last {
  margin-left: 40px;
}

#services .icon {
  float: left;
  margin: 0 25px 0 0;
  background: url(../images/services_part_icons.jpg) no-repeat 0 0;
}

#services .icon.development {
  width: 84px;
  height: 47px;
  background-position: 0 0;
}

#services .icon.counseling {
  width: 52px;
  height: 76px;
  background-position: 0 -116px;
}

#services h1.title {
  float: left;
  font-size: 20px;
  font-family: 'FuturaStdBookTrRegular';
  font-weight: normal;
  display: block;
  text-shadow: 0.1em 0.1em 0.1em #b5b5b5;
}

#services p.text {
  font-size: 14px;
  line-height: 20px;
  width: 341px;
  float: left;
  color: #8c8c8c;
  margin: 20px 0 0 0;
  text-align: justify;
}

#services ul {
  float: left;
  font-size: 14px;
  color: #8c8c8c;
  width: 300px;
  margin: -30px 0 0 112px;
  list-style-type: circle;
}

#services ul li {
  float: left;
  clear: left;
  margin-bottom: 5px;
}

.servicesListBox.last p.text {
  width: 370px !important;
}

#services .seperator {
  /*margin-bottom:40px;*/
}

#services h4 {
  float: left;
  clear: left;
  margin: 0 0 30px 25px;
  display: block;
  font-family: 'FuturaStdBookTrRegular';
  text-align: center;
  font-size: 20px;
  font-weight: normal;
  width: 910px;
}

#services .procsss-item {
  position: relative;
  float: left;
  width: 143px;
  height: 143px;
  border-radius: 100% 100% 100% 100%;
  border: 1px solid #EAEAEA;
  background: #fff;
  margin-right: 52px;
  text-align: center;
  font-family: 'FuturaStdBookTrRegular';
  transition: color 0.4s ease-in-out 0s, background-color 0.4s ease-in-out 0s, border-color 0.4s ease-in-out 0s, -moz-box-shadow 0.4s ease-in-out 0s;
}

#services .procsss-item.first {
  margin-left: 25px;
}

#services .procsss-item.last {
  margin-right: 0;
}

#services .procsss-item span {
  opacity: 1.0;
  font-size: 3.6rem;
  line-height: 100%;
  margin-top: 10px;
  display: block;
  transition: all 1s ease-in-out 0s;
  -webkit-transition: all 1s ease-in-out 0s;
  -moz-transition: all 1s ease-in-out 0s;
  -ms-transition: all 1s ease-in-out 0s;
  -o-transition: all 1s ease-in-out 0s;
}

#services .procsss-item h1 {
  width: 143px;
  height: 50px;
  font-weight: normal;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  opacity: 1.0;
  margin: 0;
  font-size: 1.1rem;
  line-height: 130%;
  transition: all 1s ease-in-out 0s;
  -webkit-transition: all 1s ease-in-out 0s;
  -moz-transition: all 1s ease-in-out 0s;
  -ms-transition: all 1s ease-in-out 0s;
  -o-transition: all 1s ease-in-out 0s;
}

#services .procsss-item div {
  opacity: 0;
  position: absolute;
  width: 143px;
  height: 143px;
  left: 0;
  top: 0;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  transition: all 1s ease-in-out 0s;
  -webkit-transition: all 1s ease-in-out 0s;
  -moz-transition: all 1s ease-in-out 0s;
  -ms-transition: all 1s ease-in-out 0s;
  -o-transition: all 1s ease-in-out 0s;
}

#services .procsss-item div ul {
  float: left;
  font-size: 13px;
  list-style-type: disc;
  margin: 0;
  text-align: left;
  width: auto;
}

#services .procsss-item.first div ul {
  margin: 22px 0 0 39px;
}

#services .procsss-item.two div ul {
  margin: 32px 0 0 41px;
}

#services .procsss-item.three div ul {
  margin: 54px 0 0 47px;
}

#services .procsss-item.four div ul {
  margin: 37px 0 0 26px;
}

#services .procsss-item.last div ul {
  margin: 54px 0 0 46px;
}

#services .procsss-item:hover {
  border-color: #DDDDDD;
  background: #0d1366;
  transition: color 0.4s ease-in-out 0s, background-color 0.4s ease-in-out 0s, border-color 0.4s ease-in-out 0s, -moz-box-shadow 0.4s ease-in-out 0s;
}

#services .procsss-item:hover span {
  opacity: 0;
}

#services .procsss-item:hover h1 {
  opacity: 0;
}

#services .procsss-item:hover div {
  opacity: 1.0;
}

/* //Services Part */

/* Referances Part */
.partners {
  float: left;
  height: 28px;
  margin-right: 35px;
  background: url(../images/partners_logo_bg.jpg)
    /*tpa=http://digitalhands.net/images/partners_logo_bg.jpg*/
    no-repeat 0 0;
}

.partners.first {
  margin-left: 25px;
}

.partners.tbwa {
  width: 253px;
  background-position: 0 0;
}

.partners.tbwa:hover {
  background-position: 0 -28px;
}

.partners.dudu {
  width: 109px;
  background-position: -253px 0;
}

.partners.dudu:hover {
  background-position: -253px -28px;
}

.partners.groar {
  width: 89px;
  background-position: -362px 0;
}

.partners.groar:hover {
  background-position: -362px -28px;
}

.partners.est {
  width: 83px;
  background-position: -451px 0;
}

.partners.est:hover {
  background-position: -451px -28px;
}

.partners.direct {
  width: 159px;
  background-position: -534px 0;
}

.partners.direct:hover {
  background-position: -534px -28px;
}

.partners.asseco {
  width: 150px;
  background-position: -693px 0;
}

.partners.asseco:hover {
  background-position: -693px -28px;
}

/* //Referances Part */

/* Referances Part */
#references {
  margin-bottom: 180px;
}

.referenceBox {
  position: relative;
  float: left;
  width: 168px;
  height: 115px;
  overflow: hidden;
  border: 1px solid #919191;
  margin: 0 15px 15px 0;
}

.referenceBox.first {
  clear: left;
  margin-left: 25px;
}

.referenceBox img {
  border: none;
  width: 168px;
  height: 115px;
}

.referenceBox .detail {
  position: absolute;
  bottom: -115px;
  left: 0;
  width: 158px;
  height: 105px;
  padding: 5px;
  background: #000;
  opacity: 0.8;
}

.referenceBox .detail p {
  float: left;
  clear: left;
  margin: 0;
  color: #fff;
}

/* //Referances Part */

/* About We Part */
#aboutwe p.text {
  color: #8C8C8C;
  float: left;
  font-size: 14px;
  line-height: 20px;
  margin: 0 20px 15px 25px;
  width: 910px;
  text-align: justify;
}

#aboutwe p.text a {
  color: #8C8C8C;
  text-decoration: underline;
}

#aboutwe p.text a:hover {
  color: #B55A6D;
  text-decoration: none;
}

/*// About We Part */

/* Right Share and Like Slide Box */
.rightLikeBoxes {
  position: fixed;
  width: 65px;
  top: 115px;
  right: -93px;
  background: #FFF;
  padding: 9px 15px 6px 9px;
  text-align: center;
  box-shadow: 0px 0 4px 2px #ccc;
  -webkit-box-shadow: 0px 0 4px 2px #ccc;
  -moz-box-shadow: 0px 0 4px 2px #ccc;
  display: none;
}

.rightLikeBoxes .fixShareIcon {
  position: absolute;
  width: 30px;
  height: 30px;
  display: block;
  top: 0;
  left: -30px;
  box-shadow: -2px 0px 3px 1px #ccc;
  -webkit-box-shadow: -2px 0px 3px 1px #ccc;
  -moz-box-shadow: -2px 0px 3px 1px #ccc;
  cursor: pointer;
  background: #fff;
}

.rightLikeBoxes .fixShareIcon span {
  background: url(../images/fix_share_icons_bg.gif) no-repeat 0 0;
  text-indent: -99999px;
  display: block;
  float: left;
}

.rightLikeBoxes .fixShareIcon.one span {
  width: 21px;
  height: 20px;
  margin: 6px 0 0 3px;
}

#___plusone_0 {
  margin: 3px 0 0 4px !important;
}

/* //Right Share and Like Slide Box */

/* - /////////////////////// CONTENT PART - START //////////////////////////// - */


/* - /////////////////////// FOOTER - START ////////////////////////////////// - */
footer h2 {
  float: left;
  display: block;
  font-weight: normal;
  font-size: 25px;
  color: #0e1c6c;
  font-style: italic;
  margin-left: 25px;
}

footer .catSlogan {
  float: left;
  clear: both;
  width: 910px;
  margin: 25px 0 0 25px;
  font-size: 15px;
  color: #0e1c6c;
  font-family: 'FuturaStdLightTrRegular';
}

footer .seperator {
  float: left;
  width: 960px;
  height: 1px;
  background-color: #8c9299;
  margin-top: 20px;
}

footer nav {
  float: right;
  margin-right: 25px;
}

footer nav a {
  display: block;
  float: left;
  margin-right: 15px;
  padding: 12px 10px 8px;
  font-size: 13px;
  color: #0e1c6c;
  font-family: "FuturaStdMediumTrItalic";
  cursor: pointer;
}

footer nav a.selected {
  background-image: url("../images/nav-footer_left_bg.gif") url("../images/nav-footer_right_bg.gif") url("../images/nav-footer_center_bg.gif") background-repeat:no-repeat, no-repeat, repeat-x;
  background-position: left, right, center;
}

footer nav a.last {
  margin-right: 0px;
}

.formBox {
  float: left;
}

.map {
  float: right;
  margin: 20px 25px 0 0;
}

.formBox .left {
  float: left;
  margin-right: 20px;
}

.formBox .right {
  float: left;
}

.formBox label {
  float: left;
  clear: left;
  display: block;
  width: 215px;
  font-size: 14px;
  color: #0e1c6c;
  margin-bottom: 8px;
  font-family: 'FuturaStdBookTrRegular';
}

.formBox .input {
  float: left;
  display: block;
  clear: left;
  width: 203px;
  padding: 7px 5px 7px 5px;
  background-color: #fff;
  border: 1px solid #0e1c6c;
  color: #5d5d5d;
  margin-bottom: 20px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-family: Arial, Helvetica, sans-serif;
}

.formBox .textarea {
  float: left;
  clear: left;
  width: 438px;
  height: 138px;
  padding: 5px;
  background-color: #fff;
  border: 1px solid #0e1c6c;
  color: #5d5d5d;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.formBox .sendBtn {
  float: left;
  margin-top: 10px;
  clear: left;
  border: none;
  cursor: pointer;
  display: block;
  width: 115px;
  height: 37px;
  background: url(../images/contact_send_btn_bg.png)/ no-repeat 0 0;
  opacity: 0.8;
}

.formBox .sendBtn:hover {
  opacity: 1.0;
}

/*
.formBox .sendBtn { float:left; clear:left; border:none; cursor:pointer; display:block; background-color:#72c129; font-size:14px; text-decoration:none; color:#fff; position:relative; padding:10px 20px; padding-right:50px; background-image: linear-gradient(bottom, rgb(56,155,5) 0%, rgb(170,230,76) 100%); background-image: -o-linear-gradient(bottom, rgb(56,155,5) 0%, rgb(170,230,76) 100%); background-image: -moz-linear-gradient(bottom, rgb(56,155,5) 0%, rgb(170,230,76) 100%); background-image: -webkit-linear-gradient(bottom, rgb(56,155,5) 0%, rgb(170,230,76) 100%); background-image: -ms-linear-gradient(bottom, rgb(56,155,5) 0%, rgb(170,230,76) 100%); background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #389b05),color-stop(1, #aae64c) ); -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: inset 0px 1px 0px #dcf5b4, 0px 5px 0px 0px #2f7907, 0px 5px 3px #999; -moz-box-shadow: inset 0px 1px 0px #dcf5b4, 0px 5px 0px 0px #2f7907, 0px 5px 3px #999; -o-box-shadow: inset 0px 1px 0px #dcf5b4, 0px 5px 0px 0px #2f7907, 0px 5px 3px #999; box-shadow: inset 0px 1px 0px #dcf5b4, 0px 5px 0px 0px #2f7907, 0px 5px 3px #999; }
.formBox .sendBtn:active { top:3px; background-image: linear-gradient(bottom, #a8e44a 0%, #389b05 100%); background-image: -o-linear-gradient(bottom, #a8e44a 0%, #389b05 100%); background-image: -moz-linear-gradient(bottom, #a8e44a 0%, #389b05 100%); background-image: -webkit-linear-gradient(bottom, #a8e44a 0%, #389b05 100%); background-image: -ms-linear-gradient(bottom, #a8e44a 0%, #389b05 100%); background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #a8e44a),color-stop(1, #389b05) ); -webkit-box-shadow: inset 0px 1px 0px #dcf5b4, 0px 2px 0px 0px #2f7907, 0px 3px 2px #999; -moz-box-shadow: inset 0px 1px 0px #dcf5b4, 0px 2px 0px 0px #2f7907, 0px 3px 2px #999;
-o-box-shadow: inset 0px 1px 0px #dcf5b4, 0px 2px 0px 0px #2f7907, 0px 3px 2px #999; box-shadow: inset 0px 1px 0px #dcf5b4, 0px 2px 0px 0px #2f7907, 0px 3px 2px #999; }
.formBox .sendBtn::before { background-color:#295c0a; background-image:url(../images/right_arrow.png); background-repeat:no-repeat; background-position:center center; content:""; width:20px; height:20px; position:absolute; right:15px; top:50%; margin-top:-9px; -webkit-border-radius: 50%; -moz-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; -webkit-box-shadow: inset 0px 1px 0px #1e4506, 0px 1px 0px #8ed33b; -moz-box-shadow: inset 0px 1px 0px #1e4506, 0px 1px 0px #8ed33b; -o-box-shadow: inset 0px 1px 0px #1e4506, 0px 1px 0px #8ed33b; box-shadow: inset 0px 1px 0px #1e4506, 0px 1px 0px #8ed33b; }
.formBox .sendBtn:active::before { top:50%; margin-top:-12px; -webkit-box-shadow: inset 0px 1px 0px #8ed33b, 0px 3px 0px #1e4506, 0px 6px 3px #2f7907; -moz-box-shadow: inset 0px 1px 0px #8ed33b, 0px 3px 0px #1e4506, 0px 6px 3px #2f7907; -o-box-shadow: inset 0px 1px 0px #8ed33b, 0px 3px 0px #1e4506, 0px 6px 3px #2f7907; box-shadow: inset 0px 1px 0px #8ed33b, 0px 3px 0px #1e4506, 0px 6px 3px #2f7907; }
*/
.map .mapBox {
  border: 1px solid #4e5159;
  margin-bottom: 43px;
}

.map .mapBox iframe {
  border: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.map label {
  float: left;
  clear: left;
  font-size: 15px;
  color: #0e1c6c;
  font-family: 'FuturaStdBookTrItalic';
}

.map p {
  font-size: 13px;
  color: #0e1c6c;
  clear: left;
  float: left;
  margin-top: 15px;
  line-height: 19px;
  font-family: 'FuturaStdBookTrRegular';
}

.map p a {
  color: #0e1c6c;
}

.map p a:hover {
  text-decoration: underline;
}

#mc {
  float: left;
  margin: -24px 0 0 21px;
}

.form {}

.form .error-input,
.form .error-both .input,
.form .error-same .input {
  color: #123411 !important;
  border: 1px solid #c04861 !important;
}

.form .error-div {
  float: left;
  clear: right;
  margin: 18px 0 0 20px;
  color: #dadada;
  font-size: 12px;
  text-decoration: underline;
}

.form .error-same,
.form .error-both {
  color: #fff;
  background-color: #b66;
}

.footerCenter .bottomCopy {
  width: 910px;
  position: absolute;
  left: 25px;
  bottom: 11px;
  font-size: 13px;
  color: #5d5d5d;
}

.footerCenter .bottomCopy .copyrigh {
  float: left;
  margin-top: 10px;
  font-family: 'FuturaStdBookTrRegular';
}

.followBox {
  float: right;
}

.followBox span {
  float: left;
  display: block;
  margin-top: 10px;
  font-family: 'FuturaStdBookTrItalic';
}

.followBox a {
  width: 32px;
  height: 32px;
  float: left;
  display: block;
  cursor: pointer;
  margin: 2px 0 0 15px;
  background: url(../images/social-share_icons_footer.png) no-repeat 0 0;
}

.followBox a.facebook {
  background-position: 0 0;
}

.followBox a.facebook:hover {
  background-position: 0 -32px;
}

.followBox a.twitter {
  background-position: -32px 0;
}

.followBox a.twitter:hover {
  background-position: -32px -32px;
}

.followBox a.linkedin {
  background-position: -64px 0;
}

.followBox a.linkedin:hover {
  background-position: -64px -321px;
}

.followBox a.flickr {
  background-position: -96px 0;
}

.followBox a.flickr:hover {
  background-position: -96px -32px;
}

.followBox a.pinterest {
  background-position: -128px 0;
}

.followBox a.pinterest:hover {
  background-position: -128px -32px;
}

.followBox a.foursquare {
  background-position: -160px 0;
}

.followBox a.foursquare:hover {
  background-position: -160px -32px;
}

/* - /////////////////////// FOOTER - END //////////////////////////////////// - */

.topcik {
  position: fixed;
  z-index: 3;
  top: 0px;
  width: 100%;
  height: 97px;
  border-bottom: 0px solid #0d1366;
  background: #fff;
}

.lang {
  position: fixed;
  right: 20px;
  top: 15px;
}

.lang a {
  width: 30px;
  height: 30px;
  float: left;
  display: block;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
}

.lang a:hover {
  width: 34px;
  height: 34px;
  float: left;
  display: block;
  padding-top: 3px;
  padding-left: 3px;
  padding-right: 3px;
}

.lang a img:hover {
  border-radius: 50%;
  box-shadow: 0 0 15px rgba(33, 26, 97, 0.7);
}

.slogan {
  position: fixed;
  left: 550px;
  top: 20px;
  color: #0d1366;
}

.meniushka {
  position: fixed;
  left: 470px;
  top: 55px;
}

.bottomcik {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  overflow: hidden;
  bottom: 0px;
  width: 100%;
  background: #E8E8F3;
  color: #0d1366;
}

.razdeliteli {
  position: fixed;
  top: 97px;
  margin: 0 auto;
  overflow: hidden;
  background: url(../images/pattern_111.png) repeat #0d1366;
  width: 100%;
  height: 5px;
}

.textlink:hover {
  color: #0d1366;
}

.contpart {
  background: #fff;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
}

.transparenter {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
  height: 250px;
  background: rgba(255, 255, 255, 0.5);
}

.about ul {
  margin: 0;
  padding: 0;
  width: 1080px;
}

.about ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left
}

#categories {
  padding-left: 55px
}

#categories li:nth-child(2),
#categories li:nth-child(5) {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 20px
}

#categories li:nth-child(3) {
  padding-right: 10px;
  padding-top: 20px
}

#categories li:nth-child(6) {
  padding-top: 20px
}

#categories li:nth-child(7) {
  clear: both;
  padding-right: 10px;
  margin-left: -42px;
  margin-top: -30px
}

#categories li:nth-child(8) {
  padding-right: 10px;
  margin-top: -30px
}

#categories li:nth-child(9),
#categories li:nth-child(12) {
  margin-top: -85px !important;
  margin-left: -3px !important
}

#categories li:nth-child(10) {
  margin-top: -30px;
  padding-left: 10px;
  padding-right: 10px
}

#categories li:nth-child(11) {
  margin-top: -30px;
  padding-right: 10px
}

#categories li.shap {
  overflow: hidden;
  width: 100%;
  margin: 0 auto
}

#categories li.shap {
  position: relative;
  list-style-type: none;
  width: 19%;
  padding-bottom: 22%;
  float: left;
  overflow: hidden;
  visibility: hidden;
  -webkit-transform: rotate(-60deg) skewY(30deg);
  -ms-transform: rotate(-60deg) skewY(30deg);
  transform: rotate(-60deg) skewY(30deg);
  cursor: pointer
}

#categories li.shap img {
  max-width: none
}

#categories li.shap * {
  position: absolute;
  visibility: visible
}

#categories li.shap div {
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  overflow: hidden;
  -webkit-transform: skewY(-30deg) rotate(60deg);
  -ms-transform: skewY(-30deg) rotate(60deg);
  transform: skewY(-30deg) rotate(60deg);
  -webkit-backface-visibility: hidden
}

#categories li.shap img {
  left: -100%;
  right: -100%;
  width: auto;
  height: 100%;
  margin: 0 auto
}

#categories li.shap div h1,
#categories li.shap div h2,
#categories li.shap div h3,
#categories li.shap div p {
  width: 90%;
  padding: 0 5%;
  background-color: #ed40b1;
  background-color: rgba(13, 19, 102, 0.7);
  font-family: 'Raleway', sans-serif;
  -webkit-transition: top .2s ease-out, bottom .2s ease-out, .2s padding .2s ease-out;
  -ms-transition: top .2s ease-out, bottom .2s ease-out, .2s padding .2s ease-out;
  transition: top .2s ease-out, bottom .2s ease-out, .2s padding .2s ease-out
}

#categories li.shap h1 {
  bottom: 110%;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  padding-top: 100%;
  padding-bottom: 100%
}

#categories li.shap h1:after {
  content: '';
  display: block;
  position: absolute;
  left: 45%;
  width: 10%;
  text-align: center;
  z-index: 1
}

#categories li.shap h2 {
  bottom: 120%;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  padding-top: 100%;
  padding-bottom: 100%
}

#categories li.shap h2:after {
  content: '';
  display: block;
  position: absolute;
  left: 45%;
  width: 10%;
  text-align: center;
  z-index: 1
}

#categories li.shap h3 {
  bottom: 130%;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  padding-top: 100%;
  padding-bottom: 100%
}

#categories li.shap h3:after {
  content: '';
  display: block;
  position: absolute;
  left: 45%;
  width: 10%;
  text-align: center;
  z-index: 1
}

#categories li.shap p {
  padding-top: 50%;
  top: 110%;
  padding-bottom: 50%
}

#categories li.shap div:hover h1 {
  top: -1%;
  padding: 60% 0;
  width: 100%
}

#categories li.shap div:hover h2 {
  top: -1%;
  padding: 60% 0;
  width: 100%
}

#categories li.shap div:hover h3 {
  top: -1%;
  padding: 60% 0;
  width: 100%
}

#categories li.shap div:hover p {
  top: 50%;
  padding-top: 10%
}

#categories li.shap div:hover h1 a {
  background-color: rgba(232, 232, 243, 0.8);
  left: 0;
  top: 45%;
  padding: 10px 0;
  width: 100%;
  color: #0d1366
}

#categories li.shap div:hover h2 a {
  background-color: rgba(232, 232, 243, 0.8);
  left: 0;
  top: 45%;
  padding: 10px 0;
  width: 100%;
  color: #0d1366
}

#categories li.shap div:hover h3 a {
  background-color: rgba(232, 232, 243, 0.8);
  left: 0;
  top: 40%;
  padding: 10px 0;
  width: 100%;
  color: #0d1366
}

.chous {
  width: 100px;
  height: 50px;
  border-radius: 4px;
  text-align: center;
  margin: 25px;
  cursor: pointer;
  display: block;
  font: 14px/50px Tahoma;
  transition: all 0.18s ease-in-out;
  border: 1px solid #4FD666;
  background: linear-gradient(to top right, #3EC97A, #69EA49 20%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0)) top right/500% 500%;
  color: #4FD666;
}

.chous:hover {
  color: white;
  background-position: bottom left;
}

.my {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.hexagon {
  overflow: hidden;
  visibility: hidden;
  -webkit-transform: rotate(120deg);
  -moz-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  -o-transform: rotate(120deg);
  transform: rotate(120deg);
  cursor: pointer;
}

.hexagon-in1 {
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(-60deg);
  -moz-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  -o-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

.hexagon-in2 {
  border: 1px black;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  background: #E8E8F3;
  visibility: visible;
  -webkit-transform: rotate(-60deg);
  -moz-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  -o-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

.hexagon-in2 h3 {
  color: #0d1366;
  font-size: 20px;
  text-transform: uppercase;
  padding-top: 90px;
  text-align: center;
}

.hexagon-in2:hover h3 {
  color: #fff;
}

.hexagon-in2 h4 {
  color: #0d1366;
  font-size: 15px;
  text-transform: uppercase;
  padding-top: 90px;
  text-align: center;
}

.hexagon-in2:hover h4 {
  color: #fff;
}

.hexagon-in2:hover {
  background: #0d1366;
  color: #fff;
}

.hexagon1 {
  width: 400px;
  height: 200px;
  margin: 0 0 0 -80px;
}

.blockcik {
  background: #fff;
  width: 550px;
  height: 5px;
  background-image: url("data:image/svg+xml;utf8,<svg width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill: none; stroke: #E8E8F3; stroke-width: 10; stroke-dasharray: 25 50'/></svg>");
}

.navigation {
  /* critical sizing and position styles */
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;

  /* non-critical appearance styles */
  list-style: none;
  background: #0d1366;
}

/* Navigation Menu - List items */
.nav-item {
  /* non-critical appearance styles */
  width: 200px;
  border-top: 1px solid #111;
  border-bottom: 1px solid #000;
}

.nav-item a {
  /* non-critical appearance styles */
  display: block;
  padding: 1em;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  color: white;
  font-size: 1.2em;
  text-decoration: none;
  transition: color 0.2s, background 0.5s;
}

.nav-item a:hover {
  color: #00B4FF;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.65) 100%);
}

/* Site Wrapper - Everything that isn't navigation */
.site-wrap {
  /* Critical position and size styles */
  min-height: 100%;
  min-width: 100%;
  background-color: white;
  /* Needs a background or else the nav will show through */
  position: relative;
  top: 0;
  bottom: 100%;
  left: 0;
  z-index: 1;

  /* non-critical apperance styles */
  padding: 4em;
  background-image: linear-gradient(135deg, rgb(254, 255, 255) 0%, rgb(221, 241, 249) 35%, rgb(160, 216, 239) 100%);
  background-size: 200%;
}

/* Nav Trigger */
.nav-trigger {
  /* critical styles - hide the checkbox input */
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

label[for="nav-trigger"] {
  /* critical positioning styles */
  position: fixed;
  left: 15px;
  top: 15px;
  z-index: 2;

  /* non-critical apperance styles */
  height: 30px;
  width: 30px;
  cursor: pointer;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' x='0px' y='0px' width='30px' height='30px' viewBox='0 0 30 30' enable-background='new 0 0 30 30' xml:space='preserve'><rect width='30' height='6'/><rect y='24' width='30' height='6'/><rect y='12' width='30' height='6'/></svg>");
  background-size: contain;
}

/* Make the Magic Happen */
.nav-trigger+label,
.site-wrap {
  transition: left 0.2s;
}

.nav-trigger:checked+label {
  left: 215px;
}

.nav-trigger:checked~.site-wrap {
  left: 200px;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.5);
}

body {
  /* Without this, the body has excess horizontal scroll when the menu is open */
  overflow-x: hidden;
}

/* Additional non-critical styles */

h1,
h3,
p {
  max-width: 600px;
  margin: 0 auto 1em;
}

code {
  padding: 2px;
  background: #ddd;
}