/*===========================================================================
| Template Name: AWS Amazon Polly - Text to Speech Converter
| Theme URL: https://codecanyon.net/user/berkinedesign
| Author: BerkineDesign
| Author URL: https://codecanyon.net/user/berkinedesign
| Version: 1.0
| File name: styles.css
| Date Created: 25.01.2020
| Website: www.berkinedesign.com/polly
============================================================================= */


/* -------------------------------------------- */
/*             TABLE OF CONTENTS
/* -------------------------------------------- */
/*   00 - Preload Styles			            */
/*   01 - Global Styles				            */
/*   02 - Textarea Layout		                */
/*   03 - Audio Box Layout			            */
/*   04 - Language Layout	  	       	        */
/*   05 - Voice Layout  			            */
/*   06 - Buttons Layout  			            */
/*   07 - Additional Settings Layout            */
/*   08 - Action Button Layout    		        */
/*   09 - Voice Examples Layout     	        */
/*   10 - Copyright		    			        */
/*   11 - Responsive Styles   			        */



/* ==========================================================================           
 *
 *    00 - PRELOAD STYLES
 *
 * ========================================================================== */

@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css");

.no-js #loader { display: none;  }

.js #loader { display: block; position: absolute; left: 100px; top: 0; }

.se-pre-con {
			position: fixed;
			left: 0px;
			top: 0px;
			width: 100%;
			height: 100%;
			z-index: 9999;
			background: url(../img/preload.gif) center no-repeat #fff;
}



/* ==========================================================================           
 *
 *    01 - GLOBAL STYLES
 *
 * ========================================================================== */

body {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #0E2E40;
}

section {
	background: #F9F9F9;
	padding-bottom: 64px;
}

section .container {
	padding-left: 0px;
	padding-right: 0px;
}

h3 {
	color: #0E2E40;
	text-transform: uppercase;
	margin-bottom: 4rem;
	font-weight: 700;
	font-size: 18px;
}

h6 {
	font-size: 13px;
	color: #0E2E40;
	font-weight: 600;
	text-transform: uppercase;
}

section {
 background: top left url('../img/mb-bg-fb-04.jpg') no-repeat fixed;
 background-size: cover;
}

section .form-title span {
	color: #00bcd4;
}

section #outer-wrapper {
	background: #FFF;
	border-top: 7px solid #00bcd4;
	box-shadow: 0 3px 6px rgba(57,73,76,.5);
	padding: 3rem 1.5rem 5rem;
	width: 100%;
	position: relative;
}

/*------------------------------------------*/
/*    Navigation
/*------------------------------------------*/

#top-nav {
	background: #00bcd4;
	box-shadow: 0 3px 6px rgba(57,73,76,.7);
	margin-bottom: 64px;
}

#top-nav .container {
	padding-left: 0;
	padding-right: 0;
}

.navbar {
	padding-left: 0;
	padding-right: 0;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 50px;
	font-weight: 700;
	z-index: 100;
	-webkit-transition: all ease-in 0.2s;
	transition: all ease-in 0.2s;
}

.navbar-nav {
  	width: 100%;
  	display: flex;
  	font-size: 12px;
  	justify-content: flex-end;
}

.navbar-nav li.nav-item a.nav-link {
  	text-transform: uppercase;
  	padding: 0px 15px;
  	letter-spacing: 1px;
  	color: #FFF;
}

.navbar-nav li.nav-item a.nav-link:hover {
	color: #0e2e40;
}

.navbar-brand {
  	color: #FFF;
  	font-size: 14px;
  	text-transform: uppercase;
  	font-weight: 800;
  	text-shadow: 0 1px 3px rgba(57,73,76,.9);
}

.navbar-brand span {
  	color: #FFC300;
}

.navbar-brand:hover {
	color: #FFF;
}

.dropdown-menu {
	padding: 0;
	margin-top: 5px;
	text-transform: uppercase;
	font-size: 12px;
	border-radius: 0;
	background: #00bcd4;	
}

.dropdown-item {
	color: #FFF;
	font-weight: 700;
	border-bottom: 1px solid rgba(57,73,76,.2);
}

.dropdown-item:hover {
	background: #FFF;
	color: #0E2E40;
}

.dropdown-item:last-child {
    border-bottom: none;
}

/*------------------------------------------*/
/*    Internal Title
/*------------------------------------------*/

