/*
Theme Name:     Mixin Child
Theme URI:      http://www.themewaves.com
Description:    Child theme for the Mixin - Responsive Multi-Purpose Retina Theme
Author:         ThemeWaves
Author URI:     http://www.themewaves.com
Template:       mixin                             
Version:        1.0
*/

@import url("../mixin/style.css");

/* Enter below your Customization CSS */

body{
  font-family: 'Open Sans';
}



#chevron {
	position: relative;
    text-align: center;
    padding: 12px;
    margin-bottom: 6px;
    height: 100px;
    width: 100%;
	margin-top: -64px;
}

#chevron:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  background: #fff;
  -webkit-transform: skew(0deg, 6deg);
  -moz-transform: skew(0deg, 6deg);
  -ms-transform: skew(0deg, 6deg);
  -o-transform: skew(0deg, 6deg);
  transform: skew(0deg, 6deg);
}
#chevron:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50%;
  background: #fff;
  -webkit-transform: skew(0deg, -6deg);
  -moz-transform: skew(0deg, -6deg);
  -ms-transform: skew(0deg, -6deg);
  -o-transform: skew(0deg, -6deg);
  transform: skew(0deg, -6deg);
}​

.carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 67px !important;
}

.carousel-indicators {
    bottom: 56px;
}

.logo_mini{
	position: relative;
    margin-top: -163px;
    background-color: #fff;
    border-radius: 50%;
    border: 3px solid #fff;
}


@media only screen and (max-width: 768px){
	.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{
		float: left;
		border:none;
		padding-top: 18px;
	}
}

.info_top{  
  color: #fff;
  text-align: right;
  padding-top: 10px;
  font-size: 12px;
}

.foo_img{
    width: 90px;
    float: right;
    background-color: #fff;
    border-radius: 50%;
}

.hor_line{
    border: 0;
    border-top: 1px solid #eee;
    width: 100%;
    margin-top: 43px;
    position: absolute;
    margin-left: -18px;
}


@media only screen and (max-width: 800px){
 .foo_img{
    float: left;
  }
}


.btn_about{
  border-radius:40px; 
}



.btn_cp_pro{
  border-radius:40px; 
  background-color: #ee3824;
  color: #fff;
  border:none;
}

.btn_projects{
  border-radius:40px; 
  float: right;
  margin-top:30px;  
}


* added to  .nav */
.normal {
xheight: 75px; /* this causes drop down to lose color ??? */
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
}

.normal .navbar-right {
padding-top: 12px;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
}
.navbar-brand {
padding: 0px !important;
}
.navbar-brand img {
padding: 5px;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
}


.font_lit_sm{
  font-size: 12px;
}

.text_up_t{
  text-transform: uppercase;
}


.back_gry_sec{
  background-color: #f4f5f9;
  padding-top: 60px;
  padding-bottom: 60px;
}

.hand_left_wid{
  width: 100%;
}

.his_text_main{
    border-left: 5px solid #ee3824;
    padding-left: 24px;
}

.ped_style_ped{
  padding: 40px;
  padding-bottom: 15px;
}

.cap_title_name{
  color: #fff;
  text-transform: uppercase;
}

.frist_box_le {
  background-color: #ee3824;
  padding: 40px;
}


.second_box_le {
  background-color: #f65846;
  padding: 40px;
}



.three_box_le{
  background-color: #fa6b5b;
  padding: 40px;
}

.clr_w_text{
  color: #fff;
  font-size: 12px;
}

.share_ico_s{
  color: #fff;
  font-size: 14px;
}

.top_ped_im{
  padding-top: 25px;
  width: 100%;
}

.blur_back{
  background-image: url("../mixin/img/blur_back.png");
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  margin-top: 50px;
  display:flex;
}

.par_text_co{
  color: #fff;
}

.text_banner_w{
  color: #fff;
  font-size: 12px;
}

.cirrus_co{
  color: #fff;
}

.footer_pedi{
  padding-top: 30px;
  padding-bottom: 30px;
}

@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);

.dropdown-large {
  position: static !important;
}
.dropdown-menu-large {
  margin-left: 16px;
  margin-right: 16px;
  padding: 20px 0px;
}
.dropdown-menu-large > li > ul {
  padding: 0;
  margin: 0;
}
.dropdown-menu-large > li > ul > li {
  list-style: none;
}
.dropdown-menu-large > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight:300;
  line-height: 1.428571429;
  color: #333333;
  white-space: normal;
}
.dropdown-menu-large > li ul > li > a:hover,
.dropdown-menu-large > li ul > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu-large .disabled > a,
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  color: #999999;
}
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.dropdown-menu-large .dropdown-header {
  color: #428bca;
  font-size: 18px;
}

@media (max-width: 768px) {
  .dropdown-menu-large {
    margin-left: 0 ;
    margin-right: 0 ;
  }
  .dropdown-menu-large > li {
    margin-bottom: 30px;
  }
  .dropdown-menu-large > li:last-child {
    margin-bottom: 0;
  }
  .dropdown-menu-large .dropdown-header {
    padding: 3px 15px !important;
  }
}


.rights_ipath{
    float: right;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {  
  .rights_ipath{
    float: left !important;
    padding-top: 10px;
  }
}


@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {  
    .footer_pedi{
    padding-top: 0px;
    padding-bottom: 0px;
  }
}



@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {  
    .btn_projects{
    float: left;
  }
}

@media (max-width: 991px) and (min-width: 768px)
.col-md-4, .col-md-8, .col-md-3, .col-md-6 {
    width: auto !important;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
   .foo_img {
   float: left;
   margin-left: 73px;
 }
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
 .text_banner_w {
     color: #fff;
     font-size: 10px;
 }
}



@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
 .logo_mini {
 margin-top: -222px;
 }
}


@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
 .carousel-indicators {
   bottom: 96px;
 }
}


@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
.tw-logo img {
    max-height: 38px;
}
}


@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	#header {
    margin-top: -26px;
}
}