@font-face {
	font-family: 'Genericons';
	font-weight: normal;
	font-style:  normal;

	src: url('/wp-content/themes/itek/genericons/genericons-regular-webfont.eot');
	src: url('/wp-content/themes/itek/genericons/genericons-regular-webfont.eot') format('embedded-opentype'),
	     url('/wp-content/themes/itek/genericons/genericons-regular-webfont.woff') format('woff'),
	     url('/wp-content/themes/itek/genericons/genericons-regular-webfont.ttf') format('truetype'),
	     url('/wp-content/themes/itek/genericons/genericons-regular-webfont.svg') format('svg');
}

#itek-social li a::before {
	display:        inline-block;
	font-family:    'Genericons';
	font-size:      22px;
	font-style:     normal;
	font-weight:    normal;
	font-variant:   normal;
	line-height:    1;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
}
	
	#itek-social { background-color: #fff;}

	#itek-social li a::before        { content: '\f408'; padding: 0 3px; }
	#itek-social li a:hover::before { opacity: 0.75; background-color: none; }
	
	#itek-social li a[href*="codepen.io"]::before      { content: '\f216'; color: #fff;    }
	#itek-social li a[href*="digg.com"]::before        { content: '\f221'; color: #fff;    }
	#itek-social li a[href*="dribbble.com"]::before    { content: '\f201'; color: #ea4c89; }
	#itek-social li a[href*="facebook.com"]::before    { content: '\f203'; color: #3b5998; }
	#itek-social li a[href*="flickr.com"]::before      { content: '\f211'; color: #ff0084; }
	#itek-social li a[href*="plus.google.com"]::before { content: '\f206'; color: #dd4b39; }
	#itek-social li a[href*="github.com"]::before      { content: '\f200'; color: #4183c4; }
	#itek-social li a[href*="instagram.com"]::before   { content: '\f215'; color: #3f729b; }
	#itek-social li a[href*="linkedin.com"]::before    { content: '\f208'; color: #0e76a8; }
	#itek-social li a[href*="pinterest.com"]::before   { content: '\f210'; color: #c8232c; }
	#itek-social li a[href*="polldaddy.com"]::before   { content: '\f217'; color: #bc0b0b; }
	#itek-social li a[href*="getpocket.com"]::before   { content: '\f224'; color: #ee4056; }
	#itek-social li a[href*="reddit.com"]::before      { content: '\f222'; color: #336699; }
	#itek-social li a[href*="stumbleupon.com"]::before { content: '\f223'; color: #ff2618; }
	#itek-social li a[href*="tumblr.com"]::before      { content: '\f214'; color: #34526f; }
	#itek-social li a[href*="twitter.com"]::before     { content: '\f202'; color: #33ccff; }
	#itek-social li a[href*="vimeo.com"]::before       { content: '\f212'; color: #1AB7EA; }
	#itek-social li a[href*="wordpress.org"]::before,
	#itek-social li a[href*="wordpress.com"]::before   { content: '\f205'; color: #21759b; }
	#itek-social li a[href*="youtube.com"]::before     { content: '\f213'; color: #c4302b; }
	
	#itek-social li a:hover { background-color: transparent; }



.genericon:before,
.menu-toggle:after,
.featured-post:before,
.date a:before,
.entry-meta .author a:before,
.entry-title  a:after,
.format-audio .entry-content:before,
.comments-link a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.edit-link a:before,
.sticky-read-more a:before,
.read-more a:before,
.banner-read-more a:before,
.slider-read-more a:before,
.attachment .entry-title:before,
.attachment-meta:before,
.attachment-meta a:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
#reply-title small a:before,
.bypostauthor .fn:before,
.error404 .page-title:before {
	-webkit-font-smoothing: antialiased;
	font: normal 16px/1 'Genericons';
	vertical-align: text-bottom;
}


.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment:after {
	clear: both;
}

.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment:before,
.comment:after {
	content: "";
	display: table;
}



body.admin-bar .navbar-fixed-top {
    padding-top: 32px;
}
#parallax-bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-top: 50px;
    z-index: -1;
}
body.admin-bar #parallax-bg {
    margin-top: 80px;
}


.hentry, 
.entry-meta, 
h1, 
h2, 
h3, 
h4, 
h5, 
p, 
ul, 
ol, 
li {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
}
a {
    color: #00a5c5;
    text-decoration: none;
}
a:hover, a:focus {
    text-decoration: none;
}

