/*
Theme Name: _cybersense
Theme URI: /cybersense-wordpress-starter-theme-based-on-twitter-bootstrap/
Author: CybersenseTECH
Author URI: http://www.cybersensetech.com/
Description: Hi, I am the ultra minimal starter theme _cybersense, ready for your next awesome WordPress project! I am the most seamless and minimalistic integration of Twitter Bootstrap Framework into the _s starter theme from Automattic, the guys behind WordPress. You can find me on GitHub. Fork me! I'm waiting for you ;)
Version: 1.1.10
License: GNU General Public License v3.0 /
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: gray, light, two-columns, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, sticky-post,  theme-options, threaded-comments, translation-ready


/* Default Styles */
body { word-wrap: break-word; color: #666666; font-family: 'Open Sans', sans-serif !important;  font-weight: 300;  background-color: rgb(70, 70, 70); }
h1, h2, h3, h4, h5, h6, ul {font-family: 'Roboto Condensed', sans-serif !important; text-transform: uppercase;}

/* Alignment */
.alignleft {display: inline; float: left; margin-right: 1.5em;}
.alignright {	display: inline;float: right;margin-left: 1.5em;}
.aligncenter {	clear: both;display: block;margin: 0 auto;}

/* Images and wp-captions should always fit and be responsive */
img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}
img[class*="wp-image-"] {
	margin-top: 10px;
	margin-bottom: 10px;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	max-width: 100%;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 0 10px;
}
.wp-caption.aligncenter {
	margin-bottom: 10px;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
}
.wp-caption .wp-caption-text {
	text-align: center;
	margin-top: 10px;
}

/* WP Gallery */
.gallery {
	margin-bottom: 1.5em;
}
.gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.gallery dd {
	margin: 0;
}
.gallery-caption {
	display: block;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}


/* Content */
.main-content { margin-top:80px;/* min-height: 500px; overflow: hidden;*/}
.main-content .container {background-color: #ffffff; }
.main-content-inner {
	padding-bottom: 1.5em; padding: 10px; /*min-height: 500px;*/ }
.hentry {
	margin: 0 0 1.5em;
}
.sticky {
	display: block;
}
.bypostauthor {
	display: block;
}


/* Clearing */
.clear {
	clear: both;
}

/* Navigation */

.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu:active>.dropdown-menu, .dropdown-submenu:hover>.dropdown-menu {
display: block;
}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:active>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}


/* Here some needed widget styles
 * Most widgets are adapted in the file bootstrap-wp.js - and REALLY easy to modify! ;) */
.widget { margin-bottom: 2em; }
.widget_nav_menu ul.sub-menu li, .widget_pages ul.children li { padding-left: 15px; }

/* Hiding the search widget's button in widgets. thats just too old-skool. :) but if you want it back, just delete the next line.
 * Note: you can change the whole appearance of the search_form() function in our searchform.php */
.widget_search .search-form input[type="submit"] { display: none; }

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Nested comments? They are threaded and nested already, you just need to add your own styling to finalize!
 * For example with some margin, like the line below ;) Delete, modify, change classes in HTML if you desire another style */
 .comment .children { margin-left: 1.5em; }

/**
* Some WP Theme Repository requirements
*/

.sticky {
}

.gallery-caption {

}

.bypostauthor {

}

.entry-meta {
	clear: both;
}

/*

/* Hey, if you don't need my comments anymore, just delete me! :)  */





/*fixed header and navigation bar*/



