/*
* Theme Name: Miron
* Description: Miron Theme for corporate and creative sites, responsive and clean layout.
* Author: design_mylife
* Version: 1.0
* preview url: http://designmylife.co.in/miron/index.html
*/



/* --------------------------------------------------------	*/
/*-----------------Base -----------------------------------     */
/* --------------------------------------------------------	*/
body{ 
	font-family: 'Raleway', sans-serif !important;
	background: #929292;
	background: -webkit-radial-gradient(60% 80%,#ededed 1%, #7c7b7b 80%) no-repeat; 
	background: -o-radial-gradient(60% 80%,#ededed 1%, #7c7b7b 80%) no-repeat; 
	background: -moz-radial-gradient(60% 80%,#ededed 1%, #7c7b7b 80%) no-repeat;
	background: radial-gradient(60% 80%,#ededed 1%, #7c7b7b 80%) no-repeat; 
	background-attachment:fixed;
	
	/*background-image:url(../images/bg_grad.jpg);
	background-color:#747474;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;*/


    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;	
    cursor:default;
    font-size: 14px;
}



.region-content {
	padding:1em;
	background-color:rgba(255,255,255,0.3);
	
	-webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.75);	
	
}

.page-node-1 .region-content {
	padding:0;
	background-color:transparent;
	
	-webkit-box-shadow: 0 0 0 0 transparent;
	-moz-box-shadow: 0 0 0 0 transparent;
	box-shadow: 0 0 0 0 transparent;	
}


.page-node-1 #block-system-main {
	padding:1em;
	background-color:rgba(255,255,255,0.3);
	
	-webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.75);	
}

h1.page-header {
	margin-bottom:0;
	background-color:rgba(255,255,255,0.3);	
	padding:1em .7em;
	text-align:center;/*
	border-left:2px solid #ccc;
	border-right:2px solid #ccc;*/
	box-shadow: 0px 1px 2px 0 rgba(0,0,0,0.75);	
	
	/*box-shadow: 0 9px 0px 0px rgba(255,255,255,0.3), 0 -9px 0px 0px rgba(255,255,255,0.3), 12px 0 15px -4px rgba(31, 73, 125, 0.8), -12px 0 15px -4px rgba(31, 73, 125, 0.8);*/
	
}

h1,
h2,
h3,
h4,
h5,
h6{
    font-family: 'Raleway', sans-serif !important;
    margin-top:0px;
    margin-bottom: 20px;
}
h1{
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 0.50em;
    color:#444444;
}
h2, h2.subtitle{
    font-weight: 300;
    color:#666;
    font-size: 19px;
}
h2.subtitle i{
    color:#1075bc;
    font-size: 2em;
}
h3 {
	font-weight:300;
	margin-top:0.5em;
}
a{
    text-decoration: none !important;
}
a.hover-color{
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
a.hover-color:hover{
    color:#1075bc !important;
}
iframe, fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
b,strong{
    font-weight: 800;
}
p{
    line-height: 23px;
}
::selection {
    background: #fefac7; /* Safari */
    color: #555555;
}
::-moz-selection {
    background: #fefac7; /* Firefox */
    color: #555555;
    outline: none;
}
/*============================================================*/
/*========= margin padding for giving spaces in rows =========*/
/*============================================================*/
.margin-btm20{
    margin-bottom: 20px;
}
.padding-60{
    padding: 80px 0px;
}
.margin-btm40{
    margin-bottom: 40px;
}
.divied-40{
    width:100%;
    height: 40px;
    clear: both;
}
.divied-60{
    width:100%;
    height: 60px;
    clear: both;  
}
/*============================================================*/
/*========= bootstrap overrides ==============================*/
/*============================================================*/

.navbar-btn {
	margin-top:0px !important;
	margin-bottom:0px !important;
}
/*pagination*/
.pagination  li  a{
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #000;
    background-color: transparent;
    border: 1px solid #eee;
    margin-left: -1px;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
.pagination li a:hover{
    color:#fff;
    background-color: #1075bc;
    border-color: #1075bc;
}

/*progress bar*/
.progress {
    height: 15px;
    line-height: 10px;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 20px;
    background: #E9E9E9;
}
.progress-bar{
    line-height: 10px;
    background: #1075bc;
    box-shadow: none;
    -webkit-box-shadow: none;
}
h3.heading-progress{
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
}
h3.heading-progress span{
    color:#1075bc;
    font-weight: 400;
}
/*tabs*/

.tabs .nav-tabs {
    border-bottom: none;
}
.tabs .nav-tabs  li {
    margin-bottom: 0;
}

.tabs .nav-tabs  li  a {
    background: #f7f7f7;
    margin-right: 2px;
    border-left: 1px solid #f7f7f7;
    border-right: 1px solid #f7f7f7;
    border-bottom: none !important;
    border-radius: 0;
    padding: 12px 20px;
    color: #6d6d6d;
    position: relative;
}
.tabs .nav-tabs  li  a:after {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    height: 3px;
}
.tabs .nav-tabs  li  a:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 1px;
}
.tabs .nav-tabs  li  a:hover {
    border-color: #f7f7f7;
}
.tabs .nav-tabs > li > a .fa {
    margin-right: 4px;
}
.tabs .nav-tabs  li.active  a {
    color:#1075bc;
    border-left-color: #eee;
    border-right-color: #eee;
    background: #fff;
}
.tabs .nav-tabs  li.active  a:after {
    background: #1075bc;
}
.tabs .nav-tabs  li.active  a:before {
    background: #fff;
}
.tabs .nav-tabs  li.active  a:hover {
    border-bottom-color: #fff;
}
.tabs .tab-content {
    padding: 15px 8px;
    border: 1px solid #eee;
    background: #fff;

}
.tab-content p{
    overflow: hidden;
}
.tabs .tab-content:before,
.tabs .tab-content:after {
    content: " ";
    display: table;
}
.tabs .tab-content:after {
    clear: both;
}
.tabs .tab-content p:last-child {
    margin-bottom: 0;
}
/*resposive audio*/
.audio{
    width:100%;
}
/*resposive video*/
.responsive-video {
    width: 100%;
    position: relative;
    padding: 0;
    padding-top: 50.25%;
}
.responsive-video iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*==================== ========*/
/*========= main menu =========*/
/*============================*/
.navbar-inverse{
    background-color: #f0f0f0;
	box-shadow:0px 3px 4px #000;

}
.navbar{
    border: none !important;
    border-radius: 0;
    margin-bottom: 0px;
	padding-bottom:15px;
	padding-top:15px;
}


.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus{
    background-color: #1075bc !important;
    color:#fff;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
    background-color: transparent;
    color: #fff;
}
/*============================*/
/*======dropdowm menu=========*/
/*============================*/
.navbar .dropdown-menu, #block-system-main-menu .dropdown-menu{
    padding: 0;
    margin: 0;
    min-width: 190px;
    background-color: #222;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-top: 2px solid #1075bc !important;
}
.navbar .dropdown-menu li a, #block-system-main-menu .dropdown-menu li a{
    color:#fff;
    padding: 9px 20px;
    border-bottom: 1px solid #333;
    font-weight: 400;
    font-size: 14px;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
.navbar .dropdown-menu li:last-child a, #block-system-main-menu .dropdown-menu li:last-child a{
    border-bottom: none;
}
.navbar .dropdown-menu li a:hover, #block-system-main-menu .dropdown-menu li a:hover{
    background: #1075bc;
    color:#fff;
}


 #footer-main .nav > li > a:hover,  #footer-main .nav > li > a:focus, #block-views-listallpdf-block a:focus, #block-views-listallpdf-block a:hover{
		background-color:transparent; 
		color:#fff;
 }