#internal-title h3 {
	text-align: center;
    margin-bottom: 1rem;
    color: #00bcd4;
}

#internal-title h5 {
	font-family: 'Poppins', sans-serif;
    font-size: 13px;
    color: #0e2e40;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}

#internal-title h5:last-child {
	margin-bottom: 3rem;
}

#internal-title h5 span {
	color: #00bcd4;
}



/*======================================================
*
*    02 - Textarea Layout
*
*=======================================================*/

#textarea-outer-wrapper {
	padding: 1.5rem;
	margin-bottom: 3rem;
	border: 1px solid rgba(57,73,76,.2);
}

#textarea-outer-wrapper textarea.form-control {
	border-radius: 0px;
	padding-top: 15px;
}

#textarea-box {
	position: relative;
}

/* -------------------------------------------- */
/* 		Textarea Label on Top
/* -------------------------------------------- */

#textarea-box .input-label {
  	position: absolute;
  	top: 0;
  	padding-left: 5px;
  	font-size: 14px;
  	color: #5E6D81;
  	-webkit-user-select: none;
  	-moz-user-select: none;
  	-ms-user-select: none;
  	user-select: none;
}

#textarea-box .input-label::after {
  	content: '';
  	position: absolute;
  	-webkit-transform: translate3d(100%, 0, 0);
  	transform: translate3d(100%, 0, 0);
  	-webkit-transition: -webkit-transform 0.3s;
  	transition: transform 0.3s;
  	transition: opacity 0.2s ease;
}

#textarea-box .input-label-content {
  	position: relative;
  	padding: 0 5px;
  	color: #00bcd4;
  	background-color:#FFF;
  	opacity: 0;
  	display: inline-block;
  	-webkit-transform-origin: 0 0;
  	transform-origin: 0 0;
  	-webkit-transform: translate3d(0, 20px, 0);
  	transform: translate3d(0, 20px, 0);
  	-webkit-transition: -webkit-transform 0.3s;
  	transition: transform 0.2s;
}

#textarea-box .input-field:focus + .input-label .input-label-content {
  	-webkit-transform: translate3d(15px, -10px, 0) scale3d(0.8, 0.8, 1);
  	transform: translate3d(15px, -10px, 0) scale3d(0.8, 0.8, 1);
	opacity: 1;
}

/* -------------------------------------------- */
/* 		Textarea Counter and Button
/* -------------------------------------------- */

#textarea-settings {
	padding: 10px 0 14px;
}

#textarea-settings .character-counter {
	float: left;
}

#textarea-settings .jQTAreaCount,
#textarea-settings .jQTAreaValue {
	font-style: normal;
}

#textarea-outer-wrapper .jQTAreaExt {
	margin-bottom: 0;
	height: 4px;
	background-color: #00bcd4;
}

#textarea-settings .clear-button {
	float: right;
	font-size: 14px;
}

#textarea-settings .clear-button button {
	font-size: 12px;
	color: #888;
	font-weight: 600;
	background: none;
	border: none;
	outline: none;
  	text-decoration: none;
}

#textarea-settings .clear-button button:hover {
	color: #00bcd4;
}

#textarea-settings .character-counter {
	font-style: normal;
	font-size: 12px;
	color: #888;
}



/* ==========================================================================           
 *
 *    03 - Audio Box Layout
 *
 * ========================================================================== */

#audio-box-container {
	margin-bottom: 3rem;
	margin-top: 1rem;
	border: 1px solid rgba(57,73,76,.2);
	display: block;
	padding: 2rem 1.5rem;
}

#audio-box-container {
	display: none;
}

#audio-box-container span#audio-top-text {
	position: absolute;
	color: #888;
	z-index: 10;
	top: -10px;
	left: 3rem;
	font-size: 11px;
	background-color: #fff;
	padding-left: 5px;
	padding-right: 5px;
}

#audio-box-container button {
	position: absolute;
	background: none;
	border: none;
	margin-top: .3rem;
	color: rgba(153, 153, 153, 0.9);
	font-weight: 600;
}

#audio-box-container button a {
	color: rgba(153, 153, 153, 0.9);
}

#audio-box-container button a:hover {
	color: #00bcd4;
}

#audio-box-container button#one {
	position: absolute;
	right: 4rem;
}