.site-header {
    margin-top: 65px;
    background: transparent;
}
.navbar-inverse {
    background-color: #00a5c5;
}
.navbar-inverse .navbar-inner {
    background: transparent;
}
.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}
.navbar-inverse .navbar-nav>.active>a, 
.navbar-inverse .navbar-nav>.active>a:hover, 
.navbar-inverse .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #00a5c5;
    text-transform: capitalize;
}
.navbar-inverse .navbar-nav>li>a:hover, 
.navbar-inverse .navbar-nav>li>a:focus {
    color: #fff;
    background-color: #00a5c5;
}

.navbar-inverse .navbar-nav>.open>a, 
.navbar-inverse .navbar-nav>.open>a:hover, 
.navbar-inverse .navbar-nav>.open>a:focus {
    color: #fff;
    background-color: #00a5c5;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 150px;
	padding: 0;
	margin: 0;
	font-size: 1em;
	list-style: none;
	background-color: #00a5c5;
	border: none;
	border-radius: 0;
}

.dropdown-menu>li>a {
	margin-top: 6px;
	padding: 15px;
	min-width: 200px;
}

.dropdown-menu>li>a:hover, 
.dropdown-menu>li>a:focus {
	background-color: #00a5c5;
}
.dropdown-menu>.active>a, 
.dropdown-menu>.active>a:hover, 
.dropdown-menu>.active>a:focus {
	color: #fff;
	text-decoration: none;
	background-color: #00a5c5;
	outline: 0;
}
.navbar .brand {
    font-size: 26.5px;
	font-family: 'Palatino', sans-serif;
    font-weight: 600;
	padding-top: 15px;
	padding-bottom: 5px;
}
.navbar .brand a{
    color: #3c444c;
}
.navbar {
    margin-bottom: 0;
}
.navbar a {
    font-family: 'Palatino', sans-serif;
}
header .navbar .nav>li>a {
    padding-top: 20px;
    padding-bottom: 25px;
}

.navbar-inverse .nav-collapse .nav > li > a, .navbar-inverse .nav-collapse .dropdown-menu a {
    color: #fff;
	padding-left: 30px;
}

h3.site-description {
    margin: 0;
	padding-top: 5px;
	color: #00a5c5;
	font-size: 22px;
	font-weight: 400;
	font-family: 'Palatino', sans-serif;
	text-align: center
}
.site-main {
    margin-top: 0px;
}
.site-main .container {
    padding: 0 20px;
    background: #f4f4f4;
}

.page-description p {
    margin-top: 30px;
}
	
footer {
    clear: both;
}
footer.entry-meta {
    padding: 20px 0 10px 0;
}


table {
	margin:       0 0 25px;
	width:        100%;
	border-left:  1px solid #208dbe;
	border-right: 1px solid #208dbe;
}

caption {
	font-size:  0.875rem;
	font-style: italic;
	color:      #888;
}

th,
td {
	padding:     4px 2%;
	border:      1px solid #208dbe;
	border-left: none;
}

th {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size:   0.8125rem;
	font-weight: bold;
	text-align:  left;
}

td {
	color:      #666;
	border-top: none;
}
	


#wp-calendar th,
#wp-calendar td {
	text-align: center;
}

#wp-calendar tbody a {
	display:         block;
	font-weight:     bold;
	text-decoration: none;
}
#wp-calendar tbody a:hover {
	text-decoration: underline;
}

#wp-calendar, 
#wp-calendar tfoot tr,
#wp-calendar tfoot td {
	border: none;
}

#wp-calendar thead,
#wp-calendar tbody {
	border-left: 1px solid #208dbe;
}

#wp-calendar thead th {
	color:      #d8f1fc;
	background: #208dbe;
}

#wp-calendar tbody td.pad {
	background:  #f9f9f9;
}
	


.comments-title {
	padding-top: 24px;
	margin-bottom: 24px;
	font-family: 'Palatino', sans-serif;
	font-size: 22px;
	line-height: 1.5;
	font-weight: 600;
}
.comments-area article {
	margin: 24px 0;
	margin: 1.714285714rem 0;
	font-family: 'Palatino', sans-serif;
	font-size: 10px;
	font-size: 1rem;
}
.comments-area article header {
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 85px;
	margin-left: 6.071428571rem;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	font-family: 'Palatino', sans-serif;
	font-size: 1.071428571rem;
	line-height: 1.42857143;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	font-family: 'Palatino', sans-serif;
	font-size: 0.857142857rem;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	padding: 0.428571429rem 0.857142857rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area li.bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0.142857143rem 0.357142857rem;
	font-size: 10px;
	font-size: 0.714285714rem;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #21759b;
}
.comment-list .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}