/*==================== ========*/
/*========= main menu option 2 with white backgorund =========*/
/*============================*/
.navbar-default{
    background-color: #fff;
    box-shadow:0px 0px 8px #999;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #1075bc;
}
.navbar-default .navbar-nav > .open > a,.navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus{
    background-color:#1075bc;
    color:#fff;
}

#navbar .container > .navbar-collapse {
	padding-right:0!important;
}




/*==================== ========*/
/*========= breadcrumbs overrides =========*/
/*============================*/
/*#page-tree h1{
    margin: 0px;
    font-weight: 300;
}
#page-tree .breadcrumb{
margin-bottom: 0;
margin-top: 13px;
padding: 0px 0;
background: transparent;
}
#page-tree .breadcrumb li a{
    color:#000;
}
#page-tree .breadcrumb li i:before{
    color:#000 !important;
}
#page-tree .breadcrumb li.active a{
    color:#1075bc;
}
*/
#main .breadcrumb {
    background-color: transparent;
	position:absolute;
	top:-25px;
	padding:0 0 15px 0;
	color:#444444;
}

#main .breadcrumb>.active {
	color:#444444;
}

#main .breadcrumb a {
	color:#00396a;
	font-weight:bold;
}

/*==================== ========*/
/*========= footers =========*/
/*============================*/
#footer-main{
    background: #363839;
    color:#8C8989;
}