/*Editing bootstrap defaults*/
h1 {font-size: 20px !important; text-transform: uppercase; color: #009CAB;}
h2,h3 {font-size: 16px !important; text-transform: uppercase; color: #009CAB;}
h4 {font-size: 14px !important;}

.container {padding: 0px 15px 0px 15px !important;}
.navbar { margin-bottom: 0px !important; }
.navbar-default {
    background-color: transparent !important; 
     border-color: transparent !important; }


   .site-navigation {    background-color: rgba(0, 0, 0, 0.75);  position: fixed;width: 100%;top: 0px;   transition: top 0.5s ease-in-out;z-index: 21000;}
.navbar-default a.navbar-brand {color: #fff; text-transform: uppercase; font-size: 32px;}
.navbar-default a.navbar-brand:hover {color: #009CAB;}

/*Adding spacing etc to content that goes inside wordpress default content editor*/
.entry-content ul {margin-bottom: 20px !important;}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {margin-top: 15px !important; margin-bottom: 15px !important;}
.entry-content p {margin-top: 6px!important; margin-bottom: 10px !important; line-height: 20px; font-size: 13px; }
.entry-content ol li {line-height: 1.5 !important; padding: 2px !important;}

.site-navigation .container {padding: 10px 15px 6px 15px!important; }
/*.navbar-header {display: none;}*/

.nav-search {margin-top: 10px;}
/*hiding search submit button in navigation*/
.nav-search .search-form input[type="submit"] {display: none;}
/*width of search box*/
/*.form-inline .input-group>.form-control {width: 50%!important;}
.input-group .form-control, .input-group-addon, .input-group-btn {display: inline!important; }*/
.navbar-default .navbar-nav {float: right;}
.navbar-default .navbar-nav ul {float: right;}
.navbar-default .navbar-nav > li {float: left; padding-top: 5px;}
.navbar-default .navbar-nav > li > a {color: #fff; text-transform: uppercase;}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover
 { color: #009CAB; background-color:transparent !important; background-image: none; font-weight: bold;}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
  color: #009CAB; background-color:transparent !important; }

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    /*background-color: #e7e7e7;*/ background-color: transparent; background-image: none;
    color: #009CAB; /*font-weight: bold; *//*font-weight: bold;*/}
ul.nav a:hover { color: #009CAB; !important; background-color: #e7e7e7; }
.dropdown-menu li a:hover {color: #444 !important; background-color: #e7e7e7; background-image: none;}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus  {
    color: #333;
    text-decoration: none;
    background-color: #fff;
    outline: 0;
}

.dropdown-menu>.active>a:hover {color: #444 !important; background-color: #e7e7e7; background-image: none;}
.modal {z-index: 30000 !important; margin-top: 30px !important;}

/*Editing bootstrap defaults ... Ends*/

/* royalslider */
#new-royalslider-1 {margin-top: -130px;}
.rsUni .rsBullets {bottom: 65px; z-index: 200;}
.rsUni .rsBullet span {background: #fff !important;     width: 12px !important; height: 12px !important;}
.rsUni .rsBullet.rsNavSelected span {    background-color: #009CAB!important;}
.rsUni .rsGCaption {
    float: right !important;
   /* bottom: 46px  !important;*/
    background: none !important;
    padding: 2px 8px;
    font-size: 32px  !important; /*font-size: 36px  !important;*/
    text-transform: uppercase  !important;
    text-align: center!important;
    right: 16px !important;
      bottom: 12%  !important;
     font-family: 'Roboto Condensed', sans-serif !important;}


/*resizing social media icons in menu*/
li.social-icon a i.icon-2x {font-size: 14px!important;}
.nav>li.social-icon>a {padding-right: 3px;}

/**/
.carousel-caption h1 {color: #fff!important;}
/**/
.blueCaps{ color: #009CAB; text-transform: uppercase; }

/**/
.frontPage-footer {position: fixed; bottom: 0px; height: 40px; width: 100%; background-color: rgba(0, 0, 0, 0.75); }
.footerDetails {width: 80%; margin: 0px auto; text-align: center; font-size: 12px; color: #ccc; padding-top: 7px;}


#footer-container {
	margin:10px 0 0 0; padding:	30px 0 20px 0;
	background: rgba(0, 0, 0, 0.75) ;
	width:100%;border-top:1px solid #555;}

#footer {padding: 0px 20px 0px 20px;}	
#footer h4 { color:#fff; margin:35px 0 15px 0;}
		
.footer-content1 { line-height:18px; color:#fff; padding-left: 10px;}
.footer-content1 ul {margin-left: -20px;}
.footer-content1 ul li { color:#fff;padding:6px 0 5px 0; font-size: 12px;}
.footer-content1 ul li a {color:#fff; display:block; text-transform: uppercase; font-size: 13px;}
.footer-content1 ul li a:hover {  /*line-height:18px;*/ color:#009CAB; text-decoration:none;}

.footer-content1 p {font-size: 12px;}

ul#menu-footer-2.menu li, ul#menu-footer-3.menu li {line-height: 12px;}
ul#menu-footer-2.menu li a:hover, ul#menu-footer-3.menu li a:hover {  line-height:12px; color:#009CAB; text-decoration:none;}

/*#menu-item-147, #menu-item-180 {line-height: 22px!important;}*/
/*#menu-item-147 a:hover, #menu-item-180 a:hover {line-height: 22px!important;}*/
	
#copyright { text-align:center;display:block; font-size:11px;
	letter-spacing: 2px; background: rgba(0,0,0,0.9) ; text-transform:	uppercase; width:100%; padding:10px 0;}
#copyright a { color:#bbb;}
#copyright a {color:#bbb;}
#copyright a:hover {text-decoration:none;color:#009CAB;}
	



/* Custom, iPhone Retina */
  @media only screen and (min-width : 320px){
   
  }
 
  /* Extra Small Devices, Phones */
  @media only screen and (min-width : 480px){


  }
 
  /* Small Devices, Tablets */
  @media only screen and (min-width : 768px){

  /*FOR ACTIVATING HOVER EFFECT ON BOOTSTRAP MENUs*/
  /*Making sure this hover only works on devices bigger than ipad etc*/
  .dropdown:hover .dropdown-menu {display: block;}}
 
  /* Medium Devices, Desktops */
  @media only screen and (min-width : 992px){
	.carousel-caption p {font-size: 16px!important;}
    
  }
 
  /* Large Devices, Wide Screens */
  @media only screen and (min-width : 1200px){

.main-content-inner { padding: 45px;}


}

/*Xtra wide*/
  @media only screen and (min-width : 1370px){

  
    }
@media only screen and (min-width : 1470px){

 }

@media only screen and (min-width : 1570px){

	/* royalslider */
#new-royalslider-1 {margin-top: -130px;}
.rsUni .rsBullets {bottom: 65px; z-index: 200;}
.rsUni .rsBullet span {background: #fff !important;     width: 12px !important; height: 12px !important;}
.rsUni .rsBullet.rsNavSelected span {    background-color: #009CAB!important;}
.rsUni .rsGCaption {
    float: right !important;
   /* bottom: 46px  !important;*/
    background: none !important;
    padding: 2px 8px;
    font-size: 36px  !important; 
}

 }