* { font-family: "Roboto",Arial,Helvetica,sans-serif; }

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
footer,
nav {
  display: block;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  margin: .67em 0;
  font-size: 1em;
}
img {
  border: 0;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
button {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button {
  text-transform: none;
}
button {
  -webkit-appearance: button;
  cursor: pointer;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  a[href^="#"]:after {
    content: "";
  }
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
}
@font-face {
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
		  margin:0;
		  font-weight:400;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-size: 10px;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Roboto",Arial,Helvetica,sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
h1,
h2,
h3 {
  font-family: inherit;
  font-weight: 400;
  line-height: 1.1;
  color: inherit;
}
h1,
h2,
h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
.small {
  font-size: 85%;
}
.text-muted {
  color: #777;
}
ul {
  margin-top: 0;
  margin-bottom: 10px;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 15px;
  padding-left: 5px;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1024px;
  }
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-lg-5, .col-sm-6, .col-lg-6, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .col-sm-6 {
    float: left;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
}
@media (min-width: 1200px) {
  .col-lg-5, .col-lg-6, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 50%;
  }
  .col-lg-offset-2 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 0;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default:active:focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active {
  background-image: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.collapse {
  display: none;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-fixed-top .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand {
    margin-left: 0px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

.navbar-right {
    float: right !important;
    margin-right: -15px;
	top:10px;
  }

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media (min-width: 500px) {
  .navbar-right {
    float: right !important;
    margin-right: -15px;
	top: -32px;
  }
}

@media (min-width: 768px) {
  .navbar-right {
    float: right !important;
    margin-right: -15px;
	top: 10px;
  }
}
@media (min-width: 992px) {
  .navbar-right {
    float: right !important;
    margin-right: -15px;
	top: 10px;
  }
}

@media (min-width: 1200px) {
  .navbar-right {
    float: right !important;
    margin-right: -15px;
	top: 10px;
  }
}

.navbar-default {
  background-color: #FFFFFF;
  border-color: #dcdcdc;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-nav > li > a {
  color: #222;
  font-weight:400;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #0077cc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse {
  border-color: #e7e7e7;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.row:before,
.row:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after {
  display: table;
  content: " ";
}
.clearfix:after,
.container:after,
.row:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after {
  clear: both;
}
@-ms-viewport {
  width: device-width;
}


body,
html {
    width: 100%;
    height: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
	
	font-family: "Roboto",Arial,Helvetica,sans-serif;
    /*line-height: 1.2em;*/
	 font-weight: 300;
}


.centMenu
{
    position: fixed;
    z-index: 99999;
    top: 7px;
    width: 516px;
    left: 50%;
    margin-left: -263px;
}
.centMenu .hpBTN, .centMenu .mainIntro:before
{
    box-shadow: none;
    content: none;
    width: 130px;
    height: 36px;
    line-height: 36px;
    font-size: 15px;
    text-shadow: none;
    background-color: #00a4ff;
}
.centMenu li 
{
    display: inline-block;
    padding-right: 0;
    padding-left: 3px;
}

.centMenu .mainIntro:hover
{
	text-decoration:none;
	background-color: #1A9FDF;
}

.centMenu .mainIntro:active
{
	text-decoration:none;
	background-color: #1378A8;
}



 #auth_buttons .btnSignUp {display:none}
#auth_buttons .btnSignIn
{
	background-color: white;
    color: #444 !important;
    font-size: 15px;
    width: 80px;
    font-weight: 500;
	-webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

#auth_buttons .btnSignIn:hover
{
	background-color: #EFEFEF;
}

#auth_buttons .btnSignIn:active
{
	background-color: #F0F0F0;
}



.topnav {
    font-size: 16px; 
	height: 52px;
}

/*--------------------------------------------------------*/

.ftrButton
{
	color:#0077cc;
	cursor:pointer;
}
.ftrButton:hover
{
	text-decoration:underline;
}

.imgFeature
{
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.04);
    /*image-rendering: -webkit-optimize-contrast;*/
}

.sep_01 {
    background-image: url(pics/sep_01.png);
    display: block;
    height: 2px;
    width: 586px;
    margin: 0px auto 0;
}



.logo_img_n {
    background-image: url('icons/ipc_logo_full.svg');
    display: inline-block;
    user-select: none;
    height: 35px;
    width: 122px;
    margin: 0px;
    position: relative;
    top: 10px;
    left: 5px;
}

.hpBTN
{
  border: none;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: block;
  color: #fff !important;
  font-size: 18px;
  width: 100%;
 
  outline: none;
  background-color:#0f5b80; /*#4BBAEF;*/
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background-color 0.3s, box-shadow 0.3s;
  transition: background-color 0.2s, box-shadow 0.2s;
    
  
  cursor:pointer;
  
  -webkit-user-select: none; /* Chrome/Safari */        
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
  -o-user-select: none;
  user-select: none;
  
  font-weight: 400;
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.20);

}

.hpBTN:hover
{
	text-decoration:none;
	background-color:#178DC6;
	/*box-shadow: 1px 2px 6px 0px rgba(0, 0, 0, 0.45);*/
	transition: background-color 0.2s, box-shadow 0.2s;
}

.hpBTN:active
{
	top:1px;
	transition: background-color 0.0s, box-shadow 0.0s;
}



.mainIntro
{
    width: 200px;
    height: 46px;
    line-height: 46px;
    background-color: #ea6024;
    /*background-color: #00a4ff;*/
}
.mainIntro:hover
{
	text-decoration:none;
	background-color: #d63718; /*#ffae00;*/
	/*background-color: #20c4ff;*/
}

.mainIntro:active
{
	text-decoration:none;
	background-color:#ea6024; /* #ff7300;*/
 /*	background-color:#00a4ff; */
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
}


.btEditor:before
{
    content: ' ';
    background-image: url('icons/editor.svg');
    display: inline-block;
    user-select: none;
    height: 23px;
    width: 24px;
    margin: 0px;
    position: relative;
    top: 3px;
    left: -15px;
}

.btCollage:before
{
    content: ' ';
    background-image: url('icons/collage.svg');
    display: inline-block;
    user-select: none;
    height: 22px;
    width: 22px;
    margin: 0px;
    position: relative;
    top: 6px;
    left: -10px;
}

.btDesigner:before
{
	content: ' ';
    background-image: url('icons/designer.svg');
    display: inline-block;
    user-select: none;
    height: 20px;
    width: 22px;
    margin: 0px;
    position: relative;
    top: 4px;
    left: -11px;
}



#fadeContainer img {
    position: absolute;
    top: 31px;
    box-shadow: 0 0 16px 0px rgba(0, 0, 0, 0.15);
	
    width: 750px;
    left: 50%;
	transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	border: 7px solid rgba(255, 255, 255, 0.15);
    border-bottom: none;
	
}




@media (min-width: 500px) 
{
	 .btCollage, .btDesigner {display:none;}
}

@media (min-width: 768px) 
{
#fadeContainer img {
   width: 732px;
  }
  
 
  .btCollage, .btDesigner {display:inline-block;}
    .sep_01{display:none}
}

@media (min-width: 992px) 
{
#fadeContainer img {
    width: 850px;
  }
  
  .btCollage, .btDesigner {display:inline-block;}
    .sep_01{display:none}
}

@media (min-width: 1200px) 
{
#fadeContainer img {
    /*width: 750px;
	margin-left: -375px;*/
	
	width: 1024px;
	
  }
  
  .sep_01{display:block}
  
  .btCollage, .btDesigner {display:inline-block;}
}





#beforeAfter
{
	position:relative;
	width:100%;
	height: 500px;
	display:block;
}




#ba_leftArr, #ba_rightArr
{
    content: '';
    background-image: url('icons/left-arrow.svg');
    display: inline-block;
    user-select: none;
    height: 40px;
    width: 40px;
    margin: 0px;
    position: absolute;
    top: 73%;
	opacity:0.5;
	cursor:pointer;
	-webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
	    z-index: 999;
}


#ba_leftArr:hover, #ba_rightArr:hover
{
	opacity:1;
}

#ba_rightArr
{
	transform: scaleX(-1);
	-moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
}


#ba_leftArr {left: 4%;} #ba_rightArr {right: 4%;}

@media (min-width: 500px) 
{
	#beforeAfter, #ba_leftArr, #ba_rightArr {display:none;}
}

@media (min-width: 768px) 
{
	#beforeAfter {height: 282px; display:block;}
	#ba_leftArr, #ba_rightArr {display:inline-block;}
	#ba_leftArr {left: 1%;} #ba_rightArr {right: 0%;}
}

@media (min-width: 992px) 
{
	#beforeAfter {height: 323px;  display:block;}
	#beforeAfter{display:inline-block;}
	#ba_leftArr, #ba_rightArr {display:inline-block;}
	#ba_leftArr {left: 1%;} #ba_rightArr {right: 1%;}
}

@media (min-width: 1200px) 
{
	#beforeAfter {height: 382px; display:block; margin-top: 30px;}
	#beforeAfter, #ba_leftArr, #ba_rightArr {display:inline-block;}
	#ba_leftArr {left: 4%;} #ba_rightArr {right: 4%;}
}
/*--------------------------------------------------------*/


.bgImg
{
	width: 100%;
	height: 200px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border-radius: 5px;
	opacity: 0.85;
	transition: opacity 0.25s;
}

.bgImg:hover{
	opacity: 1;
}

.bpTitle
{
	text-align: center;
	padding: 8px 0 0;
	color: #222;
	font-size: 17px;
	margin: 0 auto;
}

.bpLink {    
    position: relative;
    display: block;
	}

.bpContainer
{
 display: flex; 
 justify-content: space-between;
}

.bpLink:hover {text-decoration:none}


.lead {
    font-size: 17px;
    font-weight: 400;
}


.intro-header {
    padding-top: 100px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 0px;
    text-align: center;
    color: #FFFFFF;
	background-color: #d4effa;
    background: url(pics/img-05.jpg) no-repeat center center;
    background-size: cover;
	position:relative;
}

.intro-message {
    position: relative;
    padding-top: 50px;
    padding-bottom: 0px;
	
}

.intro-message > h1 {
    margin: 0;
	/*text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.52);*/
    font-size: 2.5em;
	color: #004f7b;
}

.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.intro-message > h3 {
  /*text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.52);*/
  font-size: 1.3em;
  font-weight: 300;
  color: #000000;
}

@media(max-width:767px) {
    
    #ad_01{
        /*display: none;*/
    }

    #fadeContainer img {
        width: 100%;
        margin-left: 0;
        top: auto;
        bottom: 0px;
    }

    #beforeAfter {
        height: 280px;
    }
    .sep_01 {
        display: none;
    }
  
    
    .intro-message {
        padding-top: 0px;
    }

    .intro-message > h1 {
        font-size: 2em;
    }

    ul.intro-social-buttons > li {
        display: block;
        margin-bottom: 15px;
        padding: 0;
    }

    ul.intro-social-buttons > li:last-child {
        margin-bottom: 0;
    }

    ul.intro-social-buttons{
        width: 200px;
		margin: 0 auto;
    }

    .intro-divider {
        width: 100%;
    }
	
	.content-section-b .lead
	{
		padding-right:0px;
	}

	.content-section-a .lead, .content-section-a .section-heading
	{
		padding-left:0px;
	}
	
	#m_collage {display:none;}
	#m_designer {display:none;}
	
}