#footer-main a {
	display:block;
	padding:7px 15px 7px 0;
}


/*==================== ========*/
/*========= footer option 2 =========*/
/*============================*/
#footer-option{
    background: none repeat scroll 0% 0% #363839;
    color: #8C8989;
}
#footer-option h3{
    font-weight: 300;
}
#footer-copyright{
    padding: 20px 0px;
    background-color: #444444;
}
#footer-copyright span{
    color:#E9E9E9;
}
/*==================== ========*/
/*========= sidebar =========*/
/*============================*/
.sidebarbox-title{
    margin-bottom: 15px;
    font-size: 19px;
}
.sidebar-box{
    background-color: #fff;
    color: #666;
    margin-bottom: 30px;
    padding: 15px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0px 1px 2px #999;
    -webkit-box-shadow: 0px 1px 2px #999;
}


/*==================== ========*/
/*========= error page =========*/
/*============================*/
.error-page h2{
    font-weight: 300;
    font-size: 120px;
}



/*==================== ========*/
/*========= Forms =========*/
/*============================*/

#navbar #block-search-form{
	display:block;
	margin-top:1.5em;
	width:20%;
}

#main #block-search-form{
	display:none;
	width:20%
}


.form-box{
    padding: 15px;
    background: #fff;
    box-shadow: 0px 1px 2px #999;
    -webkit-box-shadow: 0px 1px 2px #999;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.form-control{
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    padding: 0 10px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 25px;
    color: #7a7a7a;
    border: 1px solid #dadada;
    resize: none;
    vertical-align: middle;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #FFF;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.form-control:focus{
    border: 1px solid #b3b3b3;
    background: #FFF;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/*shortcodes typography css*/
.colored-bg{
    width:100%;
    padding: 15px;
    background-color: #1075bc;
}
.lead{
    font-weight: 300;
}



/*****************Product Blocks and pages*********************/

#block-views-productblock-block {
	margin-top:1em;	
}

#block-views-productblock-block .views-row {
	float:left;
	/*width:33.3335%;*/
	width:31%;
	height:340px;
	
	
	-webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.75);
	
}

#block-views-productblock-block .views-row-first {
	margin-left:0;
	margin-right:1%;
}

#block-views-productblock-block .views-row-even {
	margin:0 2% 0 2.5%;
}

#block-views-productblock-block .views-row-last {
	margin-right:0;
	margin-left:1%;
	float:right;
}

#block-views-productblock-block .views-row .field-name-body, #block-views-productblock-block .views-row h2, #block-views-productblock-block .views-row .field-name-field-pdf{
	padding:0 10px;
}