#audio-box-container button#two {
	position: absolute;
	right: 6rem;
	margin-top: .25rem;
}

#audio-box-container button:hover {
	color: #00bcd4;
}


/* -------------------------------------------- */
/* 		Custom CSS for audioplayer.css
/* -------------------------------------------- */

.audioplayer {
	color: #0e2e40;
	height: 6em;
	border: 1px solid rgba(57,73,76,.2);
	background: #333;
	box-shadow: none;
	background: #ffffff; /* Old browsers */
    background: -webkit-linear-gradient(#ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%);
    background: -o-linear-gradient(#ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%);
    background: linear-gradient(#ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.audioplayer-playpause:hover,
.audioplayer-playpause:focus {
	background-color: #ffea3c;
}

.audioplayer-playpause {
	width: 5em;
}

.audioplayer-playpause a {
	border-left-color: #0e2e40;
}

.audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {
	border-left-color: #0e2e40;
}

.audioplayer:not(.audioplayer-playing) .audioplayer-playpause:hover a {
	border-left-color: #0e2e40;
}

.audioplayer:not(.audioplayer-playing) .audioplayer-playpause:hover {
	background: #ffea3c;
}
.audioplayer-playing .audioplayer-playpause a:before,
.audioplayer-playing .audioplayer-playpause a:after {
	background-color: #0e2e40;
}

.audioplayer-time {
	color: #0e2e40;
	text-shadow: none;
	padding-top: 1.7em;
}

.audioplayer-time-current {
	left: 5em;
	border-left: 1px solid rgba(57,73,76,.2);
}

.audioplayer-time-duration {
	border-right: none;
}

.audioplayer-bar {
	left: 9em;
}

.audioplayer-bar-loaded {
	background-color: #FFF;
}

.audioplayer-bar-played {
	background: #ffea3c; 
}

.audioplayer-volume {
	border-left-color: rgba(57,73,76,.2);
}

.audioplayer-volume:hover,
.audioplayer-volume:focus {
	background-color: #ffea3c;
}

.audioplayer-volume-button a {
	top: 47%;
	background-color: #0e2e40;
}

.audioplayer-volume-button a:before {
	border-right-color: #0e2e40;
}

.audioplayer-volume-adjust {
	background: #FFF;
	right: 0;
	height: 8em;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

.audioplayer-volume-adjust > div {
	background: #FFF;
}

.audioplayer-volume-adjust div div {
 	background: #ffea3c; 
}

/* ==========================================================================           
 *
 *    04 - Language Layout
 *
 * ========================================================================== */

#languages {
	padding-left: 30px;
	padding-right: 30px;
}

#languages h6 {
	margin-bottom: 10px;
}

#languages #tts-voice-group {
	margin-bottom: 2rem;
}

/*------------------------------------------*/
/*    Status Message
/*------------------------------------------*/

 #status-message {
    padding: 15px;
    text-align: center;
    display: none;
    margin-top: 2rem;
}
 
.success-message {
  color:green;
  background: #e3ffd5;
}

.error-message {
  color:red;
  background: #ffd5d5;
}

.info-message {
	color: #004085;
	background: #CCE5FF;
	border-color: #b8daff;
}

/* -------------------------------------------- */
/* 		Awesome Select Dropdown
/* -------------------------------------------- */

.awselect .front_face {
	padding: 14px 25px 16px!important;
}

.awselect .front_face > .bg {
	background: #00bcd4!important;
	color: #FFF;
	-webkit-box-shadow: 0px 4px 7px -2px rgba(0,0,0,.3);
	-moz-box-shadow: 0px 4px 7px -2px rgba(0,0,0,.3);
	box-shadow: 0px 4px 7px -2px rgba(0,0,0,.3);
}

.awselect .back_face {
	padding: 0px!important;
}

.awselect.animate2 > .bg {
	-webkit-box-shadow: 0px 4px 7px -2px rgba(0,0,0,.5);
-moz-box-shadow: 0px 4px 7px -2px rgba(0,0,0,.5);
box-shadow: 0px 4px 7px -2px rgba(0,0,0,.5);
}

.awselect .back_face ul li a {
	padding: 5px 25px!important;
}

.awselect .back_face ul li a:hover {
	background: #F7F7F7;
	color: #00bcd4;
}



/* ==========================================================================           
 *
 *    05 - Voice Layout
 *
 * ========================================================================== */

#voices {
 	padding-left: 50px;
 }

