/* CSS Document */

html, body {
	font-family: 'Ubuntu', sans-serif;
	}

h1, h2, h3, h4, h5 {
	font-family: 'Roboto', sans-serif;
	}

body {
  padding-top: 20px;
  padding-bottom: 20px;
	}

	

	
	
.CGdivider {
	width: 50px;
	height: 3px;
	background: #000;
	margin: 2px 0 20px 0;
	}
	
.socialnetdiv { 
	background-color: rgba(241,241,241,0.6) ; 
	padding: 5px 2px;	
	}

.socialnetdiv-container ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	}

.socialnetdiv-container ul li { display: inline; }

.socialnetdiv-container ul li a {
	text-decoration: none;
	padding: .2em 1em;
	color: #fff;
	background-color: #036;
	}

.socialnetdiv-container ul li a:hover {
	color: #fff;
	background-color: #369;
	}

.newsboxcol {
    display: inline-block;
    vertical-align: bottom;
    float: none;
	}	
	


	
	
/* CG MAIN MENU CSS */	
.CGmainmenu {
	font-family: 'Ubuntu', sans-serif;
	font-weight: bold;
	}
	
.CGmainmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
  }
  
.CGmainmenu li {
  background: url(/ext/img/dot-separator.png) repeat-x  center bottom ;
  margin: 0;
  }
  
.CGmainmenu li a {
  display: block;
  padding: 5px 5px 5px 0.5em;


  color: #b3b3b3;
  text-decoration: none;
  width: 100%;
  } 

html>body .CGmainmenu li a {
  width: auto;
  } 
  
.CGmainmenu li a:hover {
  color: #010101;
  }  
/* CG MAIN MENU CSS */		



/* CG SUB MENU CSS */	
.CGsubmenu {
	font-family: 'Ubuntu', sans-serif;
	font-weight: bold;
	}
	
.CGsubmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
  }
  
.CGsubmenu li {
  background: url(/ext/img/dot-separator.png) repeat-x  center bottom ;
  margin: 0;
  }
  
.CGsubmenu li a {
  display: block;
  padding: 5px 5px 5px 0.5em;


  color: #b0b0b0;
  text-decoration: none;
  width: 100%;
  } 

html>body .CGsubmenu li a {
  width: auto;
  } 
  
.CGsubmenu li a:hover {
  color: #010101;
  }
/* CG SUB MENU CSS */		


/* CG MAIN MENU special class */
.CGmainmenu.CGmainmenu-responsive ul li.active a  { color: #000000 !important; } 
.CGsubmenu ul li.active a  { color: #000000 !important; } 


.CGmmEN a { color: #7e7e7e !important; }  
.CGmmEN a:hover { color: #010101 !important; }  
/* CG MAIN MENU special class */



/* IMAGE PREVIEW CONTAINER */
.grid3preview {
	width: 100%;
	height: 270px;
	border: #000000 solid 1px;
	overflow: hidden;
	}
/* IMAGE PREVIEW CONTAINER */



.CGpanelrightgalleryItemWrap {
    width: 100%; // whatever width you want
    display: inline-block;
    position: relative;
	border: #000000 solid 1px;
	margin-bottom: 20px; 
}
.CGpanelrightgalleryItemWrap:after {
    padding-top: 66.666666%; 
    display: block;
    content: '';
}
.CGpanelrightgalleryIMG {
    position: absolute;
    top: 0; bottom: 0; right: 0; left: 0; 
	overflow:hidden; 
}


.CGprojectheadinfo {
	margin-bottom: 20px;
	font-size: 110%;
	}

.CGlnktitle a {
	color: #000000;
	}
.CGlnktitle a:hover {
	color: #555555;
	text-decoration: none;
	}


/* EXTRA RESPONSIVE CLASSES */
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
.CGmainmenu-responsive { display: none; }
.CGmaincontainerspacer-responsive { margin-top: 200px; }

.CGnavbar {
    border: 1px solid transparent;
    height: 50px !important;
	max-height: 50px !important;
	min-height: 50px !important;
	/* background-color: rgba(255,255,255,0.95); */
	background-color: transparent;
	}
	
.CGnavbutton { 
	/* margin-top: 1px;
	margin-bottom: 2px;
	padding: 2px 3px;
	*/
	}
	
.CGmobsubmenu {
	background-color: rgba(245,245,245,0.95);
	}
	
.CGmobsubmenu ul { 
	list-style: none;
	width: 100%; 
	}

	
.CGlogo {
	display: none;
	}

.CGlogomob {
	display: none;
	}

@media (max-width:768px){

.CGmaincontainerspacer-responsive { margin-top: 100px; }
.CGmaincontainerspacer-responsive2 { margin-top: 200px !important; }

.CGsubmenu {
	margin-top: 180px;
	margin-bottom: -50px;
	}

.CGmobsubmenu {
	width: 100%;
	}

.CGlogomob {
	position: absolute;
	display: block;
	top: -5px;
	left: 15px;
	}

.CGlogomob img {
	height: 175px;
	width: auto;
	}

	
.CGmobsubmenu li , .CGmobsubmenu li a { 
	color: #000000 !important;
	font-size: 125% !important;
	padding: 5px 15px !important;
	display: block;  
	}

.CGmobsubmenu li a:hover { 
	color: #000000 !important;
	text-decoration: none !important;
	}

.CGmobsubmenu li { 
	border-bottom: #999 solid 1px; 
	}
	
#TopIMGShadow {
	width: 100% ;
	overflow: hidden;
	}

#TopIMGnav {
	top: 20px;
	}
	
.grid3preview {
	width: 100%;
	height: 200px;
	border: #000000 solid 1px;
	overflow: hidden;
	}

}

/* Small devices (tablets, 768px and up) */
@media (min-width:768px){

.CGlogomob { display: none; }

.CGmobsubmenu {
	background-color: rgba(102,102,102,0.7);
	}

.CGlogo {
	width: 100%;
	height: auto;
	border: 0;
	display: block;
	}

	
.CGnavbar {
    border: 1px solid transparent;
    height: 24px !important;
	max-height: 24px !important;
	min-height: 24px !important;
	background-color: rgba(205,205,205,0.95);
	}
	
.CGmainmenu-responsive { display: block; margin-top: 115px;  }
.CGmaincontainerspacer-responsive { margin-top: 170px; }
}
/* EXTRA RESPONSIVE CLASSES */

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
	background-color: #dddddd !important;
	}
