/*! 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;

}



/* ==========================================================================

   Author's custom styles

   ========================================================================== */

.fix{overflow:hidden;}

.floatleft{float:left;}

.floatright{float:right;}

a{color:#65028F;}

.dropshadow{text-shadow: 1px 1px 1px #000;}



body{background:#ffffff url(../images/feature-bg.jpg) repeat-x right top;font-family: 'Droid Sans', sans-serif;font-size:14px;color:#585F5E;}

/* section one */

.section_one{background:url(../images/header.png) repeat-x;}

.logo{margin-top:7px;}

.mainmenu{margin-top:30px;}

#nav{margin:0;padding:0;list-style:none;}

#nav li{float:left;}

#nav li a{color:#fff;padding:22px 15px;text-decoration:none;font-size:16px;}

#nav li a:hover{border-top:10px solid #FFD800;transition: all 1s;-webkit-transition: all 1s;}

.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus{color: #fff;

background: none!important;

border-top: 10px solid #FFD800;}

/*.active{border-top:10px solid #FFD800;transition: all 1s;-webkit-transition: all 1s;}*/

.language{margin-top:30px;}

.lan_select{list-style:none;margin:0;padding:0;min-height:20px;z-index:1000px;}

.lan_select li{float:left;position:relative;}

.lan_select li a{color:#fff;padding:20px;text-decoration:none;font-size:14px;text-transform:UPPERCASE;}

.lan_select li a:hover{color:#FFD800;}

.lan_select li ul{position:absolute;top:25px;left:-9999px;margin:0;padding:0;list-style:none;}

.lan_select li:hover ul {left:0;}

.lan_select li ul li{display:block;float:none}

.lan_select li ul li a{padding:6px 20px;display:block;}

.lan_select li ul li a:hover{color:#FFD800}





/* section two */

.section_two{}

.feature{margin:60px 0px;}

.feature h1{color: #fff;text-align: center;font-size: 50px;line-height:60px;}



/* section three */

.section_three{background:#fff;padding:30px 0px;}

.about_left{}

.about_left h2{color:#000;font-size:28px;}

.about_left p{}

.about_right{}

.readmore{color:#65028F}



/* section four */

.section_four{background:#DDDDDD;padding:50px 0px;}

.contact_left{}

.contact_left h2{font-size:24px;color:#000;margin-top:0px;}

.contact_left .b_size{font-size:16px;font-weight:bold;}

.contact_right{}

.form_contact{display: block;

		width: 100%;

		padding: 10px 12px;

		font-size: 14px;

		line-height: 1.42857143;

		color: #888;

		background-color: #fff;

		background-image: none;

		border: 1px solid #ccc;

		border-radius: 4px;

		-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);

		box-shadow: inset 0 1px 1px rgba(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;

}

.textbox{margin-top:25px;height:130px;}

.btn_submit{background:#6E0096;border-radius:4px;margin-top:20px;padding:8px 25px;color:#fff;border:1px solid #fff;font-size:19px;}





/* section five */

.section_five{background:url(../images/feature-bg.jpg) repeat-x;padding-top:30px; padding-bottom:100px;}

.footer_left{}

.footer_left p{color:#fff;}

.footer_right{margin-top:20px;}





/* keyp person page */

.breadcrumb_custom{}

.breadcrumb_custom h1{font-size:34px;color:#fff;margin:50px 0px;}

.key_person_left{padding-top:70px;padding-bottom:45px;}

.key_person_left img{margin:0 auto;display:block;}

.key_person_right{}

.key_person_right h2{color:#6C0093;font-size:28px;margin-top:105px;}

.key_person_right p span{color:#FFDA00;font-size:17px;}

.key_person_right p {}



.key_person_left_2 {}

.key_person_left_2 h2{color:#6C0093;font-size:28px;margin-top:105px;}

.key_person_left_2 p span{color:#FFDA00;font-size:17px;}

.key_person_right_2{padding-top:70px;padding-bottom:50px;}

.key_person_right_2 img{margin:0 auto;display:block;}































/* ==========================================================================

   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;

    }

}

