
/* CSS Document */


/* Default */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0px !important;
	padding: 0px !important;
}

body {
    color: #212C43;
    font-family: "PT Sans";
    font-size: 14px;
    font-weight: 400;
}

@font-face {
 font-family: Oswald;
 src: url(../fonts/Oswald-Regular.eot) /* EOT file for IE */
}
@font-face {
 font-family: Oswald;
 src: url(../fonts/Oswald-Regular.ttf) /* TTF file for CSS3 browsers */
}

@font-face {
 font-family: PT Sans;
 src: url(../fonts/PTC55F.eot) /* EOT file for IE */
}
@font-face {
 font-family: PT Sans;
 src: url(../fonts/PTC55F.ttf) /* TTF file for CSS3 browsers */
}


/*Selected text color*/
::-moz-selection{
	color: #fff;
	background: #b5121b;
}
::-webkit-selection{
	color: #fff;
	background: #b5121b;
}
::-o-selection{
	color: #fff;
	background: #b5121b;
}
::-ms-selection{
	color: #fff;
	background: #b5121b;
}
::selection{
	color: #fff;
	background: #b5121b;
}	

h1, h2, h3, h4, h5, h6, p {
    font-family: "PT Sans";
    font-weight: 400;
    margin: 0;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	/*color: #7CCBFC;*/
	color: #b5121b;
}

a:hover{ color: #ca2b34;}

.sitered{ color: #b5121b !important;}

.red{ color: #ff0000;}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

a{ text-decoration: none;}

.clear 
    { 
    clear:both; 
} 

.right 
    { 
    float: right; 
} 

.left 
    { 
    float: left; 
}

h2 {
    font-size: 31.5px;
}
h3 {
    font-size: 24.5px;
}
h1, h2, h3 {
    line-height: 40px;
}
h1, h2, h3, h4, h5, h6 {
    color: inherit;
   /* font-weight: bold;*/
    line-height: 20px;
    margin: 10px 0;
    text-rendering: optimizelegibility;
}


table 
  {  
  border-spacing: 0; 
  border-collapse: collapse; 
} 

td  
  { 
  font-weight: normal; 
}
.text-center {
    text-align: center;
}


/* Wrapper */

#sats-wrapper{}


/*-- Wrapper Ends --*/


/* Header */

#sats-header{
	background-color: #212C43;
    height: 80px;
}

.header-height {
	height: 93px;
}

.top-nav {
	padding-top: 6px;	
	/*background-color: #1b253b;*/
	padding-bottom: 10px;
	display: none;
}

.top-nav p {
	font-size:12px;
	color: #7d8e98;
}

.top-nav a:hover,
footer a:hover,
.footer-widget a:hover {
	color: #fff;
}

.main-nav-wrap {
	/*background-color: #404041;*/
	/*border-top: 1px solid #0d1629;*/
	/*border-top: 1px solid #404041;*/
}

.blue-line-wrap {
	/*margin-top: 2px;*/
	/*border-top: 1px solid #404041;*/
	position: relative;
}

.blue-line-wrap:before {
	content: '';
	background:url(../images/blue-round-grey.png) no-repeat;
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: -11px;
	left: 50%;
	margin-left: -8px;
	display: none;
}

.logo {
	/*padding-top: 3px;*/
}

.logo a{
	display: block;
}

h1.logo-text {
	font-size: 30px;
	color: #fff;
	text-transform: uppercase;
	line-height: 20px;
}

.blue-text {
	color: #b5121b;
}

/* Begin navigation	*/

#navigation-box	ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation-toggle {
	display: none;
	float: right;
	width: 50px; 
	height: 50px; 
	background-color: #b5121b; 
	-webkit-box-shadow: inset 0 1px 1px rgba(255,255,255,.5); 
	-moz-box-shadow: inset 0 1px 1px rgba(255,255,255,.5); 
	box-shadow: inset 0 1px 1px rgba(255,255,255,.5); 
	border: solid 1px #b5121b; 
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.05), rgba(2,2,2,0)); 
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.05), rgba(2,2,2,0)); 
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.05), rgba(2,2,2,0)); 
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0,.05), rgba(2,2,2,0)); 
	background-image: linear-gradient(to top, rgba(0,0,0,.05), rgba(2,2,2,0));
	-o-transition: all 500ms ease-in;
	-webkit-transition: all 500ms ease-in;
	-moz-transition: all 500ms ease-in;
	transition: all 500ms ease-in;
	margin-bottom: 7px;
    margin-top: 7px;
}

#navigation-toggle.open-menu {
	background-color: #f29090;
	-webkit-box-shadow: inset 0 1px 1px rgba(255,255,255,.5);
	-moz-box-shadow: inset 0 1px 1px rgba(255,255,255,.5);
	box-shadow: inset 0 1px 1px rgba(255,255,255,.5);
	border: solid 1px #f29090;
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.05), rgba(2,2,2,0));
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.05), rgba(2,2,2,0));
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.05), rgba(2,2,2,0));
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0,.05), rgba(2,2,2,0));
	background-image: linear-gradient(to top, rgba(0,0,0,.05), rgba(2,2,2,0));
}

.menu-icon {
	display: block;
	background: url(../images/close-open-menu-icon.png) 0 0 no-repeat;
	width: 20px;
	height: 22px;
	margin: 15px auto 0;
	-o-transition: all 500ms ease-in;
	-webkit-transition: all 500ms ease-in;
	-moz-transition: all 500ms ease-in;
	transition: all 500ms ease-in;
}

.open-menu .menu-icon {
	background: url(../images/close-open-menu-icon.png) 0 100% no-repeat;;
}


#navigation-box {
    padding-top: 20px;
}

ul#navigation {
	float: right;
	min-width:200px;
}

ul#navigation li {
	position: relative;
	padding: 0px;
	border-bottom: 1px solid #8c050d;	
}

ul#navigation li ul li a{
	padding: 14px 4px;	
	display: block;
}

ul#navigation li:last-child {
	border: none;
}

ul#navigation > li {
	padding: 0;
	float: left;	
	min-height: 35px;
	border: none;
	display: block;
	background-position: 0 90%;
	-o-transition: all 100ms ease-in;
	-webkit-transition: all 100ms ease-in;
	-moz-transition: all 100ms ease-in;
	transition: all 100ms ease-in;	
}
ul#navigation > li > ul > li:hover{ background-color: #404041;}

ul#navigation > li:hover {
	background: url(../images/nav-line-hover-grey.png) 0 bottom repeat-x;
	padding-bottom: 0px;
}

ul#navigation a {
	color: #404041;
}

ul#navigation li ul a {
	color: #fff;
}

ul#navigation a:hover,
ul#navigation .active-item > a {
	color: #fff;
}

ul#navigation > li > a {
	text-decoration: none;
	display: block;
	padding: 25px 15px 28px;
}

ul#navigation > li > ul > li > a {
	
}

ul#navigation > li > a:hover {
	/*background-color: rgba(124,203,252,.1);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#197CCBFC,endColorstr=#197CCBFC);*/
	background: rgba(181,18,27,.8);
}

ul#navigation ul {
	display: none;
}

.lt-ie9 ul#navigation > li:hover > ul {
	display: block;
	width: 170px;
	position: absolute;
	padding: 0 15px;
	top: 84px;
	left: 0;
	background: rgba(181,18,27,.8);
	z-index:50;	
}



#top-scroll {
    bottom: 55px;
    height: 50px;
    position: fixed;
    right: 5%;
    width: 50px;
    z-index: 9998;
}

#top-scroll a {
    display: block;
}

#top-scroll a.bottomarrow{
   background: url("../images/arrow.png") scroll rgba(181, 18, 27, 0.6);
    display: block;
    height: 50px;
	background-repeat: no-repeat;
	background-position: 0px -52px;
}
#top-scroll a.toparrow{
    background: url("../images/arrow.png") scroll rgba(181, 18, 27, 0.6);
    display: block;
    height: 50px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

/*#top-scroll a:hover{
	background: url("../images/arrow.png") repeat scroll center center rgba(190, 34, 42, 0.6);
}*/


/*-- Responsive Header --*/

@media (min-width:0px) and (max-width: 1200px) {
.sats-promobox p {
    margin-top: 3px;
    max-width: 570px;
}
}

@media (min-width:0px) and (max-width: 980px) {

.sats-promobox p {
    max-width: 350px;
}
.sats-area h2{ font-size: 65px !important;}

ul#navigation > li > a {
    padding: 25px 8px 28px;
}
}

@media (min-width: 990px) {
ul#navigation > li:hover > ul {
	display: block;
	width: 170px;
	position: absolute;
	/*padding: 0 15px;*/
	top: 73px;
	left: 0;
	background: #212c43;
	background: rgba(181,18,27,.8);
	-webkit-animation: anime 500ms;
	-moz-animation: anime 500ms; 
	-o-animation: anime 500ms;
	animation: anime 500ms;
	z-index:50;
	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;	
}

@-moz-keyframes anime {
from {
	opacity: 0;
	-moz-transform: scaleY(0);
	transform: scaleY(0);
}

to {
	opacity: 1;
	-moz-transform: scaleY(1);
	transform: scaleY(1);
}
}

@-webkit-keyframes anime {
from {
	opacity: 0;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
}

to {
	opacity: 1;
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}
}

@keyframes anime {
from {
	opacity: 0;
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	transform: scaleY(0);
}

to {
	opacity: 1;
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	transform: scaleY(1);
}
}
}

@media (min-width:0px) and (max-width: 990px) {

	
ul#navigation.hiden{
	display:none;
}

ul#navigation.show{
	display:block;
}

ul#navigation ul.show{
	display:block;
}

ul#navigation ul.hiden{
	display:none;
}

#navigation-toggle {
	display: block;
}

ul#navigation {
	display: none;
	float: none;
	padding: 0px;
	position: absolute;
	top: 65px;
	right: 10px;
	background: #212c43;
	background: none repeat scroll 0 0 rgba(181, 18, 27, 0.8);
	z-index: 1000;
	margin-top: 14px;
}

