@import url(https://fonts.googleapis.com/css?family=Poiret+One);

.header-main {
	width:100%;
	float:left;
	padding:20px 0;
	/*box-shadow:0 0 10px #ccc;
	-webkit-box-shadow: 0 0 10px #ccc;
    -moz-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc;*/
}
.logo {
	margin:0;
	padding:0;
}

ul.main-menu {
	float:right;
	list-style:none;
	margin-top:25px;
}
ul.main-menu li {
	display:inline-block;
}
ul.main-menu li a {
	font-size:17px;
	text-decoration:none;
	color:#000000;
	font-family: 'Roboto', sans-serif;
	font-style:italic;
	font-weight:300;
	padding:5px 10px;
	text-transform:uppercase;
}
ul.main-menu li a:hover {
	background:#000;
	color:#fff;
}
.main-content {
	width:100%;
	margin-top:15px;
	float:left;
}
.main-content img {
	width:100%;
}
.mask h2 {
	font-family: 'Poiret One', sans serif;
	
}
/*//////////////////////// Hover Effect /////////////////////////////*/
.thumbnail {
	background:none;
	box-shadow:none;
	border:none;
	padding:0;
	margin:0;
}
.view {
   width: 100%;
   float: left;
   overflow: hidden;
   position: relative;
   text-align: center;   
   cursor: default;
   margin-bottom:15px;
 }
.view .mask,.view .content {
   width: 100%;
   height: 100%;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view h2 {
   /*text-transform: uppercase;*/
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 36px;
   padding: 10px;
  /* background: rgba(0, 0, 0, 0.8);*/
   margin: 70px 0 0 0;
}
.view p {
   text-transform: uppercase;
   font-family: 'Roboto', sans-serif;
   font-style: italic;
   font-size: 22px;
   position: relative;
   color: #fff;
   padding: 90px 20px 0 20px;
   text-align: center;
   font-weight:300;
   display:table;
   
   vertical-align:middle;
}
.view a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #000;
   color: #fff;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 1px #000;
   -moz-box-shadow: 0 0 1px #000;
   box-shadow: 0 0 1px #000;
}
.view a.info: hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}
.view-first img {
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.view-first .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   background-color: rgba(0, 0, 0, 0.7);
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.view-first h2 {
   -webkit-transform: translateY(-100px);
   -moz-transform: translateY(-100px);
   -o-transform: translateY(-100px);
   -ms-transform: translateY(-100px);
   transform: translateY(-100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-first p {
   -webkit-transform: translateY(100px);
   -moz-transform: translateY(100px);
   -o-transform: translateY(100px);
   -ms-transform: translateY(100px);
   transform: translateY(100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.view-first:hover img {
   /*-webkit-transform: scale(1.1,1.1);
   -moz-transform: scale(1.1,1.1);
   -o-transform: scale(1.1,1.1);
   -ms-transform: scale(1.1,1.1);
   transform: scale(1.1,1.1);*/
}
.view-first a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-first:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.view-first:hover h2,
.view-first:hover p,
.view-first:hover a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
}
.view-first:hover p {
   -webkit-transition-delay: 0.1s;
   -moz-transition-delay: 0.1s;
   -o-transition-delay: 0.1s;
   -ms-transition-delay: 0.1s;
   transition-delay: 0.1s;
}
.view-first:hover a.info {
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
}
.n1 p {
 padding: 25px 20px 0 20px;
}
/*//////////////////////// Hover Effect End /////////////////////////////*/


.margin { 
	margin-top:20px;
	margin-bottom:20px;
}
.mydiv {
	text-align:center;
}
.mydiv { 
font-family: 'Roboto', sans-serif;
font-size:20px;
color:#000;
text-transform:uppercase;
}
img.divheight {
	height:387px;
}
.max-link {
	width:100%;
	text-align:center;
	float:left;
}
.max-link a {
	background:#fff;
	color:#000;
	font-family: 'Roboto', sans-serif;
    font-size:20px;
	padding:5px 20px;
	margin-top:160px;	
	display:inline-block;
}
.max-link span {
	background:#fff;
	color:#000;
	font-family: 'Josefin Slab', serif;
    font-size:20px;
	padding:5px 20px;
	margin-top:160px;	
	display:inline-block;
	
}
.nn a {
	cursor:pointer;

}
.new a {
	background:#fff;
	color:#000;
	font-family: 'Roboto', sans-serif;
    font-size:20px;
	padding:0;
	margin-top:0px;	
	display:inline-block;
}
ul.badge-cs {
	list-style:none;
	text-align:center;
	width:100%;
	margin-bottom:30px;
}
ul.badge-cs li {
	display:inline-block;
	margin-right:20px;
}
ul.badge-cs li img {
	width:200px;
	height:208px;
}
.footer-copyright .pull-right {
	display:block;
}
.new span {
	background:#fff;
	color:#000;
	font-family: 'Roboto', sans-serif;
    font-size:20px;
	padding:5px 20px;
	margin-top:30px;	
	display:inline-block;
}
.cl span {
	background:#fff;
	color:#000;
	font-family: 'Josefin Slab', serif;
    font-size:20px;
	padding:5px 20px;
	margin-top:30px;	
	display:inline-block;
}

.max-link1 h2 {
	margin-top:120px;	
}
.max-link a:hover {
	text-decoration:none;
}
.max-link1 {
	width:100%;
	text-align:center;
	float:left;
}
.max-link1 a {
	background:#fff;
	color:#000;
	font-family: 'Roboto', sans-serif;
    font-size:20px;
	padding:5px 20px;
	margin-top:100px;	
	display:inline-block;
}
.max-link1 a:hover {
	text-decoration:none;
}
.new1 a {
	background:#fff;
	color:#000;
	font-family: 'Roboto', sans-serif;
    font-size:20px;
	padding:5px 20px;
	margin-top:30px;	
	display:inline-block;
}
.footer-copyright {
	float:left;
	padding:35px 0;
	width:100%;
	background:#f1f1f1;
}
.footer-copyright span {
	color:#000;
	font-family: 'Roboto', sans-serif;
	font-weight:500;
	font-size:12px;
}
.footer-copyright ul {
	list-style:none;
	margin:0;
}
.footer-copyright ul li {
	display:inline-block;
}
.footer-copyright ul li a {
	color:#000;
	font-family: 'Roboto', sans-serif;
	font-weight:500;
	font-size:12px;
  text-decoration: none;
}





/*** Navigation Toggle & Animation ***/

.navDropdown {
	position: absolute;
	margin-top: 30px;
	right: 0px;
	width: 200px;
	display: none;
	background-color: #000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.navDropdown ul {
	margin: 0px;
	padding: 0px;
}
.navDropdown ul li {
	list-style: none;
	padding-left: 5%;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 7px;
	border-bottom: 1px dashed #dadada;
	font-size: 12px;
}
.navDropdown ul li a {
	color: #fff;
	text-decoration: none;
}
.navDropdown ul li a span {
	text-transform: uppercase;
	font-weight: 700;
	font-style: italic;
}
.navDropdown ul li i {
	color: #5bc9e3;
}
.navDropdown ul li.mainTwo {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	font-size: 16px;
	color: #fff;
}
.navDropdown ul li.mainTwo:hover {
	padding-left: 7%;
}

.navDropdown ul li.mainTwo a {
	outline: none !important;
}
.navDropdown ul li:last-child {
	border: 0px;
}
.navDropdown ul li.preOrder {
	color: #5bc9e3;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.navDropdown ul li.preOrder a {
	color: #5bc9e3;
	font-weight: 700;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.navDropdown ul li.preOrder:hover a {
	margin-left: 5px;
}
.showNavigation {
	display: inline;
	z-index: 50000 !important;
}
.navigationIcon {
   float: left;
   margin-top: 0px;
   margin-left:-20px;
}
#nav-toggle {
	
	cursor: pointer;
    padding: 10px 35px 16px 0px;
	margin-top: 50px;
	
	
}
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
	cursor: pointer;
	border-radius: 1px;
	height: 3px;
	width: 30px;
	background: #000;
	position: absolute;
	display: block;
	content: '';
}
#nav-toggle span:before {
	top: -10px;
}
#nav-toggle span:after {
	bottom: -10px;
}
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
	transition: all 500ms ease-in-out;
}
#nav-toggle.active span {
	background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
	top: 0;
}
#nav-toggle.active span:before {
	transform: rotate(45deg);
}
#nav-toggle.active span:after {
	transform: translateY(-10px) rotate(-45deg);
	top: 10px;
}
.new-spin { margin-left:10px; }
.main-menu .navbar-default {
	background:none;
	border:none;
	min-height:auto;
}
.content-div {
	box-shadow:0 0 2px #ccc;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	padding:15px;
	width:100%;
	float:left;
	margin:20px 0;
}
.content-div p {
	font-size:14px;
	font-family: 'Roboto', sans-serif;
	color:#313131;
}
#main_area {
	margin:30px 0;
}
.hide-bullets {
    list-style:none;
    margin-left: -40px;
 }