#respond {
	margin-top: 48px;
	margin-top: 3.428571429rem;
	font-family: 'Palatino', sans-serif;
	font-size: 10px;
	font-size: 1rem;
}
#respond h3#reply-title {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 0.714285714rem;
	font-weight: normal;
	font-family: 'Palatino', sans-serif;
	font-size: 12px;
	font-size: 0.857142857rem;
}
#respond form {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
#respond form p {
	margin: 11px 0;
	margin: 0.785714286rem 0;
	font-family: 'Palatino', sans-serif;
	font-size: 12px;
	font-size: 0.857142857rem;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}

#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Palatino', sans-serif;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	padding: 10px;
	padding: 0.714285714rem;
	width: 100%;
}
#respond form textarea:focus {
    border-color:#208dbe;
}
#respond form input[type="text"] {
    width: 50%;
	font-family: 'Palatino', sans-serif;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #208dbe;
}
#respond #submit {
    border-radius: 0;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	border: 3px solid #00a5c5;	
	font-size: 16px;
	font-family: 'Palatino', sans-serif;
	line-height: 20px;
	width: auto;
	padding: 10px 15px 10px 15px;
	text-align: center;
	background: #00a5c5;
	color:#fff;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33ffffff', endColorstr='#33ffffff',GradientType=0 ); 
	z-index: 10;
}
#respond #submit:hover {
    background: #000;
	color: #fff;
	border: 3px solid #000;
}

.form-allowed-tags code {
	font-size: 10px;
	margin-left: 3px;
	white-space:normal;
    color: #208dbe;
}

.comment-list .pingback,
.comment-list .trackback {
	padding-top: 24px;
}
.comment-list,
.comment-list .children {
	list-style-type: none;
	padding: 0;
}

.comment-navigation {
	font: 300 italic 20px 'Palatino', sans-serif;
	margin: 0 auto;
	max-width: 604px;
	padding: 20px 0 30px;
	width: 100%;
}

.no-comments {
	background-color: #f7f5e7;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	margin: 0;
	padding: 40px 0;
	text-align: center;
}

.sidebar .no-comments {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	-ms-box-sizing:     border-box;
	box-sizing:         border-box;
	padding-left: 60px;
	padding-right: 376px;
}


