/**********************************************************************************

	Theme Name: Video Centric
	Theme URI:	
	Description: A responsive custom WordPress theme.
	Version: 1.0
	Author:	
	Author URI: 
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Tags: 

**********************************************************************************/

@import url("css/bootstrap.min.css");
@import url("css/bootstrap-theme.min.css");
@import url("css/fonts-color.css");
@import url("css/master.css");
@import url("css/responsive.css");

.home-media .media {
min-height: 140px;
}
.home-media .media img {
    margin-top: 5px;
    margin-right: 5px;
}

.footer-map {
    margin-top: -50px;
    margin-left: -10px;
}
.footer-widget table {
    background: transparent;
    border: none;
    font-size: 13px;
    color: #ffffff;
}
.table-tel {
    float: right;
}
.footer-widget table tr {
    border-bottom: none;
    border-top: none;
}
.table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td {
    padding: 0px;
    line-height: 1.4;
    vertical-align: top;
    border-top: none;
    padding-top: 5px;
}
.main-sidebar .menu li {
  list-style-image: url('http://217.199.187.68/videocentric.co.uk/wp-content/uploads/2013/11/arrow1.png');
  font-size: 14px;
  font-weight: bold;
}
.main-sidebar .sub-menu li {
  list-style-image: none;
  font-size: 14px;
  font-weight: normal;
}
.main-sidebar .menu {
  padding: 15px 15px 15px 25px;
  border: 1px solid #dddddd;
}

.topnav {
	background-color: #5F59A8;
	color: #FFF;
	background-image: url(images/topback.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height:37px;
	float:right; 
	width: 60%;
	text-transform: uppercase;
	font-size:12px;
 position: relative;
    z-index: 10;

} 
.topnav .navbar-nav { 
	margin-left:66px;
} 
.topnav .topnavcontainer { 
	max-width:620px;

} 

.topnav .navbar-nav>li>a {
	margin-top:8px;
	padding-top: 2px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
}
.topnav a{
	color: #FFF;
	text-decoration:none;
} 
.topnav a:hover{
	color:#333;
}
.topnav .textwidget{
	margin-top: -20px;
}

.container>.navbar-header, .container>.navbar-collapse {
float:right;

}


blockquote {
	    font-family: Georgia, serif;
	    font-size: 18px;
	    font-style: italic;
	    width: 450px;
	    margin: 0.25em 1;
	    padding: 0.25em 40px;
	    line-height: 1.45;
	    position: relative;
	    color: #66a;
	    
	}
	 
blockquote:before {
	    display: block;
	    content: "\201C";
	    font-size: 80px;
	    position: absolute;
	    left: -10px;
	    top: -10px;
	    color: #7a7a7a;
	}
	 
	blockquote cite {
	    color: #999999;
	    font-size: 14px;
	    display: block;
	    margin-top: 5px;
	}
	  
	blockquote cite:before {
	    content: "\2014 \2009";
	}

p {
line-height: 1.7em;
}

h1.home-title {
font-size: 32px !important;
}

h2 {
        padding-top: 20px;
	margin-top: 20px;
	margin-bottom: 5px;
   }


/********* landing page contact form styling ***********/


#ls14-text 	{
		width: 500px;
		height: 35px;
		}

.wpcf7 .ls14-submit {

height: 50px;
margin: 10px 65px;
}

/********* Contact page wrapper for google map embedding ***********/

.fluid-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.fluid-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
        border: none;
}

/********* Container for Lifesize PURL embedding page ***********/

#container{
    width:1000px;
    height:1100px;
    overflow:hidden;
    clear:both;
    
}
#container iframe {
    width:1000px;
    height:1000px;
    margin-left:0px;
    margin-top:-100px;   
    border:0;
 }

#categories{
  clear:both;

}

.cuar-menu-container nav {

z-index:999;
}

.navbar {

background-color: transparent;
border-color: transparent;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box; 
}