@import "https://fonts.googleapis.com/css?family=Play:400,700&subset=cyrillic-ext";
@font-face {
  font-family: 'icomoon';
  src: url("/fonts/icomoon/icomoon.eot?srf3rx");
  src: url("/fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("/fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("/fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("/fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "Play", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: #7f7f7f;
  background: #ffffff;
  height: 100%;
  position: relative;
}
a {
  color: #2794e1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover {
  color: #2794e1;
  outline: none;
}
a:active {
  color: #2794e1;
  outline: none;
}
a:focus {
  color: #2794e1;
  outline: none;
}
p {
  margin-bottom: 30px;
}
h1 {
  color: #000000;
  font-family: "Play", sans-serif;
  font-weight: 400;
  margin: 0 0 30px 0;
}
h2 {
  color: #000000;
  font-family: "Play", sans-serif;
  font-weight: 400;
  margin: 30px 0;
}
h3 {
  color: #000000;
  font-family: "Play", sans-serif;
  font-weight: 400;
  margin: 0 0 30px 0;
}
h4 {
  color: #000000;
  font-family: "Play", sans-serif;
  font-weight: 400;
  margin: 0 0 30px 0;
}
h5 {
  color: #000000;
  font-family: "Play", sans-serif;
  font-weight: 400;
  margin: 0 0 30px 0;
}
h6 {
  color: #000000;
  font-family: "Play", sans-serif;
  font-weight: 400;
  margin: 0 0 30px 0;
}
figure {
  color: #000000;
  font-family: "Play", sans-serif;
  font-weight: 400;
  margin: 0 0 30px 0;
}
::-webkit-selection {
  color: #ffffff;
  background: #2794e1;
}
::-moz-selection {
  color: #ffffff;
  background: #2794e1;
}
::selection {
  color: #ffffff;
  background: #2794e1;
}
.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Play", sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.btn .btn-md {
  padding: 10px 20px !important;
}
.btn .btn-lg {
  padding: 18px 36px !important;
}
.btn:hover {
  box-shadow: none !important;
  outline: none !important;
}
.btn:active {
  box-shadow: none !important;
  outline: none !important;
}
.btn:focus {
  box-shadow: none !important;
  outline: none !important;
}
.btn-primary {
  background: #2794e1;
  color: #ffffff;
  border: 2px solid #2794e1;
}
.btn-primary:hover {
  background: #3da6e4 !important;
  border-color: #3da6e4 !important;
}
.btn-primary:focus {
  background: #3da6e4 !important;
  border-color: #3da6e4 !important;
}
.btn-primary:active {
  background: #3da6e4 !important;
  border-color: #3da6e4 !important;
}
.btn-primary.btn-outline {
  background: transparent;
  color: #2794e1;
  border: 2px solid #2794e1;
}
.btn-primary.btn-outline:hover {
  background: #2794e1;
  color: #ffffff;
}
.btn-primary.btn-outline:focus {
  background: #2794e1;
  color: #ffffff;
}
.btn-primary.btn-outline:active {
  background: #2794e1;
  color: #ffffff;
}
.btn-success {
  background: #5cb85c;
  color: #ffffff;
  border: 2px solid #5cb85c;
}
.btn-success:hover {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}
.btn-success:focus {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}
.btn-success:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}
.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
  border: 2px solid #5cb85c;
}
.btn-success.btn-outline:hover {
  background: #5cb85c;
  color: #ffffff;
}
.btn-success.btn-outline:focus {
  background: #5cb85c;
  color: #ffffff;
}
.btn-success.btn-outline:active {
  background: #5cb85c;
  color: #ffffff;
}
.btn-info {
  background: #5bc0de;
  color: #ffffff;
  border: 2px solid #5bc0de;
}
.btn-info:hover {
  background: #46b8da !important;
  border-color: #46b8da !important;
}
.btn-info:focus {
  background: #46b8da !important;
  border-color: #46b8da !important;
}
.btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}
.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}
.btn-info.btn-outline:hover {
  background: #5bc0de;
  color: #ffffff;
}
.btn-info.btn-outline:focus {
  background: #5bc0de;
  color: #ffffff;
}
.btn-info.btn-outline:active {
  background: #5bc0de;
  color: #ffffff;
}
.btn-warning {
  background: #f0ad4e;
  color: #ffffff;
  border: 2px solid #f0ad4e;
}
.btn-warning:hover {
  background: #eea236 !important;
  border-color: #eea236 !important;
}
.btn-warning:focus {
  background: #eea236 !important;
  border-color: #eea236 !important;
}
.btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}
.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}
.btn-warning.btn-outline:hover {
  background: #f0ad4e;
  color: #ffffff;
}
.btn-warning.btn-outline:focus {
  background: #f0ad4e;
  color: #ffffff;
}
.btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #ffffff;
}
.btn-danger {
  background: #d9534f;
  color: #ffffff;
  border: 2px solid #d9534f;
}
.btn-danger:hover {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}
.btn-danger:focus {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}
.btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}
.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}
.btn-danger.btn-outline:hover {
  background: #d9534f;
  color: #ffffff;
}
.btn-danger.btn-outline:focus {
  background: #d9534f;
  color: #ffffff;
}
.btn-danger.btn-outline:active {
  background: #d9534f;
  color: #ffffff;
}
.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-outline:hover {
  box-shadow: none;
}
.btn-outline:focus {
  box-shadow: none;
}
.btn-outline:active {
  box-shadow: none;
}
.btn.with-arrow {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.with-arrow i {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -8px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.btn.with-arrow:hover {
  padding-right: 50px;
}
.btn.with-arrow:hover i {
  color: #ffffff;
  right: 18px;
  visibility: visible;
  opacity: 1;
}
.form-control {
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 300;
}
.form-control:active {
  outline: none;
  box-shadow: none;
  border-color: #2794e1;
}
.form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #2794e1;
}
.pritemp-social {
  padding: 0;
  margin: 0;
}
.pritemp-social li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.pritemp-social li a {
  font-size: 22px;
  color: #ffffff;
  padding: 0;
  margin: 0;
  padding: 2px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
.pritemp-social li a:hover {
  color: #2794e1;
  outline: none;
  text-decoration: none;
}
.pritemp-social li a:active {
  outline: none;
  text-decoration: none;
}
.pritemp-social li a:focus {
  outline: none;
  text-decoration: none;
}
.row-bottom-padded-lg {
  padding-bottom: 7em;
}
.row-bottom-padded-md {
  padding-bottom: 4em;
}
.row-bottom-padded-sm {
  padding-bottom: 1em;
}
#pritemp-header {
  width: 100%;
  margin: 0;
}
#pritemp-header .header-inner {
  height: 80px;
  padding-left: 20px;
  padding-right: 20px;
  float: left;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
#pritemp-header h1 {
  float: left;
  padding: 0;
  font-weight: 700;
  line-height: 80px;
  font-size: 30px;
}
#pritemp-header h1 a {
  position: relative;
  color: black;
}
#pritemp-header h1 a > span {
  color: #2794e1;
}
#pritemp-header h1 a:hover {
  text-decoration: none;
  outline: none;
}
#pritemp-header h1 a:active {
  text-decoration: none;
  outline: none;
}
#pritemp-header h1 a:focus {
  text-decoration: none;
  outline: none;
}
#pritemp-header h1 a:after {
  position: absolute;
  bottom: 6px;
  right: -8px;
  content: '';
  width: 8px;
  height: 8px;
  background: #2794e1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#pritemp-header .main_menu_content {
  float: right;
  padding: 0;
}
#pritemp-header .main_menu_content ul {
  padding: 0;
  margin: 20px 0px 0 0;
  line-height: 0;
}
#pritemp-header .main_menu_content ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#pritemp-header .main_menu_content ul li a {
  color: rgba(0, 0, 0, 0.7);
  font-size: 18px;
  padding: 10px;
  position: relative;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#pritemp-header .main_menu_content ul li a i {
  line-height: 0;
  font-size: 20px;
  position: relative;
  top: 3px;
}
#pritemp-header .main_menu_content ul li a:after {
  content: "";
  position: absolute;
  height: 2px;
  bottom: 7px;
  left: 10px;
  right: 10px;
  background-color: #2794e1;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