.node .field-name-field-pimage {
	float:left;
	margin:0 1em 1em 0;
}

/*.node.node-teaser .field-name-field-pimage {
	float:none;
	margin:0 0 .5em 0;
}

.node.node-teaser .field-name-field-pimage img{
	width:100%;
	height:100%;
}
	*/

.node .field-name-field-pdf {
	margin-top:1em;
}

.node .field-name-field-pdf .field-label{
	margin-right:.5em;
}

.node.node-teaser .field-name-field-pdf {
	clear:both;
}

	/*	On homepage block  */ 
	#block-views-productblock-block .views-row .links {
		text-align:right;
		padding:0 7px;
	}
	
	
	#block-views-productblock-block .views-row-1, #block-views-productblock-block .views-row-3{
		background-color:#105681;
		color:#fff;
	}
	
	#block-views-productblock-block .views-row h2{
		margin-bottom:.5em;
		font-weight:bold;
		margin-top:.5em;
	}
	#block-views-productblock-block .views-row-1 a,#block-views-productblock-block .views-row-3 a{
		color:#80b04c;
	}
	
	#block-views-productblock-block .views-row-2{
		background-color:#105681;
		color:#fff;
		/*background-color:#80b04c;
		color:#fff;*/
	}
	
	#block-views-productblock-block .views-row-2 a{
	/*	color:#105681;*/
		color:#80b04c;
	}
	
	/* ----- On products page showing all the teasers ---- */
	
	#block-views-all-products-block .views-row{
		margin-bottom:1em;
		border-bottom:1px solid #121212;
	}
	#block-views-all-products-block .views-row .links {
		text-align:right;
		padding:0 7px;
	}
	
	#block-views-all-products-block .views-row.views-row-last {
		border:0 none;	
	}


/***************** Reasources *********************/

	#block-views-all-resources-block{
		margin-top:2em;
	}
	
	#block-views-all-resources-block .views-row{
		margin-bottom:1em;
		border-bottom:1px solid #121212;
	}
	#block-views-all-resources-block .views-row .links {
		text-align:right;
		padding:0 7px;
	}
	
	#block-views-all-resources-block .views-row.views-row-last {
		border:0 none;	
	}
	
	#block-views-listallpdf-block-1 h2{
		padding:1em 0;
		border-top:1px solid #121212;		
	}
	
	#block-views-listallpdf-block-1 .views-row{
		padding:7px 0;
		width:49%;
		display:inline-block;
		
	}

/***************** Intersting faqs elements *********************/

.field-name-field-interesting-fact {
		background-color:#80b04c;
		color:#fff;	
		padding:.7em;
		border-radius:7px;
		margin:2.5em 0 1em 0;
		padding-left:2.5em;
}

.field-name-field-interesting-fact::before {
    content: "?";
	background-color:#428bca;
	font-weight:bold;
    border-radius: 50%;
    font-size: 300%;
    padding: 0 18px;
	margin-right:7px;
	position:absolute;
	left:0;
}

/***************** FAQ *********************/
.faq-question-answer {
	margin-bottom:10px;	
}

.faq-question-answer .field-name-body {
	margin:7px 0;
}

/*****************Testimonial pages*********************/

.node-testimonials .content {
	padding:0 5%;	
}

.view-testimonials .views-row{
	padding:.5em 40px;
	margin-bottom:2em;
	background-image:url(../images/top_quote.png),url(../images/bottom_quote.png);
	background-position:left 2em,bottom right;
	background-repeat:no-repeat,no-repeat;
}	



/*****************google map*********************/

#map-canvas{
    width:100%;
    height: 400px;
}

h2.block-title {text-align:center;    font-family: 'Raleway', sans-serif !important;
	font-weight: 700;
    font-size: 22px;
    margin-bottom: 0.50em;
    color:#444444;
}
.region-sidebar-first h2.block-title {
	font-size: 16px;
}
.region-sidebar-first h3 {
	font-weight: 500;
	font-size: 14px;
	color: #808080;
	margin-top: 8px;
	margin-bottom: 8px;
}