ul#navigation li{
	border-bottom: 1px solid #8c050d;
}

ul#navigation ul.show li{
	border-bottom: 1px solid #2c2c2d;
}


ul#navigation ul.show li a:hover{ background: rgba(181, 18, 27, 0.8); }

ul#navigation > li {
	float: none;
	margin-top: 1px;
}

ul#navigation > li:hover {
	background: none;
	padding-bottom: 0;
}

ul#navigation a {
	padding: 12px 17px 16px;
	color: #fff;
}

ul#navigation a:hover {
	color: #fff;
}

ul#navigation > li > a {
	padding: 12px 15px 16px;
	background: none;
	color: #fff;
}

ul#navigation > li > a:hover {
	background: rgba(64, 64, 65, 0.8);
	color: #fff;
}

ul#navigation ul{
	position:static;
	background: #404041;
}

.sub-nav-toggle {
	display:block;
	float:right;
	width:36px;
	height:48px;	
	cursor:pointer;
	background:#404041 url(../images/plus-minus-icon.png) center -25px no-repeat;
	-o-transition: all 500ms ease-in;
	-webkit-transition: all 500ms ease-in;
	-moz-transition: all 500ms ease-in;
	transition: all 500ms ease-in;
}

.sub-nav-toggle.plus {
	background:#404041 url(../images/plus-minus-icon.png) center 18px no-repeat;
}

.header-height{ height: 89px;}
#navigation-box{}
.hidden-phone {
    display: none !important;
}
.visible-phone {
    display: none !important;
}


.sats-area h2 {
    font-size: 45px !important;
    padding-bottom: 6px !important;
}

.sats-area h3 {
    font-size: 18px !important;
}

.sats-btn-offer{ margin: 0 auto; width: 200px; margin-top: 50px !important;}
.container.benefits-wrap, .container.services, .container.client-say, .container.posts-choose-wrap{
    margin-left: 20px;
    margin-right: 20px;
}
.bx-controls-direction .bx-prev {
    right: auto !important;
    top: -45px !important;
}
.bx-controls-direction .bx-next {
    left: 50px !important;
    right: auto !important;
    top: -45px !important;
}
.bx-wrapper {
    margin-top: 60px !important;
}

#top-scroll{ left: 20px;}

}

@media (min-width:0px) and (max-width: 520px) {
.main-navbar .logo{  float: none;}
.logo a img {
}

.logo a {
    display: block;
    margin: 0 auto;
    width: 190px;
}

.header-height {
    height: auto;
}

.sats-area h2{ line-height: 50px;}
.action-area h3 {
    line-height: 22px;
}
.sats-area h3 {
    line-height: 22px;
}

}

/*-- Responsive Header Ends--*/

/*-- Header Ends --*/


/* Main Container */
#sats-main-container{

}

.sats-area{
    background: url("../images/call-to-action-bg-grey.jpg") repeat-x scroll center top #CCCCCC;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset;
    height: 629px;
}
.sats-pattern-wrap{
    background: url("../images/call-to-action-pattern.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: inherit;
}
.sats-lines-wrap {
    background-position: 0 393px;
    padding-top: 56px;
}
.sats-horizontal-grey-lines {
    background: url("../images/horizontal-lines.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
	background-position: 0 333px;
}

.sats-area h2 {
    color: #b5121b;
    font-family: "Oswald",sans-serif;
    font-size: 78px;
    font-weight: 400;
    padding-bottom: 42px;
    text-shadow: 0 1px 0 #fff;
    text-transform: uppercase;
}
.sats-area h3 {
    color: #FFFFFF;
    font-size: 24px;
    text-shadow: 0 2px 0 rgba(33, 44, 67, 0.2);
}


.sats-wrap-position {
    margin-top: -50px;
}
.sats-promobox-wrap {
    background-color: rgba(232, 232, 221, 0.5);
    padding: 5px;
}
.sats-btn-offer {
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.5) inset !important;
    font-family: "PT Sans";
    font-size: 24px !important;
    font-weight: 400;
    margin-top: 0 !important;
    padding: 15px 66px !important;
    text-shadow: 0 1px 0 rgba(33, 44, 67, 0.3) !important;
}
.sats-promobox {
    background-color: #E8E8DD;
    background-image: -moz-linear-gradient(center top , rgba(0, 0, 0, 0) 50%, rgba(4, 4, 4, 0.04) 0%);
	background: -webkit-linear-gradient(center top , rgba(0, 0, 0, 0) 50%, rgba(4, 4, 4, 0.04) 0%);
	background: -ms-linear-gradient(center top , rgba(0, 0, 0, 0) 50%, rgba(4, 4, 4, 0.04) 0%);
    overflow: hidden;
    padding: 19px 24px;
}
.sats-promobox p {
    color: #212C43;
    font-size: 24px;
    margin-top: 12px;
    width: 785px;
}

.btn-info {
    background-color: #7CCBFC;
    border: 1px solid #7CCBFC;
    color: #FFFFFF;
    text-shadow: 0 1px 0 rgba(33, 44, 67, 0.3);
}
.btn-large-maxi {
    font-size: 24px;
    padding: 12px 66px 18px;
}
.btn {
    background-color: #E5E5DA;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.05), rgba(2, 2, 2, 0));
    border: 1px solid #E5E5DA;
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.5) inset;
    color: #212C43;
    font-size: 20px;
    padding: 6px 41px 9px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}
