/*
Theme Name:	Remix Child
Theme URI:	http://themeforest.net/user/Codevz/portfolio
Description:Sample child theme of Remix for customization.
Author:		Codevz
Author URI:	http://themeforest.net/user/Codevz
Template:	remix
Version:	3.5
*/

@import url("../remix/style.css");

/* ------------------------------------------------------------------------- *
 *  Theme customization starts after here
/* ------------------------------------------------------------------------- */

.logo.is_logo.tip {
    padding-left: 379px;
       background-color:transparent !important;
}
.logo {
    padding-left: 379px;
       background-color:transparent !important;
}
body .vc_images_carousel .vc_carousel-control {
	width:40px;
	height:40px;
	background:rgba(255,255,255,0.7);
}
body .vc_images_carousel .vc_carousel-control .icon-next:before, body .vc_images_carousel .vc_carousel-control .icon-prev:before {
	top:0;
}
body .vc_images_carousel .vc_carousel-control .icon-next, body .vc_images_carousel .vc_carousel-control .icon-prev {
	color:#ff0078;
	text-shadow:none;
}