#pritemp-header .main_menu_content ul li a:hover {
  text-decoration: none;
  color: #3da6e4;
}
#pritemp-header .main_menu_content ul li a:hover:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
#pritemp-header .main_menu_content ul li a:active {
  outline: none;
  text-decoration: none;
}
#pritemp-header .main_menu_content ul li a:focus {
  outline: none;
  text-decoration: none;
}
#pritemp-header .main_menu_content ul li.cta {
  margin-left: 20px;
}
#pritemp-header .main_menu_content ul li.cta a {
  padding-left: 16px !important;
  padding-right: 16px !important;
  padding-top: 7px !important;
  padding-bottom: 7px !important;
  border: 2px solid #3da6e4;
  color: #2794e1;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}
#pritemp-header .main_menu_content ul li.cta a:hover {
  color: #ffffff;
  background: #2794e1;
}
#pritemp-header .main_menu_content ul li.cta a:hover:after {
  display: none;
}
#pritemp-header .main_menu_content ul li.active a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.8);
}
#pritemp-header .main_menu_content ul li.active a:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.feature-item {
  min-height: 300px;
}
.feature-item p {
  text-align: justify;
}
#pritemp-hero {
  min-height: 700px;
  background: #ffffff url(/images/template/loader.gif) no-repeat center center;
}
#pritemp-hero .btn {
  font-size: 24px;
}
#pritemp-hero .btn.btn-primary {
  padding: 14px 30px !important;
}
#pritemp-hero .flexslider {
  border: none;
  z-index: 1;
  margin-bottom: 0;
}
#pritemp-hero .flexslider .slides {
  position: relative;
  overflow: hidden;
}
#pritemp-hero .flexslider .slides li {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 700px;
}
#pritemp-hero .flexslider .flex-control-nav {
  bottom: 40px;
  z-index: 1000;
}
#pritemp-hero .flexslider .flex-control-nav li a {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: none;
  width: 12px;
  height: 12px;
  cursor: pointer;
}
#pritemp-hero .flexslider .flex-control-nav li a.flex-active {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.7);
}
#pritemp-hero .flexslider .flex-direction-nav {
  display: none;
}
#pritemp-hero .flexslider .slider-text {
  display: table;
  opacity: 0;
  min-height: 700px;
}
#pritemp-hero .flexslider .slider-text > .slider-text-inner {
  display: table-cell;
  vertical-align: middle;
  min-height: 700px;
}
#pritemp-hero .flexslider .slider-text > .slider-text-inner h2 {
  font-size: 70px;
  font-weight: 400;
  color: #ffffff;
}
#pritemp-hero .flexslider .slider-text > .slider-text-inner .pritemp-lead {
  font-size: 20px;
  color: #ffffff;
}
#pritemp-hero .flexslider .slider-text > .slider-text-inner .pritemp-lead .icon-heart {
  color: #d9534f;
}
#pritemp-hero .flexslider .slider-text > .slider-text-inner p {
  color: #ffffff;
}
a.lang_button {
  padding: 0 !important;
  margin: 10px 2px;
}
#pritemp-services-section {
  padding: 7em 0;
}
#pritemp-services-section .services {
  position: relative;
}
#pritemp-services-section .services i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 40px;
  color: #2794e1;
}
#pritemp-services-section .services .desc {
  padding-left: 70px;
}
#pritemp-services-section .services .desc h3 {
  font-size: 20px;
  font-weight: 700;
}
#pritemp-work-section {
  padding: 7em 0;
}
#pritemp-work-section .item-grid {
  width: 100%;
  float: left;
  position: relative;
  background: #ffffff;
  margin-bottom: 50px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  top: 2px;
}
#pritemp-work-section .item-grid .image {
  height: 300px;
  overflow: hidden;
  margin-bottom: 20px;
  background-size: cover;
  background-position: center center;
}
#pritemp-work-section .item-grid .v-align {
  padding: 30px;
}
#pritemp-work-section .item-grid .v-align h3 {
  font-weight: 700;
  font-size: 20px;
  min-height: 50px;
}
#pritemp-work-section .item-grid .v-align h5 {
  color: rgba(0, 0, 0, 0.3);
}
#pritemp-work-section .item-grid:hover {
  text-decoration: none;
  -webkit-box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  top: -2px;
}
#pritemp-work-section .item-grid:focus {
  text-decoration: none;
  -webkit-box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  top: -2px;
}
#pritemp-testimony-section {
  padding: 7em 0;
}
#pritemp-blog-section {
  padding: 7em 0;
}
#pritemp-blog-section .item-grid {
  width: 100%;
  float: left;
  position: relative;
  background: #ffffff;
  margin-bottom: 50px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  top: 2px;
}
#pritemp-blog-section .item-grid .image {
  height: 400px;
  overflow: hidden;
  margin-bottom: 20px;
  background-size: cover;
  background-position: center center;
}
#pritemp-blog-section .item-grid .v-align {
  padding: 10px 30px;
  min-height: 235px;
}
#pritemp-blog-section .item-grid .v-align h3 {
  font-weight: 700;
  font-size: 20px;
  min-height: 44px;
}
#pritemp-blog-section .item-grid .v-align h5 {
  color: rgba(0, 0, 0, 0.3);
}
#pritemp-blog-section .item-grid .v-align p {
  color: gray;
  max-height: 125px;
}
#pritemp-blog-section .item-grid:hover {
  text-decoration: none;
  -webkit-box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  top: -2px;
}
#pritemp-blog-section .item-grid:focus {
  text-decoration: none;
  -webkit-box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  top: -2px;
}
.pritemp-services {
  margin-top: 4em;
}
.wrap-testimony {
  position: relative;
  width: 100%;
}
.wrap-testimony .testimony-slide {
  text-align: center;
  overflow: hidden;
}
.wrap-testimony .testimony-slide span {
  font-size: 18px;
}
.wrap-testimony .testimony-slide span a.twitter {
  color: #2794e1;
  font-weight: 300;
}
.wrap-testimony .testimony-slide figure {
  margin-bottom: 20px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.wrap-testimony .testimony-slide figure img {
  width: 120px;
  height: 120px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.wrap-testimony .testimony-slide blockquote {
  border: none;
  margin: 0 auto;
  width: 72%;
  position: relative;
  padding-bottom: 30px;
}
.wrap-testimony .testimony-slide blockquote p {
  font-size: 20px;
  line-height: 1.6em;
  color: #1a1a1a;
}
.wrap-testimony .testimony-slide.active {
  display: block;
}
.owl-carousel .owl-controls .owl-dot {
  margin-top: 30px;
}
.owl-carousel .owl-controls .owl-dot span {
  background: #e6e6e6;
}
.owl-carousel .owl-controls .owl-dot span:hover {
  background: #cccccc;
}
.owl-carousel .owl-controls .owl-dot span:focus {
  background: #cccccc;
}
.owl-carousel .owl-controls .owl-dot:hover span {
  background: #cccccc;
}
.owl-carousel .owl-controls .owl-dot:focus span {
  background: #cccccc;
}
.owl-carousel .owl-controls .owl-dot.active span {
  background: transparent;
  border: 2px solid #2794e1;
}
.item-block {
  margin-bottom: 7em;
  float: left;
}
.item-block .icon {
  display: block;
  margin-bottom: 30px;
}
.item-block .icon img {
  max-width: inherit;
  height: 90px;
  margin: 0 auto;
}
.item-block h3 {
  font-size: 20px;
  font-weight: 700;
}
.item-block p:last-child {
  margin-bottom: 0;
}
.pritemp-heading {
  margin-bottom: 30px;
}
.pritemp-heading h2 {
  margin-bottom: 20px;
  font-weight: 700;
}
.googleplus-color {
  color: #dc4e41;
}
.facebook-color {
  color: #3b5998;
}
.twitter-color {
  color: #55acee;
}
.pritemp-about {
  padding: 7em 0;
}
.pritemp-team {
  padding: 7em 0;
}
.pritemp-contact {
  padding: 7em 0;
}
.kits_list_item {
  margin-bottom: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
}
.kits_list_image {
  float: left;
  color: rgba(39, 148, 225, 0.78);
  display: block;
  text-align: center;
}
.kits_list_title {
  float: left;
  font-size: 24px;
  margin: 0 auto;
  line-height: 55px;
  padding: 0 10px;
}
.kits_list_intro {
  float: left;
}
.kits_list_description {
  float: left;
}
.kits_list_btn {
  width: 100%;
  float: left;
  text-align: right;
}
.kits_list_btn a {
  margin: 15px auto;
}
.kits_button_text {
  display: block;
  float: left;
  margin: 15px 0;
}
.kits_price {
  text-align: right;
  font-size: 52px;
  color: #2794e1;
}
.contact-info {
  margin-bottom: 4em;
  padding: 0;
}
.contact-info li {
  list-style: none;
  margin: 0 0 20px 0;
  position: relative;
  padding-left: 40px;
}
.contact-info li i {
  position: absolute;
  top: .3em;
  left: 0;
  font-size: 22px;
  color: #2794e1;
}
.contact-info li a {
  color: #2794e1;
}
#map {
  height: 500px;
  width: 100%;
}
.pritemp-staff img {
  margin-bottom: 1.5em;
}
.pritemp-staff h3 {
  margin: 0 0 20px 0;
  font-weight: 700;
  font-size: 20px;
}
.pritemp-staff h4 {
  margin: 0 0 20px 0;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.4);
}
.pritemp-staff .pritemp-social {
  text-align: center;
}
.pritemp-staff .pritemp-social a {
  color: #000000;
}
.pritemp-cta {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  padding: 7em 0;
  position: relative;
}
.pritemp-cta .overlay {
  background: rgba(0, 0, 0, 0.7);
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  position: absolute;
  z-index: 1;
}
.pritemp-cta .container {
  position: relative;
  z-index: 2;
}
.pritemp-cta p {
  color: #ffffff;
}
.pritemp-cta p:last-child {
  margin-bottom: 0;
}
.pritemp-cta h3 {
  color: #ffffff;
}
.pritemp-cta .btn {
  color: #ffffff;
}
#pritemp-footer {
  padding: 7em 0;
  float: left;
  width: 100%;
  position: relative;
  background: #262626;
}
#pritemp-footer h2 {
  color: #ffffff;
}
#pritemp-footer h3 {
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: bold;
}
#pritemp-footer h4 {
  color: #ffffff;
}
#pritemp-footer [class*="col"] {
  padding-bottom: 30px;
}
#pritemp-footer .btn {
  color: #ffffff;
}
#pritemp-footer .float {
  float: left;
  margin-right: 10%;
}
#pritemp-footer ul {
  padding: 0;
  margin: 0;
}
#pritemp-footer ul li {
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
}
#pritemp-footer ul li a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none !important;
}
#pritemp-footer ul li a:hover {
  color: #ffffff;
}
#pritemp-footer .pritemp-social li {
  display: block !important;
  float: left;
  margin-right: 10px;
}
.pritemp-copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  clear: both;
  margin-top: 40px !important;
  padding: 40px 0 0 0;
}
.pritemp-copyright span {
  display: block;
}
#pritemp-page {
  background: #ffffff;
  position: relative;
  z-index: 2;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#pritemp-offcanvas {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  display: none;
  height: 100%;
  right: 0;
  overflow-y: auto;
  position: fixed;
  z-index: 1;
  top: 0;
  width: 275px;
  background: black;
  padding: 15px;
}
#pritemp-offcanvas ul {
  padding: 0;
  margin: 0;
}
#pritemp-offcanvas ul li {
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
  line-height: 28px;
}
#pritemp-offcanvas ul li a {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none !important;
}
#pritemp-offcanvas ul li a:hover {
  color: #2794e1;
}
#pritemp-offcanvas ul li.active a {
  color: #2794e1;
}
#pritemp-offcanvas ul li.cta {
  margin-left: 0;
  margin-top: 20px;
  display: block;
  float: left;
}
#pritemp-offcanvas ul li.cta a {
  padding-left: 16px !important;
  padding-right: 16px !important;
  padding-top: 7px !important;
  padding-bottom: 7px !important;
  border: 2px solid rgba(255, 255, 255, 0.7);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}