.thumbnail {
    padding: 0;
}

.carousel-inner>.item>img, .carousel-inner>.item>a>img {
    width: 100%;
	height:100%;
}
.main-content .thumbnail {
	/*margin-bottom:15px;*/
	cursor:pointer;
}
.main-content .item {
	height:436px;
}
.bb-item .max-link a {
	background: #fff !important;
    color: #000 !important;
    font-family: 'Roboto', sans-serif !important;
    font-size: 20px !important;
    padding: 5px 20px !important;
    margin-top: 160px !important;
    display: inline-block !important;
}
a.bb-custom-icon {
	background:#000;
	padding:10px 10px;
	color:#fff;
	text-decoration:none;
	margin:10px 5px 0 5px; 
	border-radius:4px;
}
a.bb-custom-icon:hover {
	text-decoration:none;
}
#innerLeftPro {
        float: left;
    width: 100%;
    /*border: 1px solid #313131;*/
    padding: 0 38px;
    margin-bottom: 40px;
	border-radius:8px;
}
#innerLeftPro p {
    text-align: left;
    padding: 10px 10px;
    font-weight: normal;
    width: 99%;
    float: left;
    color: #838383;
    line-height: 19px;
}
#innerLeftPro ul {
    text-align: left;
    margin-left: 10px;
    clear: both;
    width: 100%;
}
#innerLeftPro h3 {
    font-family: 'Roboto', sans-serif !important;
	font-weight:400;
    font-size: 19px;
    padding: 5px 10px;
    text-align: left;
    float: left;
    width: 100%;
}
#innerLeftPro li {
    padding-left: 20px;
    background: url(../images/icon1.jpg) no-repeat 0px 3px;
    color: #646464;
    font-weight: normal;
    padding-bottom: 12px;
    text-decoration: none;
    list-style: none;
}
.nn { /*height:387px;*/
}
.nn img {
	height:100%;
}
.gallery {
	width:100%;
	float:left;
	margin-bottom:20px;
}
.gallery img {
	/*border:2px solid #000;*/
	width:100%;
	margin-bottom:15px;
}
.btn-five {
	width:100%;
	background:#fff;
	border-top:1px solid #000;
	color:#000;
	padding:10px 0;
	float:left;
	text-align:center;
	}
