/* lg */ 
@media (min-width: 1200px) { 

}

/* md */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* sm */
@media (min-width: 768px) and (max-width: 991px) {
  
}

/* xs */
@media (max-width: 920px) {
	.navbar-default .navbar-brand {
		margin-right: 0px;
		margin-left: 10px;
		height: 32px;
		width: 98px;
		background-size: contain;
	}
	.ico-service{
		margin-top: 0;
	}
}

/* XS Portrait */
@media (max-width: 480px) {
	.navbar-default .navbar-brand {
		margin-right: 0px;
		margin-left: 10px;
		height: 32px;
		width: 98px;
	}
		.ico-service{
		margin-top: 0;
	}
	/*header*/

	/*main page*/

	/*registration*/

	/*login*/

	/*user dashboard*/

	/*join*/
	.join-form {
		padding: 0;
	}

	.logo{
		right:0;
	}

	.feature-wrap i {
    font-size: 24px;
    height: 60px;
    width: 60px;
    margin: 3px;
    border-radius: 100%;
    line-height: 55px;
    text-align: center;
    background: #ffffff;
    color: #5584ff;
    border: 3px solid #ffffff;
    box-shadow: inset 0 0 0 5px #f2f2f2;
    -webkit-box-shadow: inset 0 0 0 5px #f2f2f2;
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
    float: left;
	}

	.feature-wrap i.service{
		width: 60px;
		height: 60px;
		line-height: 20px;
	  float: none;
	  margin-right: 0px;
	}

	.feature-wrap i.service{
		font-size: 28px;
	  float: none;
	  margin-right: 0px;
	}

	.advantage h4{
		margin-top: 0;
		padding-top: 20px;
	}

	.advantage h4.shipper{
		padding-top: 15px;
	}

	.carousel-caption{
		font-family: 'Raleway', Raleway;
		font-size: 16px;
		line-height: 18px;
		top: 5%;
	}

	/*backtotop*/
	#top-link-block.affix-top {
    position: absolute; /* allows it to "slide" up into view */
    bottom: -82px; /* negative of the offset - height of link element */
    right: 10px; /* padding from the right side of the window */
	}
	
	#top-link-block.affix {
	    position: fixed; /* keeps it on the bottom once in view */
	    bottom: 10px; /* height of link element */
	    right: 5px; /* padding from the right side of the window */
	}
}

