/* This file will hold styles for the mobile version of your website (mobile first). */
/* This also can include ANY global CSS that applies site-wide. Unless overwritten by a more specific style rule, CSS declarations in global.css will apply site-wide. */

/* This file will hold styles that are loaded using the same media query as the narrow grid. */
/* If you are using the default media queries provided by Omega, these styles will also
 *  apply to the normal and widescreen layouts. You may override these styles in the normal 
 *  and widescreen CSS files as appropriate. */
 
/** Global resets     html, body, div, span, applet, object, iframe,     h1, h2, h3, h4, h5, h6, p, blockquote, pre,     a, abbr, acronym, address, big, cite, code,     del, dfn, em, ins, kbd, q, s, samp,     small, strike, strong, sub, sup, tt, var,     b, u, i, center,     dl, dt, dd, ol, ul, li,     fieldset, label, legend,     table, caption, tbody, tfoot, thead, tr, th, td,     article, aside, canvas, details, embed,     figure, figcaption, footer, header, hgroup,     menu, nav, output, ruby, section, summary,     time, mark, audio, video {     margin: 0;     padding: 0;     border: 0;     font-size: 100%;     font: inherit;     vertical-align: baseline; 	     }       article, aside, details, figcaption, figure,     footer, header, hgroup, menu, nav, section {     display: block;     }     body {     line-height: 1;     }     ol, ul { 	list-style-position: inside; 	list-style-image: none; 	list-style-type: square; 	font-family: ; 	color: ;     }     blockquote, q {     quotes: none;     }     blockquote:before, blockquote:after,     q:before, q:after {     content: '';     content: none;     }     table {     border-collapse: collapse;     border-spacing: 0;     }  	a:link, a:visited { 	color: inherit; 	text-decoration: none; } 	
/**----------------------------------------------------------------------------------------------------------------------------------**/
	
/** Master Global Styles - m_global **/

html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}

body {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #FFF;
-webkit-overflow-scrolling: touch;
}


html {
  -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background: #192D40;
background: rgb(25,87,135); /* Old browsers */
background: -moz-linear-gradient(top, rgba(25,87,135,1) 0%, rgba(25,45,64,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(25,87,135,1) 0%,rgba(25,45,64,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(25,87,135,1) 0%,rgba(25,45,64,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#195787', endColorstr='#192d40',GradientType=0 ); /* IE6-9 */
}






#page {

}

#section-header {/*
		background: url(../assets/cg-webheader-01.jpg);
    background-size: cover;
    background-attachment: fixed;
    height: 100vh;
    background-position: bottom right;
}

#section-content {
	background: url(../assets/tv-remote.png);
    background-position: bottom right;
    background-repeat: no-repeat;*/
}

#section-footer {
		
}

.content.clearfix { 

}


/**----------------------------------------------------------------------------------------------------------------------------------**/
h1,
h2,
h3,
h4,
h5
{
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.1;
  color: inherit;
}

h1,
h2,
h3
 {
  margin-top: 21px;
  margin-bottom: 10.5px;
     font-family: 'Oswald';
         font-weight: 500;
}


h4,
h5
 {
  margin-top: 10.5px;
  margin-bottom: 10.5px;
}

h1
{
  font-size: 62px;
    color: #DBBE2D;
    max-width: 60%;
}
h2
{
  font-size: 32px;
    max-width: 75%;
}

.services-block h2{
  font-size: 32px;
    max-width: 100%;
    color: #DBBE2D;
}
#zone-footer h2
{
  font-size: 32px;
    max-width: 100%;
    color: #DBBE2D;
    text-align: center;
}

#zone-postscript h2
{
  font-size: 32px;
    max-width: 100%;
    color: #DBBE2D;
}

h3
{
  font-size: 26px;
}
h4
{
  font-size: 19px;
    font-family:  'Courgette';
    color:#C3D7DB;
    
}
h5
{
  font-size: 15px;
}


p {
font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #FFF;
font-size: 1em;	
margin-bottom: 0.6em;
}


li{
font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10.5px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

.content ul {
 list-style: none;
 margin-left: 0;
 padding-left: 2em;
 text-indent: 0em;
margin-bottom: 0.8em;
 }

.content li {
margin-bottom: 0.3em;
 line-height:1.2em;
    padding-left: 1em; 
    text-indent: -1.2em;
 }

.content li:before {
    content: "• ";
    padding-right: 7px;
    color: #FFF; 
}



/**----------------------------------------------------------------------------------------------------------------------------------**/


input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #C3D7DB;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #C3D7DB;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}


.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 10px 15px;
  font-size: 15px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
      color: #ffffff;
  background-color: #192D40;
  border-color: #192D40;
}



img{
    max-width:100% !important;
    height:auto!important;

}


