@import url(//fonts.googleapis.com/css?family=Roboto:400,500,300,700);

*{margin:0; padding:0; font-family:roboto; }
body
{
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  background-color:#ECECEC; /*eee*/
 /*background-image:url("bg.jpg");*/
}

#main_content
{
  margin-right: auto;
  margin-left: auto;
  padding: 0px 0px 40px 0px;
  position:relative;
  background-color:#fff;
}


#feature_header
{
	width:100%;
	height:auto;
	position:relative;
}


#site_header
{
	width:100%;
	height:auto;
	position:relative;
	background-color:#fff;
	height:50px;
}

#ft_logo
{
	position:absolute;
	top:12px;
	left:11px;
}

.logo_addon
{
  color: #777;
  position: absolute;
  top: 16px;
  left: 110px;
  font-size: 17px;
  font-weight: 400;
  border-left: 1px solid #D0D0D0;
  padding-left: 7px;
}

#feature_body
{
	width:100%;
	height:auto;
	position:relative;
	margin-top:0px;
}

#feature_abc
{
background-color: #fff;
     margin: -1px 0px 2px;
 padding: 40px;
  box-sizing: border-box;
  color: #333333;
 line-height: 24px;
  font-size: 18px;
  font-weight: 300;
}

.ipiccy_logo
{
	
	background: url("logo_pure_black_tr.png") no-repeat 15px 15px;
}

.ftr_spacer
{
  background-color: #fff;
  margin: 0px 0px;
  display: block;
  clear: both;
  padding: 10px 0;
  position: relative;
  box-sizing: border-box;
}

.ftr_section
{
    background-color: white;
    display: inline-block;
	margin-bottom: -2px;
	padding: 40px;
	   
}

.s_gray
{
	background-color: #F7F7F7;
}

.ftr_left
{
  width: 50%;
  float:left;
}



.l_pic
{
	width: 55%;
    float:left;
}

.r_pic
{
	width: 55%;
    float:right;
}

.r_desc
{
    width: 45%;
    float: right;
    padding-left: 30px;
}

.l_desc
{
    width: 45%;
    float: left;
	padding-right: 30px;
}




.f_big{width:55% !important;}
.f_small{width:45% !important; }

.ftr_right
{
	width: 50%;
	float:right;
}

.ftr_img
{
	width:100%;
	height:auto;
	box-shadow: 2px 3px 8px rgba(0,0,0,0.15);
	border: 2px solid white;
	cursor:pointer;
	
	image-rendering: auto;
	image-rendering: crisp-edges;
	image-rendering: pixelated;
}

.ftr_img:hover
{
	border: 2px solid #C5F1FE;
}

.fth_desc
{
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 300;
    color: #333333;
	line-height: 24px;
	/*text-align: justify;*/
}

.fth_desc h2
{
    color: #333;
    font-weight: 300;
    font-size: 30px;
    margin-bottom: 10px;
	  line-height: 35px;
	      text-align: left;
}

#feature_bg
{
	width:100%;
	height:auto;
	position:relative;
}


.feature_title
{
    position: absolute;
    top: 22%;
    left: 50%;
    margin: 0 auto;
    line-height: 110%;
    color: white;
    font-weight: 400;
    font-size: 28px;
    border-radius: 4px;
    padding: 4px 10px;
    background-color: rgba(0, 0, 0, 0.29);
    transform: translate(-50%, 0%);
	text-align: center;
}

.feature_subtitle
{
    text-shadow: 0px 1px 6px rgb(0, 0, 0);
    color: white;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, 0%);
    line-height: 110%;
    font-weight: 400;
    font-size: 22px;
	text-align:center;
}



.go_button
{
  border: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  color: #fff !important;
  font-weight: 400;
  width: auto;
  outline: none;
    background-color: #fa8319;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s;
  cursor: pointer;
  height: 46px;
  box-sizing: border-box;
  position: relative;
  line-height: 47px;
  font-size: 19px;
    padding: 0 20px;
	  border-bottom: 2px solid #D54900;
}

.go_button:hover
{
  background-color: #FBA544; /*#FFBF48;*/  /*#3ECAFF;*/
}

.go_button:active
{
	background-color: #fa8319;
	top:2px;
	border-bottom: 0px solid rgb(232, 79, 0);
}

.ftr_button
{
  border: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  color: #fff !important;
  font-weight: 400;
  width: auto;
  outline: none;
  background-color: #00B6FB; /*#FF8A00;*/
    background: url("btn_arrow.png") no-repeat 90% 50% #FF4524;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
  cursor: pointer;
  height: 48px;
  box-sizing: border-box;
  position: relative;
  line-height: 48px;
  font-size: 21px;
    padding: 0 20px;
}

.ftr_button:hover
{
  background-color: #FFAF24; /*#FFBF48;*/  /*#3ECAFF;*/
}

.ftr_button:active
{
	background-color: #FF6509;
}

.header_btn
{
  position: absolute;
  padding: 0 60px;
  top: 75%;
  left: 50%;
   transform: translate(-50%, 0%);

}

.bottom_btn
{
  position: rea;
  padding: 0 60px;
  width: 360px;
  margin: 0 auto;
}


@media only screen and (max-width: 700px) {

    .feature_title { font-size: 19px; top:7%;  }
    .feature_subtitle { font-size: 16px;    text-align: center; }
   
   
	.l_pic, .r_pic, .r_desc, .l_desc{width: 100%;float: none;}
	.r_pic {padding-top:20px}
	.r_desc {padding: 20px 0 0 0 !important;}
	.l_desc {padding: 0 !important;}


  .header_btn {  padding: 0 20px;  font-size: 14px;  height: 26px;  line-height: 26px; background-image:none;}

}

.ftrA
{
	color:#0077cc;
	text-decoration:none;
}

.ftrA:hover
{
	text-decoration:underline;
}







