/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body{
background: url("images/brickwall.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}

ul ,ol{
  margin: 0;
  padding: 0;
}
   
.logo {
  margin: 15px 0 15px 1px;
}

.logo img{max-width:100%;}

.rm-top{margin-top:0px!important;}
.rm-bottom{margin-bottom:0px!important;}
.rm-left{margin-left:0px!important;}
.rm-right{margin-right:0px!important;}
   
  .header_right {
  color: #999999;
  font-size: 12px;
  margin-top: 35px;
  text-align: right;
}

section.nav {
  background-color: #357ebd;
  border-bottom: 1px solid rgb(104, 236, 236);
  border-top: 1px solid rgb(104, 236, 236);
}

.headermenu {
}
.headermenu ul {
    margin: 0;
    padding: 0;
}
.headermenu li {
	list-style:none;
    border-left: 1px solid #3276b1;
    border-right: 1px solid #6679e9;
    float: left;
	position:relative;
}
.headermenu li a {
    background-color: #357ebd;
    color: #fff;
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
}
.headermenu li a:hover {
    background-color: #004884;
}

.headermenu li ul {position:absolute;top:100%;left:-9999px;margin:0;padding:0;list-style:none;background:#2D3134;width:190px;z-index:9999;}
.headermenu li:hover ul {left:0;}
.headermenu li ul li{border-top: 1px solid #3276b1; border-bottom:1px solid #6679e9;border-left:0px solid;display:block;float:none}
.headermenu li ul li a{display:block}
.headermenu li ul li a:hover{}

animation.animated-item-1 {
    animation: 300ms linear 300ms normal both 1 running fadeInUp;
}

.warp{background-color:#fff;}

.navbar {
  border: 1px solid transparent;
  border-radius: 0px;
  min-height: 0px;
  margin-bottom: 20px;
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-collapse {
  padding-left: 0 px;
}

.container-fluid {
  padding-left: 0 px;
  padding-right: 0 px;
}

.navbar-nav > li > a {
  padding-bottom: 10px;
  padding-top: 10px;
}

.navbar-toggle {
  margin-bottom: 0px;
  margin-top: 0px;
}

.carousel-indicators {
	bottom: 0;
}
.carousel-control.right,
.carousel-control.left {
	background-image: none;
}
.carousel .item {
	min-height: 400px; 
	height: 100%;
	width:100%; 
}
.carousel-caption h3,
.carousel .icon-container,
.carousel-caption button {
	background-color: #09c;
}
.carousel-caption h3 {
	padding: .5em;
}
.carousel .icon-container {
	display: inline-block;
	font-size: 25px;
	line-height: 25px;
	padding: 1em;
	text-align: center;
	border-radius: 50%;
}
.carousel-caption button {
	border-color: #00bfff;
	margin-top: 1em; 
}


.carousel-caption h3:first-child {
  animation-delay: 1s;
}
 
.carousel-caption h3:nth-child(2) {
  animation-delay: 2s;
}
 
.carousel-caption button {
  animation-delay: 3s;
}

.blog-list-title a, .blog-grid-title a, .event-small-title a, .event-title a, .gallery-title {
  font-family: Helvetica,Arial,sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
}

a,
blockquote h5,
.blog-categories ul li a:hover,
.author-name a,
.author-name a:hover {
  color: #4782b2;
}

a {
  transition: all 0.1s ease-in-out 0s;
}

a:hover, a:active, a:focus {
  outline: medium none;
  text-decoration: none;
}

.event-container, .blog-post-inner, #blog-author, .blog-comments-content, .contact-page-content, .course-details, #disqus_thread, .widget-item, .widget-main-title, .widget-inner, .box-content-inner, .slider-caption {
  padding: 15px;
}

.widget-main, .widget-item{
	margin-top: 30px;
}

.widget-main{border: 1px solid #f2f2f2;}

.widget-inner{padding:20px;}

.widget-main-title, blockquote, .request-information input, .input-select select, .blog-list-post, .event-small-list, .prof-list-item, .grid-event-header, .load-more-btn, .search-form-widget input, .prev-next-post .whiteBtn, .blog-comments-content .media, .comment-form input, .comment-form textarea, .contact-form input, .contact-form textarea, .course-search-form input, .course-search-form select {
  border-color: #d5dbe0 !important;
}

.widget-main-title {
  background: none repeat scroll 0 0 #4782b2;
  border-bottom: 1px solid;
}

.widget-title {
	color: #fff;
  font-size: 13px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}

.welcome-text, .single-page-title {
  border-bottom: 1px solid #ddd;
  color: #4782b2;
  font-size: 30px;
  padding-bottom: 10px;
}

.blog-list-title, .blog-grid-title, .event-small-title, .event-title, .gallery-title {
  margin: 2px 0 0;
}

.blog-list-post:not(:last-child), .event-small-list:not(:last-child), .prof-list-item:not(:last-child) {
  border-bottom: 1px dashed;
  padding-bottom: 15px;
}

.blog-list-post, .event-small-list, .prof-list-item {
  display: block;
  padding-top: 15px;
}

.blog-list-post:first-child, .event-small-list:first-child, .prof-list-item:first-child {
  padding-top: 0 !important;
}

.blog-list-thumb {
  display: block;
  float: left;
  height: 65px;
  margin-right: 15px;
  width: 65px;
}

.small-text {
  font-size: 12px;
}

blockquote, .calendar-small, .course-list > dt:nth-child(2n+1), .tab-content > .tab-pane {
  background-color: #f3f3f3;
}

.s-month, #slider-testimonials .prev, #slider-testimonials .next, .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  background-color: #4782b2;
}

.small-text, .page-active, .request-information input, .input-select select, .event-contact ul li, .comment-form input, .comment-form textarea .contact-form input, .contact-form textarea, .course-search-form input, .course-search-form select {
  color: #999999;
}

.calendar-small {
  display: block;
  float: left;
  height: 65px;
  margin-right: 15px;
  width: 65px;
}

.calendar-small .s-month {
  display: block;
  font-weight: 600;
  height: 22px;
  line-height: 22px;
  text-align: center;
  width: 65px;
}

.calendar-small .s-date {
  display: block;
  font-size: 16px;
  font-weight: 700;
  height: 43px;
  line-height: 43px;
  text-align: center;
  width: 65px;
}

.blog-list-details,.event-small-details {
  margin-top: -7px;
}

.widget-inner ul li:not(:last-child) {
	border-bottom:1px dashed;
	padding-bottom: 5px;
}
.widget-inner ul li {
  font-size: 14px;
  list-style-image: url("images/list_05.png");
  margin: 0 0 7px 15px;
}

.site-footer {
  border-top: 4px solid;
  padding-top: 30px;
}

.footer-widget .list-links {
  margin: 0;
  padding: 0 0 0 15px;
}

.title-block {
  border-bottom: 3px solid #eeeeee;
  padding-bottom: 10px;
  position: relative;
}

.title-block::after {
  background-color: #41c484;
  bottom: -3px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 85px;
}

.footer-media-icons li {
  display: block;
  float: left;
  list-style: outside none none;
}

.footer-media-icons li a {
  height: 55px;
  line-height: 55px;
  margin-bottom: 1px;
  margin-left: 1px;
  text-align: center;
  width: 55px;
}

.footer-widget .list-links li {
  line-height: 24px;
  list-style-type: square;
}

.bottom-footer {
  border-top: 1px solid;
  display: block;
  margin-bottom: 10px;
  margin-top: 30px;
  padding-top: 25px;
}

#owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
}

#latest-news .owl-controls {
  margin-top:0px;
  position: absolute;
  right: 10px;
  text-align: right;
  top: -39px;
}

#latest-news .owl-controls .owl-buttons div {
  background-color: #004884;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  margin: 1px;
  opacity: 1;
  padding: 0 10px;
}

#latest-news .owl-controls .owl-buttons div:hover {;
background-color: #2A925F;
}

.search input {
  background: none repeat scroll 0 0 transparent;
  border-color: -moz-use-text-color -moz-use-text-color #fff;
  border-image: none;
  border-style: none none solid;
  border-width: 0 0 1px;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
.column {width:1000px}