.btn-five:hover {
	background:#000;
	color:#fff;
}
a .btn-five:hover {
	text-decoration:none;
}
.gallery h2 {
	font-size:25px;
	color:#000;
	margin-bottom:35px;
}
.ccds {
	margin-bottom:20px;
}
.table {
	margin:20px 0;
}
/**************************/

        
            figure { display: block; width: 100%; height: 100%; margin: 0 }
            .accordion.stitch .slide div { background: #333 }
            .social-buttons { width: 100%; text-align: center; margin-top: 30px }
            .social-buttons ul { display: inline-block; margin: 0 }
            .social-buttons li { float: left; list-style-type: none }
            .call_out {
                color: #444444;
                background: url('images/callout_bg.gif') repeat;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                border-radius: 4px;
                -webkit-box-shadow: 1px 0 3px rgba(0, 0, 0, 0.08);
                -moz-box-shadow: 1px 0 3px rgba(0, 0, 0, 0.08);
                box-shadow: 1px 0 3px rgba(0, 0, 0, 0.08);
                margin-top: 20px;
            }

            .call_out .wrap {
                padding: 19px 20px 17px 20px;
                border: 1px solid #d7d4cb;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                border-radius: 3px;
            }

            .call_out h2 {
                font-family: Georgia, "Times New Roman", Times, serif;
                font-style: italic;
                text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
                color: #444444;
                font-size: 18px;
                line-height: 20px;
                margin: 10px 0;
            }

            .call_out a.alt_btn {
                background: url('images/sprite.png') 24px 356px;
                display: block;
                padding: 0 0 0 23px;
                float: right;
                margin: -45px 0 0 0;
                font-family: Georgia, "Times New Roman", Times, serif;
                font-style: italic;
                font-size: 14px;
                color: #252525;
                text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.8);
                text-align: center;
                border: none;
                -webkit-box-shadow: 0;
                -moz-box-shadow: 0;
                box-shadow: 0;
                text-decoration: none;
                font-weight: bold;
            }

            .call_out a.alt_btn span {
                padding: 14px 23px 15px 0;
                background: url('images/sprite.png') 100% 253px;
                display: block;
            }

            .call_out a:hover.alt_btn { background: url('images/sprite.png') 24px 408px }
            .call_out a:hover.alt_btn span { background: url('images/sprite.png') 100% 304px }
 .mainpages {
	 float:left;
	 /*border:1px solid #313131;*/
	 border-bottom:none;
 }
 figcaption a {
	 color:#fff;
 }
  figcaption a:hover {
	 color:#fff;
	 text-decoration:none;
 }
  .mainpages h1 {
	  color:#fff;
	  background:#313131;
	  text-align:center;
  }
   .mainpages h3 {	  
	   text-align:left !important;
	   font-weight:bold !important;
	   padding:0 !important;
   }
   .mainpages h4 {	
    font-weight:normal;
   }
   .none{ display:none; }
   .border-none {
	   border:none !important;
   }
    .box-none {
	  box-shadow:none !important;
   }
    .dls span {
	   margin-top:120px;
   }
   .input-lg {
	   font-size:15px !important;
   }
   .radio label, .checkbox label {
	   margin-bottom:10px;
   }
   #slider-thumbs .thumbnail {
	   margin-bottom:15px !important;
   }
   
   
  .auto-pl ul {         
          padding:0 0 0 0;
          margin:0 0 0 0;
      }
      .auto-pl ul li {     
          list-style:none;
          margin-bottom:25px;           
      }
     .auto-pl  ul li img {
          cursor: pointer;
      }
      .modal-body {
          padding:5px !important;
      }
      .modal-content {
          border-radius:0;
      }
      .modal-dialog img {
          text-align:center;
          margin:0 auto;
      }
	 
    .exd .controls{          
        width:85px;
        display:block;
        font-size:30px;
        padding-top:8px;
        font-weight:bold;          
    }
	 a.next:hover, a.previous:hover,  a.next:focus, a.previous:focus { 
		 color:#000;
		 text-decoration:none;
	 }
    .next {
        text-align:center;
		right:0px;
		font-size:30px;
		color:#000;
		position:absolute;
		/*background: #000;*/
		padding:10px 20px;
		top:48%;
    }
	 .previous {
        text-align:center;
		font-size:30px;
		left:0px;
		color:#000;
		position:absolute;
		/*background: #000;*/
		padding:10px 20px;
		top:48%;
    }
	.auto-pl { 
	float:left;
	}
      /*override modal for demo only*/
      .modal-dialog {
          width:630px;
          padding-top: 90px;
      }
      @media screen and (min-width: 768px){
          .modal-dialog {
              width:630px;
              padding-top: 90px;
          }          
      }
      #innerLeftPro h3{font-weight: bold;}
	  
	  