#block-menu-block-1 .menu a {
	font-weight:bold;	
}

.footer-column h2.block-title {
    color:#ddd;
    font-size:20px;
    font-weight:300;
    text-align:left;
}

.list-inline {
	margin-top:1em;
}



/***************** Temp Tweaks *********************/

.navbar-inverse {
  background-color: #363839;
}

.navbar-inverse .navbar-nav>li>a {
  color: #428bca;
}

.navbar-btn {
	/*background-color:#fff;*/
}


#node-11 .field-name-field-info{
	width:45%;
	float:left;
	margin-left:4%;
}

#node-11 form{
	width:45%;
	float:right;
	margin-right:4%;
}

.navbar-nav {
	margin-left:10px;	
}

.field-name-field-pdf .field-label {
	margin-bottom:7px;	
}

.field-name-field-pdf .field-item a{
	/*background-color: #363839;
	color: #428bca;*/
	padding:.5em;
	font-weight:bold;
}

.node-teaser .field-name-field-pdf .field-item a{
	background-color: transparent;
	padding:inherit;
}
	
.num {
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;	
}





/*layout width set what you want*/
@media(min-width:1200px){
    .container{
        width:970px;
    }
}

@media (max-width: 990px){
	#block-views-productblock-block .views-row {
		float:none;
		width:100%;
		margin:10px 0;
		height:auto;
		border:none 0;
	}
	#block-views-productblock-block .views-row h2{
		margin-top:.5em;	
	}
	
	.node.node-teaser .field-name-field-pimage {
		float:left!important;
	}
	
	.node.node-teaser .field-name-field-pimage img{
		width:auto!important;
		height:100%;
		margin-right:.5em;
	}
	
	.node .field-name-field-pdf {
		clear:both;
	} 

	.navbar-collapse {
		padding-right: 0!important;
	}
	.navbar-nav {
		float:right!important;	
	}
	.navbar-nav > li.last > a {
		padding-right:0!important;	
	}
	
	#navbar #block-search-form{
		display:none
	}
	
	#main #block-search-form{
/*		display:block;
		float:right;
		display:block;
		float:right;
		margin-top:-37px;*/
		
		
		display: block;
		position: absolute;
		right: 15px;
		top:-37px;
  /*  top: -40px;*/
	}
	
	
}

@media (max-width: 767px) {
    .tabs .nav-tabs  li {
        width: 100%;
        float: none;
        margin-bottom: 2px;
    }
    .tabs .nav-tabs  li  a {
        margin-right: 0 !important;
    }
    .tabs .nav-tabs  li.active  a {
        border-bottom: 2px solid #dcdcdc !important;
    }
    /*for slider text*/
    .slider-heading{
        font-size: 2.9em;
        margin-top: 10px;
    }
    .navbar-brand{
        padding-top: 15px;
    }
    #page-tree{
        padding-top: 70px !important;
    } 
	
	
	#navbar #block-search-form{
		display:block;
		width:100%
	}
	
	#main #block-search-form{
		display:none;
	}
		
	#navbar .container > .navbar-collapse {
    	padding-right: 15px !important;
	}
	
	.navbar-nav {
		float:none!important;	
	}
	.navbar-nav > li.last > a {
		padding-right:inherit!important;	
	}
}
@media (min-width: 768px){
    .navbar-nav > li > a {
        font-size: 13px;
        font-weight: 700;
        padding: 17px 11px;
        text-transform: uppercase;
        line-height: 44px;
        vertical-align: middle;
    }
	.navbar-brand{
		color:#fff !important;
		float: left ;
		padding: 22px 15px;
		font-weight: 700;
		font-size: 35px;
		height: 78px;
		text-transform: uppercase;
	
	}
	.navbar-brand img{
		margin-top: 7px;
	}
	
	.dropdown:hover .dropdown-menu {
		display: block;
	}
 
 
}
