/*Theme Name: ImpartTheme URI: imparteducation.comAuthor: Flying Cursor Interactive Pvt. Ltd.Author URI: http://flyingcursor.com/*//* http://meyerweb.com/eric/tools/css/reset/    v2.0 | 20110126   License: none (public domain)*/
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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, 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;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1.5;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body, p {
    font-family: "Myriad Pro", "Sans-serif";
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Calibri";
    font-weight: normal;
}

h1 {
    font-size: 28px;
    color: #fff;
    background-color: #146fb6;
    display: inline;
    text-transform: uppercase;
}

h2 {
    font-size: 24px;
    color: #e9e8e3;
    text-transform: uppercase;
}

.h2Grey {
    color: #303031;
    margin-top:70px;
}

h3 {
    font-size: 18px;
    color: #146fb6;
}

h3 span {
    font-size: 16px;
    color: #303031;
}

h4 {
    font-size: 18px;
    color: #ffffff;
    background-color: #146fb6;
}

h5 {
    font-size: 15px;
    color: #146fb6;
}

h6 {
    font-size: 16px;
    color: #146fb6;
}

h6 a {
    color: #146fb6;
}

a:link, a:hover, a:visited, a:active {
    text-decoration: none;
}

.clear {
    clear: both;
}

.top75 {
    height: 75px;
}

.top30 {
    height: 30px;
}

.clear20 {
    height: 20px;
    clear: both;
}

.blue {
    color: #146fb6;
}

.grey {
    color: #303031;
}

.lineHeightFix {
    line-height: 1.2;
}

.containerCenter {
    margin: 0 auto;
    width: 1000px;
    position: relative;
    max-width:100%;
}

.containerCenter:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

/*common Css ends here*/
header {
    border-top: 10px #146fb6 solid;
    background: #e9e8e3;
    border-bottom: 1px #bbbab6 solid;
}

#header_container {
    width: 1000px;
    margin: auto;
    height: 140px;
    max-width:100%;
}

.logo {
    margin: 8px 0 0 0;
    float: left;
}

#access {
    margin-top: 62px;
    float: right;
}

#access li {
    float: left;
    position: relative;
}

#access div > ul > li {
    margin: 0 9px;
}

#accesss div > ul > li:first-child {
    margin: 0 15px 0 0;
}

#accesss div > ul > li:last-child {
    margin: 0 0 0 15px;
}

#access ul ul {
    display: none;
    position: absolute;
    z-index: 99999;
    padding-top: 10px;
    padding-bottom: 5px;
}

#access ul ul > li {
    float: none;
    border-bottom: 1px #bbbab6 solid;
    background-color: #e9e8e3;
    padding-left: 10px;
    padding-right: 20px;
}

#access ul ul > li:last-child {
    border-bottom: none;
}

#access ul li:hover > ul {
    display: block;
}

#access .current-menu-item a {
    color: #146fb6;
}

#access .current_page_ancestor > a {
    color: #146fb6;
}

#access a {
    font-family: "Calibri";
    font-size: 18px;
    color: #303031;
    text-transform: uppercase;
    text-decoration: none;
}

#access li:hover > a {
    color: #146fb6;
}

#access a:hover {
    color: #146fb6;
}

/*header ends here*/
#slideshow {
    overflow: hidden;
    /*width: 1000px;*/
    /*height: 400px;*/
    position: relative;
    max-width:100%;
}

#controls {
    width: 30px;
    height: 14px;
    position: absolute;
    right: 20px;
    bottom: 10px;
    z-index: 9999;
}

.slide-nav {
    width: 10px;
    height: 14px;
    display: block;
    text-indent: -9999px;
}

#next, #nxt {
    background: transparent url(images/sprites.png) no-repeat scroll -18px 0;
    float: right;
}

#next:hover, #nxt:hover {
    background: transparent url(images/sprites.png) no-repeat scroll -18px -19px;
}

#previous, #prev {
    background: transparent url(images/sprites.png) no-repeat scroll 0 0;
    float: left;
}

#previous:hover, #prev:hover {
    background: transparent url(images/sprites.png) no-repeat scroll 0 -19px;
}

/*slideshow ends here*/
#block {
    width: 1000px;
    margin: auto;
    padding: 60px 0;
}

.block {
    background: url("images/home/pattern.jpg");
    color: #fff;
    height: auto;
    -webkit-box-shadow: inset 0px 0px 14px 2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px 0px 14px 2px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px 0px 14px 2px rgba(0, 0, 0, 0.75);
}