@media only screen and (min-width:1280px) and (max-width:1366px)
{
	
}
@media only screen and (min-width:1024px) and (max-width:1267px)
{
	.view p {
		font-size:19px;
	}
	.bb-bookblock {
		height:305px;
	}
	.max-link span {
		margin-top:125px;
	}
	.dls span {
		margin-top:125px;
	}
	.view h2 {
		margin:70px 0 0 0;
		font-size:30px;
	}
	#innerLeftPro {
		padding:0;
	}
	
	#innerLeftPro img {
		width:100%;
	}
	#innerLeftPro p {
		text-align:justify;
	}
}
@media only screen and (min-width:980px) and (max-width:999px)
{
	.view p {
		padding:30px 20px 0 0;
		font-size:17px;
	}
	.bb-bookblock {
		height:250px;
	}
	.max-link span {
		margin-top:90px;
	}
	.dls span {
		margin-top:90px;
	}
	.view h2 {
		margin:45px 0 0 0;
		font-size:30px;
	}
	.content-div {
		margin:0;
		padding:0;
	}
	.content-div p {
		text-align:justify;
	}
	#innerLeftPro {
		padding:0;
	}
	
	#innerLeftPro img {
		width:100%;
	}
	#innerLeftPro p {
		text-align:justify;
	}
	.videocab iframe{
		max-width: 100% !important;
		margin-bottom: 20px;
	}
}
@media only screen and (min-width:768px) and (max-width:979px)
{
	.view p {
		padding:30px 20px 0 0;
		font-size:17px;
	}
	.bb-bookblock {
		height:250px;
	}
	.max-link span {
		margin-top:90px;
	}
	.dls span {
		margin-top:90px;
	}
	.view h2 {
		margin:45px 0 0 0;
		font-size:30px;
	}
	.content-div {
		margin:0;
		padding:0;
	}
	.content-div p {
		text-align:justify;
	}
	#innerLeftPro {
		padding:0;
	}
	#innerLeftPro h2 {
		font-size:25px;
	}
	#innerLeftPro img {
		width:100%;
	}
	#innerLeftPro p {
		text-align:justify;
	}
	.main-content .item {
		height:303px;
	}
	 .gallery h2 {
	  margin-left:14px;
  }
  .videocab iframe{
	max-width: 100% !important;
	margin-bottom: 20px;
  }
  .better_content p {
    font-size: 16px !important;
}
  
}
@media only screen and (max-width:767px) 
{
	.mobile-logo {
		width:50%;
		float:left;
	}
	.logo img { width:100%;
	}
	.view p {
		font-size:15px;
		padding:15px 20px 0;
	}
	.max-link span {
		margin-top:185px;
	}
	.dif span {
		margin-top:80px;
	}
	.view h2 {
		margin:120px 0 0 0;
		font-size:30px;
	}
	.mob-big h2 {
		margin:30px 0 0 0;
		font-size:30px;
	}
	.dls span {
		margin-top:190px;
	}
	.bb-custom-wrapper {
		margin-bottom:40px;
	}
	.content-div {
		margin:0;
		padding:0;
	}
	.content-div p {
		text-align:justify;
	}
	#innerLeftPro {
		padding:0;
	}
	#innerLeftPro h2 {
		font-size:25px;
	}
	#innerLeftPro img {
		width:100%;
	}
	#innerLeftPro p {
		text-align:justify;
	}
	ul.badge-cs li {
		padding-right:27px !important;
	}
  .sda {
	  display:none;
  }
   .gallery h2 {
	  margin-left:14px;
  }
  .videocab iframe{
	max-width: 100% !important;
	margin-bottom: 20px;
   }
   
}
@media only screen and (max-width:600px)
{
	.view p {
		font-size:14px;
	}
	.content-div {
		margin:0;
		padding:0;
	}
	.content-div p {
		text-align:justify;
	}
	#innerLeftPro {
		padding:0;
	}
	#innerLeftPro h2 {
		font-size:25px;
	}
	#innerLeftPro img {
		width:100%;
	}
	#innerLeftPro p {
		text-align:justify;
	}
	#innerLeftPro ul {
		padding-left:0;
	}
	 .sda {
	  display:none;
  }
  .gallery h2 {
	  margin-left:14px;
  }
  .videocab iframe{
	max-width: 100% !important;
	margin-bottom: 20px;
}
	
}
@media only screen and (max-width:480px)
{
	.mobile-logo {
		width:100%;
		float:left;
	}
	.main-for-mob {
		height:280px;
	}
	.main-for-mob img { 
	height:280px;
	}
	.view p {
    font-size: 13px;
    padding: 20px 20px 0;
    }
	.bb-bookblock {
		height:290px;
	}
	.max-link span {
    margin-top: 130px;
    }
	.dif span {
    margin-top: 50px;
    }
	.view h2 {
    font-size: 25px;
    margin: 75px 0 0;
    }
	.mob-big {
		height:220px;
	}
	.mob-big h2 {
		margin: 45px 0 0;
	}
	.mob-big img {
		height:220px;
	}
	.dls span {
    margin-top: 130px;
    }
	.js div.photopile-wrapper {
    min-height: 450px;
    }
	.navbar {
    margin-bottom: 5px;
    margin-top: 15px;
    }
	.content-div {
		margin:0;
		padding:0;
	}
	.content-div p {
		text-align:justify;
	}
	
	#main_area {
		margin:10px 0;
	}
	#innerLeftPro {
		padding:0;
	}
	#innerLeftPro h2 {
		font-size:25px;
	}
	#innerLeftPro img {
		width:100%;
	}
	#innerLeftPro p {
		text-align:justify;
	}
	#innerLeftPro ul {
		margin-left:0;
		padding-left:10px;
	}
	ul.badge-cs {
		padding:0;
	}
	ul.badge-cs li {
		margin-right:0;
		padding:0 !important;
		margin-bottom:10px;
	}
	 .sda {
	  display:none;
  }
  .carousel-inner {
	  margin-bottom:16px;
  }
  .main-content .item {
	  height:320px;
  }
  .videocab iframe{
	  max-width: 100% !important;
	  margin-bottom: 20px;
  }
  .i{
	background: #f1f1f1;
  }
  .videocab iframe{
	max-width: 100% !important;
	margin-bottom: 20px;
}
}
@media only screen and (max-width:479px)
{
	.mobile-logo {
		width:100%;
		float:left;
	}
	.main-for-mob {
		height:280px;
	}
	.main-for-mob img { 
	height:280px;
	}
	.view p {
    font-size: 11px;
    padding: 15px 20px 0;
    }
	.bb-bookblock {
		height:225px;
	}
	.max-link span {
    margin-top: 90px;
    }
	.dif span {
    margin-top: 32px;
    }
	.view h2 {
    font-size: 25px;
    margin: 35px 0 0;
    }
	.mob-big {
		height:220px;
	}
	.mob-big img {
		height:220px;
	}
	.dls span {
    margin-top: 90px;
    }
	.content-div {
		margin:0;
		padding:0;
	}
	.content-div p {
		text-align:justify;
	}
	#contact h3 {
		font-size:18px;
	}
	#main_area {
		margin:10px 0;
	}
	#innerLeftPro {
		padding:0;
	}
	#innerLeftPro h2 {
		font-size:25px;
	}
	#innerLeftPro img {
		width:100%;
	}
	#innerLeftPro p {
		text-align:justify;
	}
	 .sda {
	  display:none;
  }
  .carousel-inner {
	  margin-bottom:16px;
  }
  .main-content .item {
	  height:320px;
  }
  .videocab iframe{
	max-width: 100% !important;
	margin-bottom: 20px;
}
	
}
@media only screen and (max-width:359px)
{
	.mobile-logo {
		width:100%;
		float:left;
	}
	.main-for-mob {
		height:325px;
	}
	.main-for-mob img { 
	height:325px;
	}
	.view p {
    font-size: 11px;
    padding: 15px 20px 0;
    }
	.bb-bookblock {
		height:200px;
	}
	.bb-custom-wrapper {
    margin-bottom: 30px;
    }
	.max-link span {
    margin-top: 80px;
    }
	.dif span {
    margin-top: 27px;
    }
	.view h2 {
    font-size: 25px;
    margin: 35px 0 0;
    }
	.mob-big {
		height:220px;
	}
	.mob-big img {
		height:220px;
	}
	.dls span {
    margin-top: 80px;
    }
	.js div.photopile-wrapper {
    min-height: 450px;
    }
	.footer-copyright {
		text-align:center;
		padding:25px 0;
	}
	.footer-copyright .pull-left, .footer-copyright .pull-right {
		float:none !important;
	}
	.footer-copyright ul {
		padding:0;
	}
	.content-div {
		margin:0;
		padding:0;
	}
	.content-div p {
		text-align:justify;
	}
	#contact h3 {
		font-size:18px;
	}
	#main_area {
		margin:10px 0;
	}
	#innerLeftPro {
		padding:0;
	}
	#innerLeftPro h2 {
		font-size:25px;
	}
	#innerLeftPro img {
		width:100%;
	}
	#innerLeftPro p {
		text-align:justify;
	}
	#innerLeftPro ul {
		margin-left:0;
		padding-left:10px;
	}
	ul.badge-cs {
		padding:0;
	}
	ul.badge-cs li {
		margin-right:0;
		padding:0 !important;
		margin-bottom:10px;
	}
	 .sda {
	  display:none;
  }
  .carousel-inner {
	  margin-bottom:16px;
  }
  .main-content .item {
	  height:320px;
  }
  .videocab iframe{
	max-width: 100% !important;
	margin-bottom: 20px;
}
}
.videocab{
	float: left;
}
.better_content h2{
	font-weight: 600;
	margin-top: 0px;
}
.better_content p{
	font-size: 20px;
}

.dimitri iframe {
	width:100%;
	float:left;
}

.g-recaptcha {
	margin-bottom: 5px;
}

@media( min-width:1300px ){
	.better_content {
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
	}
	.dimitri {
		position: relative;
	}
}