.button,
input[type="button"] {
	padding: 9px 12px;
	display: inline-block;
	border: 0px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	cursor: pointer;
	width: auto;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

input[type="button"] {float: left;}

.button.medium {padding: 11px 17px; font-size: 14px;}

.button.gray {color: #fff;background: #444;}
.button.gray:hover {background:#72b626;}

.button.light {color:#fff; background:#aaa;}
.button.light:hover {background:#72b626;}

.button.color {color:#fff; background:#72b626;}
.button.color:hover {background:#aaa;}


input[type="button"] {color:#fff; background:#72b626;}
input[type="button"]:hover {background:#aaa}

.button.gray:hover, 
.button.light:hover, 
.button.color {
	background: #555;
}

.button.color {color:#fff; background:#29a9df;}
.button.color:hover {background:#aaa;}

input[type="button"] {
	background: #29a9df;
	color: #fff;
}

#pagination, #posts-pagination,
#post-pagination {
  margin: 0 0 40px 0;
  clear: both;
}

#posts-pagination {
  float: left;
  width: 100%;
  margin: 0 0 1em;
  line-height: 1.2;
}
#posts-pagination .previous,
#posts-pagination .next {
  max-width: 48%;
  font-size: 16px;
  word-break: break-word;
}
#posts-pagination .previous {
  margin: 0 0 0 15px;
}
#posts-pagination .next {
  margin: 0 15px 0 0;
}
#posts-pagination .previous a,
#posts-pagination .next a {
  color: #3c444c;
}

#posts-pagination .previous a:hover,
#posts-pagination .next a:hover {
  color: #fff;
}
.post-navigation .btn,
#posts-pagination .btn,
#pagination .btn {
   color: #fff;
   background: #00a5c5;
}
.post-navigation .btn:hover,
#posts-pagination .btn:hover,
#pagination .btn:hover {
   color: #fff;
   background: #000;
}
#pagination .btn {
   padding: 8px 15px 10px 15px;
}

.post-navigation .btn {
   margin-bottom: 20px;
   padding: 8px 15px 10px 15px;
}

.sticky-read-more { margin-top: 40px; float: right;}
.sticky-read-more a { color: #fff !important;}
.sticky-read-more a:hover { color: #ea9629;}
.sticky-read-more a:before {
	content: '\f308';
	margin-right: 2px;
}

.read-more { margin: 0 0 20px; float: none;}
.read-more a { color: #00a5c5 !important;}
.read-more a:hover { color: #ea9629;}
.read-more a:before {
	content: '\f301';
	margin-right: 2px;
}
.callout-button.button,
.read-more.button,
.sticky-read-more.button {
	border-radius: 0;
	box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.2);
	border: 4px solid #00a5c5;	
	font-size: 12px;
	font-family: 'Palatino', sans-serif;
	line-height: 20px;
	width: auto;
	padding: 5px 10px 5px 10px;
	text-align: center;
	background: #00a5c5;
	color: #fff;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333c444c', endColorstr='#333c444c',GradientType=0 ); 
	z-index: 10;
}

.callout-button.button {
    font-size: 18px;
	line-height: 28px;
	text-align:center;
	margin: 10px auto;
	float: right;
}
.callout-button.button:hover,
.read-more.button:hover,
.sticky-read-more.button:hover {
	background: #000;
	color: #fff;
	border: 4px solid #000;
}

.widget {
	margin: 1.5em;
}

.widget-title {
   font-size: 22px;
}

.widget ol,
.widget ul,
.widget li {
	margin-left: 0.5em;
	padding-left: 0.2em;
	font-family: 'Palatino', sans-serif;
}


.widget select {
	max-width: 100%;
}

.widget input, 
.widget textarea, 
.widget .uneditable-input {
    width: 100%;
}


.widget_search .search-submit {
	display: none;
}

.widget_itek_ephemera .widget-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	text-decoration: inherit;
	vertical-align: text-bottom;
}

.widget_itek_ephemera .entry-title:after {
	content: "\0020\007c\0020";
}



.widget_itek_ephemera > ol > li {
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	margin-bottom: 18px;
	padding: 0;
	margin: 0 0 0 -10px;
	
	list-style: none;
}

.widget_itek_ephemera .hentry {
	margin: 0;
	max-width: 100%;
}

.widget_itek_ephemera .entry-title,
.widget_itek_ephemera .entry-meta,
.widget_itek_ephemera .wp-caption-text,
.widget_itek_ephemera .post-format-archive-link,
.widget_itek_ephemera .entry-content table {
	font-size: 12px;
	line-height: 1.5;
}

.widget_itek_ephemera .entry-title {
	display: inline;
	font-weight: 400;
}

.widget_itek_ephemera .entry-meta {
	margin-bottom: 18px;
}

.widget_itek_ephemera .entry-meta a {
	color: rgba(50, 111, 173, 0.7);
}

.widget_itek_ephemera .entry-meta a:hover {
	color: #208dbe;
}

.widget_itek_ephemera .entry-content ul,
.widget_itek_ephemera .entry-content ol,
.widget_itek_ephemera .entry-content li {
	margin: 0 0 18px 0px;
}

.widget_itek_ephemera .entry-content li > ul,
.widget_itek_ephemera .entry-content li > ol {
	margin: 0;
}

.widget_itek_ephemera .entry-content th,
.widget_itek_ephemera .entry-content td {
	padding: 6px;
}

.widget_itek_ephemera .post-format-archive-link {
	font-weight: 700;
	text-transform: uppercase;
}



.itek-recent-post-widget li{
   padding:7px 0px 4px 0px!important; 
   margin-bottom:9px!important;
   margin-left: -20px;   
   clear:left; 
   background:none;
   list-style: none;

}

.frame.wp-post-image:hover {
   opacity: 0.75;
}
.itek-recent-post-widget li h3{
   font-size:1rem;
   margin-bottom:3px;
}
.itek-recent-post-widget a:hover {
	color: #ea9629;
}
.itek-recent-post-widget li .smalldate{
   font-size:14px; 
   display:block; 
   font-style:italic; 
   overflow:hidden;
}


#showcase .widget {
	margin: 1.5rem;
	text-align: center;
	font-family: 'Palatino', sans-serif;
}

#showcase h2 {
	font-size: 22px;
}

#supplementary.two .widget-area {
	float: left;
	margin-right: 3.7%;
	width: 48.1%;
}
#supplementary.two .widget-area + .widget-area {
	margin-right: 0;
}


