/*
Theme Name: Buran
Theme URI: http://themeforest.net/user/OrangeIdea/portfolio
Description: Buran - Responsive Theme For WordPress
Author: OrangeIdea
Author URI: http://themeforest.net/user/OrangeIdea
Version: 1.0.7
Tags: one-column, two-columns, left-sidebar, right-sidebar, fluid-layout, fixed-layout, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, translation-ready
License:
License URI:
*/
@import url('custom.css');
@import url('framework/bootstrap/bootstrap.css');
@import url('framework/css/main_style.css');
@import url('framework/css/options.css');

#content{
	margin-top:200px;
}

..this_page{
	margin-top:200px !important;
}
	
	

.columns{
  display: flex;
  flex:1;
  select {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -ms-flexbox;
}
}
.main{
  flex: 1;
  order: 2;
  background: #eee;
      text-align: center;
	  
     display: block;
    position: relative;
}

.main a{
	    top: 48%;
    display: block;
    position: relative;
    font-size: 59px;
    font-weight: bold;
}


.sidebar-first{
  width: 25%;
  background: #ccc;
  order: 1;
}




.sidebar-second{ 
  width: 25%;
  order: 3;    
  background-color: #834795;
    text-align: center;
	padding:17px;
}
.sidebar-second a {
    width: 100%;
    height: 100%;
    display: block;
	text-decoration: none;
}

.sidebar-second a:hover > .contacts_txt{
    color: #834795 !important;
	text-decoration: none;
}
.sidebar-second:hover {
    background-color: #fff;
    color: #834795 !important;
}


.custom_submit, .custom_submit:active {
   color: #0099a8 !important;
   background-color: white !important;
   font-weight:bold;
   border-width: 0px;
}
.custom_submit:hover{
	text-decoration:underline;
}

.vfb-section-div {
    background-color: #fff !important;
}
.visual-form-builder{
	text-align: left !important;
	
}
.visual-form-builder fieldset{
	      border: 0px solid #fff !important;
    border-radius: 0px !important;
    background-color: #fff !important;
}

.vfb-legend{
	    color: #000 !important;
	
}

.visual-form-builder input, .visual-form-builder textarea, .visual-form-builder select {
background-image: none;
  background-color: #fff  !important;
  border:2px solid #000 !important;
  color:#000 !important;
      -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
	padding:5px !important;
  
  }

.visual-form-builder input:focus{
	    border-color: #000;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0,0,0,.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0,0,0,.075);
}