/*
/   name           Favourite
/   version        4.1
/   description    Responsive and customizable Joomla!3 template
/   demo           http://demo.favthemes.com/favourite
/   author         FavThemes
/   author URL     https://www.favthemes.com
/   copyright      Copyright (C) 2012-2017 FavThemes.com. All Rights Reserved.
/   license        Licensed under GNU/GPLv3 (http://www.gnu.org/licenses/gpl-3.0.html)
*/

/*//////////////////////////////////////////////////////////////////////////////
///
///  custom style
///
//////////////////////////////////////////////////////////////////////////////*/
.ccna-contact-us .form-horizontal .control-label {
    width: auto;
}
.ccna-contact-us .form-horizontal .controls {
    margin-left: 100px;
}
.ccna-contact-us .form-horizontal .controls input, .ccna-contact-us .form-horizontal .controls textarea {
	max-width: 100%;
    padding: 2px 10px;
    width: 300px;  
}
.ccna-contact-us .form-horizontal .controls textarea {
	max-height:100px;
  	height:100px;
}
.ccna-contact-us .form-horizontal .control-group {
    margin-bottom: 0;
}
.ccna-contact-us div.contact .btn {
    margin: 0 auto;
  	width:147px;
}
.ccna-contact-us .well {
    border-radius: 0px;
    padding: 10px 0;
    text-align: center;
}
.ccna-contact-us legend {
    display: none;
}
.ccna-contact-us fieldset {
    width: 400px;
    margin: 0 auto;
}
.ccna-contact-us .control-group.field-spacer {
    display: none;
}
.ccna-contact-us .page-header {
    display: none;
}