.module {
    width: 270px;
    height: auto;
    float: left;
    /*padding-right: 12px;
    margin-right: 30px;
    margin-left: 25px;*/
}

.module h2 {
    margin-bottom: 15px;
}

.module img {
    margin-bottom: 10px;
}

.module p {
    font-size: 12px;
    color: #e9e8e3;
}

.module ul {
    list-style: url(images/home/arrow.png);
    margin-left: 22px;
    margin-top: 15px;
}

.module li a {
    color: #e9e8e3;
    font-size: 15px;
    text-decoration: none;
    line-height: 1.2;
}

.module li {
    margin-bottom: 3px;
}

.module li:last-child {
    margin-bottom: 0;
}

.whiteBorder {
    border-right: 1px #3f87bf solid;
}

/*blue section ends here*/
.greyContainer {
    background: #e9e8e3;
}

.greyContainer:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

/*grey section ends here*/
#upcoming, #faculty {
    margin-top: 70px;
}

#upcoming {
    color: #303031;
    width: 360px;
    float: left;
}

#faculty {
    color: #303031;
    width: 500px;
    float: right;
    margin-left: 50px;
}

#upcoming h2, #faculty h2 {
    margin-bottom: 20px;
}

.home-events {
    margin-bottom: 30px;
    height: 90px;
}

.faculty-container {
    margin-bottom: 30px;
}

#upcoming article:last-child, #faculty article:last-child {
    margin-bottom: 10px;
}

.home-date {
    width: 90px;
    height: 90px;
    display: block;
    float: left;
    background-color: #146fb6;
}

.home-date p {
    font-size: 22px;
    color: #e9e8e3;
    text-align: center;
    line-height: 0.8;
    padding: 5px;
}

.home-date sup {
    vertical-align: super;
    font-size: smaller;
}

.home-date p span {
    font-size: 25px;
}

.upcoming-content {
    float: right;
    width: 250px;
    position: relative;
    display: block;
}

.upcoming-content p, .faculty-content p {
    font-size: 14px;
    color: #303031;
    line-height: 1.2;
    margin: 10px 0;
}

.upcoming-content p:nth-child(3) {
    display: none;
}

.upcoming-content p.blue a, .faculty-content p.blue a, .new p.blue a {
    color: #146fb6;
}

.upcoming-content p.blue, .faculty-content p.blue, .new p.blue {
    margin: 0;
}

.upcoming-content h3 {
    line-height: 1;
}

#upcoming p.view-all a, #faculty p.view-all a {
    color: #146fb6;
    font-size: 14px;
    text-decoration: underline;
}

.faculty-image {
    float: left;
    width: 120px;
    height: 136px;
}

.faculty-content {
    float: right;
    width: 353px;
}

.new {
    clear: both;
    margin-top: 40px;
}

.new h2, .category-whats-new h2 {
    margin-bottom: 30px;
}

.new img, .category-whats-new img {
    margin-bottom: 20px;
}

.new h5, .category-whats-new h5 {
    margin-bottom: 20px;
}

.new p.blue, .category-whats-new p.blue {
    margin-top: 15px;
}

.new p, .category-whats-new p {
    font-size: 14px;
}

.item {
    width: 280px;
    float: left;
    margin-right: 52px;
}

.buttons {
    text-align: right;
    margin-right: 50px;
}

.buttons a {
    display: inline-block;
    width: 15px;
    height: 15px;
}

a.prev {
    background: url("http://imparteducation.in/wp-content/themes/impart/images/arrowe.png");
}

a.next {
    background: url("http://imparteducation.in/wp-content/themes/impart/images/arrowe.png") 100% 0%;
}

.item h4 {
    font-family: "myriad_proregular";
    font-size: 15px;
}

.item p {
    font-size: 14px;
}

.msg {
    background: url("images/home/pattern_01.jpg");
    height: 60px;
    text-align: center;
    padding-top: 4px;
    margin-top: 30px;
}

.msg p {
    font-family: "Calibri";
    text-transform: uppercase;
    font-size: 24px;
    margin-top: 12px;
}

.msg img {
    margin-left: 15px;
    vertical-align: middle;
}

footer {
    background: #303031;
    height: 65px;
    clear: both;
}

footer p {
    float: left;
    font-size: 14px;
    color: #e9e8e3;
}

.copyryt {
    margin-left: 0;
    margin-top: 20px;
}

.follow, .siteby {
    vertical-align: top;
}

.follow {
    font-size: 18px;
    font-family: "Calibri";
    margin-top: 20px;
    margin-left: 300px;
}