hr {
  margin-top: 21px;
  margin-bottom: 21px;
  border: 0;
  border-top: 1px solid #ecf0f1;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #b4bcc2;
}

blockquote {
  padding: 10.5px 21px;
  margin: 0 0 21px;
  font-size: 18.75px;
  border-left: 5px solid #ecf0f1;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}


blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #ecf0f1;
  border-left: 0;
  text-align: right;
}

address {
  margin-bottom: 21px;
  font-style: normal;
  line-height: 1.42857143;
}



/**----------------------------------------------------------------------------------------------------------------------------------**/

/** Global Table Styling **/

table, td, th{

}


tr:hover td,
tr.even:hover td.active,
tr.odd:hover td.active {
background: none;
}

table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #b4bcc2;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
}

/**----------------------------------------------------------------------------------------------------------------------------------**/

/** User Zone **/
	
#zone-user-wrapper {
		
}

#zone-user {

}

#region-user-first{
visibility: hidden;
    height: 0px;
}


#region-user-first h3{
margin-top:  5px;
    line-height: 45px;
    color: #DBBE2D;
    font-size: 18px;
}

#region-user-second {

}
					
#region-user-second ul.menu li{

}
						
/**----------------------------------------------------------------------------------------------------------------------------------**/

/** Branding Zone **/
					
#zone-branding-wrapper {

  background-image: url(../assets/header-back-left-01.png), url(../assets/header-back-right-01.png), url(../assets/shadow.png);
    background-size: 40% auto, 43% auto, 100% auto;
    background-position: top left, top right, top 50px center;
    background-repeat: no-repeat;
   padding-top: 50px;
}


#zone-branding {
padding-top: 35px;
padding-bottom: 35px;

}

#region-branding {
				
}

.region-branding-inner{


}

.logo-img{ 
 text-align: center; 
}



/**----------------------------------------------------------------------------------------------------------------------------------**/
					
/** Menu Zone **/				
#zone-menu-wrapper {
    position:fixed;
background: #195787;
width: 100%;
    z-index: 99;
}

#zone-menu {



}

#region-menu {
 text-align: center;       
}

.region-menu-inner{
    
}
				
/**----------------------------------------------------------------------------------------------------------------------------------**/
				
/** Menu Styling protocols - m_menu_style **/

/* Horizontal Menu Main */
#main-menu ul{
text-align: center;
}

#main-menu li{
display:inline-block;
}

#main-menu li a{
line-height: 55px;
display:inline-block;
padding:0px 10px 0px 10px;
color: #FFF; /** Menu Text Colour **/
text-decoration: none;
}

#main-menu li a:hover{


}

#main-menu li a.active{


}

ul.inline li {
padding: 0px;
margin-right: 0px;
margin-left: 0px;
}

.inline li{
margin-right: 0px;
padding: 0px;
}



.responsive-menus.responsified span.toggler {
    padding: 1px;
    display: block;
    background: none;
    color: #fff;
    border-radius: 0px;
    box-shadow: none;
    font-size: 1.2em;
    text-align: center;
    cursor: pointer;
    outline: none;
    line-height: 45px;
}

/**----------------------------------------------------------------------------------------------------------------------------------**/

#region-slideshow{

}



/**----------------------------------------------------------------------------------------------------------------------------------**/

/** Header Zone **/
				
#zone-header-wrapper {

}

#zone-header {

}

#region-header-first {

}

.region-header-first-inner{
    
}

#region-header-second { 

}

.region-header-second-inner{
    
}
				
/**----------------------------------------------------------------------------------------------------------------------------------**/

/** Preface Zone m_preface **/
				
#zone-preface-wrapper {

}
#zone-preface {
padding-bottom: 30px;
}

.highlight-block{
    background: rgba(25,45,64,1);
    margin-bottom: 10px;
    min-height: 75px;
    padding: 18px 16px;
           		-webkit-transition:all 0.5s ease-in-out;
		-moz-transition:all 0.5s ease-in-out;
		-o-transition:all 0.5s ease-in-out;
		-ms-transition:all 0.5s ease-in-out;
		transition:all 0.5s ease-in-out;
}

.highlight-block:hover{
    background: rgba(25,45,64,0);

}

.highlight-block p{
    font-size: 0.9em;

}

#region-preface-first {

}

.region-preface-first-inner{

}
#region-preface-second {

}

.region-preface-second-inner{

}

#region-preface-third {

}

.region-preface-third-inner{

}
	

/**----------------------------------------------------------------------------------------------------------------------------------**/

/** Highlight Zone m_highlight **/
#zone-highlight-wrapper {

}
#zone-highlight {

}

#zone-highlight {

}

#region-highlight-first{ 

}

.region-highlight-first-inner{

}

#region-highlight-second{ 

}

.region-highlight-second-inner{ 

}


#region-highlight-third{ 

}