@media (min-width: 1200px) 
{
	.content-section-b .lead
	{
		padding-right:80px;
	}

	.content-section-a .lead, .content-section-a .section-heading
	{
		padding-left:80px;
	}
}


.network-name {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
}

.content-section-a {
    padding: 50px 0;
    background-color: #f8f8f8;
}

.content-section-b {
    padding: 50px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.section-heading {
    margin-top: 0px !important;
    margin-bottom: 30px;
	text-transform: uppercase;
    font-size: 23px;
    color: #444444;
	font-weight:400;
    font-family: "Roboto",Arial,Helvetica,sans-serif;
}

.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #e7e7e7;
}


footer {
     color: #f8f8f8;
    background-color: #353e4f;
    /* height: 220px; */
	padding:20px 0;
}

p.copyright {
    margin: 15px 0 0;
}

footer ul
{
	margin-top: 0;
    list-style: none;
    padding-left: 0px;
}
footer h3
{
	color: #cbd5e8;
    font-size: 15px;
    font-weight: 400;
}

footer .section
{
	float: left;
    display: inline-block;
	margin-right: 135px;
}
footer li
{
	margin-bottom: 7px;
    font-size: 15px;
}
footer a, footer a:visited, footer a:focus
{
	font-size: 15px;
	color:#c4d1e8;
	text-decoration:none;
}
footer a:hover
{
	
	text-decoration:none;
	color:#FFFFFF;
}