.follow a {
    display: inline-block;
    width: 36px;
    height: 35px;
    margin-left: 10px;
    margin-top: -4px;
}

.fb {
    background: transparent url("http://imparteducation.in/wp-content/themes/impart/images/home/icons_01.png?v1") no-repeat scroll 0 -40px;
}

.fb:hover {
    background: transparent url("http://imparteducation.in/wp-content/themes/impart/images/home/icons_01.png?v1") no-repeat scroll 0 0;
}

.in {
    background: transparent url("http://imparteducation.in/wp-content/themes/impart/images/home/icons_01.png?v1") no-repeat scroll 49% -40px;
}

.in:hover {
    background: transparent url("http://imparteducation.in/wp-content/themes/impart/images/home/icons_01.png?v1") no-repeat scroll 49% 0;
}

.ml {
    background: url("http://imparteducation.in/wp-content/themes/impart/images/home/icons_01.png?v1") 100% -40px;
}

.ml:hover {
    background: url("http://imparteducation.in/wp-content/themes/impart/images/home/icons_01.png?v1") 100% 0%;
}

.siteby {
    float: right;
    margin-top: 20px;
}

.siteby img {
    margin-left: 10px;
    margin-top: -4px;
}

/*home page ends here*/
.aboutus, .boringPeople {
    width: 1000px;
    margin: auto;
}

.about-quote {
    text-align: center;
    height: 380px;
    position: relative;
}

.quote {
    text-align: center;
    font-size: 14px;
    color: #303031;
    position: absolute;
    z-index: 1;
    bottom: 50px;
    width: 100%;
    top:104%;
}

.boringPeople p {
    width: 85%;
    font-size: 14px;
}

.boringPeople img {
    float: left;
    margin-right: 25px;
    margin-bottom: 100px;
}

.people {
    margin-bottom: 60px;
    clear: both;
}

.people h3 {
    margin-bottom: 10px;
}

.linked_in {
    color: #146fb6;
}

.linked_in img {
    margin-right: 10px;
    margin-bottom: 0;
}

/*about us ends here*/
#contact-us {
    margin-bottom: 50px;
}

#contact-us p {
    font-size: 14px;
    margin: 15px 0;
}

.socialLinks a {
    vertical-align: top;
    color: #3f87bf;
}

.socialLinks {
    margin: 10px 0;
}

.socialLinks a img {
    margin-right: 10px;
}

.gm-style-iw strong {
    font-weight: bold;
}

/*contact us ends here*/
.category-wrapper {
    margin-bottom: 30px;
}

.category-container {
    width: 620px;
    margin-right: 20px;
    float: left;
}

.category-item {
    display: inline-block;
    margin-right: 20px;
    vertical-align: top;
}

.category-sidebar {
    width: 265px;
    border-left: 1px solid #bbbab6;
    float: right;
    padding-left: 55px;
}

.category-sidebar h3 {
    text-transform: uppercase;
    margin-bottom: 30px;
}

.cat-side-item {
    margin-bottom: 20px;
}

.category-container > img {
    margin: 30px 0;
}

.category-content {
    margin-top: 20px;
}

.category-item h6 {
    line-height: 1.2;
    text-transform: uppercase;
}

/*category ends here*/
.float-left {
    float: left;
}

.float-right {
    float: right;
}

.section-left {
    width: 698px;
}

.section-right {
    width: 222px;
}

.register-section {
    width: 222px;
    height: 283px;
    background-color: #f4f3f1;
    position: relative;
    margin-bottom: 20px;
}

.register-content {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1.2;
}

.single-date {
    margin: 20px auto 0;
    display: block;
    float: none;
}

.single-venue {
    margin-top: 20px;
    text-align: center;
    line-height: 1.2;
    font-size: 16px;
}

.register-now {
    display: block;
    margin: 0 auto;
    background: #146fb6;
    color: #f4f3f1;
    width: 170px;
    margin-top: 10px;
    padding: 5px 0;
    font-size:15px;
    text-align: center;
}

.fsize16 {
    font-size: 16px;
}

.single-column li {
    border: 1px solid #cccccc;
    padding: 10px;
    width: 198px;
    height: 80px;
    font-size: 14px;
    color: #303031;
    line-height: 1.2;
    float: left;
    margin-right: 18px;
    margin-bottom: 18px;
}

.single-column ul li:nth-child(3n+3) {
    margin-right: 0;
}

.single-column li:hover {
    color: #146fb6;
}