/* -------------------------------------------- */
/* 		Radio Button Checkboxes
/* -------------------------------------------- */

#voices .radio-control:hover > .label-control,
#languages .radio-control:hover > .label-control {
  	color: #00bcd4;
  	cursor: pointer;
}

#voices .label-control::before,
#languages .label-control::before {
  	font-size: 14px;
  	cursor: pointer;
  	color: #0e2e40;
}

#voices .input-control,
#languages .input-control {
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     display: inline-block;
     position: relative;
     background-color: #F5F5F5;
     color: #00bcd4;
     top: 5px;
     height: 20px;
     width: 20px;
     border: 0;
     cursor: pointer;     
     outline: none;
     transition: all 0.2s;
}

#voices .input-control:checked::before,
#languages .input-control:checked::before {
     position: absolute;
     font: 12px/1 'Open Sans', sans-serif;
     left: 7px;
     top: 3px;
     content: '\02143';
     transform: rotate(40deg);
}

#voices .input-control:hover,
#languages .input-control:hover {
     background-color: #f7f7f7;
     webkit-box-shadow: 0px 0px 3px 1px rgba(0,188,212,.4);
	-moz-box-shadow: 0px 0px 3px 1px rgba(0,188,212,.4);
	box-shadow: 0px 0px 3px 1px rgba(0,188,212,.4);
	transition: all 0.2s;
	margin-right: 1.3rem;
}

#voices .input-control:checked,
#languages .input-control:checked {
     background-color: #00bcd4;
     color: #FFF;
     transition: all 0.2s;
     -webkit-box-shadow: 0px 0px 3px 1px rgba(0,188,212,.4);
	-moz-box-shadow: 0px 0px 3px 1px rgba(0,188,212,.4);
	box-shadow: 0px 0px 3px 1px rgba(0,188,212,.4);
}

#voices .input-control:checked + .label-control,
#languages .input-control:checked + .label-control {
	color: #00bcd4;
}

#voices .label-control,
#languages .label-control {
	margin-left: 5px;
	font-weight: 600;
}

#voices .label-control:hover,
#languages .label-control:hover {
	color: #00bcd4;
}



/* ==========================================================================           
 *
 *    06 - Buttons Layout
 *
 * ========================================================================== */

#action-buttons {
	padding-left: 4rem;
}

#buttons-box button {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 14px;
	color:#fff;
	border: none;
	outline: none;
	text-transform: uppercase;
	text-decoration: none;
	width: 300px;
	padding: 1rem;
	margin-bottom: 2rem;
}

#buttons-box button i {
	font-size: 14px;
	margin-right: 7px;
}

#buttons-box p {
	font-weight: 600;
	font-size: 12px;
	color: #888;
	padding-left: 3px;
	margin-bottom: 1rem;
}

#buttons-box .ripple {
  	position:relative;
  	overflow:hidden;
  	-webkit-transition: all 0.2s ease;
  	-moz-transition: all 0.2s ease;
  	-o-transition: all 0.2s ease;
  	transition: all 0.2s ease;
  	-webkit-box-shadow: 0px 4px 7px -2px rgba(0,0,0,.5);
	-moz-box-shadow: 0px 4px 7px -2px rgba(0,0,0,.5);
	box-shadow: 0px 4px 7px -2px rgba(0,0,0,.5);
}

#buttons-box .ripple:hover {
	cursor: pointer;
}

#buttons-box .ink {
  	display: block;
  	position: absolute;
  	background:rgba(255, 255, 255, 0.3);
  	border-radius: 100%;
  	-webkit-transform:scale(0);
     -moz-transform:scale(0);
       -o-transform:scale(0);
          transform:scale(0);
}

#buttons-box .animate {
	-webkit-animation:ripple 0.65s linear;
   	-moz-animation:ripple 0.65s linear;
    -ms-animation:ripple 0.65s linear;
     -o-animation:ripple 0.65s linear;
        animation:ripple 0.65s linear;
}

@-webkit-keyframes ripple {
    100% {opacity: 0; -webkit-transform: scale(2.5);}
}
@-moz-keyframes ripple {
    100% {opacity: 0; -moz-transform: scale(2.5);}
}
@-o-keyframes ripple {
    100% {opacity: 0; -o-transform: scale(2.5);}
}
@keyframes ripple {
    100% {opacity: 0; transform: scale(2.5);}
}

