html, body, div, span, object, iframe,
 h1, h2, h3, h4, h5, h6, p, blockquote, pre,
 a, abbr, acronym, address, code,
 del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
 fieldset, form, label, legend,
 table, caption, tbody, tfoot, thead, tr, th, td { 
 margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;}
body { font: 13px/17px 'PT Sans', Arial, sans-serif; text-align: left; background: #fff; color: #444; }
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }
a img { border: none; }

html { overflow-y: scroll; }

a:hover, a:active { outline: none; }

a:link{text-decoration:none}
a:visited{text-decoration:none}
a:active{text-decoration:underline}
a:hover{text-decoration:underline}

textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; }
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type=button], input[type=submit], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { 
      border-radius: 1px;
    -moz-box-shadow: 0px 0px 5px red; 
 -webkit-box-shadow: 0px 0px 5px red; 
         box-shadow: 0px 0px 5px red;
}
::-moz-selection{ background: #007dc5; color:#fff; text-shadow: none; }
::selection { background:#007dc5; color:#fff; text-shadow: none; } 
a:link { -webkit-tap-highlight-color: #007dc5; } 
button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

/* Non-semantic helper classes 
 -----------------*/ 
 for image replacement 
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
ul li{ list-style:none}
/*Clear Fix*/
	.cf:before, .cf:after {content: "\0020"; display: block; height: 0; visibility: hidden;} 
	.cf:after {clear: both;}
	.cf {zoom: 1;}
h1, h2, h3, h4{font-family:'Sanchez', serif;}
h1{ font-size:21px; color:#333}
h1 span{ color:#e61b24}
.brief-decs span{color:#e61b24}
h2, h3{ font-size:22px }

.pw { margin: 0 auto}

/*sprite*/

.letlogix-logo{ padding-top:5px}
/*menu*/
.menu li a{ font-family:'Sanchez', serif; color:#33333f; border-top:3px solid transparent}
.menu a:hover, .menu a.active
	{ 
		color:#ce000c;
		border-color:#ce000c
	}
#toggle, .toggle { display: none; }
.menu > li { list-style: none; float:left;	}
.nav{ 
	display: block; 
	float: right; 
}
.nav, .menu, .menu > li, .menu > li > a{ 
	height: 100%; 
}
.menu > li > a{
	display: block;
	padding: 32px 6px 29px;
	text-decoration: none;
	font-weight:normal;
	font-size: 16px;
	line-height: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	transition: all 0.25s linear;
}
.toggle{ 
	z-index: 2; 
}


.brief-decs
	{ 
		text-align:center; 
		padding:15px 0; 
		border-bottom:1px solid #e0dede;
		margin-bottom:6px
	}
.punch-line{ margin-top:20px; text-align:center }
.inner-pages .punch-line, .inner-pages .brief-decs{ text-align:left; color:#747474}
.inner-pages .brief-decs
	{ 
		font-size:16px; 
		line-height:22px;
		background:url(../img/riktech_smile.png) no-repeat right center;
		padding-right:170px
	}
.main-points h4{ font-size:18px; padding:10px 0 5px}
.our-offer{ background:url(../img/our-offer.jpg) no-repeat bottom right}
.our-services{color:#747474; padding-top:10px; background:url(../img/services.jpg) no-repeat right}
.our-services li{ line-height:21px; font-size:15px}
.contact-message{ font-size:32px; background:url(../img/water.jpg) no-repeat bottom center; padding-bottom:95px}
.contact-message h6{
    font-size:16px;
    font-weight:bold;
}
.contact-message p{ padding-bottom:25px;
    font-size: 16px;
    padding-top: 20px;
    text-align: justify !important;}
.wrapper{ position:relative}
header
	{ 
		position:fixed;
		top:0; left:0;
		width:100%;
		height:90px;
		z-index:1;
		background-color:#fff;
	}
.top-space-main{ margin-top:96px}
.top-space{ margin-top:125px}
/*carousel-starts*/
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
	text-align:center
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: none;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
.contact-page h1{ text-align:left; padding-bottom:20px}
.social-media li{ display:inline-block; padding-left:8px}
.social-media li a
	{ 
		background:url(../img/social-icons.png) no-repeat;
		width:29px; height:29px;
		display:inline-block
	}
.social-media li.fb a{ background-position:-4px -3px}
.social-media li.tw a{ background-position:-40px -3px}
.social-media li.lkd a{ background-position:-78px -3px}

.social-media li.fb a:hover{ background-position:-4px -41px}
.social-media li.tw a:hover{ background-position:-40px -41px}
.social-media li.lkd a:hover{ background-position:-78px -41px}
.social-media li a 
	{ 
		transition-duration:.5s; 
		-moz-transition-duration:.5s; 
		-webkit-transition-duration:.5s; 
		-ms-transition-duration:.5s; 
		-o-transition-duration:.5s
	}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

/*carousel-ends*/
@media only screen and (max-width: 768px){
	.menu { display: none; opacity: 0; width: 100%; position: relative; right: 0; }
	.menu > li { display: block; width: 100%; margin: 0; }
	.menu > li > a { display: block; width: 100%; text-decoration: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
	.toggle { display: block; position: relative; cursor: pointer; -webkit-touch-callout: none; -webkit-user-select: none; user-select: none; }
	#toggle:checked ~ .menu { display: block; opacity: 1;}
	.menu{
		background-color:#fff
	}
	.menu, .menu > li, .menu > li > a{
		height: auto;
	}
	.menu > li > a{
		padding: 15px 15px;
	}
	.menu > li > a:hover, .menu > li > a:focus{
		background: #F2F2F2;
		box-shadow: inset 5px 0px #51C1F1;
		padding: 15px 15px 15px 25px;
	}
	.toggle:after {
		content: attr(data-open);
		display: block;
		width: 35px;
		height:35px;
		background-position:-123px -64px;
		background-color:#eee;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		text-align: center;
		font-size: 12px;
		color: #FFFFFF;
		-webkit-transition: all 0.5s linear;
		-moz-transition: all 0.5s linear;
		-o-transition: all 0.5s linear;
		transition: all 0.5s linear;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		opacity:0.5
	}
	.toggle:hover:after{
		opacity:1
	}
	#toggle:checked + .toggle:after{
		content: attr(data-close);
	}/*menu-close*/
	
}


@media (min-width: 768px){
	.pw{width: 768px; text-align:left}
	.fl { float:left}
	.fr { float:right}
	header
		{ 
			border-bottom:1px solid #e1e1e1; 
			padding-bottom:5px;
			-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.25);
			-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.25);
			box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.25);
		}
	
.feedback p label {
    width: 100px}
.comment label{ vertical-align:top}
.feedback p label, .feedback p input {
    display: inline-block !important;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {

}
.contact label{
    font-size:16px;
}
input, textarea, .uneditable-input {
    width: 500px;
}
.frmip {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #666666;
    font-family: Helvetica,Arial,Verdana,sans-serif;
    font-size: 12px;
    margin: 5px 0 0;
    padding: 7px 5px;
    width: 500px;
		background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
		
}
input:focus{box-shadow: 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6)}
.frmip{ transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;}
form p a.submit {
    background-color: #0f044e;
    color: #FFFFFF;
    display: inline-block;
    font-weight: 700;
    margin: 15px 0 0 15px;
    padding: 5px 10px;
    text-align: center
	}
form p a.submit:hover	{ background-color:#E61B24; text-decoration:none}
.our-services{ border-bottom:1px solid #E0DEDE; padding-bottom:30px; margin-bottom:5px}
.highlights{ border-top:1px solid #E0DEDE; padding-top:30px}
.abt-page{ padding-top:20px}
.highlight-text { width:45%; font-size:15px; color:#747474}
.inner-pages .highlight-text{ width:100%}
.highlight-text p{ padding:10px 0}
.highlight-text li{ line-height:22px}
.more{ text-align:right; display:block; color:#E61B24}
.partners{ background-color:#666; margin-top:30px }
.partners h2
	{ 
		color:#fff; 
		padding:12px 0;
		position:relative
	}
.partners h2 span
	{ 
		background:url(../img/arrow.png) no-repeat;
		width:38px;
		height:22px;
		position:absolute;
		left:12%;
		top:100%
		
	}	
.our-partners{ padding:30px 0}
.our-partners li { display:inline-block; padding-right:40px}
.last-product{ padding-right:0 !important}
.our-partners { background-color:#ededed}
.ft-copyright{ background-color:#888; padding:10px 0 5px; color:#fff }
.reserved{ padding-top:7px}

}

@media only screen 
and (min-width : 768px) and (max-width : 992px){


}
@media (min-width: 992px){
	.pw{width: 992px}
	.menu > li{ padding:0 15px}
	.menu > li > a{	padding: 35px 0 20px;	font-size: 16px}

}
@media only screen 
and (min-width : 992px) and (max-width : 1199px){

}
/*@media (min-width: 1200px) { 
	.pw{ width:1200px}

}*/

/*modal*/
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.428571429px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
  .modal-lg {
    width: 900px;
  }
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}


.blink_me {
    padding: 2px;

    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: steps(1, start);
    -webkit-animation-iteration-count: infinite;

    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: steps(1, start);
    -moz-animation-iteration-count: infinite;

    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: steps(1, start);
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {
    0% { background-color: none; }
    50% { background-color: red }
    100% { background-color: none; }
}

@-webkit-keyframes blinker {
    0% { background-color: none; }
    50% { background-color: red }
    100% { background-color: none; }
}

@keyframes blinker {
    0% { background-color: none; }
    50% { background-color: red }
    100% { background-color: none; }
}
.highlight-text.our-offer > h2 {
    border-top: 1px solid #e0dede;

    float: left;
    margin: 30px 0 0px;
    padding: 20px 0 20px;
    width: 100%;
}