.heading3 {
    margin-top: 50px;
    margin-bottom: 25px;
}

.sin-fac-con {
    width: 440px;
    margin-bottom: 20px;
}

.sin-fac-img {
    width: 150px;
}

.sin-fac-img h3 {
    font-size: 16px;
    line-height: 1;
}

.sin-fac-img h3 span {
    color: #303031;
    font-size: 12px;
}

.sin-fac-copy {
    width: 270px;
}

.sin-fac-copy p {
    font-size: 14px;
    line-height: 1.2;
}

.sin-fac-copy p a {
    color: #146fb6;
}

.sin-test-col {
    width: 414px;
    margin-bottom: 20px;
}

.sin-test-col h3 {
    background: #e9e8e3;
    padding-left: 10px;
    position: relative;
}

.sin-test-col h3 img {
    position: absolute;
    width: 17px;
    height: 11px;
    bottom: -11px;
    left: 18px;
}

.sin-test-col p {
    font-size: 14px;
    padding-left: 10px;
    padding-top: 20px;
}

.single-content3 {
    width: 600px;
    display: block;
    position: relative;
}

.single-content3 img {
    margin-bottom: 20px;
}

.single-content3 p {
    font-size: 14px;
}

.single-content3 h3 {
    margin-bottom: 20px;
}

.single-content3 .sin-content p {
    margin-bottom: 15px;
}

.single-whats-new {
    margin-bottom: 75px;
}

.single-sidebar {
    width: 270px;
    margin-right: 20px;
}

.sin-side-img {
    width: 90px;
    height: 90px;
    margin-right: 15px;
}

.sin-side-content {
    width: 160px;
}

.sin-side-wrapper {
    margin-bottom: 15px;
}

.upcoming-course-wrap {
    width: 360px;
}

.upcoming-course-wrap .home-events {
    padding-bottom: 20px;
    border-bottom: 1px #303031 solid;
    margin-bottom: 20px;
}

/*single page ends here*/
.faculty-content1 {
    width: 630px;
}

.fac-cont {
    width: 445px;
}

.fac-cont p {
    font-size: 14px;
}

.faculty-sidebar {
    width: 260px;
    border-left: 1px #303031 solid;
    padding-left: 25px;
}

.faculty-item {
    margin-bottom: 20px;
}

.fac-cont .linked_in {
    vertical-align: top;
}

/*faculty ends here*/
.section-downloads a {
    color: #146fb6;
}

.textboxes {
    border: 0px;
    border-bottom: 1px #c8c8c8 solid;
    width: 500px;
    font-size: 16px;
}

#submit2 {
    background-color: #146fb6;
    color: #f4f3f1;
    padding: 5px 15px;
    font-size: 16px;
    border: none;
    margin-top: 20px;
}

.section-registration {
    margin-bottom: 75px;
}

/* ------- (.) Ajay Style (.)--------- */
.testimonial-page .single-test:nth-child(odd) {
    float: left;
    clear: left;
}

.testimonial-page .single-test:nth-child(even) {
    float: right;
    clear: right;
}

/* Gallery */
.gallery-block {
    width: 23%;
    float: left;
    position: relative;
    padding: 7.5px;
    max-height: 175px;
    overflow: hidden;
}

.inner-wrap {
    max-width: 300px;
    max-height: 175px;
    overflow: hidden;
}

.category-container-gallery {
    width: 100%;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.image-heading {
    width: 100%;
    min-height: 50px;
}

.image-heading h3 {
    font-size: 16px;
}

.hidden {
    display: none;
}

.faq-elements {
    padding: 10px 0;
}

.sin-content img {
    max-width: 100%;
    display: block;
}

.courses {
    margin-top: 40px;
    text-align: center;
}

.courses-wrapper {
    display: inline-flex;
}

.courses-wrapper a {
    margin: 20px;
}

.foundation-course{
    background:#6fb071!important;
}
.Implant-prosthodontics{
    background:#27C9CE!important;
}
.managementy{
    background:#e17c52!important;
}
.full-month{
    background:#B3B3E7!important;
}
.bonding{
    background-color:#B35BA5!important;
}

#controlz{
	display:none;
}

.insta{
    background: transparent url(http://imparteducation.in/wp-content/themes/impart/images/home/icons_01.png?v1) no-repeat scroll 49% -40px;
}

.insta:hover {
    background: transparent url(http://imparteducation.in/wp-content/themes/impart/images/home/icons_01.png?v1) no-repeat scroll 49% 0;
}