#buttons-box .convert-button {
  background:#ffc107;
}

#buttons-box .convert-button:hover {
	background-color: #ffb300;
}

#buttons-box .download-button {
  background-color: #00bcd4;
  margin-bottom: 1rem;
}

#buttons-box .download-button:hover {
	background-color: #00acc1;
}

.tooltip {
	border-bottom: none!important;
}



/* ==========================================================================           
 *
 *    07 - Additional Settings Layout
 *
 * ========================================================================== */

#additional-settings {
	margin-top: 7px;
}

#additional-settings #settings-box {
	display: flex;
	float: none;
	margin-top: 16px;
	margin-bottom: 5px;
}

#additional-settings a {
	outline: none;
	text-decoration: none;
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	color: #0E2E40;
	line-height: 16px;
	font-weight: 600;
	padding-bottom: 10px;
	text-transform: uppercase;
}

#additional-settings a:hover span {
	color: #00bcd4;
	cursor: pointer;
}

.card-header a[aria-expanded='true'] > span {
    color: #00bcd4;
}

.card-header a[aria-expanded='false'] > span {
    color: #0E2E40;
}

#additional-settings .card-header > a:before {
    float: right !important;
    font-family: FontAwesome;
    content:"\f068";
    padding-top: 4px;
    color: #0e2e40;
    font-weight: 400;
}

#additional-settings .card-header > a.collapsed:before {
    float: right !important;
    content:"\f067";
}

#additional-settings #audio-format {
	margin-right: 70px;
}

#accordionParent .card {
	width: 300px;
	border: none;
}

#accordionParent .card-header {
	background: none;
	padding: 10px 5px 16px 3px;
	margin-bottom: 5px;
	border-bottom: 1px dashed #dcdcdc;
}

#accordionParent .card-header > a:hover, 
#accordionParent .card-header > a:active, 
#accordionParent .card-header > a:focus  {
    text-decoration:none;
}

#accordionParent .settings {
	padding-left: 3px;
}

#accordionParent #settings-left {
	width: 140px;
}

.pointer {
	cursor: not-allowed;
}

/* -------------------------------------------- */
/* 		Radio Button Checkboxes
/* -------------------------------------------- */

#audio-format-group .radio-control:hover > .label-control, 
#audio-frequency-group .radio-control:hover > .label-control,
.voice-settings-group .radio-control:hover > .label-control {
  	color: #00bcd4;
  	cursor: pointer;
}

#audio-format-group .label-control::before,
#audio-frequency-group .label-control::before,
.voice-settings-group .label-control::before {
  	font-size: 14px;
  	cursor: pointer;
  	color: #0e2e40;
}

#audio-format-group .input-control,
#audio-frequency-group .input-control,
.voice-settings-group .input-control {
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     display: inline-block;
     position: relative;
     background-color: #F5F5F5;
     color: #00bcd4;
     top: 5px;
     height: 20px;
     width: 20px;
     border: 0;
     cursor: pointer;     
     outline: none;
     transition: all 0.2s;
}

.voice-settings-group .input-control:checked::before,
#audio-format-group .input-control:checked::before,
#audio-frequency-group .input-control:checked::before {
     position: absolute;
     font: 12px/1 'Open Sans', sans-serif;
     left: 7px;
     top: 3px;
     content: '\02143';
     transform: rotate(40deg);
}

.voice-settings-group .input-control:hover,
#audio-format-group .input-control:hover,
#audio-frequency-group .input-control:hover {
     background-color: #f7f7f7;
     -webkit-box-shadow: 0px 0px 3px 1px rgba(0,188,212,.4);
	-moz-box-shadow: 0px 0px 3px 1px rgba(0,188,212,.4);
	box-shadow: 0px 0px 3px 1px rgba(0,188,212,.4);
	transition: all 0.2s;
	margin-right: 1rem;
}

.voice-settings-group .input-control:checked,
#audio-format-group .input-control:checked,
#audio-frequency-group .input-control:checked {
     background-color: #00bcd4;
     color: #FFF;
     transition: all 0.2s;
     -webkit-box-shadow: 0px 0px 3px 1px rgba(0,188,212,.4);
	-moz-box-shadow: 0px 0px 3px 1px rgba(0,188,212,.4);
	box-shadow: 0px 0px 3px 1px rgba(0,188,212,.4);
}

