	/*
 Theme Name:   Twenty Fifteen Child
 Theme URI:    http://minapansuriya.in/twentyfifteen-child/
 Description:  Twenty Fifteen Child Theme Customized
 Author:       Mina Pansuriya
 Author URI:   http://minapansuriya.in
 Template:     twentyfifteen
 Version:      1.0.0
 Text Domain:  twenty-fifteen-child
*/

a{
    color:#f25b24;
}
.alignleft {
    display: inline;
    float: left;
}
.alignright {
    display: inline;
    float: right;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
blockquote.alignleft, .wp-caption.alignleft, img.alignleft {
    margin: 0.4em 1.6em 1.6em 0;
}
blockquote.alignright, .wp-caption.alignright, img.alignright {
    margin: 0.4em 0 1.6em 1.6em;
}
blockquote.aligncenter, .wp-caption.aligncenter, img.aligncenter {
    clear: both;
    margin-bottom: 1.6em;
    margin-top: 0.4em;
}
.wp-caption.alignleft, .wp-caption.alignright, .wp-caption.aligncenter {
    margin-bottom: 1.2em;
}


.container {
    max-width: 1024px;
}
body
{
    background: #a42c1b url(/images/bg.jpg) repeat-x top center;
    font-family: "Times New Roman" ,Times,serif;
    font-size: 12pt;
    color: #000;
    text-decoration: none;
	overflow-x: hidden;
}
a
{
    text-decoration: none;
    transition: color 0.3s ease-out 0s;
    outline: none;
}

a:focus, a:active:focus
{
    outline: none !important;
    outline-offset: 0px;
}

a:hover
{
    text-decoration: none;
    transition: color 0.3s ease-out 0s;
}

h2
{
    font-size: 13pt;
    margin-top: 10px;
    font-weight: bold;
    margin-top: 20px;
}

h1
{
    color: #666;
    font-size: 22pt;
    font-style: italic;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 30px;
}
.banner
{
    background: #fff;
    display: block;
    position: relative;
}
.logo
{
    position: absolute; /*left:16.66666667%;*/
    left: 18%;
    bottom: -60%;
    z-index: 100;
    width: 100%;
}

.logo a
{
    border: none;
    outline: none;
}
.bgWhite
{
    background: #fff;
    display: block;
    overflow: hidden;
}
/**/

/**/
.npMenu
{
    display: block;
    margin-top: 20px;

}
.contentArea
{
    display: block;
    margin-top: 16%;
    text-align: left;
    color: #000;
}
    


.navbar-default
{
    background-color: #fff;
    border-color: #fff;
	z-index:200;
}
.navbar
{
    border-radius: 0px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover
{
    background-color: #fff;
    color: #000;
    border-bottom: 1px solid #9a4f29;
    border-top: 1px solid #9a4f29;
}
.navbar-nav > li > a
{
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #e4560b;//#9a4f29;
    text-align: center;
    font-size: 16px;
}
.navbar-default .navbar-nav > li > a
{
    color: #727273;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover
{
    color: #000;
}
@media (max-width: 767px)
{

    .navbar-toggle
    {
        margin-right: 0px;
        margin-top: -15px;
        z-index: 200;
    }
    .pageContent
    {
        display: block;
        margin-top: 0%;
    }
}

@media (min-width: 768px)
{
    .navbar-toggle
    {
        margin-right: 0px;
    }
    .navbar-collapse
    {
        height: auto;
        border-top: 0;
        box-shadow: none;
        max-height: none;
        padding-left: 0;
        padding-right: 0;
    }
    .navbar-collapse.collapse
    {
        display: block !important;
        width: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .navbar-collapse.in
    {
        overflow-x: visible;
    }

    .navbar
    {
        max-width: 300px;
        margin-right: 0;
        margin-left: 0;
    }

    .navbar-nav, .navbar-nav > li, .navbar-left, .navbar-right, .navbar-header
    {
        float: none !important;
    }

    .navbar-right .dropdown-menu
    {
        left: 0;
        right: auto;
    }
    .navbar-collapse .navbar-nav.navbar-right:last-child
    {
        margin-right: 0;
    }
}
/**/

.pageContent
{
    display: block;
}
.pageContent img
{
    float: left;
    padding-right: 20px;
    padding-bottom: 10px;
}
.pageContent p
{
    text-align: left;
    color: #000;
    font-size: 12pt;
}
.pageContent ul
{
    margin:0px;
	padding:0px;
	padding-left:18px;
}
.pageContent ul li
{
    list-style:disc;
}
.lastP
{
    padding-top:35px;
    display:block;
}


/**/
.calcAdd
{
    display: block;
    font-weight: bold;
    text-align: center;
    position: relative;
}
.calcAdd img
    {
        max-width:100%;
        text-align:center;
    }
.calcAdd:first-child p
{
    color: #727273;
    padding-top: 10px;
}
.calcAdd:before
{
    display: block;
    content: "";
    border-left: 2px solid #ec934d;
    min-height: 275px;
    position: absolute;
    left: -12px;
    top: 53%;
}
.above767
{
    display:block;
}
.below767
{
    display:none;
}
@media (max-width: 767px)
{
    .above767
    {
        display:none;
    }
    .below767
    {
        display:block;
    }
    .calcAdd img
    {
        text-align:center;
        margin-top:30px;
    }
    .calcAdd:before
    {
        
        min-height: 150px;
        left: 0px;
        top: 57%;
    }
}
/**/
/*footer*/
footer
{
}
.footer
{
    background: #fff;
    display: block;
    padding: 30px 0px 0px;
}
.footer ul
{
    text-align: center;
    color: #727273;
    margin-left: 0px;
    padding-left:15px;
    padding-right:15px;
}
.footer ul li
{
    color: #f77f41;
    padding-left: 3px;
    padding-right: 3px;
}
.footer ul li a
{
    font-size: 11pt;
    font-weight: bold;
}
.footer p
{
    color: #727273;
    margin-bottom: 30px;
    text-align: center;
    color: #727273;padding-left:15px;
    padding-right:15px;
    font-size: 13px;
}
.footer a
{
    color: #727273;
    text-decoration: none;
}
.footer a:hover
{
    color: #000;
    text-decoration: none;
}
.redStrip
{
    background: #570e09;
    display: block;
    height: 20px;
}
.threebeerF
{
    display: block;
    font-size: 12px;
    line-height: 20px;
    color: #727273;
    text-align: left;
    padding-left: 5px;
}
.list-inline li:last-child
{
    display:none;
}
.sidebarwidget
{
    padding:0px;
}
.extraBorder
{
    border-bottom: 1px solid #f77f41;
}
.wpcf7-submit, .form-submit input[type="submit"] {
    -moz-user-select: none;
    background-color: #f25b24;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
.wpcf7-submit:hover, .form-submit input[type="submit"]:hover {
    text-decoration: underline;
}
.wpcf7-text, .wpcf7-captchar, .wpcf7-textarea {
   
    width: 60%;
    border:1px solid #e0e0e0;
}
.wpcf7-textarea {
    height: 200px;
    
}
@media (max-width: 991px)
{
    .logo
    {
        bottom: -97%;
    }
    .logo a img
    {
        width:330px;
    }
    .contentArea
    {
        margin-top: 25%;
    }
    .wpcf7-text, .wpcf7-captchar, .wpcf7-textarea {
        width: 80%;
    }
}
@media (max-width: 767px)
{
    .npMenu
    {
        display: block;
        margin-top:55px;

    }
    .navbar
    {
        margin-bottom: 0px;
    }
    .contentArea
    {
        display: block;
        margin-top: 0%;
    }
    .logo
    {
        
        left: 0%;
        bottom: -90%;
    }
    .logo a img
    {
        width:100%;
    }
    .bgWhite
    {
        margin-top: 3.5%;
    }
    .wpcf7-text, .wpcf7-captchar, .wpcf7-textarea {
        width: 100%;
    }
}