.copyr
{
	font-size: 15px;
	color:#c4d1e8;
	text-align: center;
    margin-top: 10px;
}

.social_ic
{
	display: inline-block;
    user-select: none;
    height: 50px;
    width: 50px;
	opacity:0.60;
	transition: opacity 0.25s;
	margin-left:50px;
	margin-bottom:20px;
}

.social
{
	padding-top:10px; 
	margin-right:0px !important;
}

.social_ic:hover
{
	opacity:1.00;
}

.social_fb {background-image: url('icons/fb_icon.svg');}
.social_tw {background-image: url('icons/tw_icon.svg');}
.social_pn {background-image: url('icons/pn_icon.svg');}
.social_gp {background-image: url('icons/gp_icon.svg');}
.social_ch {background-image: url('icons/ch_icon.svg');}
.social_fl {background-image: url('icons/fl_icon.svg');}


@media (min-width: 400px) 
{
	.section .social
	{
		display:none;
	}
	footer .section
	{
		margin-right: 75px;
	}
	.social_ic {display: none;}
	.social_ch, .social_fl {display:none}
}

@media (min-width: 660px) 
{
	
	footer .section
	{
		margin-right: 75px;
	}
	.secRight{margin-right:0px !important;}
	
	.social_ic
	{
		margin-left:30px;
	}
	.social_ic {display: inline-block;}
	.social_ch, .social_fl {display:none}
}

@media (min-width: 768px) 
{
	
	
	footer .section
	{
		margin-right: 60px;
	}
	
	.social_ic
	{
		margin-left:30px;
	}
	
	.secRight{margin-right:60px !important;}
	.social_ch, .social_fl {display:inline-block;}
}

@media (min-width: 992px) 
{
	footer .section
	{
		margin-right: 115px;
	}
	
	.social_ic
	{
		margin-left:50px;
	}
	.social_ic {display: inline-block;}
	.social_ch, .social_fl {display:inline-block;}
	.secRight{margin-right:115px !important;}
}

@media (min-width: 1200px) 
{
	footer .section
	{
		margin-right: 135px;
	}
	.social_ic
	{
		margin-left:50px;
	}
	.social_ic {display: inline-block;}
	.social_ch, .social_fl {display:inline-block}
	.secRight{margin-right:125px !important;}
}



/*------------------------------------*/