.voice-settings-group .input-control:checked + .label-control,
#audio-format-group .input-control:checked + .label-control,
#audio-frequency-group .input-control:checked + .label-control {
	color: #00bcd4;
}

.voice-settings-group .label-control,
#audio-format-group .label-control,
#audio-frequency-group .label-control {
	margin-left: 5px;
	font-weight: 600;
}

/* -------------------------------------------- */
/* 		AWS Logo
/* -------------------------------------------- */

#logo {
	position: absolute;
	bottom: 0;
	left: 0;
	margin-left: 30px;
	margin-bottom: 20px;
}

#logo p {
	font-family: 'Poppins', sans-serif;
	margin-bottom: 0;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	padding-left: 13px;
}

#logo img {
	width: 100px;
}



/* ==========================================================================           
 *
 *    08 - Action Button Layout
 *
 * ========================================================================== */

#purchase-button {
	margin-left: 2rem;
}

#purchase-button a {
	background: #FF0000;
	border: 1px solid #FF0000;
	padding: 15px 60px;
	text-transform: uppercase;
	color: #FFF;
	outline: none;
  	text-decoration: none;
}

#purchase-button a:hover {
	background: none;
	border: 1px solid #FFF;
	color: #FFF;
	transition: all 0.2s ease;
}



/* ==========================================================================           
 *
 *    09 - Voice Examples Layout
 *
 * ========================================================================== */

section #voice-examples-wrapper {
	background: #FFF;
	border-bottom: 7px solid #00bcd4;
	box-shadow: 0 1px 6px rgba(57,73,76,.35);
	padding: 4rem;
	width: 100%;
	margin-top: 7rem;
}

#all-examples .card {
	border-radius: 0;
}

#all-examples .card-header {
	background-color: #FFF;
	padding-left: 15px;
}

#all-examples .card-header a {
	cursor: pointer;
	padding-left: 35px;
}

#all-examples .card-header a:hover span {
	color: #00bcd4;
}

#all-examples .flag-icon-background {
	background-position: 0;
}

#all-examples p {
	padding: 1rem 2rem;
	margin-bottom: 0;
	margin-top: 2rem;
	font-weight: 400;
	font-style: italic; 
}

#all-examples .audio-samples {
	border: none;
	margin-bottom: 1rem;
	padding: 1rem 2rem;
	margin-top: 1rem;
	display: block;
}



/* ==========================================================================           
 *
 *    10 - Copyright
 *
 * ========================================================================== */

#copyright {
	margin-top: 1rem;
}

#copyright p {
	margin-bottom: 0;
	font-size: 12px;
	opacity: .9;
}


/* ==========================================================================           
 *
 *    11 - Responsive Styles
 *
 * ========================================================================== */

@media only screen and ( max-width: 660px ) 
{
	section {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}

	section #outer-wrapper {
		padding-left: 0;
		padding-right: 0;
	}

	.form-title h3 {
		font-size: 14px;
		margin-bottom: 2rem;	
	}

	#textarea-outer-wrapper {
		border-left: none;
		border-right: none;
	}
	
	#audio-box-container {
		border-left: none;
		border-right: none;
	}

	#languages {
		margin-bottom: 2rem;
		padding-left: 3rem;
		padding-right: 3rem;
	}

	#voices {
		padding-left: 3.1rem;
		margin-bottom: 2rem;
	}

	#action-buttons {
		padding-left: 3.2rem;
		margin-bottom: 2rem;
	}

	#logo {
		margin-left: 0;
		margin-bottom: 2rem;
		left: 37%;
	}

	section #voice-examples-wrapper {
		padding-left: 1rem;
		padding-right: 1rem;
		padding-top: 2rem;
	}

	#additional-settings {
		display: none;
	}

	#all-examples p {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	#all-examples .audio-samples {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	#purchase-button p {
		font-size: 12px;
	}

	#purchase-button a {
		font-size: 12px;
	}
	
	#copyright {
		padding-left: 1rem;
	}

	#copyright p {
		font-size: 10px;
	}
}

@media only screen and ( max-width: 320px ) 
{
	#buttons-box button {
		width: 250px;
	}
	#logo {
		left: 35%;
	}
}