.region-highlight-third-inner{ 



    
}


#region-highlight-fourth{ 

}

.region-highlight-fourth-inner{ 

}











/**----------------------------------------------------------------------------------------------------------------------------------**/

/** Content Zone m_content **/


#zone-content-wrapper{

}

#zone-content {


}

#zone-content p{

}

#breadcrumb {

}
#messages {
}

#region-content {

padding-top: 20px;

}

.region-content-inner{
padding-right: 50px;
}





#region-sidebar-first {

}

.region-sidebar-first-inner{

}

#region-sidebar-second {
padding-top: 20px;

}

.quote-block{
   background-color: #192D40;
    padding: 25px; 
    margin-bottom: 16px;
}

.region-sidebar-second-inner{

}

.region-sidebar-second-inner h3{
color: #FFF;
    line-height:1em;
    margin-bottom: 24px;
  
}

a.contact-link{
    background: #DBBE2D;
    padding: 6px;
    color: #192D40;
    margin-top: 8px;
}




/**----------------------------------------------------------------------------------------------------------------------------------**/	
			
/** Postscript Zone m_postscript **/

#zone-postscript-wrapper {

}
#zone-postscript {
padding-bottom: 30px;
    padding-top: 30px;
}

.region-postscript-first-inner {

}
.region-postscript-second-inner {

}
.region-postscript-third-inner {

}
#region-postscript-fourth {

}
						
/**----------------------------------------------------------------------------------------------------------------------------------**/
						
/** Footer Zone - m_footer**/

#zone-footer-wrapper {
background-color: #192D40;
  color: #FFF;
 
}

#zone-footer {

	padding-top: 30px;
    padding-bottom: 30px;
}


#region-footer-first p{

     color: #FFF;

}



.region-footer-first-inner {

}

#region-footer-second {

}
.region-footer-second-inner {

}

#region-footer-third {

}

.region-footer-third-inner {

}

/** Footer Menu m_footer_menu**/

#block-system-main-menu {
padding: 10px 0px 0px 15px;
}

#block-system-main-menu ul{
float: left;
height: 30px;

}
#block-system-main-menu li{
float: left;
height: 30px;
display:inline;
margin: 0px;
padding:0px;
}

#block-system-main-menu li a{
height: 30px;
padding-left: 10px;
padding-right: 10px;
text-decoration: none;
display: block;
color: #e7e7e7;
font-size: 0.8em;
}

#block-system-main-menu li a:hover{

}

#block-system-main-menu li a.active{

}							

.copyright p{
text-align: right;
padding-top: 10px;
font-size: 0.8em;
}

/**----------------------------------------------------------------------------------------------------------------------------------**/







/**------------------------------------------------------------------------**/

textarea, select, input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"] {
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    outline: 0;
    font-family: inherit;
  height: 45px;
  padding: 10px 15px;
  font-size: 15px;
  line-height: 1.42857143;
  color: #2c3e50;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #dce4ec;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    width: 100%;
}


button, input[type="reset"], input[type="submit"], input[type="button"] {

    -moz-border-radius:0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: #DBBE2D;
    border-color: #DBBE2D;
    color: #192D40;
    font: bold 16px/1.2 'Lato';
    padding: 4px 10px 4px;
    text-shadow: none;

}

.form-actions {
text-align: center;
}

textarea{
  height: 6em;
}

input:focus, textarea:focus, select:focus {
  border-color: #2c3e50;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(44, 62, 80, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(44, 62, 80, 0.6);
}
.form-item::-moz-placeholder {
  color: #acb6c0;
  opacity: 1;
}
.form-item:-ms-input-placeholder {
  color: #acb6c0;
}
.form-item::-webkit-input-placeholder {
  color: #acb6c0;
}


input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;

}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 11px;
  font-size: 15px;
  line-height: 1.42857143;
  color: #2c3e50;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 21px;
  font-size: 22.5px;
  line-height: inherit;
  color: #2c3e50;
  border: 0;
  border-bottom: 1px solid transparent;
}
label {
  display: block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}


/**------------------------------------------------------------------------**/

/** makes sure that the input boxes of the webform are full width **/

input.form-text {
max-width: 100%;
}


/**------------------------------------------------------------------------**/

/** video player Theme area **/

.videoplayer {
background:black;
border:;
padding:10px;
}

.video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.video iframe,  
.video object,  
.video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.break-word {
		word-wrap: break-word;
}

p {
	white-space: pre;          
	white-space: pre-wrap;     
	white-space: pre-line;      
	white-space: -pre-wrap;     
	white-space: -o-pre-wrap;   
	white-space: -moz-pre-wrap; 
	white-space: -hp-pre-wrap;  
	word-wrap: break-word;      
	}


/**------------------------------------**/


.messages p{
 color: #042c15;
}