#pritemp-offcanvas ul li.cta a:hover {
  background: #ffffff;
  text-decoration: none;
}
#pritemp-offcanvas ul li.cta a:hover:after {
  display: none;
}
.pritemp-nav-toggle {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  text-decoration: none;
  position: fixed;
  top: 40px;
  right: 20px;
  z-index: 9999;
  display: block;
  margin: 0 auto;
  display: none;
  cursor: pointer;
}
.pritemp-nav-toggle:hover {
  outline: none;
  border-bottom: none !important;
}
.pritemp-nav-toggle:hover i::before {
  top: -10px;
}
.pritemp-nav-toggle:hover i::after {
  bottom: -10px;
}
.pritemp-nav-toggle:focus {
  outline: none;
  border-bottom: none !important;
}
.pritemp-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.pritemp-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 30px;
  height: 2px;
  color: #ffffff;
  font: bold 14px/0.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #000;
  transition: all 0.2s ease-out;
}
.pritemp-nav-toggle i::before {
  content: '';
  width: 30px;
  height: 2px;
  background: #000;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  top: -7px;
}
.pritemp-nav-toggle i::after {
  content: '';
  width: 30px;
  height: 2px;
  background: #000;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  bottom: -7px;
}
.offcanvas-visible #pritemp-page {
  -moz-transform: translateX(-275px);
  -webkit-transform: translateX(-275px);
  -ms-transform: translateX(-275px);
  -o-transform: translateX(-275px);
  transform: translateX(-275px);
}
.pritemp-nav-toggle.active i {
  background: transparent;
}
.pritemp-nav-toggle.active i::before {
  background: #ffffff;
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.pritemp-nav-toggle.active i::after {
  background: #ffffff;
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}
.pritemp-nav-toggle.dark.active i::before {
  background: #ffffff;
}
.pritemp-nav-toggle.dark.active i::after {
  background: #ffffff;
}
.pritemp-nav-toggle.dark i {
  position: relative;
  color: #000000;
  background: #000;
  transition: all 0.2s ease-out;
}
.pritemp-nav-toggle.dark i::before {
  background: #000;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.pritemp-nav-toggle.dark i::after {
  background: #000;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#pritemp-pricing-section {
  padding: 7em 0;
  background: #fcfcfc;
}
#pritemp-pricing-section .pricing {
  display: block;
  float: left;
  margin-bottom: 30px;
}
#pritemp-pricing-section .price-box {
  text-align: center;
  padding: 30px;
  background: #ffffff;
  margin-bottom: 40px;
  position: relative;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
  top: 2px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#pritemp-pricing-section .price-box span {
  min-height: 135px;
  display: block;
  float: left;
  padding: 15px 0;
  text-align: justify;
  max-height: 135px;
}
#pritemp-pricing-section .price-box .btn-select-kit {
  padding: 10px 20px;
  background: #5bc0de;
  color: #ffffff;
}
#pritemp-pricing-section .price-box span.kit_icon {
  position: absolute;
  top: -40px;
  left: 0px;
  font-size: 150px;
  z-index: -1;
  overflow: hidden;
  color: rgba(39, 148, 225, 0.1) !important;
}
#pritemp-pricing-section .price-box:hover {
  -webkit-box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  top: -2px;
}
#pritemp-pricing-section .price-box:hover span.kit_icon {
  z-index: 0;
}
#pritemp-pricing-section .price-box:hover .price-kit-features {
  display: block;
}
#pritemp-pricing-section .price-box:focus {
  -webkit-box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  top: -2px;
}
#pritemp-pricing-section .price-box.popular .btn-select-kit {
  background: #2794e1;
}
#pritemp-pricing-section .price-box.popular .kit_icon {
  color: rgba(39, 148, 225, 0.2) !important;
}
#pritemp-pricing-section .price-box.popular .price {
  color: #2794e1;
}
#pritemp-pricing-section .pricing-kit {
  margin: 0;
  padding: 0;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  color: #888f94;
}
#pritemp-pricing-section .pricing-kit span {
  display: block;
  margin-top: 10px;
  margin-bottom: 0;
  color: #d5d8db;
}
#pritemp-pricing-section .pricing-kit.pricing-kit-offer {
  margin-bottom: 24px;
}
#pritemp-pricing-section .price {
  font-size: 72px;
  color: #6d6d6d;
  line-height: 50px;
}
#pritemp-pricing-section .price .currency {
  font-size: 30px;
  top: -0.9em;
  padding-right: 10px;
}
#pritemp-pricing-section .price small {
  font-size: 13px;
  display: block;
  text-transform: uppercase;
  color: #888f94;
}
.price-wrapper {
  position: relative;
  display: block;
  width: 100%;
}
.price-kit-features {
  position: absolute;
  display: none;
  z-index: 10;
  background-color: #ffffff;
  width: 100%;
  left: 0;
  padding: 15px 30px;
  text-align: left;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.11);
}
.pritemp-light-grey-section {
  background: rgba(0, 0, 0, 0.03) !important;
}
.js .animate-box {
  opacity: 0;
}
.navbar-default .navbar-nav > .open > a {
  background-color: #ffffff !important;
}
.navbar-default .navbar-nav > .open > a:hover {
  background-color: #ffffff !important;
}
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #ffffff !important;
}
ul.dropdown-menu li {
  float: left;
  width: 100%;
}
.link_button {
  cursor: pointer;
}
#feedback_modal .modal-title {
  width: 100%;
  text-align: center;
}
.test_block {
  display: none !important;
}
.image_item {
  text-align: center;
  border: 1px solid #d1d1d1;
  height: 120px;
  background: url(/images/noimage.png);
  background-size: cover;
}
.table > tbody > tr > td:first-child {
  width: 100px;
}
.lang_button {
  padding: 10px 0px;
  width: 25px;
  float: left;
}
.lang_button:after {
  display: none !important;
}
.lang_wrap {
  margin-left: 20px !important;
}
blockquote {
  border-left: 5px solid #2794e1 !important;
}
.kit_caps {
  text-align: left;
  list-style: none;
}
.kit_caps .li_yes {
  color: #2794e1;
}
.kit_caps .li_yes:before {
  content: "+ ";
}
.kit_caps .li_no {
  color: #dddddd;
}
.kit_caps .li_no:before {
  content: "- ";
}
.kit_caps .smart_controller {
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%;
  }
  #map {
    height: 200px;
  }
  .pritemp-copyright {
    text-align: left !important;
  }
  .pritemp-copyright span {
    display: inline;
  }
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-lg {
    padding-bottom: 1em;
  }
  .row-bottom-padded-md {
    padding-bottom: 1em;
  }
  .row-bottom-padded-sm {
    padding-bottom: 1em;
  }
  #pritemp-header {
    margin: 0px 0 0 0;
  }
  #pritemp-header .main_menu_content {
    display: none;
  }
  #pritemp-hero .flexslider .slider-text > .slider-text-inner h2 {
    font-size: 40px;
  }
  #pritemp-services-section {
    padding: 3em 0;
  }
  #pritemp-work-section {
    padding: 3em 0;
  }
  #pritemp-testimony-section {
    padding: 3em 0;
  }
  #pritemp-blog-section {
    padding: 3em 0;
  }
  .pritemp-about {
    padding: 3em 0 10px 0;
  }
  .pritemp-team {
    padding: 3em 0 10px 0;
  }
  .pritemp-contact {
    padding: 3em 0 10px 0;
  }
  #map {
    height: 400px;
  }
  .pritemp-cta {
    padding: 3em 0;
  }
  #pritemp-footer {
    padding: 3em 0;
  }
  #pritemp-offcanvas {
    display: block;
  }
  .pritemp-nav-toggle {
    display: block;
    top: 20px;
  }
  .dropdown-menu {
    position: relative !important;
    display: block;
    background-color: transparent;
    margin-left: 0px !important;
  }
  #pritemp-pricing-section {
    padding: 3em 0;
  }
}
@media screen and (max-width: 992px) {
  .wrap-testimony .testimony-slide blockquote {
    width: 100%;
  }
}