#supplementary.three .widget-area {
	float: left;
	margin-right: 3.7%;
	width: 30.85%;
}
#supplementary.three .widget-area + .widget-area + .widget-area {
	margin-right: 0;
}

#supplementary .img-circle {
    border-radius: 50%;
	border: 3px solid rgb(238, 238, 238);
    box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.3);
	width: 125px;
	height: 125px;
}

#supplementary  .widget-area:hover .entry-title a {
   	color: #00a5c5;
}

#callout-container {
    margin-bottom: 20px;
}

#callout {
    padding: 20px;
}

.callout-text h2.callout-title {
    margin-top: 0px;
    font-size: 1.6em;
	font-weight: 600;
    line-height: 1em;
	color: #05a9c5;
}

.callout-button a {
    color: #fff;
}

.callout-button a:hover {
    color: #00a5c5;
}

.header-separator {    
	border-bottom: double 5px #05a9c5;
	opacity: 0.1;
	filter: alpha(opacity=10);
}

.content-separator,
.sidebar-separator,
.footer-separator {    
	border-bottom: double 5px #05A9C5;
	opacity: 0.1;
	filter: alpha(opacity=10);
}

.header-separator {
	margin: 0;
}

.content-separator {
	padding: 0;
}

.sidebar-separator {
	margin: 15px 0 5px 0;
}

.footer-separator {
	margin: -10px -10px 15px -10px;
}

@media (max-width: 999px) {
    body.admin-bar .navbar-fixed-top {
	   position: fixed;
    }
	body.admin-bar .navbar-fixed-top {
       margin-top: 40px;
	   padding-top: 0;
    }
	.navbar-static-top {
	   padding-left: 20px;
	   padding-right: 20px;
    }
	.navbar-fixed-top .btn-navbar {
	   margin-right: 25px;
	}
	body.admin-bar #parallax-bg {
       margin-top: 40px;
    }
	body.custom-background {
	   background: #ffffff !important;
	}
	.site-header {
	   margin-top: 60px;
	}
	.navbar-inner {
       background-color: #00a5c5;
    }
	.navbar .brand {
       padding-left: 10px;
       margin-left: 5px;
    }
	.read-more { 
	    display: none;
    }
	.callout-button.button {
        float: none;		
		margin-left: 20px;
    }
}

@media (max-width: 767px) {
	.navbar-fixed-top .btn-navbar {
	   margin-top: 10px;
	   margin-right: 35px;
	}
	.navbar .brand {
       padding-left: 20px;
    }
	.dropdown-menu,
	.dropdown-submenu ,
	.navbar-inverse .dropdown-menu,
	.navbar-inverse .dropdown-submenu ,
	.navbar-inverse .navbar-inner .dropdown-menu,
	.navbar-inverse .navbar-inner .dropdown-submenu{       
        text-decoration:none;
		color:#ffffff;
        background-color:#00a5c5;
        background-image:-moz-linear-gradient(top, #00a5c5, #00a5c5);
        background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#00a5c5), to(#00a5c5));
        background-image:-webkit-linear-gradient(top, #00a5c5, #00a5c5);
        background-image:-o-linear-gradient(top, #00a5c5, #00a5c5);
        background-image:linear-gradient(to bottom, #00a5c5, #00a5c5);
        background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff#00a5c5', endColorstr='#ff#00a5c5', GradientType=0);}
	.site-description {
	    text-align: center;
	}
	#social-icons {
        padding: 0 10px 10px 0;
    }
	#showcase #supplementary .widget-area {
	    float: none;
		width: 100%;
    }
	.summary-thumbnail {
       float: none;
       padding: 0 0 10px 0;
    }
}

@media (max-width: 600px) {
	.navbar-fixed-top .btn-navbar {
	   margin-top: 20px;
	   margin-right: 45px;
	   margin-top: 10px;
	}
	#showcase #supplementary .widget-area {
	    float: none;
		width: 100%;
    }
}

@media (max-width: 480px) {
	.navbar-fixed-top .btn-navbar {
	   margin-top: 10px;
	}
}