.btn-info {
    background-color: #5BC0DE;
	background-repeat: repeat-x; /* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5BC0DE), to(#2F96B4)); /* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(top, #2F96B4, #5BC0DE); /* Firefox 3.6+ */
	background: -moz-linear-gradient(top, #2F96B4, #5BC0DE); /* IE 10 */
	background: -ms-linear-gradient(top, #2F96B4, #5BC0DE); /* Opera 11.10+ */
	background: -o-linear-gradient(top, #2F96B4, #5BC0DE);
		/* "Invalid", but works in 6-8 */
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#5BC0DE, endColorstr=#2F96B4);

/* Valid, works in 8-9 */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#5BC0DE, endColorstr=#2F96B4)";
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* Main Conatiner 3d Middle Grid */
.ch-grid {
    margin: 32px 0 0 0;
    padding: 0;
    list-style: none;
    display: block;
    text-align: center;
    width: 100%;
}
 
.ch-grid:after,
.ch-item:before {
    content: '';
    display: table;
}
 
.ch-grid:after {
    clear: both;
}
 
.ch-grid li {
    width: 180px;
    height: 180px;
    display: inline-block;
    margin: 18px;
}

.ch-item {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: relative;
    cursor: default;
	-webkit-perspective: 900px;
	-moz-perspective: 900px;
	-o-perspective: 900px;
	-ms-perspective: 900px;
    perspective: 900px;
	
}

.ch-info{
    position: absolute;
    width: 100%;
    height: 100%;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.ch-info > div {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-position: center center;
    -webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	transition: all 0.4s linear;
	-webkit-transform-origin: 50% 0%;
	-moz-transform-origin: 50% 0%;
	-o-transform-origin: 50% 0%;
	-ms-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	
}

.ch-info .ch-info-front {
	/*background-color: #b5121b;*/
	 background-color: rgba(232, 232, 221, 0.5);
    box-shadow: 0 0 0 10px rgba(232,232,221,0.2), 0 0 0 3px #e8e8dd;
	cursor: pointer;
}

.ch-info-front h4 {
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	font-size: 30px;
	color: #b5121b;
	text-shadow: 0 1px 0 #fff;
	text-align: center;
	text-transform: uppercase;
	padding-top: 76px;
}

.ch-info .ch-info-back {
	-webkit-transform: translate3d(0,0,-180px) rotate3d(1,0,0,90deg);
	-moz-transform: translate3d(0,0,-180px) rotate3d(1,0,0,90deg);
	-o-transform: translate3d(0,0,-180px) rotate3d(1,0,0,90deg);
	-ms-transform: translate3d(0,0,-180px) rotate3d(1,0,0,90deg);
    transform: translate3d(0,0,-180px) rotate3d(1,0,0,90deg);
    background-color: #b5121b;
    box-shadow: 0 0 0 10px rgba(232,232,221,0.2), 0 0 0 3px #fff;
    opacity: 0;
	cursor: pointer;
}

.ch-info-back h4 {
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	font-size: 30px;
	color: #fff;
	text-shadow: 0 1px 0 #fff;
	text-align: center;
	text-transform: uppercase;
	padding: 34px 0 18px;
}
 
.ch-info-back p {
    color: #fff;
    margin: -17px 23px 12px;
    font-size: 12px;
	line-height: 14px;
}
 
.ch-info-back a {
    display: inline-block;
    background: url(../images/call-to-action-arrows.png) 0 0 no-repeat;
	width: 20px;
	height: 20px;
}
 
.ch-info-back a:hover {
    background: url(../images/call-to-action-arrows.png) 0 -25px no-repeat;
}
.ch-item.hover .ch-info-front {
	-webkit-transform: translate3d(0,240px,0) rotate3d(1,0,0,-90deg);
	-moz-transform: translate3d(0,240px,0) rotate3d(1,0,0,-90deg);
	-o-transform: translate3d(0,240px,0) rotate3d(1,0,0,-90deg);
	-ms-transform: translate3d(0,240px,0) rotate3d(1,0,0,-90deg);
    transform: translate3d(0,240px,0) rotate3d(1,0,0,-90deg);
    opacity: 0;
}

.ch-item.hover .ch-info-back {
	-webkit-transform: rotate3d(1,0,0,0deg);
	-moz-transform: rotate3d(1,0,0,0deg);
	-o-transform: rotate3d(1,0,0,0deg);
	-ms-transform: rotate3d(1,0,0,0deg);
	transform: rotate3d(1,0,0,0deg);
    opacity: 1;
}

/*-- Responsive Oval 3D --*/
@media (min-width:0px) and (max-width: 1200px) {
.ch-second-grid{ padding: 0 0 0 45px !important;}
.ch-second-grid li {
	width: 100px !important;
	height: 100px !important;
    margin: 50px 0 0 30px !important;
}
.ch-second-item h4 {
    font-size: 20px !important;
    padding-top: 33px !important;
}
}

@media (min-width:0px) and (max-width: 980px) {
.section-title span{  font-size: 50px !important;}
.ch-second-grid {
    padding: 0px !important;
}
}

@media (min-width:0px) and (max-width: 770px) {
.ch-grid li {
    height: 124px;
    margin: 10px;
    width: 124px;
}
.ch-info-front h4 {
    padding-top: 45px;
}
.ch-info h4 {
    font-size: 20px;
}
.ch-info-back h4{  margin-bottom: 0;}
.sats-lines-wrap{
    padding-top: 130px;
}
.sats-btn-offer{
	display: inline-block !important;
    margin-top: 57px !important;
}
}

@media (min-width:0px) and (max-width: 520px) {

.sats-lines-wrap {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}
.ch-grid {
    display: none !important;
}
.sats-area{ height: 480px;}
.sats-btn-offer {
    height: auto;
    line-height: 35px !important;
    margin: 0 20px;
    padding: 10px !important;
    width: auto !important;
}

}



/*-- Responsive Oval 3D Ends--*/

/* Main Container Mobile */

.benefits-wrap {
	padding: 56px 0;
}

.benefits {
	padding-top: 30px;
}

.grey-lines {
	background: url(../images/grey-lines.png) 0 100% repeat-x;	
	position: relative;
}

.grey-lines:before {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	background: url(../images/grey-round.png) repeat-x;	
	position: absolute;
	bottom: -4px;
	left: 50%;
	margin-left: -8px;
}

.section-title {
	font-size: 30px;
	color: #212c43;
	line-height: 6px;
}

.section-title span {
	display: block;
	text-transform: uppercase;
	font-size: 80px;
	line-height: 1;
	color: #b5121b;
}

.carousel {
	list-style: none;
	margin: 50px 0 0 0;	
	padding: 46px 0 0 20px;
}

.carousel li {
	height:510px;
	width:268px; 
	cursor: url(../images/draghand.cur), w-resize;
}

.roundabout-holder {
	list-style: none;
	padding: 0;
	margin: 20px 0 0 0;
	height: 510px;
}

.roundabout-in-focus {
	cursor: auto;
}

.camera_pag_ul {
	list-style: none;
	margin: 0;
	margin-left: -10px;	
	padding-top: 22px;
}

.camera_pag_ul li {
	background: url(../images/benefits-arrow-grey.png) 10px 10px no-repeat;
	padding: 7px 0 9px 56px;
}

.horizontal-blue-lines {
	background: url(../images/horizontal-lines-services-grey.png) repeat-x;
}

.services-wrap {
	background-position: 0 244px;
}

.services {
    height: 355px;
    padding: 67px 0 54px;
    position: relative;
}

.bxslider {
	margin: 0;	
}

.bxslider li {
	background-color: rgba(251, 176, 64, 0.5);	
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F7CCBFC,endColorstr=#7F7CCBFC);
	cursor: pointer;
	margin:0 0 20px 0;
}

.bxslider .bxslider-active {
	background-color: rgba(181,18,27,.5);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7FE5E5DA,endColorstr=#7FE5E5DA);
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.bxslider .bxslider-active:before  {
	content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
	margin-left: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid rgba(181, 18, 27, 0.5);
}

.bxslider-li-wrap {
	background-color: #fbb040;
	color: #fff;
	padding: 20px 0 24px;	
	margin: 5px;
	position: relative;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}


.bxslider-active .bxslider-li-wrap {
	background-color: #b5121b;
	color: #fff;
}

.bxslider-li-wrap:before  {
	content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
	margin-left: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fbb040;
}

.bxslider-active .bxslider-li-wrap:before {
	border: none;
	content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
	margin-left: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #b5121b;
}

.bxslider-li-wrap h3 {
	line-height: 20px;
	font-size: 24px;
}

.bx-wrapper {
	position: relative;
	*zoom: 1;
	margin-top: 30px;
}

.bx-viewport{ padding-bottom: 10px;}



.bx-controls-direction .bx-prev {
	display: block;
	width: 36px;
	height: 36px;
	background: url(../images/bxslider-arrows-grey.png) 0 0 no-repeat;
	text-indent: -9999px;
	position: absolute;
	top: -76px;
	right: 52px;	
}

.bx-controls-direction .bx-prev:hover {
	background-position: 0 -80px;
}

.bx-controls-direction .bx-next {
	display: block;
	width: 36px;
	height: 36px;
	background: url(../images/bxslider-arrows-grey.png) 0 -40px no-repeat;	
	text-indent: -9999px;
	position: absolute;
	top: -76px;
	right: 2px;
}

.bx-controls-direction .bx-next:hover {
	background-position: 0 -120px;
}


.service-list .bxslider-active .multiple-users-icon {
	background: url(../images/sprites-icon-main.png) -168px -335px no-repeat;
}
.service-list .bxslider-active .cloud-computing-icon {
	background: url(../images/sprites-icon-main.png) -1px -333px no-repeat;
}
.service-list .bxslider-active .cost-reduction-icon {
	background: url(../images/sprites-icon-main.png) -86px -344px no-repeat;
}
.service-list .bxslider-active .quick-support-icon {
	background: url(../images/sprites-icon-main.png) 10px -415px no-repeat;
}

.multiple-users-icon {
	background: url(../images/sprites-icon-main.png) -168px -335px no-repeat;
	display: inline-block;
	width: 66px;
	height: 66px;
}

.bxslider-active .multiple-users-icon {
	background-position: -168px -335px;
}

.cloud-computing-icon {
	background: url(../images/sprites-icon-main.png) -1px -333px no-repeat;
	display: inline-block;
	width: 66px;
	height: 66px;
}

.bxslider-active .cloud-computing-icon {
	background-position: -1px -333px;
}

.cost-reduction-icon {
	background: url(../images/sprites-icon-main.png) -86px -344px no-repeat;
	display: inline-block;
	width: 66px;
	height: 66px;
}

.bxslider-active .cost-reduction-icon {
	background-position: -86px -344px;
}

.quick-support-icon {
	background: url(../images/sprites-icon-main.png) 10px -415px no-repeat;
	display: inline-block;
	width: 66px;
	height: 66px;
}

.bxslider-active .quick-support-icon {
	background-position: 10px -415px;
}

.bxslider-description {
	margin: 14px 0 0 0;
	list-style: none;	
}

.simple-text-14 {
	font-size: 14px;
	line-height: 24px;
	color: #404041;
}

.bxslider-description li {
	display: none;
}

li.description-active {
	display: block;	
}

.roundabout-holder {
    height: 510px;
    list-style: none outside none;
    margin: 20px 0 0;
    padding: 0;
}

.span7.benefits{ width: 600px; }

.span3.offset1 {
    margin-left: 20px;
    margin-top: 150px;
    width: 550px;
}

/*-- Responsive Main Container Mobile --*/

@media (min-width:1200px) {
.grey-vertical-line{
    height: 500px !important;
}
}

@media (min-width:0px) and (max-width: 1200px) {
.span7.benefits {
    float: left;
    width: 50%;
}	
.span3.offset1 {
    margin-left: 20px;
    margin-top: 150px;
    overflow: auto;
    width: 45%;
}
}

@media (min-width:0px) and (max-width: 980px) {
.benefits {
    width: 100% !important;
}
.benefits-wrap .span3 {
    margin: 0;
    width: 100%;
}
.roundabout-holder {
    margin: 20px auto 0;
    width: 60%;
}
}
@media (min-width:0px) and (max-width: 770px) {
.grey-lines.empty-block {
    height: 4px;
	 margin: 0 20px;
}
.services {
    height: auto;
    padding: 56px 0 54px;
}
.container {
    margin-left: 15px !important;
    margin-right: 15px !important;
}
}

@media (min-width:0px) and (max-width: 540px) {
.services {
    height: auto;
}
.bxslider-li-wrap h3{ font-size: 100%;}
ul#navigation{ margin-top: 82px;}
}


/*-- Responsive Main Container Mobile Ends--*/

/*-- Main Container 3D --*/

.universe-border-wrap {
	background-color: rgba(229,229,218,.5);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7FE5E5DA,endColorstr=#7FE5E5DA);
	padding: 5px 0px;
}

.universe-wrap {
	background: url(../images/univers-bg-grey.jpg) center 0 repeat;
	height: 200px;
}

.universe-border-wrap  .lines-wrap {
	background-position: 0 95px;;
	background-repeat: repeat-x;
	padding: 0;
}

.universe .section-title {
	padding-top: 61px;
	color: #fff;
}

.universe .section-title small {
	color: #fff;
}

.lines-wrap {
    background-position: 0 393px;
    padding-top: 144px;
}
.horizontal-grey-lines {
    background: url(../images/horizontal-lines.png) repeat-x scroll 0 0 rgba(0, 0, 0, 0);
}

/*----Begin 3D Hover----*/

.ch-second-grid li.download-button {
    width: 174px;
    height: 174px;
    display: inline-block;
    margin: 81px 0 0;
}

.download-button > .ch-second-item {
	background: #e8e8dd;
}

.download-button > .ch-second-item h4{
	font-size: 30px;
	line-height: 40px;
	text-shadow: 0 1px 0 #fff;	
	padding-top: 52px;
}

.download-button > .ch-second-item h4.big{
	padding-top: 25px;
}

.download-button-arrow {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../images/download-button-arrow.png) 0 0 no-repeat;
	margin: 0 0 2px 9px;
}
	
.download-button .ch-second-info h4 { 
	color: #e8e8dd;
	text-shadow: 0 1px 0 #000;	
}

.ch-second-info .download-button-arrow {
	background: url(../images/download-button-arrow.png) 0 -20px no-repeat;
}

.ch-second-grid {
    margin: 0;
    padding: 0 0 0 95px;;
    list-style: none;
    display: inline;
    text-align: center;
    width: 100%;
}
 
.lt-ie9 .ch-second-grid {
    padding: 0 0 0 80px;
}
 
.ch-second-grid:after,
.ch-second-item:before {
    content: '';
    display: table;
}
 
.ch-second-grid:after {
    clear: both;
}
 
.ch-second-grid li {
    width: 127px;
    height: 127px;
    display: inline-block;
    margin: 35px 0 0 102px;
}

.lt-ie9 .ch-second-grid li {
    margin: 35px 0 0 30px;
}

.ch-second-grid li:first-child {
  margin: 35px 0 0;  
}

.ch-second-grid li.download-button {
  margin: 81px 0 0;  
}

.ch-second-item {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    cursor: default;
	background: rgba(232,232,221,0.5);
	border: 3px solid #e8e8dd;
	/*border: 3px solid #ccc;*/
    /*box-shadow: 0 0 0 10px rgba(64, 64, 64,0.2);*/
	box-shadow: 0 0 0 10px rgba(232, 232, 221, 0.2);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
	
}

.ch-second-item h4{
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	font-size: 24px;
	color: #b5121b;
	text-shadow: 0 1px 0 #fff;	
	text-transform: uppercase;
	padding-top: 45px;
	position: absolute;
	left: 0%;
	right: 0%;
}


.ch-second-info {
	display: block;
    position: absolute;
    background: #b5121b;
    width: inherit;
    height: inherit;
    border-radius: 50%;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
    transform: scale(0);
	
}
	
.ch-second-info h4 { 
	color: #fff;
	/*text-shadow: 0 1px 0 #fff;	*/
}
.ch-second-item.hover{
	box-shadow: 0 0 0 0px rgba(181,18,27,0.2);
}	
.ch-second-item.hover .ch-second-info {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.ch-second-item.hover > h4 {
    display: none;
}
/* 3d Responsive Starts */
@media (min-width:0px) and (max-width: 1200px) {
.ch-second-grid li.download-button{
    height: 174px !important;
	margin: 81px 0 0 !important;
    width: 174px !important;
}
.download-button > .ch-second-item h4{ font-size: 30px !important; padding-top: 52px !important;}
}

@media (min-width:0px) and (max-width: 980px) {
.ch-second-grid li.download-button{
    height: 174px !important;
	margin: 81px 0 0 !important;
    width: 174px !important;
}
}

@media (min-width:0px) and (max-width: 770px) {
.page-title {
    float: none !important;
    font-size: 34px !important;
    text-align: center !important;
}
.page-title > small {
    font-size: 34px !important;
}
.page-title-margin {
    margin-top: 40px !important;
}
.ch-second-grid {
    display: inline-block;
    padding: 0;
}
.ch-second-grid li.download-button{
	float: none;
    height: 150px !important;
	margin: 45px 0 0 !important;
    width: 150px !important;
}
.download-button > .ch-second-item h4 {
    font-size: 20px !important;
    padding-top: 40px !important;
}
}

@media (min-width:0px) and (max-width: 520px) {
}
/* 3d Responsive Ends */

/*-- Main Container Clients--*/

.client-say {
	padding: 56px 0 69px;	
}

.client-say-slider {
	margin: 0;
	list-style: none;	
}

.client-photo-wrap {
	width: 150px;
	background-color: rgba(229,229,218,.5);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7FE5E5DA,endColorstr=#7FE5E5DA);
	padding: 5px;
	margin-right: 10px;
	position:relative;
}

.client-photo-wrap:before  {
	content: '';
    position: absolute;
    right: -10px;
    top: 50%;
	margin-top: -10px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
	border-left: 10px solid #f2f2ec;
    border-left: 10px solid rgba(229,229,218,.5);
}

.client-photo {
	background-color: #e5e5da;
	padding: 25px 25px 10px 25px;
	margin: 0;
	position:relative;
}

.client-photo:before  {
	content: '';
    position: absolute;
    right: -10px;
    top: 50%;
	margin-top: -10px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #e5e5da;
}

.client-photo figcaption {
	font-size: 12px;
	text-align: center;
	color: #212c43;
	padding-top: 6px;
}

.simple-text-16 {
	font-size: 16px;
	line-height: 26px;
}

.client-say-slider .simple-text-16 {
	width: auto;
	margin-left: 200px;
	padding: 0px;
	position: relative;
}

.lt-ie9 .client-say-slider .simple-text-16 {
	width: 720px;
}

.lt-ie9 .span8 .client-say-slider .simple-text-16 {
	width: 400px;
}

.client-say-slider p:after {
	content:'\201c';
	position: absolute;
	right: 5px;
	bottom: -93px;
	font-size: 100px;
	color: #e8e8dd;
	display: none;
}


/*-- Responsive Client Say --*/

@media (min-width:0px) and (max-width: 520px) {
.client-photo-wrap{ float: none !important; width: auto; margin-bottom: 15px;}
.client-photo-wrap img {
    display: block;
    margin: 0 auto;
    width: 50%;
}
.client-say-slider .simple-text-16{ margin-left: 0px;}
.client-photo-wrap:before {
   border-left: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid rgba(0, 0, 0, 0);
    border-top: 10px solid rgba(229, 229, 218, 0.5);
    bottom: -20px;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -10px;
    margin-top: 0;
    position: absolute;
    top: auto;
    width: 0;
}
.client-photo:before {
    border-left: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid rgba(0, 0, 0, 0);
    border-top: 10px solid #E5E5DA;
    bottom: -20px;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -10px;
    margin-top: 0;
    position: absolute;
    top: auto;
    width: 0;
}
}
/*-- Responsive Client Say Ends--*/

/*-- Client Say Ends--*/

/*-- Main Container Client --*/

.posts-choose-wrap {
    margin-bottom: 60px;
    padding: 0 0 10px;
}

.posts-choose-wrap h3 a:hover{
	color: #ca2b34;
}

.grey-vertical-line {
	width: 1px;
	height: 565px;
	background-color: #e3e8ec;
	position: absolute;
	top: 0;
	left: 50%;
}

.article-title {
	font-size: 20px;
	color: #404041;
	line-height: 21px;
	margin-bottom: 25px;
}

.article-title span {
	display: block;
	text-transform: uppercase;
	font-size: 40px;
	color: #404041;
	line-height: 1;
}

article.posts {
    border-right: 1px solid #e3e8ec;
    padding-bottom: 80px;
}

article.span6.posts {
    padding-top: 50px;
    width: 565px;
    padding-right: 20px;
}

.posts-choose-wrap div.span6{ width: 554px;}

.lt-ie9 .posts {
	padding-bottom: 15px;
}

.posts > .image-wrap {
	margin-right: 30px;
	position: relative;
}

.posts img {
	width: auto;
	height: 160px;
	border: 5px solid #e5e5da;
}

.posts h3 {
	margin-left: 200px;
	font-size: 24px;
	color: #212c43;
	line-height: 29px;
	margin-top: -6px;
}

.posts .date {
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	font-size: 12px;
	text-transform: uppercase;
	margin: 9px 0 19px 200px;
}

.posts p {
	margin-left: 200px;
	font-size: 12px;
}

.light-grey-text {
	color: #404041;
}

.posts-arrow {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../images/download-button-arrow.png) 0 -80px no-repeat;
	margin: -6px 0 0 6px;
	position: relative;
	top: 6px;
}

.posts-arrow:hover {
	background: url(../images/download-button-arrow.png) 0 0 no-repeat;
}

.choose-sats-wpar {
	margin-left: 30px;	
	padding-top: 50px;
}

/*-- Responsive Sats Post --*/

@media (min-width: 0px) and (max-width: 1199px) {
article.span6.posts {
    width: 450px;
}
.posts-choose-wrap div.span6 {
    width: 449px;
}
}

@media (min-width: 0px) and (max-width: 979px) {

article.span6.posts {
    border: medium none;
    float: none;
    width: auto;
}
article.posts {
    padding-bottom: 20px;
}
.choose-sats-wpar {
    padding-top: 0px;
}
.posts-choose-wrap{ margin-bottom: 50px !important;}
.posts-choose-wrap div.span6 {
    width: auto;
}
}

@media (min-width:0px) and (max-width: 980px) {
.posts p{ margin-left: 0px;}
.grey-vertical-line {
    height: 640px;
}
}
@media (min-width:0px) and (max-width: 770px) {
.posts {
    border-bottom: 1px solid #E3E8EC;
    margin-bottom: 35px;
    padding-bottom: 35px;
}
.choose-sats-wpar{ margin-left: 0px; padding-bottom: 25px;}
.posts-choose-wrap {
    margin-bottom: 40px;
    padding: 57px 0 0;
}
}

@media (min-width:0px) and (max-width: 520px) {
	
.posts > .image-wrap {
    float: none;
    margin-bottom: 10px;
    margin-right: 0;
}
.posts img{ height: auto;}
.posts .date{ margin-left: 0px;}
.posts h3 {
    margin-left: 0;
    margin-top: 0;
}
}
/*-- Responsive Sats Post Ends--*/


/*---------------------------------------------------------------------------
						 Blog style1
---------------------------------------------------------------------------*/

.aside-wrap {
	margin: 39px 0 0 40px;
}

.aside-wrap .page-elements-title {
	padding-bottom: 9px;
}

.search-wrap {
	position: relative;
	margin-bottom: 29px;
}

#input-search {
	width: 100%;
	height: 38px;
	border: 1px solid #e3e8ec;
	border-radius: 0;
	box-shadow: none;
	padding: 0;
	background-color: #f3f5f7;
	padding: 0 0 0 15px;
	font-family: "PT Sans";
	font-size: 13px;
	color: #212c43;
	margin: 0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.lt-ie9 #input-search {
	padding-top: 6px;
	height: 34px;
}

.search-wrap .submit-button {
	background: url(../images/submit-button-search.png) 0 0 no-repeat;
}

.search-wrap .submit-button:hover {
	background: url(../images/submit-button-search.png) 0 -26px no-repeat;
}

.categori-list {
	margin-left: 18px;
}

.categori-list > li {
	list-style-image: url(../images/categories-arrow.png);
	padding: 7px 0;
}

.categori-list > li:hover {
	list-style-image: url(../images/categories-arrow-hover.png);
}

.categori-list > li > a {
	font-size: 14px;
	font-weight: bold;
	color: #9aa0ae;
}

.categori-list > li:hover > a {
	color: #212c43;
}

.aside-wrap .popular-post {
	margin: 20px 0 30px;
}

.popular-post {
	border: 3px solid #f3f5f7;
	padding: 10px 0;
}

.popular-post .page-elements-title-wrap.horizontal-blue-lines {
    margin: 10px 0 0;
}

.popular-post .page-title-position {
	padding: 5px 10px 0;
	line-height: 30px;
}

.popular-post .image-wrap {
	margin: 22px 23px 5px 21px;
	position: relative;
}

.popular-post .image-wrap > .mask,
.posts > .image-wrap > .mask {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
	transition: opacity 0.5s 0s ease-in-out;
	top: 0;
	left: 0;
}

.popular-post .image-wrap > .mask:hover,
.posts > .image-wrap > .mask:hover,
.lt-ie9 .posts > .image-wrap:hover > .mask,
.lt-ie9 .popular-post .image-wrap:hover > .mask {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
	opacity: .5;
	background-color: #212c43;
}

.popular-post .simple-text-16 {
	padding: 14px 23px 26px 21px;
	line-height: 12px;
}

.link-icon-arrow {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../images/download-button-arrow.png) 0 0 no-repeat;
}

.link-icon-arrow:hover {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../images/download-button-arrow.png) 0 -40px no-repeat;
}

.link-position {
	margin-left: 10px;
	position: relative;
	top: 5px;
	left: 0;
}

.aside-wrap .tags-wrap {
	margin: 5px 0 29px;
}

.inline.tags-wrap > li {
	padding: 3px 0 0;
}

.tag-link {
	display: inline-block;
	font-size: 10px;
	color: #e5e5da;
	background-color: #212c43;
	padding: 0 9px;
}

.tag-link:hover {
	color: #212c43;
	background-color: #7ccbfc;
}

.aside-wrap .accordion {
	margin: 8px 0 27px;
	min-height: 198px;
}

.aside-wrap .flickr {
	margin: 10px 0 0;
}
/*-- End Blog style1 --*/




/*-- Services Page --*/

.recently-wrap{  padding: 56px 0 69px;}
.grey-block-wrap {
    background-color: rgba(227, 232, 236, 0.5);
    padding: 5px;
}
.question-wrap {
    padding: 70px 10px;
}
.grey-block {
    background-color: #E5E5DA;
}
.font-style-20 {
    font-size: 20px;
    line-height: 20px;
}
.upper {
    text-transform: uppercase;
}
.bold {
    font-weight: bold;
}
.foto-service {
	background-image: url(../images/services-photo.jpg);
	background-repeat: no-repeat;
	background-position: center 49px;	
	height:408px;
}

.service-descript-wrap {
	padding: 59px 0 6px;
}

.service-descript {
	padding: 9px 0 0;
}


.grey-block-position {
	padding-top: 30px;
}

.service-grey-block {
	padding: 21px 21px 0 19px;
}

.service-grey-block > .simple-text-12 {
	padding-top: 11px;
}

.position-icon {
	margin: 21px 21px 42px 0;
}

.market-icon {
	display: inline-block;
	width: 66px;
	height: 66px;
	background: url(../images/icon-services.png) 0 -560px no-repeat;
}

.editor-icon {
	display: inline-block;
	width: 66px;
	height: 66px;
	background: url(../images/icon-services.png) 0 -630px no-repeat;
}

.cost-icon {
	display: inline-block;
	width: 66px;
	height: 66px;
	background: url(../images/icon-services.png) 0 -490px no-repeat;
}

.time-icon {
	display: inline-block;
	width: 66px;
	height: 66px;
	background: url(../images/icon-services.png) 0 -700px no-repeat;
}

.question-info > .simple-text-12 {
	padding: 11px 0 33px;
}

.pink-text {
	color: #f29090;
}

.blue-text {
	color: #212c43;
}


.body-color {
	color: #212c43;
}

.section-title > .custom-size {
	font-size: 60px;
	line-height: 78px;
}

.font-style-26 {
	font-size: 26px;
	line-height: 30px;
}

.available-services {
	padding: 67px 0 30px;
}

.service-list {
	margin: 31px 0 0;
	list-style: none;
}

.bxslider.service-list li {
    background-color: #ffffff;
    cursor: default;
    margin: 0 0 40px;
}

.bxslider.service-list li div{ cursor: pointer;}

.lt-ie9 .bxslider.service-list li {
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
}

.service-list .bxslider-active {
	padding: 5px;
	width: 240px;
	position: relative;
}

.service-list .bxslider-li-wrap {
	margin: 0;
	padding: 25px 0 30px;
}

.service-list > .text-left > .bxslider-active {
	float: left;
	margin-right: 48px;
}

.service-list > .text-right > .greenbox.bxslider-active:before{ border-right: 10px solid rgba(4, 189, 86, 0.5);}
.bxslider .greenbox.bxslider-active { background-color: rgba(4, 189, 86, 0.5);}
.service-list > .text-right .greenbox .bxslider-li-wrap:before{ border-right: 10px solid #00ae4d;}
.greenbox.bxslider-active .bxslider-li-wrap{  background-color: #00ae4d;}

.service-list > .text-left > .bluebox.bxslider-active:before{ border-left: 10px solid rgba(11, 183, 248, 0.5);}
.bxslider .bluebox.bxslider-active { background-color: rgba(11, 183, 248, 0.5);}
.service-list > .text-left .bluebox .bxslider-li-wrap:before{ border-left: 10px solid #00aeef;}
.bluebox.bxslider-active .bxslider-li-wrap{  background-color: #00aeef;}

.service-list > .text-right > .orangebox.bxslider-active:before{ border-right: 10px solid rgba(246, 104, 51, 0.5);}
.bxslider .orangebox.bxslider-active { background-color: rgba(246, 104, 51, 0.5);}
.service-list > .text-right .orangebox .bxslider-li-wrap:before{ border-right: 10px solid #f15a22;}
.orangebox.bxslider-active .bxslider-li-wrap{  background-color: #f15a22;}

.service-list > .text-left > .bxslider-active:before {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid rgba(181, 18, 27, 0.5);
	left: auto;
    right: -20px;
    content: "";
    height: 0;
    top: 50%;
    margin-top: -10px;
    position: absolute;
    width: 0;
}

.service-list > .text-left .bxslider-li-wrap:before {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #b5121b;
	left: auto;
    right: -20px;
    content: "";
    height: 0;
    top: 50%;
    margin-top: -10px;
    position: absolute;
    width: 0;
}

.service-list > .text-right > .bxslider-active {
	float: right;
	margin-left: 48px;
}

.service-list > .text-right > .bxslider-active:before {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid rgba(181, 18, 27, 0.5);
    left: -10px;
    content: "";
    height: 0;
    top: 50%;
    margin-top: -10px;
    position: absolute;
    width: 0;
}

.service-list > .text-right .bxslider-li-wrap:before {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #b5121b;
    left: -10px;
    content: "";
    height: 0;
    top: 50%;
    margin-top: -10px;
    position: absolute;
    width: 0;
}

.files-operating-icon {
	display: inline-block;
	width: 66px;
	height: 66px;
	background: url(../images/icon-services.png) 0 -770px no-repeat;
}

.investment-program-icon {
	display: inline-block;
	width: 66px;
	height: 66px;
	background: url(../images/icon-services.png) 0 -840px no-repeat;
}

.service-list .simple-text-14 {
	padding-top: 50px;
}

/* Services Page Responsive Starts */

@media (min-width:0px) and (max-width: 1200px) {

}

@media (min-width:0px) and (max-width: 980px) {

}

@media (min-width:0px) and (max-width: 770px) {
	.recently-wrap .span4{ margin-top: 20px;}
	.service-descript-wrap .section-title{ line-height: 25px;}
	.service-grey-block > .simple-text-12 {
    overflow: auto;
}
	.service-list .bxslider-active{ width: auto;}
	.service-descript-wrap .question-info{ margin-top: 40px;}
	.service-list > .text-left > .bxslider-active:before, .service-list > .text-right > .bxslider-active:before {
    border-left: 10px solid rgba(0, 0, 0, 0) !important;
    border-right: 10px solid rgba(0, 0, 0, 0) !important;
    border-top: 10px solid rgba(229, 229, 218, 0.5) !important;
    bottom: -20px !important;
    content: "";
    height: 0 !important;
    left: 50% !important;
    margin-left: -10px !important;
    position: absolute !important;
    top: auto !important;
    width: 0 !important;
}
.service-list > .text-left .bxslider-li-wrap:before, .service-list > .text-right .bxslider-li-wrap:before {
    border-left: 10px solid rgba(0, 0, 0, 0) !important;
    border-right: 10px solid rgba(0, 0, 0, 0) !important;
    border-top: 10px solid #E5E5DA !important;
    bottom: -20px !important;
    content: "";
    height: 0 !important;
    left: 50% !important;
    margin-left: -10px !important;
    position: absolute !important;
    top: auto !important;
    width: 0 !important;
}
.service-list > .text-left > .bxslider-active, .service-list > .text-right > .bxslider-active {
    float: none;
    margin: 0;
}
.service-list .simple-text-14 {
    padding-top: 20px;
	 text-align: left;
}
}
@media (min-width:0px) and (max-width: 520px) {
	.recently-wrap .span4{ margin-top: 0px;}
}

@media (min-width:0px) and (max-width: 360px) {
	.position-icon {
    display: block !important;
    float: none !important;
    margin: 0 auto !important;
}
.service-grey-block > .simple-text-12{ padding-top: 0px;}
}

/* Services Page Responsive Ends */

/* Services Page Ends*/

/* Prices Page */


.foto-prices {
    background-image: url(../images/prices-photo.jpg);
    background-position: center 49px;
    background-repeat: no-repeat;
    height: 408px;
}
.price-page-content {
    padding: 52px 0 30px;
}

.pricing-tables{ padding: 20px 0 60px; }


.pricing-column,
.pricing-tables.five-cols {
	margin-top: 30px;
}

.pr-features {
	margin: 0;
	list-style: none;
	font-size: 13px;
}

.pricing-tables.four-cols .pricing-column:first-child {
	margin-left: 0;
}

.pricing-tables.five-cols .pricing-column {
	width: 234px;
}

.lt-ie9 .pricing-tables.five-cols .pricing-column {
	width: 188px;
}

.pricing-tables.four-cols .pricing-column {
	width: 260px;
	margin-left: 30px;
	border-style: solid;
	border-width: 5px;
	border-color: #bde5fd;
	border-color: rgba(124,203,252,.5);
}

.lt-ie9 .pricing-tables.four-cols .pricing-column {
	width: 202px;
}

.pricing-tables.three-cols .pricing-column {
	width: 386px;
	border-style: solid;
	border-width: 5px 2px;
	border-color: #bde5fd;
	border-color: rgba(124,203,252,.5);
}

.lt-ie9 .pricing-tables.three-cols .pricing-column {
	width: 309px;
}

.lt-ie9 .pricing-tables .pr-body .btn {
    padding: 12px 30px 18px;
}

.pricing-tables.five-cols .pr-head {
	border-style: solid;
	border-width: 5px;
	padding: 26px 0 30px;
}

.pricing-tables.four-cols .pr-head {
	padding: 26px 0 40px;
}

.pricing-tables.three-cols .pr-head {
	padding: 31px 0 50px;
	border-left: 3px solid #b3d9f0;
	border-right: 3px solid #b3d9f0;
	background: url(../images/pricing-tables-three-cols.png) 0 bottom repeat-x;
	position: relative;
}

.pricing-tables.three-cols .pr-head:before {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	background: url(../images/pricing-tables-three-circle.png) 0 0 no-repeat;
	position: absolute;
	bottom: -3px;
	left: 50%;
	margin-left: -8px;
}

.pricing-tables.five-cols .pr-body {
	border-style: solid;
	border-width: 5px;
}

.pricing-tables.four-cols .pr-body {
	background-color: #7ccbfc;
}

.pricing-tables.three-cols .pr-body {
	border-left: 3px solid #b3d9f0;
	border-right: 3px solid #b3d9f0;
}

.pricing-tables.five-cols .free .pr-head,
.pricing-tables.five-cols .free .pr-body {
	border-color: #fbfbf5;
	border-color: rgba(247,247,235,.5);
	background-clip: padding-box;
}

.pricing-tables.five-cols .free .pr-head {
	background-color: #f7f7eb;
}

.pricing-tables.five-cols .standard .pr-head,
.pricing-tables.five-cols .standard .pr-body {
	border-color: #f9f9f3;
	border-color: rgba(242,242,230,.5);
	background-clip: padding-box;
}

.pricing-tables.five-cols .standard .pr-head {
	background-color: #f2f2e6;
}

.pricing-tables.five-cols .advanced .pr-head,
.pricing-tables.five-cols .advanced .pr-body {
	border-color: #f6f6f0;
	border-color: rgba(237,237,225,.5);
	background-clip: padding-box;
}

.pricing-tables.five-cols .advanced .pr-head {
	background-color: #edede1;
}

.pricing-tables.five-cols .professional .pr-head,
.pricing-tables.five-cols .professional .pr-body {
	border-color: #f4f4ee;
	border-color: rgba(232,232,220,.5);
	background-clip: padding-box;
}

.pricing-tables.five-cols .professional .pr-head {
	background-color: #e8e8dc;
}

.pricing-tables.five-cols .premium .pr-head,
.pricing-tables.five-cols .premium .pr-body {
	border-color: #f1f1eb;
	border-color: rgba(227,227,215,.5);
	background-clip: padding-box;
}

.pricing-tables.five-cols .premium .pr-head {
	background-color: #e3e3d7;
}

.grey-table-head {
	color: #767d8e;
}

.grey-table-text {
	color: #757d8e;
}

.pricing-tables .pr-head .font-style-24 {
	padding-bottom: 20px;
}

.pricing-tables .pr-head .price {
	font-size: 50px;
	line-height: 40px;
}

.pricing-tables.five-cols .pr-features {
	border-top: 1px solid #e8e8e8;
	padding-top: 8px;
}

.pricing-tables.four-cols .pr-features {
	border-top: 3px solid #73bdea;
	padding-top: 6px;
}

.pricing-tables .pricing-column .pr-features li:first-child {
	border-top: none;
}

.pricing-tables .pr-features li {
	padding: 15px 0 14px;
}

.pricing-tables.five-cols .pr-features li {
	border-top: 1px solid #f1f1eb;
}

.pricing-tables.four-cols .pr-features li {
	border-top: 1px solid #bde5fd;
}

.pricing-tables.three-cols .pr-features li {
	border-top: 1px solid #e3e8ec;
}

.pricing-tables .pr-body .btn {
	margin: 20px 0 30px;
	padding: 15px 30px;
}

.pricing-tables.three-cols .pr-body .btn {
	margin: 20px 0 35px;
}

/* Prices Page Responsive */
@media (min-width:0px) and (max-width: 1200px) {
.pricing-tables.three-cols .pricing-column{ width: 309px;}
}

@media (min-width:0px) and (max-width: 980px) {
.pricing-tables.three-cols .pricing-column{ width: 237px;}
}

@media (min-width:0px) and (max-width: 770px) {
.pricing-tables.three-cols .pricing-column {
    display: inline-block;
    float: none;
}
}

@media (min-width:0px) and (max-width: 520px) {

}

/* Prices Page Responsive Ends */
/* Prices Page Ends*/


/* Smoke Alarm */

.project-descript-wrap {
	padding: 60px 0 69px;
}

.project-descript {
	position: relative;
	padding-bottom: 37px;
}

.project-descript:after {
	content: '';
	position: absolute;
	width: 1px;
	background-color: #e3e8ec;
	top: 0;
	bottom: 0;
	left: 5px;
}

.project-descript > .section-title {
	line-height: normal;
	margin: 20px 0 28px 39px;
}

.blue-list {
	margin: 0;
	list-style: none;
}

.list-item-icon {
	font-size: 35px;
	margin: 0 26px 0 -39px;
	position: relative;
	left: 0;
	top: 6px;
	color: #e3e8ec;
}

.blue-list > li {
	padding: 0 0 24px 39px;
}

.blue-list > li > .list-item-icon {
	padding-top: 0;
}

.blue-list > li > * {
	padding-top: 20px;
}

.details-wrap strong {
	padding-right: 20px;
}

.link-simple {
	color: #b5121b;
	border-bottom: 1px dotted #b5121b;
}

.link-simple:hover {
	color: #9aa0ae;
	border-bottom: 1px dotted #9aa0ae;
}

.addthis_toolbox.addthis_default_style > a {
	padding: 0 9px 0 0;
}

.addthis_toolbox.addthis_default_style > .addthis_button_google_plusone {
	padding: 0;
}

.addthis_button_tweet {
	width: 85px;
}

.addthis_button_facebook_like, 
.addthis_button_google_plusone {
	width: 80px;
}

.similar-projects-wrap {
    background-position: 0 228px;
}

.similar-projects {
    padding: 67px 0 50px;
}

.recently-wrap-case {
	padding: 66px 0 60px;
}

.recently-wrap-case .article-title {
	margin-bottom: 5px;
}

.recently-wrap-case .question-wrap {
	padding: 57px 10px 34px;
}

.project-desc-hold{ margin-bottom: 60px;}
.project-descript .facebook-icon {
    display: block;
    float: none;
    height: 13px;
    margin-top: 20px;
    width: 32px;
}

.smokealarm-list{ margin: 0;}
.smokealarm-list li {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
    overflow: auto;
    position: relative;
}
.smokealarm-list li:last-child{
    margin-bottom: 0px;
}

.smokealarm-list .blue-gap {
    color: #212C43;
    font-weight: normal;
    overflow: auto;
    padding-left: 10px;
    position: relative;
}

.smokealarm-list .blue-first {
    float: left;
}

/* Smoke Alarm Responsive */
@media (min-width:0px) and (max-width: 1200px) {

}

@media (min-width:0px) and (max-width: 980px) {
	.smokeaarm { margin-left: 5px;}
}

@media (min-width:0px) and (max-width: 770px) {

}

@media (min-width:0px) and (max-width: 520px) {
	
}

/* Smoke Alarm Responsive Ends */
/* Smoke Alarm Ends*/


/*Begin accordion*/
.accordion-minus:before {
	content:'';
	background: url(../images/accordion-minus-grey.png) 0 center no-repeat;
	display: inline-block;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 7px;
	left: -20px;
}

.accordion-plus:before {
	content:'';
	background: url(../images/accordion-plus-grey.png) 0 center no-repeat;
	display: inline-block;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 7px;
	left: -20px;
}

a.accordion-toggle.accordion-plus {
	font-size: 12px;
	font-weight:700;
	color: #404041;
	padding: 2px 15px;
}

a.accordion-toggle.accordion-minus {
	font-size: 12px;
	font-weight:700;
	color: #aaaaaa;
	padding: 2px 15px;
}

.accordion-group {
    border: none;
	border-radius: 0;
	margin-bottom: 1px;
}

.accordion-heading {
    border: 3px solid #f0f0f0;
	border-left: 30px solid #f0f0f0;
	position: relative;
}

.accordion-inner {
	font-size: 12px;
	color: #404041;
	border: none;
	padding: 9px 15px 9px 45px;
}

/*-- Main Container Ends --*/


/* Page Elements Start */

.action-area-mini {
	background: url(../images/call-to-action-bg-mini.jpg) center top repeat-x;
	-webkit-box-shadow: inset 0 2px 5px rgba(0,0,0,.15);
	-moz-box-shadow: inset 0 2px 5px rgba(0,0,0,.15);
	box-shadow: inset 0 2px 5px rgba(0,0,0,.15);
}

.foto-about{
	background-image: url(../images/about-foto.jpg);
	background-repeat: no-repeat;
	background-position: center 49px;	
	height:408px;
}

.foto-pattern{
	background: url(../images/foto-pattern-dark.png) repeat;
	height:inherit;
}


.page-title-margin {
    margin-top: 115px;
}
.page-title {
    color: #FFFFFF;
    font-family: "Oswald",sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 34px;
    text-transform: uppercase;
}

.page-title > small {
    color: #FFFFFF;
    display: block;
    font-family: "Oswald",sans-serif;
    font-size: 90px;
    font-weight: 400;
    text-transform: uppercase;
}

.page-elements-title-wrap.horizontal-blue-lines {
	background-position: 0 10px;
	margin: 50px 0 20px;
}

.page-title-position {
	display: inline-block;
	padding: 0 67px;
	background: #fff;
}

.page-elements-title {
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	font-size: 20px;	
	text-transform: uppercase;
}

.accordion-wrap {
	min-height: 219px;
}

.accordion-wrap .accordion {
	margin-bottom: 6px;
}

.about-page-content {
    padding: 52px 0 39px;
}

.about-page-content .simple-text-14 {
    padding-bottom: 24px;
}

/*Begin accordion*/
.style-3 .accordion-group {
	margin-bottom: 16px;
}

.style-2 .accordion-group {
	margin-bottom: 11px;
}

.style-3 .accordion-group:last-child,
.style-2 .accordion-group:last-child {
	margin-bottom: 0;
}

.style-3 .accordion-heading,
.style-2 .accordion-heading {
	border: none;
	padding-left: 30px;
}

.style-3 .accordion-heading .accordion-toggle,
.style-2 .accordion-heading .accordion-toggle {
	font-size: 14px;
}

.style-3 .accordion-minus:before {
	background-color: #f3f5f7;
	background-position: center center;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	top: 0;
	left: 0;
}

.style-2 .accordion-minus:before {
	background-position: center center;
	width: 16px;
	height: 16px;
	border-radius: 10px;
	border: 2px solid #b5121b;
	top: 2px;
	left: 0;
}

.style-3 .accordion-plus:before {
	background-color: #f3f5f7;
	background-position: center center;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	top: 0;
	left: 0;
}

.style-2 .accordion-plus:before {
	background-position: center center;
	width: 16px;
	height: 16px;
	border-radius: 10px;
	border: 2px solid #b5121b;
	top: 2px;
	left: 0;
}

.style-3 .accordion-inner,
.style-2 .accordion-inner {
	padding-bottom: 0;
}
/*End accordion*/
.alert-wrap .alert {
	margin-bottom: 0;
}
/*Begin alert*/
.alert:before {
	content: '';
	width: 24px;
	height: 24px;
	background-image: url(../images/alert-icons.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	position: absolute;
	display: inline-block;
	top: 50%;
	left: -34px;
	margin-top: -12px;
}

.close,
.close:hover {
	color: #fff;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
	opacity: 1;
	text-shadow: none;
	font-size: 18px;
}


.alert .close {
    right: -14px;
    top: 1px;
}

.alert-error {
	background-color: #f29090;
	border-left: 44px solid #e98a8a;
	background-position: 0 0;
}

.alert-notice.alert:before {
	background-position: 0 -24px;
}

.alert-notice {
	background-color: #fcd500;
	border-left: 44px solid #f2cd00;
}

.alert-info.alert:before {
	background-position: -24px 0;
}

.alert-info {
	background-color: #7ccbfc;
	border-left: 44px solid #77c3f2;
	background-position: -24px 0;
}

.alert-success.alert:before {
	background-position: -24px -24px;
}

.alert-success {
	background-color: #90d34f;
	border-left: 44px solid #8acb4c;
	background-position: -24px -24px;
}

.alert {
	border-radius: 0;
	border: none;
	border-left: 44px solid #e98a8a;
	border-left: 44px solid rgba(0,0,0,.04);
	font-size: 12px;
	color: #fff;
	text-shadow: none;
	padding: 6px 25px 10px 5px;
	position: relative;
}

.lt-ie9 .alert.alert-notice {
	border-left: 44px solid #f2cd00;
}

.lt-ie9 .alert.alert-info {
	border-left: 44px solid #77c3f2;
}

.lt-ie9 .alert.alert-success  {
	border-left: 44px solid #8acb4c;
}
/*End alert*/
.button-wrap {
	margin-bottom: 30px;
}

/* Page Elements Ends */

/* About Team Starts */


.sats-team {
	margin-left: 0;
}

.sats-team .author-post-photo-wrap {
    height: 200px;
	width: 200px;
	margin: 0 auto;
	position: relative;
}

.sats-team .author-post-photo {
    left: 0;
    position: absolute;
    top: 0;
}

.sats-team .holder-author-photo {
	background: url(../images/holder-team-photo.png);
	content: "";
    display: block;
    height: 200px;
    left: 0;
    position: absolute;
    top: 0;
    width: 200px;
}

.sats-team .mask {
	position: absolute;
	overflow: hidden;
	top: 9px;
	left: 9px;
	width: 182px;
	height: 182px;
	opacity: 0;
	transition: opacity 0.5s 0s ease-in-out;
	z-index: 1000;
	border-radius: 91px
}

.sats-team .mask:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
	opacity: .5;
	background-color: #b5121b;
}

.sats-team .border-triangle:before {
    border-bottom: 10px solid #E5E5DA;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    top: -14px;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    width: 0;
}

.sats-team .border-triangle {
    border-top: 4px solid #E5E5DA;
    padding-bottom: 0;
    position: relative;
	border-bottom: none;
	margin-top: 20px;
	margin-bottom: 0;
}


.author-info h4 a:hover{ color: #404041;}

.sats-team h5.simple-text-12 {
	line-height: 16px;
	padding-bottom: 15px;
}

.simple-text-12 {
    font-size: 12px;
    line-height: 20px;
}

.sats-team .social {
	display: inline-block;
	margin: 10px 0;
}

.sats-team .pinterest-icon {
	background: url(../images/social-icons-grey.png) 0 -350px no-repeat;
}

.sats-team .google-icon {
	background: url(../images/social-icons-grey.png) 0 -385px no-repeat;
}

.sats-team .linkedin-icon {
	background: url(../images/social-icons-grey.png) 0 -420px no-repeat;
}

.sats-team .twitter-icon {
	background: url(../images/social-icons-grey.png) 0 -455px no-repeat;
}

.sats-team .facebook-icon {
	background: url(../images/social-icons-grey.png) 0 -490px no-repeat;
}

.about-contact {
	padding: 53px 0 54px;
}

.about-contact .btn-large {
float: right;
}

.lt-ie9 .about-contact .btn-large {
    padding: 12px 41px 18px;
}

.sec-about {
    padding: 67px 0 54px;
}

/* About Responsive Starts */

@media (min-width:0px) and (max-width: 770px) {
.about-contact .btn-large {
    float: none;
}	
}
/* About Responsive Ends */

/* About Ends*/


/* Contact Starts */
.contact-wrap {
	padding: 55px 0 40px;
}

#map-canvas img {
	max-width: inherit;
}

.get-in-touch {
	padding-top: 7px;
}

.get-in-touch p.simple-text-12 {
	padding: 23px 0 5px;
}

.get-in-touch address > * {
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #9aa0ae;
	margin: 30px 0 0;
}

.get-in-touch .widget-news-phone {
	background: url(../images/widget-news-icons-grey.png) 0 -90px no-repeat;
}

.get-in-touch .widget-news-email {
	background: url(../images/widget-news-icons-grey.png) 0 -120px no-repeat; 
}

.get-in-touch .widget-news-address {
	background: url(../images/widget-news-icons-grey.png) 0 -150px no-repeat;
}

.border-double {
	border: 8px double #f3f5f7;
}

.messege-form {
	padding: 20px 20px 17px;
}

textarea:focus, 
input[type="text"]:focus, 
input[type="password"]:focus,
input[type="email"]:focus {
    border-color: #e3e8ec;
    box-shadow: none;
}

input.input-style,
textarea.input-style {
	font-family: "PT Sans";
	background-color: #f3f5f7;
	border: 1px solid #e3e8ec;
	box-shadow: none;
	border-radius: 0;
	width: 100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.messege-form > input.input-style {
	width: 49%;
	margin-bottom: 14px;
	height: 40px;
}

.lt-ie9 .messege-form > input.input-style {
	padding-top: 5px;
	height: 35px;
}

#message-form{
	position:relative;
}

#message-form .inv-em {
	background-color: #F29090;
	border-radius: 0 0 0 0;
	color: #FFFFFF;
	font-size: 11px;
	margin-top:-40px;
	max-width: 150px;
	padding: 8px;
	position: absolute;
	text-align: center;
	text-decoration: none;
}

.input-style.invalid_field {
	 border: 1px solid #F29090;
}

textarea.input-style {
	resize: none;
	height: 110px;
	margin-bottom: 25px;
}

#submit-btn {
	display: none;
}

.foto-contact {
    background-image: url(../images/contact-foto.jpg);
    background-position: center 49px;
    background-repeat: no-repeat;
    height: 408px;
}

.contact-wrap select {
    height: 40px;
    padding: 8px 5px 10px;
    width: 49%;
	 color: #404041;
	 font-family: "PT Sans";
    opacity: 1;
}
/* Contact Responsive Starts */

@media (min-width:0px) and (max-width: 520px) {
.contact-wrap select, .messege-form > input.input-style{ width: 100%;}	
}
/* Contact Responsive Ends */

/* Contact Ends*/


/* Landlords Starts */
.landlords-page-content {
    padding: 52px 0 39px;
}

.sats-faq .accordion-group{ border: medium none;}
.sats-faq .accordion-inner {
    border: medium none;
    padding: 9px 15px 0 45px;
}

/* Landlords Responsive Starts */

@media (min-width:0px) and (max-width: 520px) {

}
/* Landlords Responsive Ends */

/*========= Landlords Ends =========*/



/*========= Landlords Starts =========*/

.sats-login {
    margin: 0 auto 30px !important;
    width: 350px !important;
	float: none !important;
}
.sats-login h1 {
    margin-bottom: 40px;
	text-align: center;
}
.sats-login form {
    background-color: #E5E5DA;
    padding: 20px;
	margin: 0;
}
.sats-login label {
    width: 100%;
}
.sats-login input {
     box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
    height: 35px !important;
    width: 100%;
}
.sats-login input:last{
    margin: 0;
}
.sats-login p{ margin: 0px;}

.sats-login input.login{}
input.login[type="submit"] {
    color: #ffffff;
 text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #b5121b;
  *background-color: #b5121b;
  background-image: -moz-linear-gradient(top, #cc2932, #b5121b);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cc2932), to(#b5121b));
  background-image: -webkit-linear-gradient(top, #cc2932, #b5121b);
  background-image: -o-linear-gradient(top, #cc2932, #b5121b);
  background-image: linear-gradient(to bottom, #cc2932, #b5121b);
  background-repeat: repeat-x;
  border-color: #d6333c #d6333c #d6333c;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc2932', endColorstr='#b5121b', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    height: 30px;
    margin-bottom: 10px;
    position: relative;
    right: 0;
    text-indent: 0;
    top: 0;
    width: 140px;
	font-size: 16px;
}

input.login:hover[type="submit"] {
  background-color: #2F96B4;
}

/* Landlords Responsive Starts */

@media (min-width:0px) and (max-width: 520px) {
.sats-login {
    margin: 0 auto 30px !important;
    width: auto !important;
	float: none !important;
}
}
/* Landlords Responsive Ends */
/*========= Landlords Ends =========*/

/*========= Footer =========*/
#sats-footer{ background-color: #404041; overflow: auto;}

#sats-footer a:hover{ color: #fff;}

.footer-widget-wrap {
	background-color: #212c43;
}

.footer-widget {
	padding: 30px 0;	
	
}

.footer-widget p, .footer-widget address span{color: #aaa; }

.footer-widget a{color: #aaa; }
.footer-widget a:hover{color: #fff; }

.widget-title {
	font-size: 20px;
	color: #fff;
	padding-bottom: 30px;
}

.widget-news p {
	font-size: 12px;
	line-height: 15px;
	/*color: #8b98b2;*/
	width: 245px;
}

.input-wrap {
	position: relative;
	margin: 5px 0 0 245px;
}

#input-email {
	width: 305px;
	height: 40px;
	border: none;
	border-radius: 0;
	box-shadow: none;
	padding: 0;
	background-color: #e5e5da;
	padding: 0 0 0 15px;
	font-family: "PT Sans";
	font-size: 13px;
	color: #212c43;
	margin: 0;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #404041;
	opacity: 1;
}

input::-webkit-input-placeholder{
	color: #404041;
}

input:focus {
	box-shadow: none;
	color: #404041;
}


input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
	color: #5c6a87;
}

input:focus::-webkit-input-placeholder{
	color: #5c6a87;
}

input[type="submit"],
.submit-button {
	position: absolute;
	top: 7px;
	right: 15px;
	width: 26px;
	height: 26px;
	margin: 0;
	padding: 0;
	border: 0;
	text-indent: -9999px;
	background: url(../images/benefits-arrow-hover.png) no-repeat;	
}

.submit-button:hover {
	background: url(../images/benefits-arrow-grey.png) no-repeat;
}

address {
	margin-top: 20px; clear: both;
}

.lt-ie9 .widget-news p {
	float: none;
}

.lt-ie9 .input-wrap {
	margin: 15px 0 0;
	display: inline-block;
}

.lt-ie9 #input-email {
	padding-top: 8px;
	height: 32px;
}

.lt-ie9 address > span {
	margin-bottom: 10px;
}

.lt-ie9 .widget-tweets {
	margin-left: -45px;
}

.lt-ie9 .widget-flickr {
	margin-left: 70px;
}

.widget-news-phone {
	display: inline-block;
	height: 24px;
	padding:2px 0 0 35px;
	background: url(../images/widget-news-icons-grey.png) 0 0 no-repeat;
	font-size: 12px;
	color: #fff;
	margin-right: 20px; 	
}

.widget-news-email {
	display: inline-block;
	height: 24px;
	padding:2px 0 0 35px;
	background: url(../images/widget-news-icons-grey.png) 0 -30px no-repeat; 
	font-size: 12px;
	color: #fff;
	margin-right: 26px; 	
}

.widget-news-address {
	display: inline-block;
	height: 24px;
	padding:2px 0 0 35px;
	background: url(../images/widget-news-icons-grey.png) 0 -60px no-repeat;
	font-size: 12px;
	color: #fff; 
	margin-top: 10px;	
}

.twitter_update_list {
	margin: 0;
	list-style: none;	
}

.twitter_update_list li {
	color: #ccc;
	font-size: 12px;
	padding-bottom: 9px;
	line-height: 15px;
}

.twitter_update_list li .timesince {
	/*color: #576d98;*/
	font-size: 11px;
	font-style: italic;
}

.flickr {
	margin: 0 -5px 0 0;
	list-style: none;
}


.flickr li {
	float: left;
	width: 46px;
	border: 2px solid #e5e5da;
	margin: 0 5px 5px 0;
}

.flickr li a {
	position: relative;
}
 
.flickr .hover-effect {
	position: absolute;
	top: -12px;
	left: 0;
	display: block;
	width: 46px;
	height: 46px;
	opacity: 0;
	overflow :visible;
	border: 0px solid rgba(229,229,218,.7);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;
	transition: all .6s ease-in-out;
}

.flickr li a:hover .hover-effect {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
	opacity: .7;
	border: 23px solid #e5e5da;
}

.lt-ie9 .flickr .hover-effect {
	top: -14px;
}


.sats-footer-wrap {
    background-color: #404041;
    border-top: 1px solid #aaa;
}

.sats-blue-line-wrap:before {
    background: url("../images/blue-round-grey2.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    content: "";
    display: block;
    height: 16px;
    left: 50%;
    margin-left: -8px;
    position: absolute;
    top: -11px;
    width: 16px;
}
.sats-blue-line-wrap {
    border-top: 1px solid #aaa;
    margin-top: 2px;
    position: relative;
}


.footer-wrap {
	background-color: #1b253b;
	border-top: 1px solid #0d1629;
}



.copyright p {
	font-size: 12px;
	color: #aaaaaa;
	padding-top: 18px;
}


.copyright p a{
	color: #aaaaaa;
}

.social {
	margin: 15px 0;
	list-style: none;	
}

.social > li > a {
	display: inline-block;
	width: 30px;
	height: 30px;
}

.social > li {
	float: left;
	margin-left: 10px;
	height: 30px;
}

.pinterest-icon {
	background: url(../images/social-icons-grey.png) 0 0 no-repeat;
}

.pinterest-icon:hover,
.sats-team .pinterest-icon:hover {
	background: url(../images/social-icons-grey.png) 0 -175px no-repeat;
}

.google-icon {
	background: url(../images/social-icons-grey.png) 0 -35px no-repeat;
}

.google-icon:hover,
.sats-team .google-icon:hover {
	background: url(../images/social-icons-grey.png) 0 -210px no-repeat;
}

.linkedin-icon {
	background: url(../images/social-icons-grey.png) 0 -70px no-repeat;
}

.linkedin-icon:hover,
.sats-team .linkedin-icon:hover {
	background: url(../images/social-icons-grey.png) 0 -245px no-repeat;
}

.twitter-icon {
	background: url(../images/social-icons-grey.png) 0 -105px no-repeat;
}

.twitter-icon:hover,
.sats-team .twitter-icon:hover {
	background: url(../images/social-icons-grey.png) 0 -280px no-repeat;
}

.facebook-icon {
	background: url(../images/social-icons-grey.png) 0 -140px no-repeat;
}

.facebook-icon:hover,
.sats-team .facebook-icon:hover {
	background: url(../images/social-icons-grey.png) 0 -315px no-repeat;
}



article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}
.pull-right {
    float: right;
}

/*== Footer Responsive Starts ==*/

@media (min-width:0px) and (max-width: 1200px) {
.widget-tweets {
    margin-left: -45px !important;
}
.widget-flickr {
    margin-left: 70px !important;
}
}

@media (min-width:0px) and (max-width: 980px) {
.widget-tweets {
    margin-left: 0px !important;
}
.widget-flickr {
    margin-left: 40px !important;
}
}

@media (min-width:0px) and (max-width: 770px) {
	.widget-flickr{ margin-left: 0px !important;}	
	.widget-title {
    padding-bottom: 0;
}
.flickr {
    padding-bottom: 80px;
}
footer > .social {
    display: inline-block;
    float: none;
    margin: 27px 0 0;
}
footer > .copyright {
    float: none;
    padding: 0 0 23px;
}
footer {
    text-align: center;
}
.widget-news p{ width: auto;}
div.success{
	    font-size: 34px !important;
    line-height: normal;
}
.foto-contact{
	background-position: center !important;
	height: 270px !important; 
}
.page-title > small{
	line-height: normal;
}
.page-title{
	line-height: normal;
	margin-top: 60px !important;
}
.green_banner img{
	margin-right: 0px;
	margin-bottom: 5px;
}
.main-navbar .logo{
	padding: 10px 0px;
	width: 180px;
}
.header-height{
	height: auto;
}
}

@media (min-width:0px) and (max-width: 520px) {
.widget-flickr{ overflow: hidden; padding-bottom: 20px;}
#input-email{ width: 100%; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box;}
#sats-footer form{ width: 100%; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box;}
}

/*== Footer Responsive Ends ==*/

/*-- Footer Ends --*/
