/*
Theme Name:     BigBangWP Child Theme
Description:    Edit style.css, function.php or copy theme original files and customize it on your own
Author:         Brankic1979
Template:       bigbangwp

*/


.contact-form {display:none; }

/*
Custom Styles
*/


body {padding-top: 70px !important;}

#home-left {float: left; width: 75%;}
#home-right {float: right; width: 22%;}

.last { float: right;}
.space {float: left;width: 100%;height: 0px;}
.home-space {float: left;width: 100%;height: 25px;}
.section-title .title, .section-title .title a  {display: inline; word-spacing: 1px;}

blockquote { float: left; width: 95%; margin: 20px 15px 20px 0; color: #aaa; font: 16px/17px Helvetica, Arial, sans-serif; font-weight: normal; font-style: italic; padding-left: 40px;}

.intro-text { font-family:  Helvetica, Arial, sans-serif; font-size: 14px; line-height: 20px; color: #676767; margin-bottom: 14px;}

.services div {height: 170px;}
.digital-blue div:hover, .digital-blue div:hover a {background-color:#38889b !important; }
.social-green div:hover, .social-green div:hover a {background-color:#8dac5c !important; }

.strapline { font-family: Helvetica, Arial, sans-serif; font-size: 32px; line-height: 32px; color: #676767; text-align: center; font-weight: 100 !important; margin: 14px 0 5px 0;
}

@media only screen and (min-width: 768px) and (max-width: 2000px) {
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
.home-space {height: 25px;}
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
.services div {height: 150px;} .home-space {height: 25px;}
}

.clients img {-moz-transition:none; -webkit-transition:none; -o-transition:none; opacity:1;filter:alpha(opacity=100);}
.clients img:hover {opacity:1;filter:alpha(opacity=100);}



#top-bar {display: none;}

@media only screen and (min-width : 750px) {
#top-bar {background-color: #444444; height: 44px; margin-bottom: 20px; display:block !important;position: fixed;width: 100%;top: 0;z-index:1;}
.wo-links {margin:12px 25px 0px 0px; font-size: 11px; text-decoration: none; font-weight: normal; float: left;}
.wo-links {
	margin:2px 50px 0px 0px;
	font-size: 12px;
    text-decoration: none;
    font-weight: normal;
    float: left;
}
	
.wos a {color: #ffffff !important;}
	
.wos a:hover {color: #7eb439 !important; text-decoration: none;}

.wob a {color: #ffffff !important;}
	
.wob a:hover {color: #9d7f71 !important; text-decoration: none;}

.wop a {color: #ffffff !important;}
	
.wop a:hover {color: #3e91c9 !important; text-decoration: none;}

.xf a {color: #ffffff !important;}
	
.xf a:hover {color: #c3122e !important;text-decoration: none;}

.csg a {color: #ffffff !important;}
	
.csg a:hover {color: #c98f17 !important; text-decoration: none;}

.wo-links {margin:15px 65px 0px 0px;font-size: 12px; text-decoration: none; font-weight: normal; float: left;}
}

.widget_rss {
	margin-bottom: -40px !important;
}

/*--------------------------------------------------
				     RUBIX
---------------------------------------------------*/

.ri-grid{
	margin: 0px auto 30px;
	position: relative;
	height: auto;
}

.ri-grid ul {
	list-style: none;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}

/* Clear floats by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */

.ri-grid ul:before,
.ri-grid ul:after{
	content: '';
    display: table;
}

.ri-grid ul:after {
    clear: both;
}

.ri-grid ul {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
} 

.ri-grid ul li {
	-webkit-perspective: 400px;
	-moz-perspective: 400px;
	-o-perspective: 400px;
	-ms-perspective: 400px;
	perspective: 400px;	
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	display: block;
	overflow: hidden;
	background: #fff;
}

.ri-grid ul li a{
	display: block;
	outline: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #fff;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

/* Grid wrapper sizes */
.ri-grid-size-1{
	width: 55%;
}
.ri-grid-size-2{
	width: 100%;
}
.ri-grid-size-3{
	width: 100%;
	margin-top: 0px;
}

/* Shadow style */
.ri-shadow:after,
.ri-shadow:before{
	content: "";
	position: absolute;
	z-index: -2;
	bottom: 15px;
	left: 10px;
	width: 50%;
	height: 20%;
	max-width: 300px;
	max-height: 100px;
	box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.ri-shadow:after{
	right: 10px;
	left: auto;
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	transform: rotate(3deg);
}

.ri-grid-loading:after,
.ri-grid-loading:before{
	display: none;
}

.ri-loading-image{
	display: none;
}

.ri-grid-loading .ri-loading-image{
	position: relative;
	width: 30px;
	height: 30px;
	left: 50%;
	margin: 100px 0 0 -15px;
	display: block;
}